@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 22, 2018, 2:00:27 PM
    Author     : Webstyler
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 22, 2018, 2:01:35 PM
    Author     : Webstyler
*/
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  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: 100%;
}

.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: 100%;
  }

  .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: 100%;
  }

  .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: 100%;
  }

  .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: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

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

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

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

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

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

@font-face {
  font-family: "MMCruella400";
  src: url("../assets/fonts/mm_fonts_-_mmcruella-400-webfont.woff2") format("woff2"), url("../assets/fonts/mm_fonts_-_mmcruella-400-webfont.woff") format("woff"), url("../assets/fonts/mm_fonts_-_mmcruella-400-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.font-cruella {
  font-family: "MMCruella400", "Source Sans Pro", sans-serif;
  font-weight: 300;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 22, 2018, 2:05:47 PM
    Author     : Webstyler
*/
/* COLORS */
/* TYPOGRAPHY */
/*$colors: (
    'main':$brand-primary,
    'main-darker': $brand-primary-darker,
    'second': $brand-secondary,
    'white': #fff
);*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 22, 2018, 2:32:50 PM
    Author     : Webstyler
*/
.img-responsive {
  width: 100%;
  height: auto;
}

.center-block {
  display: block;
  margin: 0 auto;
}

.container-flex {
  display: flex;
}

.text-light {
  color: #fff;
}

.text-blue {
  color: #4550a8 !important;
}

.text-center {
  text-align: center;
}

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

.yellow-border-bottom {
  border-bottom: 35px solid #ffc200;
}

.origami-bg {
  background-image: url("../assets/images/speakers_bg.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
}

.bg-blue {
  background-color: #4550a8;
}

.m-3 {
  margin: 3rem;
}

.p-3 {
  padding: 3rem;
}

.p-4 {
  padding: 4rem;
}

@media screen and (max-width: 768px) {
  .p-4 {
    padding: 0rem;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 22, 2018, 2:18:07 PM
    Author     : Webstyler
*/
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 32px;
  -webkit-text-size-adjust: none;
  background: #000;
  position: relative;
  color: #2b2b2b;
  /*    padding-top: 88px;*/
}

body.page-template {
  padding-top: 0;
}

html {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.headline {
  font-family: "Tungsten-Bold";
  text-transform: uppercase;
}

.headline.headline-lg {
  font-size: 108px;
  line-height: 1;
}

.headline.headline-md {
  font-size: 60px;
  line-height: 1;
  color: #4550a8;
}

.headline.headline-sm {
  font-size: 27px;
  line-height: 1;
  color: #4550a8;
}

.subtitle {
  font-family: "Tungsten-Bold";
  text-transform: uppercase;
  font-size: 45px;
  line-height: 1;
  color: #4550a8;
}

.title {
  font-family: "ProximaNova-Bold";
}

.title.title-md {
  font-size: 39px;
}

@media screen and (max-width: 1024px) {
  .headline.headline-lg {
    font-size: 80px;
  }
}
@media screen and (max-width: 575px) {
  .headline.headline-lg {
    font-size: 60px;
  }

  .headline.headline-md {
    font-size: 35px;
  }

  .subtitle {
    font-size: 30px;
  }

  .title.title-md {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .headline.headline-lg {
    font-size: 40px;
  }
}
.check-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 11px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #fff;
  border: 2px solid #2f2f2f;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-container input:checked ~ .checkmark:after {
  display: block;
}

.check-container .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #2f2f2f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.post-title {
  font-family: "AllerDisplay";
  color: #331e5f;
  font-size: 36px;
  line-height: 42px;
  display: block;
  margin-bottom: 80px;
  z-index: 10;
  position: relative;
}

img {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  transition: all 0.3s ease;
}

p {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 40px 0;
}

span {
  display: inline-block;
}

iframe {
  max-width: 100%;
  margin: 20px auto;
  display: block;
}

.container {
  max-width: 1475px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  position: relative;
}

.container:after,
.row:after {
  content: "";
  display: block;
  clear: both;
}

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.btn-default {
  font-family: "ProximaNova-Bold";
  font-size: 23px;
  background: #4550a8;
  color: #ffc200;
  padding: 15px 30px;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 230px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s linear;
  -webkit-appearance: none;
}

.btn-default.btn-large {
  width: 350px;
  font-size: 20px;
  max-width: 100%;
}

.btn-default:hover {
  color: #4550a8, 0.3;
  background: #ffc200, 0.3;
}

.btn-video {
  font-family: "ProximaNova-Bold";
  font-size: 18px;
  background: #fc345b;
  color: #e4ff00;
  padding: 15px 20px;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s linear;
  border: 2px solid #331e5f;
  -webkit-appearance: none;
}

.btn-video:hover {
  color: #331e5f;
  background: #e4ff00;
}

.btn-small {
  font-family: "ProximaNova-Bold";
  font-size: 16px;
  color: #331e5f;
  background: #e4ff00;
  padding: 15px 20px;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s linear;
  border: 2px solid #331e5f;
  -webkit-appearance: none;
  max-width: 200px;
}

.btn-small:hover {
  color: #e4ff00;
  background: #331e5f;
}

/* ========== HEADER =========== */
header {
  background: transparent;
  padding: 0;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
}
header .logo {
  max-width: 150px;
  width: 100%;
  display: inline-block;
}

header .header-elements {
  justify-content: space-between;
  max-width: 100%;
  position: fixed;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
}
header .header-elements.scrolled-down {
  background: rgba(0, 0, 0, 0.7);
}

header .header-elements .left {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .menu_wrapper {
  position: absolute;
  top: 75px;
  right: 0;
  max-width: 330px;
  width: 100%;
  display: none;
  background: #4550a8;
  padding: 20px;
  text-align: center;
  z-index: 10;
  background: #e29700;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #e29700), color-stop(25%, #ef7f00), color-stop(50%, #e5561e), color-stop(75%, #d8343c), color-stop(100%, #c40069));
  background: linear-gradient(135deg, #e29700 0%, #ef7f00 25%, #e5561e 50%, #d8343c 75%, #c40069 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e29700", endColorstr="#c40069", GradientType=1 );
}

header .menu_wrapper ul {
  padding: 0;
  margin: 0;
}

header .menu_wrapper ul li {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  display: block;
  padding: 10px 0;
  transition: all 0.35s ease;
  margin-left: -20px;
  margin-right: -20px;
}

header .menu_wrapper ul li:hover {
  opacity: 0.8;
}

.logo_text {
  color: #fff;
  margin-left: 10px;
}

.trigger-btn {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  margin-top: 10px;
}

.trigger-btn span {
  width: 43px;
  height: 3px;
  margin: 8px 0;
  display: block;
  background: #fff;
  transform: rotateY(0deg);
  -webkit-transform: rotate(0deg);
  transition: all 0.45s ease;
  transform-origin: center;
  opacity: 1;
}

header.show .trigger-btn span:first-child {
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 14%;
  -webkit-animation: none;
  transform: rotate(45deg);
  transform-origin: 14%;
  animation: none;
}

header.show .trigger-btn span:nth-child(2) {
  opacity: 0;
  -webkit-animation: none;
  animation: none;
}

header.show .trigger-btn span:last-child {
  -webkit-transform: translate3d(0px, 2px, 0) rotate(-45deg);
  -webkit-transform-origin: 14%;
  -webkit-animation: none;
  transform: rotate(-45deg);
  transform-origin: 14%;
  animation: none;
}

/* ========== TOP SECTION ====== */
.top_section {
  position: relative;
  padding: 40px 0;
  margin-bottom: 60px;
}

.top_section .deco-left,
.top_section .deco-right {
  position: absolute;
  height: 100%;
}

.top_section .deco-left {
  left: 0;
}

.top_section .deco-right {
  right: 0;
  bottom: -100px;
}

.top_section .video-wrapper {
  height: 70vh;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.top_section .video {
  width: 100%;
  position: relative;
}

.top_section .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .top_section .deco-left,
.top_section .deco-right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top_section {
    margin-bottom: 0;
  }
}
.banner_section {
  position: relative;
  background-color: #000;
  /*  height: 70vh;
      background-size: 77%;
      background-repeat: no-repeat;
      background-position: center -80px;*/
}
.banner_section .header-graph {
  position: relative;
  min-height: 460px;
  height: 100vh;
  background-repeat: no-repeat;
  background-position-x: right;
  padding: 50px 50px 0;
  height: 100%;
  display: block;
  z-index: 2;
}
.banner_section .header-graph .img-header {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 1;
  height: 100vh;
}
.banner_section .header-graph .new-headline {
  position: relative;
  padding-top: 15vh;
  z-index: 2;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  text-shadow: 1px 0px 9px #000;
}
.banner_section .header-graph .second-headline {
  position: relative;
  padding-top: 10vh;
  z-index: 2;
  font-size: 25px;
  line-height: 35px;
}
.banner_section .header-graph .second-headline strong {
  font-weight: 700;
}
.banner_section .header-info {
  position: relative;
  width: 100%;
  display: block;
}
.banner_section .header-info .header-text {
  z-index: 2;
  margin-top: 100px;
  font-size: 19px;
  padding: 100px 0;
  position: relative;
  font-weight: 300;
}
.banner_section .header-info .header-text span {
  width: 60%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 480px) {
  .banner_section .header-info .header-text {
    margin-top: 0;
    padding-top: 30px;
  }
}
.banner_section .header-info .round-yellow {
  position: absolute;
  z-index: 1;
  left: 5%;
  top: 20%;
  display: inline-block;
}
.banner_section .header-info .round-red {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 5%;
  display: inline-block;
}
.banner_section .header-info .glitch-right {
  position: absolute;
  right: 0;
  top: 40%;
  z-index: 1;
}

.banner_section .pmb-logo {
  position: absolute;
  top: 50px;
  right: 20px;
  text-align: center;
  z-index: 20;
}

.banner_section .deco-lines {
  position: absolute;
  width: 66px;
  right: 0;
  top: 200px;
}

@media screen and (max-width: 1024px) {
  .banner_section {
    /*        background-size: contain;
            background-position: 0 0;*/
  }

  .banner_section .pmb-logo {
    top: 0;
    right: 0;
    background: #fff;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .banner_section {
    /*        height:50vh;
            background-position: center center;*/
  }
}
/* ========== CREATIVITY SECTION ========================== */
.creativity-section {
  position: relative;
  padding: 100px 0 200px 0;
  z-index: 10000;
  height: 90vh;
  display: flex;
  align-items: center;
}

.creativity-section .creativity-left {
  position: absolute;
  z-index: 100;
}

.creativity-section .creativity-left {
  left: 0;
  top: -70px;
  width: 45%;
}

.creativity-section .creativity-content {
  justify-content: space-between;
  align-items: center;
}

.creativity-section .creativity-content .headline {
  color: #fff;
}

.creativity-section .creativity-content .left,
.creativity-section .creativity-content .right {
  width: 50%;
}

.creativity-section .creativity-content .left {
  z-index: 100;
}

.creativity-section .creativity-content .right {
  color: #331e5f;
}

@media screen and (max-width: 1550px) {
  .creativity-section.about .creativity-left {
    top: -25px;
  }

  .creativity-section.about h2 {
    font-size: 80px;
    transform: translateX(24%);
    width: 60%;
  }
}
@media screen and (max-width: 1366px) {
  .creativity-section.about {
    height: auto;
    padding: 80px 0 20px 0;
  }

  .creativity-section.about .creativity-left {
    top: -30px;
    width: 44%;
  }

  .creativity-section.about h2 {
    font-size: 58px;
    transform: translateX(30%);
    width: 60%;
  }

  .creativity-section.about p {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 24px 0;
  }
}
@media screen and (max-width: 1200px) {
  .creativity-section.about .creativity-left {
    top: -25px;
    width: 46%;
  }
}
@media screen and (max-width: 1100px) {
  .creativity-section.about .creativity-left {
    top: 13px;
    width: 46%;
  }
}
@media screen and (max-width: 1024px) {
  .creativity-section {
    padding: 50px 0;
    margin-bottom: 30px;
    display: inherit;
    height: auto;
  }

  .creativity-section .creativity-left {
    display: none;
  }

  .creativity-section .creativity-content {
    align-items: flex-start;
  }

  .creativity-section .creativity-content .headline {
    color: #4550a8;
  }

  .creativity-section.about {
    padding: 20px 0 20px 0;
  }

  .creativity-section.about h2 {
    transform: none;
    width: 100%;
  }

  .creativity-section.about p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .creativity-section .creativity-content {
    flex-direction: column;
  }

  .creativity-section .creativity-content .left,
.creativity-section .creativity-content .right {
    width: 100%;
  }

  .creativity-section .creativity-content .right {
    margin-top: 20px;
  }

  .creativity-section .creativity-content .headline {
    color: #fff;
  }

  .creativity-section .creativity-title {
    position: relative;
    color: #fff;
  }

  .creativity-section .creativity-title br {
    display: none;
  }

  .creativity-section .creativity-title::after {
    content: "";
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10px;
    bottom: -10px;
    background: #4550a8;
    z-index: -1;
  }
}
/* ========== SPEAKERS SECTION ========================== */
section.spk {
  position: relative;
  margin-top: 20px;
  padding-bottom: 50px;
}
section.spk .spk-head {
  position: relative;
  display: inline-block;
  margin-top: 75px;
}
section.spk .spk-head .spk-head-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
}
section.spk .spk-head .spk-headline {
  position: relative;
  z-index: 2;
  padding: 34px 0 34px 112px;
  font-size: 62px;
  line-height: 60px;
  text-transform: uppercase;
}
section.spk .spk-bg {
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
}
section.spk .spk-bg img {
  float: right;
}
@media (max-width: 480px) {
  section.spk .spk-bg {
    display: none;
  }
}
section.spk .spk-row {
  margin-top: 100px;
}
section.spk .spk-row .spk-person {
  margin-bottom: 40px;
  text-align: center;
}
section.spk .spk-row .spk-person .box-image {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
section.spk .spk-row .spk-person .box-image img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
section.spk .spk-row .spk-person .box-image:hover img, section.spk .spk-row .spk-person .box-image:active img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transform: scale(1.2);
}
/* @media (max-width: 480px) {
  section.spk .spk-row .spk-person .box-image {
    background: url("../assets/images/ticket_glitch_1.png") center top no-repeat;
  }
} */
section.spk .spk-row .spk-person .box-title {
  position: relative;
  margin-top: -30px;
  z-index: 2;
  border-radius: 50px;
  display: inline-block;
  width: 100%;
  padding: 20px 15px;
  text-transform: uppercase;
  line-height: 1.1;
}
section.spk .spk-row .spk-person .box-title small {
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
section.spk .spk-row .spk-person .box-title.gradient-1 {
  background: #6d12f6;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6d12f6), color-stop(23%, #662ae6), color-stop(87%, #524cd0), color-stop(100%, #524cd0));
  background: linear-gradient(to right, #6d12f6 0%, #662ae6 23%, #524cd0 87%, #524cd0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6d12f6", endColorstr="#524cd0", GradientType=1 );
}
section.spk .spk-row .spk-person .box-title.gradient-2 {
  background: #5151cd;
  background: -webkit-gradient(left top, right top, color-stop(0%, #5151cd), color-stop(40%, #4175b5), color-stop(91%, #36969b), color-stop(100%, #36969b));
  background: linear-gradient(to right, #5151cd 0%, #4175b5 40%, #36969b 91%, #36969b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5151cd", endColorstr="#36969b", GradientType=1 );
}
section.spk .spk-row .spk-person .box-title.gradient-3 {
  background: #349c97;
  background: -webkit-gradient(left top, right top, color-stop(0%, #349c97), color-stop(52%, #35b17f), color-stop(91%, #41bc6a), color-stop(100%, #41bc6a));
  background: linear-gradient(to right, #349c97 0%, #35b17f 52%, #41bc6a 91%, #41bc6a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#349c97", endColorstr="#41bc6a", GradientType=1 );
}
section.spk .spk-row .spk-person .box-title.gradient-4 {
  background: #44be64;
  background: -webkit-gradient(left top, right top, color-stop(0%, #44be64), color-stop(42%, #5ac34c), color-stop(91%, #73c534), color-stop(100%, #73c534));
  background: linear-gradient(to right, #44be64 0%, #5ac34c 42%, #73c534 91%, #73c534 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#44be64", endColorstr="#73c534", GradientType=1 );
}
section.spk .spk-row .spk-person .box-title.gradient-5 {
  background: #78c530;
  background: -webkit-gradient(left top, right top, color-stop(0%, #78c530), color-stop(50%, #8fc51b), color-stop(91%, #a3c50b), color-stop(100%, #a3c50b));
  background: linear-gradient(to right, #78c530 0%, #8fc51b 50%, #a3c50b 91%, #a3c50b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#78c530", endColorstr="#a3c50b", GradientType=1 );
}
section.spk .spk-row .spk-person .box-btn {
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: 5px 30px;
  font-size: 18px;
  border-radius: 50px;
}
section.spk .spk-row .spk-person .box-btn:hover, section.spk .spk-row .spk-person .box-btn:active {
  background: #e10777;
  color: #fff;
}
section.spk .spk-row .spk-person[data-speaker="1304"]:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 85px;
  height: 85px;
  background: url("../assets/images/star-speaker.png") 0 0 no-repeat;
  background-size: contain;
}

.rounded-slot {
  text-align: center;
  color: #FFF;
  font-size: 18px;
  padding: 20px 15px;
  text-transform: uppercase;
  line-height: 1.1;
  position: relative;
  z-index: 2;
  margin-top: -30px;
  margin-bottom: 20px;
  border-radius: 50px;
  background: #7500f9;
  background-image: -ms-linear-gradient(-180deg, #7900a4 9%, #7500f9 64%);
}
.rounded-slot small {
  font-size: 12px;
}

.btn-get-ticket {
  background: #fcf02b;
  font-family: "Source Sans Pro";
  font-size: 21px;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  border-radius: 25px;
}

.btn-default-simple {
  background: #fff;
  font-family: "Source Sans Pro";
  font-size: 21px;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  border-radius: 25px;
}

.color-pink {
  color: #eb4af5;
}

.color-orange {
  color: #ff7724;
}

.color-violet {
  color: #e10777;
}

.color-green {
  color: #a3c60a;
}

.text-uppercase {
  text-transform: uppercase;
}

.tick {
  position: relative;
  display: block;
  width: 100%;
}
.tick .tick-header {
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
  padding-top: 80px;
}
.tick .tick-header .tick-heading {
  display: inline-block;
  border-radius: 80px;
  font-size: 62px;
  line-height: 40px;
  padding: 55px 150px;
  z-index: 2;
}
.tick .tick-header .tick-gradient {
  background: #86009e;
  background: -webkit-gradient(left top, right top, color-stop(0%, #86009e), color-stop(31%, #ba008f), color-stop(57%, #e91969), color-stop(100%, #ff7125));
  background: linear-gradient(to right, #86009e 0%, #ba008f 31%, #e91969 57%, #ff7125 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#86009e", endColorstr="#ff7125", GradientType=1 );
}
.tick .ticket_glitch_1 {
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 3%;
}
.tick .ticket_glitch_2 {
  position: absolute;
  z-index: 1;
  top: 40%;
  right: 0;
}
.tick .ticket_glitch_3 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 25%;
}
.tick .tick-contact {
  margin-bottom: 50px;
  text-align: center;
  margin: 0 auto 100px auto;
  display: block;
}
.tick .tickets_container {
  margin: 100px auto;
}
.tick .tickets_container .group-ticket {
  font-size: 30px;
}
.tick .tickets_container .tickets-wrap {
  border-right: 1px dashed #5d5d5d;
}
.tick .tickets_container .tickets-wrap:last-child {
  border: 0;
}
.tick .tickets_container .tickets-wrap .ticket {
  margin-top: 50px;
  margin-bottom: 50px;
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  float: none;
}
.tick .tickets_container .tickets-wrap .ticket h4 {
  margin-bottom: 40px;
  font-size: 22px;
}
.tick .tickets_container .tickets-wrap .ticket .ticket-title {
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom: 30px;
}
.tick .tickets_container .tickets-wrap .ticket .price,
.tick .tickets_container .tickets-wrap .ticket .old_price {
  font-family: "MMCruella400", "Source Sans Pro", sans-serif;
  font-weight: 300;
}
.tick .tickets_container .tickets-wrap .ticket .price {
  text-align: center;
}
.tick .tickets_container .tickets-wrap .ticket .old_price {
  display: block;
  width: 50%;
  float: left;
  position: relative;
  padding: 0;
  text-align: center;
}
.tick .tickets_container .tickets-wrap .ticket .old_price .stroke_img {
  position: absolute;
  width: 100%;
  top: 0px;
}
.tick .tickets_container .tickets-wrap .ticket .old_price .price_number {
  font-size: 30px;
}
.tick .tickets_container .tickets-wrap .ticket .old_price .price_currency {
  font-size: 12px;
  line-height: 12px;
}
.tick .tickets_container .tickets-wrap .ticket .price_number {
  font-size: 50px;
}
.tick .tickets_container .tickets-wrap .ticket .price_currency {
  line-height: 20px;
}
.tick .tickets_container .tickets-wrap .ticket .ticket-desc {
  display: block;
  width: 100%;
  clear: both;
  padding: 20px 0;
}
.tick .tickets_container .tickets-wrap .ticket a.ticket_buy {
  position: relative;
  z-index: 1;
  background: #fff;
  color: #000;
  border-radius: 50px;
  padding: 10px 25px;
  display: inline-block;
}
.tick .tickets_container .tickets-wrap .ticket a.ticket_buy:hover, .tick .tickets_container .tickets-wrap .ticket a.ticket_buy:active {
  background: #e10777;
  color: #fff;
}

.trigger-btn span {
  box-shadow: -1px 3px 18px 0px rgba(0, 0, 0, 0.75);
}

.speakers {
  position: relative;
  background: #000;
  padding: 100px 0 150px 0;
  z-index: 50;
  overflow: visible;
}

.speakers .deco-right {
  position: absolute;
  right: 0;
  bottom: -4px;
}

.speakers .speakers-list {
  z-index: 10;
  position: relative;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
}

.speakers .speakers-list .item {
  max-width: 16.666%;
  padding: 10px;
}

.speakers-container {
  align-items: center;
}

.speaker_description {
  font-size: 19px;
  line-height: 23px;
}

.speakers_left_bullets {
  position: absolute;
  left: -100%;
  top: -25%;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  z-index: 20;
}

.div_for_bullets {
  position: relative;
  padding: 50px 0;
}

.div_for_bullets:after {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  bottom: 0;
  right: 0px;
  background: #331e5f;
  z-index: 15;
}

.speakers_text_mini_bullets {
  position: absolute;
  left: 25%;
  top: 19%;
  z-index: 20;
}

.slick-slide {
  outline: none;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  height: 100%;
}

.slick-dots {
  text-align: center;
  padding: 0;
}

.slider_nav ul {
  margin-top: 60px;
  margin-bottom: -80px;
}

.slider_nav ul li {
  display: inline-block;
  padding: 0 5px;
}

.slider_nav ul li button {
  text-indent: -9999px;
  width: 10px;
  height: 12px;
  background: #fff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-appearance: none;
}

.slider_nav ul li.slick-active button {
  background: #ffc200;
}

.slider_nav ul li button:hover {
  background: #ffc200;
}

.big_slider_item {
  margin: 0 50px;
}

.slider_arrows button {
  border: none;
  outline: none;
  background: #dd0a0a;
  transition: 0.35s ease;
  z-index: 30;
}

.slider_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.slider_arrow::after {
  font-family: FontAwesome;
  font-size: 20px;
  color: #ffc200;
  padding: 7px 4px;
  display: block;
  cursor: pointer;
  transition: 0.35s ease;
}

.slider_left_arrow {
  left: -7%;
}

.slider_left_arrow::after {
  content: "\F177";
}

.slider_right_arrow {
  right: 14%;
}

.slider_right_arrow::after {
  content: "\F178";
}

.speakers_slide_bullets {
  position: absolute;
  transform: scale(0.85);
  right: -19%;
  top: 35%;
}

.speakers_slide_bullets img {
  max-width: 90%;
}

.speakers_left {
  width: 35%;
  float: left;
  position: relative;
}

.speakers_right {
  width: 65%;
  float: left;
  position: relative;
  padding-right: 60px;
}

.speakers_slider {
  z-index: 1;
}

.speakers_slider .slick-slide {
  outline: none;
  height: inherit;
}

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

.slider_item {
  width: 100%;
  max-width: 244px;
  position: relative;
}

.slick-slide a, .slick-current a, .slick-active a,
.slick-slide, .slick-current, .slick-active {
  outline: none;
}

.speakers .slick-slide:nth-child(3n-5) {
  margin-left: 50px;
}

.speakers .slick-slide:nth-child(3n) {
  margin-right: 50px;
}

.speakers .slider_item_inner {
  overflow: hidden;
  padding: 0 2px;
}

.speakers .slider_item_inner.hp-item {
  padding: 0;
}

.speakers .slick-slide:nth-child(3n):after {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 50px;
  margin-left: 50px;
  float: left;
}

@media all and (max-width: 1024px) {
  .speakers .slick-slide:nth-child(3n),
.speakers .slick-slide:nth-child(3n-5) {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .speakers {
    padding: 20px 0 100px 0;
  }

  .speakers .deco-right {
    width: 50%;
  }

  .speakers-container {
    flex-direction: column;
  }

  .speakers_left,
.speakers_right {
    width: 100%;
  }

  .speakers_right {
    padding-right: 0;
  }

  .speakers_left {
    margin-bottom: 20px;
  }

  .speakers_left br {
    display: none;
  }

  .speakers_slider {
    margin-left: auto;
    margin-right: auto;
  }
}
/* ========== TICKETS SECTION ================= */
.tickets {
  position: relative;
  background: #ffc200;
}

.tickets .deco-top,
.tickets .deco-bottom {
  position: absolute;
  right: 0;
}

.tickets .deco-top {
  top: -100px;
  z-index: 1000;
}

.tickets .deco-bottom {
  bottom: -4px;
}

.tickets .container-flex {
  margin-bottom: 30px;
  flex-direction: column;
  align-items: center;
}

.tickets_top {
  position: relative;
  overflow: hidden;
}

.tickets_top:after {
  content: "";
  position: absolute;
  background: #ffc200;
  left: -10000%;
  right: -10000%;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.tickets_wrapper {
  position: relative;
  z-index: 20;
  /*    padding: 15px 0;*/
  color: #dd0a0a;
}

.tickets_left_dots {
  position: absolute;
  z-index: 20;
  left: -23.5%;
  transform: rotate(90deg);
  top: 90px;
}

.tickets_left_dots img {
  width: 55%;
}

.tickets_middle_dots {
  position: absolute;
  z-index: 20;
  right: 25%;
  top: -50px;
  width: 300px;
}

.tickets_shop {
  position: relative;
  padding-top: 0px;
  padding-bottom: 50px;
  z-index: 20;
}

.tickets_shop {
  margin: 0 auto;
  width: 100%;
  /*    max-width: 1200px;*/
  max-width: 800px;
}

.tickets-category {
  position: absolute;
  width: 100%;
  left: -17%;
  padding: 10px 0;
}

.tickets-category::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  position: absolute;
  z-index: -1;
  width: 4000px;
  left: -2000px;
  top: 0;
}

@media screen and (max-width: 1120px) {
  .tickets-category {
    position: relative;
    left: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .tickets-category br {
    display: none;
  }

  .tickets-category::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 4000px;
    left: -2000px;
    top: 0;
  }
}
.ticket_shop_wrapper {
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.ticket_item {
  width: 50%;
  display: flex;
  vertical-align: top;
  text-align: left;
}

.ticket_top {
  background: #4550a8;
  padding: 20px;
  text-align: center;
  min-height: 120px;
}

@media screen and (max-width: 575px) {
  .ticket_top {
    min-height: initial;
  }
}
.ticket_inner {
  padding: 0 25px;
  display: flex;
  flex-direction: column;
}

.ticket_title {
  font-family: "AllerDisplay";
  font-size: 34px;
  line-height: normal;
  color: #ffc200;
}

.ticket_membership {
  font-family: "AllerDisplay";
  font-size: 24px;
  line-height: normal;
  color: #ffc200;
}

.ticket_bottom {
  position: relative;
  background: #fff;
  padding: 20px 40px;
  height: 100%;
}

.ticket_bottom:before {
  content: "";
  position: absolute;
  background: url("../assets/images/double_blue_lines.png") no-repeat center center;
  background-size: contain;
  max-width: 60px;
  max-height: 50px;
  width: 100%;
  height: 100%;
  right: -10%;
  top: 60%;
  transform: scaleY(-1);
}

.ticket_shop_wrapper .ticket_item:first-child .ticket_bottom:before {
  max-width: 70px;
  max-height: 60px;
  top: 50%;
  transform: none;
}

.ticket_bottom:after {
  content: "";
  position: absolute;
  background: url("../assets/images/double_lines_orange.png") no-repeat center center;
  background-size: contain;
  max-width: 90px;
  max-height: 85px;
  width: 100%;
  height: 100%;
  left: -18%;
  top: 2%;
}

.ticket_price {
  position: relative;
  z-index: 10;
  display: block;
  overflow: hidden;
  border-bottom: 2px solid #331e5f;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.ticket_discount-price,
.ticket_full-price {
  display: block;
  float: left;
  width: 50%;
  position: relative;
}

.ticket_discount-price span,
.ticket_full-price span {
  font-family: "AllerDisplay";
  font-size: 50px;
  line-height: normal;
  color: #331e5f;
}

.ticket_price sup {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: -10%;
  font-family: "AllerDisplay";
  font-size: 18px;
  line-height: normal;
  color: #331e5f;
  max-width: 50%;
}

.ticket_full-price:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-16deg);
  -webkit-transform: translateY(-50%) rotate(-16deg);
  transform-origin: 50%;
  height: 6px;
  background: #fd0362;
}

.ticket_count {
  font-family: "AllerDisplay";
  font-size: 23px;
  color: #331e5f;
  line-height: normal;
  margin-bottom: 15px;
}

.ticket_description p {
  color: #fd0362;
  font-size: 18px;
}

.ticket_without_discount .ticket_discount-price {
  width: 100%;
  text-align: center;
}

.ticket_without_discount.ticket_price sup {
  width: 50px;
  position: relative;
  display: inline-block;
  transform: none;
  right: auto;
  left: auto;
}

.ticket_without_discount .ticket_full-price:after {
  left: 30%;
  right: 30%;
}

.ticket_description {
  min-height: 90px;
}

.hidden_tickets {
  display: none;
  background: #f3f6f8;
  text-align: center;
}

.hidden_tickets iframe {
  margin: 0 auto;
}

.hidden_tickets {
  min-height: 780px;
  padding: 30px 0;
}

.tickets_disclaimer {
  padding: 20px 0;
}

.tickets_disclaimer ul, .tickets_disclaimer ol {
  margin: 0;
  padding: 0;
}

.tickets_disclaimer p {
  font-size: 16px;
  line-height: 1;
  margin: 0 0 10px 0;
  text-align: left;
}

.tickets_disclaimer h3 {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
}

.tickets_disclaimer .location-info {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
}

.tickets_disclaimer .location-info img {
  width: 130px;
  height: auto;
  margin-left: 20px;
  margin-bottom: -10px;
}

.tickets_disclaimer .location-info span {
  font-weight: bold;
}

.tickets_disclaimer .event-info {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 1025px) and (max-width: 1539px) {
  .ticket_price sup {
    max-width: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .ticket_item {
    width: 49%;
  }

  .ticket_title {
    font-size: 26px;
  }

  .ticket_membership {
    font-size: 17px;
  }

  .ticket_description {
    min-height: 140px;
  }

  .ticket_discount-price span, .ticket_full-price span {
    font-size: 36px;
  }

  .ticket_price sup {
    right: 6%;
  }

  .btn-default {
    padding: 10px 35px;
    font-size: 17px;
  }

  .tickets_middle_dots {
    display: none;
  }

  .tickets .deco-top,
.tickets .deco-bottom {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ticket_item {
    width: 49%;
    text-align: left;
    margin-bottom: 50px;
  }

  .ticket_description {
    min-height: 1px;
  }

  .ticket_description p {
    font-size: 16px;
  }

  .ticket_count {
    font-size: 18px;
  }

  .ticket_bottom:before {
    max-width: 50px;
    max-height: 40px;
    right: -10%;
    top: 60%;
  }

  .ticket_bottom:after {
    max-width: 50px;
    max-height: 45px;
    left: -10%;
    top: 6%;
  }

  .ticket_inner {
    padding: 0 15px;
    width: 100%;
  }

  .tickets_shop {
    text-align: center;
    padding-top: 0;
  }

  .hidden_tickets {
    min-height: 800px;
  }

  .ticket_description {
    margin-top: 20px;
  }

  .ticket_price {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 575px) {
  .ticket_bottom {
    padding: 20px;
  }

  .ticket_item {
    width: 100%;
  }

  .ticket_description {
    text-align: center;
  }

  .tickets_top h3 {
    max-width: 200px;
  }

  .ticket_price sup {
    right: 20%;
    font-size: 13px;
  }

  .ticket_price {
    max-width: 95%;
    margin: 0 auto;
  }
}
@media all and (max-width: 375px) {
  .footer_right a {
    white-space: nowrap;
  }

  .ticket_price sup {
    right: 14%;
    font-size: 13px;
  }
}
section.sponsors {
  background: #fff;
  position: relative;
  display: block;
  width: 100%;
  padding: 50px;
  text-align: center;
}
section.sponsors .sponsor_headline {
  margin-top: 40px;
  font-size: 62px;
  line-height: 70px;
  width: 100%;
  margin-bottom: 50px;
}
section.sponsors .presenting span {
  width: 100%;
  padding: 20px 0;
  display: inline-block;
}
section.sponsors .presenting img {
  margin: 0 auto;
  display: inline-block;
}
section.sponsors .gold {
  text-align: center;
}
section.sponsors .gold img {
  max-height: 90px;
  display: inline-block;
}
section.sponsors .partners {
  text-align: center;
}
section.sponsors .partners img {
  max-height: 90px;
  display: inline-block;
  margin-bottom: 25px;
}
section.sponsors .gold-media img, section.sponsors .gold-media-partners img, section.sponsors .gold-partners img {
  display: inline-block;
  margin-bottom: 25px;
}
section.sponsors .media-partners {
  text-align: center;
}
section.sponsors .media-partners img {
  display: inline-block;
  margin-bottom: 25px;
}
section.sponsors .supporting-partners {
  text-align: center;
}
section.sponsors .supporting-partners img {
  display: inline-block;
  margin-bottom: 25px;
}
section.sponsors .sponsor_subheadline {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  display: block;
  margin: 70px 0 50px 0;
}
section.sponsors .sponsor_subheadline::after {
  content: "*";
  display: inline-block;
  width: 40px;
  background: #e10777;
  height: 6px;
  position: absolute;
  bottom: 0;
  right: 49%;
  font-size: 1px;
  border-radius: 50px;
}

/* ========== FOOTER ========================== */
footer {
  padding: 70px 0;
  background: #000;
  overflow: visible;
  position: relative;
  text-align: center;
}
footer .footer_left_glitch {
  position: absolute;
  left: 0;
  top: 30%;
  display: inline-block;
  z-index: 1;
}
footer .footer_right_glitch {
  position: absolute;
  right: 0;
  bottom: 10%;
  display: inline-block;
  z-index: 1;
}
footer .footer_top_glitch {
  position: absolute;
  right: 20%;
  top: 10%;
  display: inline-block;
  z-index: 1;
}
footer .z_index_2 {
  z-index: 2;
}
footer .footer-headline {
  margin-bottom: 40px;
  font-size: 62px;
  line-height: 70px;
}
footer .socials_contact .contact-mail {
  font-size: 26px;
  border-bottom: 1px solid #a3c60a;
  padding-bottom: 5px;
}
footer .socials_contact .socials {
  display: block;
  padding-top: 40px;
}
footer .socials_contact .socials a {
  padding: 0 5px;
  display: inline-block;
}
footer .socials_contact .socials a img {
  width: 50px;
}
footer .footer_nav {
  color: #a9a9a9;
  display: block;
  padding-top: 30px;
}
footer .footer_nav a {
  text-decoration: none;
  display: inline-block;
  padding: 0 10px;
}
footer .footer_nav a:hover, footer .footer_nav a:active {
  color: #a3c60a;
}

footer .footer-content {
  align-items: center;
}

footer .footer-content .footer_left {
  width: 70%;
}

footer .footer-content .footer_right {
  width: 30%;
}

footer .footer-content .footer_right a {
  font-family: "ProximaNova-Regular";
  display: inline-block;
  color: #ffc200;
  font-size: 18px;
  position: relative;
  margin: 5px;
}

footer .footer-content .footer_right a:first-child {
  display: block;
}

footer .footer-content .footer_right a.mail:before, footer .footer-content .footer_right a.facebook:before, footer .footer-content .footer_right a.messenger:before {
  font-size: 22px;
  font-family: FontAwesome;
  color: #4550a8;
  background: #ffc200;
  padding: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 5px;
}

footer .footer-content .footer_right a.mail:before {
  content: "\F0E0";
}

footer .footer-content .footer_right a.facebook:before {
  content: "\F09A";
}

footer .footer-content .footer_right a.messenger:before {
  content: "\F086";
}

.footer_right_lines,
.footer_bottom_lines {
  position: absolute;
  z-index: 20;
}

.footer_right_lines img,
.footer_bottom_lines img {
  max-width: 80%;
}

.footer_right_lines {
  right: 60px;
  top: -43px;
}

.footer_bottom_lines {
  right: 200px;
  bottom: -30px;
}

@media screen and (max-width: 1024px) {
  footer .footer-content {
    flex-direction: column;
  }

  footer .footer-content .footer_left,
footer .footer-content .footer_right {
    width: 100%;
  }
}
@media all and (max-width: 1700px) {
  .speakers_left_bullets {
    left: -85%;
  }
}
@media all and (max-width: 1530px) {
  .top_right_middle {
    right: -190px;
  }

  .middle_left_bullets {
    left: -60%;
  }

  .middle_left_bullets img {
    width: 80%;
  }
}
@media all and (max-width: 1500px) {
  .slider_right_arrow {
    right: 0%;
  }

  .slider_item {
    max-width: 100%;
    width: auto;
  }

  .speakers .slick-slide:nth-child(3n),
.speakers .slick-slide:nth-child(3n-5) {
    margin: 0;
  }
}
@media all and (max-width: 1470px) {
  .speakers_text_mini_bullets {
    left: 31%;
  }

  .middle_right_bullets {
    display: none;
  }
}
@media all and (max-width: 1300px) {
  .tickets_middle_dots {
    right: 15%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1380px) {
  .ticket_discount-price span, .ticket_full-price span {
    font-size: 46px;
  }

  .speakers_text_mini_bullets img {
    max-width: 80%;
  }

  .speakers_text_mini_bullets {
    left: 37%;
    top: 21%;
  }

  .footer_left {
    max-width: 55%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1521px) {
  .speakers_text_mini_bullets {
    left: 31%;
    top: 27;
  }

  .speakers_text_mini_bullets img {
    max-width: 70%;
  }

  .ticket_title {
    font-size: 29px;
  }

  .ticket_membership {
    font-size: 20px;
  }

  .ticket_discount-price span, .ticket_full-price span {
    font-size: 36px;
  }

  .ticket_price sup {
    right: 30px;
  }

  .ticket_count {
    font-size: 21px;
  }

  .btn-default {
    font-size: 20px;
    padding: 8px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .div_for_bullets {
    padding: 0;
  }

  .speakers_text_mini_bullets {
    left: 60%;
    transform: rotate(-30deg);
  }

  .slider_nav {
    position: relative;
    top: 30px;
    bottom: auto;
    padding: 15px 0;
    background: #4550a8;
  }

  .slider_left_arrow {
    left: 0;
    top: 0;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
  }

  .slider_right_arrow {
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
  }

  .slider_nav ul {
    margin: 5px 0 -5px 0;
  }

  .speaker_name {
    font-size: 20px;
  }

  .speaker_description {
    font-size: 18px;
  }

  .speakers_slide_bullets {
    display: none;
  }

  .slick-slide img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* ======= speakers section ===== */
  .speakers_left_bullets {
    left: -220px;
    top: -90px;
  }

  .speaker_description {
    font-size: 14px;
    line-height: 17px;
  }

  .speakers_text_mini_bullets img {
    max-width: 80%;
  }
}
.speakers_page, .about_page {
  padding: 55px 0;
  position: relative;
  min-height: calc(100vh - 238px);
}

.speakers_page .slider_item, .about_page .slider_item {
  position: relative;
  width: 25%;
  padding: 10px;
  max-width: none;
}

.speakers_page .slider_item.hp_item, .about_page .slider_item.hp_item {
  width: 30%;
  overflow: hidden;
  margin: 5px;
  padding: 0;
}

.speakers_page .row, .about_page .row {
  display: flex;
  flex-wrap: wrap;
}

.speakers_page .slider_item_inner, .about_page .slider_item_inner {
  height: 450px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}

.speakers_page .slider_item_inner.hp-item, .about_page .slider_item_inner.hp-item {
  height: auto;
}

.speakers_page .post-permalink, .about_page .post-permalink {
  display: block;
}

.about_page {
  padding: 20px 0px;
}

.min-height {
  min-height: calc(100vh - 238px);
}

@media screen and (max-width: 1200px) {
  .speakers_page .slider_item {
    width: 25%;
  }

  .speakers_page .slider_item_inner {
    height: 350px;
  }

  .speakers_page .slider_item_inner.hp-item {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .speakers_page .slider_item.hp_item {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .speakers_page .slider_item {
    width: 50%;
  }

  .speakers_page .slider_item.hp_item {
    width: 48%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .speakers_page .slider_item.hp_item {
    width: 90%;
    margin: 0 auto;
  }

  .speakers_page .slider_item.hp_item .slider_item_inner.hp-item {
    height: auto;
  }
}
/*@media screen and (max-width: 600px) {
    .speakers_page {
        .slider_item {
            width: 50%;
        }
    }
}*/
@media screen and (max-width: 500px) {
  .speakers_page .row {
    padding: 0;
  }

  .speakers_page .slider_item {
    width: 100%;
  }
}
/* ======= single page ============= */
#the_speaker {
  padding-top: 110px;
}

.the_speaker {
  position: relative;
  margin-top: 30px;
}

.the_speaker .single-speaker-deco {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 65%;
}

.the_speaker_left {
  width: 45%;
  position: relative;
  padding: 60px 0px 100px 50px;
}

.the_speaker_right {
  width: 55%;
  position: relative;
  padding: 50px 50px 100px 0;
}

.speaker_image_wrapper {
  z-index: 1;
  position: relative;
  background: url("../assets/images/bg-speaker-single-img.png") center top no-repeat;
  background-size: contain;
}

.single_description {
  font-family: "Source Sans Pro";
  font-size: 18px;
  color: #FFF;
  line-height: 30px;
  display: block;
  z-index: 10;
  position: relative;
}
.single_description p {
  font-size: inherit;
}

@media all and (max-width: 1500px) {
  .speaker_image_wrapper {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .the_speaker .single-speaker-deco {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .single-speaker-container {
    flex-direction: column;
  }

  .the_speaker_left {
    width: 100%;
    padding: 80px 0 50px;
  }

  .the_speaker_right {
    width: 100%;
    padding: 0 0 50px;
  }

  .right.tickets {
    z-index: 1;
  }

  .right.tickets:after {
    content: "";
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10px;
    bottom: -10px;
    background: #ffc200;
    z-index: -1;
  }
}
.thank_you {
  padding: 40px 0;
  text-align: center;
}

.thank_you p {
  margin: 0 0 20px 0;
}

.buy_tickets .container-flex {
  justify-content: center;
  padding-bottom: 40px;
}

.basic-page {
  margin-top: 120px;
  padding: 50px 0 80px;
}
.basic-page .post-title {
  font-family: "MMCruella400", "Source Sans Pro", sans-serif;
  color: #FFF;
  text-transform: uppercase;
}

.basic-page .container {
  max-width: 1000px;
}

.basic-page .single_description li {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .basic-page {
    padding: 50px 20px 80px;
  }

  .basic-page .container {
    max-width: 100%;
  }
}
.text-center {
  text-align: center;
}

.creativity-content .left, .creativity-content .right {
  position: relative;
}

.creativity-content .left .absolut-span, .creativity-content .right .absolut-span {
  position: absolute;
  left: 14%;
  top: 42%;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

.bg-yellowish {
  position: absolute;
  color: white;
  top: 0%;
  left: 0%;
  font-size: 6rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
  height: 100%;
  width: 0%;
  background-color: rgba(255, 194, 0, 0.7);
  text-indent: -15px;
  line-height: 3rem;
  letter-spacing: 10px;
  z-index: -1;
  transition: 0.5s;
}

.bg-yellowish .inner-bg-yellowish {
  transition: 2s;
  transform: translateY(30%);
}

.hp_item a:hover .bg-yellowish {
  z-index: 1;
  width: 100%;
}

.hp_item a:hover .inner-bg-yellowish {
  transform: translateY(70%);
}

.sold-out {
  position: absolute;
  top: 0px;
  right: 120px;
  display: block;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sold-out {
    top: 0px;
    right: 60px;
  }
}
@media screen and (max-width: 600px) {
  .sold-out {
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
  }
}
.sponsors_bottom .sponsors-box:nth-child(4) {
  display: none !important;
}

/* global utisl*/
.color-yellow {
  color: #ec8500;
}

.color-gray {
  color: #8d8d8d;
}

.color-white {
  color: #fff;
}

.text-center {
  text-align: center;
}

@media (max-width: 575px) {
  header .logo {
    max-width: 100px;
  }

  .banner_section .header-graph .img-header {
    left: -140px;
  }
  .banner_section .header-graph .new-headline {
    padding-top: 66vh;
    font-size: 20px;
    line-height: 30px;
  }
  .banner_section .header-graph .second-headline {
    padding-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .banner_section .header-info .header-text {
    text-shadow: 0px 0px 5px #000;
  }

  section.spk {
    padding-bottom: 100px;
  }
  section.spk .spk-head .spk-headline {
    padding-left: 30px;
    font-size: 40px;
  }
  section.spk .spk-head .spk-head-img img {
    max-height: 120px !important;
  }
  section.spk .spk-row {
    margin-top: 20px;
  }

  .tick .tick-header .tick-heading {
    font-size: 40px;
    padding: 30px 50px;
  }
  .tick .tickets_container {
    margin-top: 20px;
  }

  section.sponsors {
    padding: 20px;
  }
  section.sponsors .sponsor_headline {
    font-size: 40px;
    margin-bottom: 0;
  }
  section.sponsors .sponsor_subheadline:first-child {
    margin-top: 0;
  }

  footer .footer-headline {
    font-size: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner_section .header-graph .img-header {
    margin-left: -140px;
  }
  .banner_section .header-graph .new-headline {
    padding-top: 60vh;
  }
  .banner_section .header-graph .second-headline {
    padding-top: 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .banner_section .header-graph .img-header {
    margin-left: -140px;
  }
  .banner_section .header-graph .new-headline {
    padding-top: 65vh;
  }
  .banner_section .header-graph .second-headline {
    padding-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner_section .header-graph .new-headline {
    padding-top: 60vh;
  }
  .banner_section .header-graph .second-headline {
    padding-top: 20px;
  }
}
/* animation functions */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    transition: none !important;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.layer-elypse-circle, .custom-grads-top .layer .layer-holder.lgroup-top .layer-brick, .custom-grads-top .layer .layer-holder.lgroup-left .orange-2 {
  width: 92px;
  height: 92px;
}

.custom-grads-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 600px;
  padding: 50px;
}
.custom-grads-top .orange-1 {
  top: 200px;
  left: 100px;
}
.custom-grads-top .layer {
  text-align: right;
  width: 100%;
  height: 100%;
  position: relative;
}
.custom-grads-top .layer .layer-holder {
  position: relative;
  right: 0;
  top: 0;
  padding: 20px;
}
.custom-grads-top .layer .layer-holder.lgroup-left {
  right: 40%;
  top: 50px;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 1200px) {
  .custom-grads-top .layer .layer-holder.lgroup-left {
    right: 35%;
  }
}
.custom-grads-top .layer .layer-holder.lgroup-left .orange-1 {
  width: 145px;
  margin-right: 65px;
}
.custom-grads-top .layer .layer-holder.lgroup-left .orange-3 {
  width: 290px;
  margin-left: 100px;
}
.custom-grads-top .layer .layer-holder.lgroup-left .orange-4 {
  width: 144px;
  margin-right: -100px;
}
.custom-grads-top .layer .layer-holder.lgroup-left .elipse-round-rect {
  margin-right: 20%;
}
@media (max-width: 480px) {
  .custom-grads-top .layer .layer-holder.lgroup-left {
    display: none;
  }
}
.custom-grads-top .layer .layer-holder.lgroup-top {
  font-size: 0;
  line-height: 0;
  top: -70px;
  right: 0;
}
.custom-grads-top .layer .layer-holder.lgroup-top .layer-brick {
  background-color: #e5561e;
  margin-right: 150px;
}
.custom-grads-top .layer .layer-holder.lgroup-top .red-1 {
  width: 144px;
}
.custom-grads-top .layer .layer-holder.lgroup-top .red-2 {
  width: 144px;
}
.custom-grads-top .layer .layer-holder.lgroup-top .red-3 {
  width: 295px;
}
@media (max-width: 480px) {
  .custom-grads-top .layer .layer-holder.lgroup-top {
    display: none;
  }
}
.custom-grads-top .layer .layer-item {
  font-size: 50px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 35px;
  text-align: center;
  min-width: 20px;
  height: 90px;
  line-height: 90px;
  border-radius: 45px;
}
.custom-grads-top .layer .layer-main-text {
  font-size: 0;
  text-align: right;
  color: #FFF;
  top: 100px;
  right: 10%;
}
@media (max-width: 640px) {
  .custom-grads-top .layer .layer-main-text {
    right: 5px;
  }
}
.custom-grads-top .layer .layer-main-text .layer-item {
  background: #d0bb00;
  background: -webkit-gradient(left top, right top, color-stop(0%, #d0bb00), color-stop(51%, #ef7f00), color-stop(100%, #c40069));
  background: linear-gradient(to right, #d0bb00 0%, #ef7f00 51%, #c40069 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d0bb00", endColorstr="#c40069", GradientType=1 );
}
.custom-grads-top .layer .layer-main-text .red-31 {
  width: 144px;
  margin-right: -144px;
}
.custom-grads-top .layer .layer-main-text .red-32 {
  width: 295px;
}
.custom-grads-top .layer .layer-main-text .red-33 {
  width: 144px;
  margin-right: 70px;
}
@media (max-width: 480px) {
  .custom-grads-top .layer .layer-main-text .red-33 {
    display: none;
  }
}
.custom-grads-top .layer .layer-item.layer-orange {
  background: #d0bb00;
  background: -webkit-gradient(left top, right top, color-stop(0%, #d0bb00), color-stop(51%, #ef7f00), color-stop(100%, #ef7f00));
  background: linear-gradient(to right, #d0bb00 0%, #ef7f00 51%, #ef7f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0bb00", endColorstr="#ef7f00", GradientType=1);
}
.custom-grads-top .layer .layer-item.layer-red {
  background: #ef7f00;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ef7f00), color-stop(100%, #c40069));
  background: linear-gradient(to right, #d8343c 5%, #c40069 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ef7f00", endColorstr="#c40069", GradientType=1 );
}
.custom-grads-top .layer .layer-item.layer-yellow {
  background: #dfa900;
  width: 92px;
  height: 92px;
}

.header-graph .main-heading {
  padding: 0 15px;
  font-size: 60px;
  line-height: 1.1;
  color: #FFF;
  text-transform: uppercase;
  position: absolute;
  right: 250px;
  top: 155px;
  z-index: 3;
}
@media (max-width: 640px) {
  .header-graph .main-heading {
    right: 0;
    left: 0;
    font-size: 40px;
  }
}

.page-id-103 .header-graph, .speakers-template-default .header-graph {
  background-image: url("../assets/images/bg-header-speakers.png");
}
.page-id-103 section.spk .spk-row .spk-person .box-title.gradient-1, .page-id-103 section.spk .spk-row .spk-person .box-title.gradient-2, .speakers-template-default section.spk .spk-row .spk-person .box-title.gradient-1, .speakers-template-default section.spk .spk-row .spk-person .box-title.gradient-2 {
  background: #ff4000;
}
.page-id-103 section.spk .spk-row .spk-person .box-title.gradient-3, .speakers-template-default section.spk .spk-row .spk-person .box-title.gradient-3 {
  background-image: -ms-linear-gradient(180deg, #5c0021 0%, #ff0080 52%, #ff4000 100%);
}
.page-id-103 section.spk .spk-row .spk-person .box-title.gradient-4, .speakers-template-default section.spk .spk-row .spk-person .box-title.gradient-4 {
  background-image: -ms-linear-gradient(180deg, #bc0062 0%, #ff017f 100%);
}
.page-id-103 section.spk .spk-row .spk-person .box-title.gradient-5, .speakers-template-default section.spk .spk-row .spk-person .box-title.gradient-5 {
  background-image: -ms-linear-gradient(180deg, #620024 0%, #b4005d 100%);
}

.speakers-template-default .header-graph {
  background-image: url("../assets/images/bg-header-speakers.png");
}

.page-template-about .header-graph {
  background-image: url("../assets/images/bg-header-about_01.jpg");
}

.page-template-tickets .header-graph {
  background-image: url("../assets/images/bg-header-tickets_02.jpg");
}

.page-template-agenda .header-graph {
  background-image: url("../assets/images/bg-header-agenda_02.jpg");
}
@media (max-width: 1560px) {
  .page-template-agenda .banner_section .header-graph .new-headline {
    padding-top: 30vh;
  }
}

#agenda_page .tab-nav {
  display: inline-block;
  padding: 0;
  font-size: 35px;
  font-family: "MMCruella400", "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  border: 1px solid #ff0679;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 640px) {
  #agenda_page .tab-nav {
    font-size: 20px;
  }
}
#agenda_page .tab-nav li.tab-link {
  float: left;
  margin-right: 0px;
  padding: 15px 30px;
  list-style: none;
  background: #000;
  color: white;
  cursor: pointer;
}
@media (max-width: 640px) {
  #agenda_page .tab-nav li.tab-link {
    padding: 10px 10px;
  }
}
#agenda_page .tab-nav li.tab-link.active {
  background: #ff0679;
}
#agenda_page .agenda_holder {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
#agenda_page .agenda_holder .tab-content {
  text-align: left;
}
#agenda_page .tabs .tab {
  display: none;
  font-family: "Source Sans Pro", sans-serif;
}
#agenda_page .tabs .tab.current {
  display: block;
}
#agenda_page .tabs .tab li.entry-content {
  color: #afafaf;
  overflow: hidden;
  margin-bottom: 20px;
}
#agenda_page .tabs .tab li.entry-content .activity {
  color: #f96633;
}
#agenda_page .tabs .tab li.entry-content:nth-child(odd) {
  color: #FFF;
}
#agenda_page .tabs .tab li.entry-content:nth-child(odd) .activity {
  color: #ff0679;
}
#agenda_page .tabs .tab li.entry-content p {
  font-size: 21px;
}
#agenda_page .tabs .tab .tab-content {
  padding: 0;
}
#agenda_page .tabs .activity {
  float: left;
  margin-right: 10%;
  width: 30%;
}
#agenda_page .tabs .content {
  float: left;
  width: 60%;
}

#about_page {
  position: relative;
}
#about_page .about-ro, #about_page .about-global {
  font-size: 100px;
  color: #FFF;
  padding: 15px 20px;
  display: inline-block;
  border-radius: 40px;
  font-size: 36px;
  text-transform: uppercase;
  margin: 25px 0;
}
@media (max-width: 640px) {
  #about_page .about-ro, #about_page .about-global {
    font-size: 25px;
  }
}
#about_page .about-ro {
  background-image: -ms-linear-gradient(180deg, #f09200 0%, #ff8400 100%);
}
#about_page .about-global {
  background-image: -ms-linear-gradient(180deg, #5ea00e 0%, #cbaf00 100%);
}
#about_page .about-info p {
  font-size: 18px;
  color: #FFF;
}
#about_page:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 40%;
  left: -45px;
  width: 93px;
  height: 93px;
  background: url(../assets/images/round_yellow.png) 0 0 no-repeat;
}
#about_page:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 20%;
  right: 0px;
  width: 93px;
  height: 93px;
  background: url(../assets/images/glitch-right.png) 0 0 no-repeat;
}

.source-sans-pro {
  font-family: "Source Sans Pro";
}

.error404 .banner_section .new-headline {
  padding-top: 10vh;
}

@media (min-width: 768px) {
  .news-2019 {
    background-image: url("../assets/images/bg-news-2019.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }
  .news-2019.interview-2019 {
    background-image: url("../assets/images/bg-interview-2019.png");
    background-size: contain;
  }
}
.news-wrapper-2019 {
  margin-top: 200px;
}

.pill {
  min-height: 75px;
}
.pill h2 {
  font-size: 22px;
  font-family: "Source Sans Pro", sans-serif;
}
.pill h3 {
  font-size: 14px;
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
}

.left-pill {
  border-radius: 100px;
  padding: 10px;
  background: linear-gradient(90deg, #6bc140 0%, #54ba5e 100%);
  color: white;
}

.left-center-pill {
  border-radius: 100px;
  padding: 10px;
  background: linear-gradient(90deg, #4cb76a 0%, #38aa8a 100%);
  color: white;
}

.right-center-pill {
  border-radius: 100px;
  padding: 10px;
  background: linear-gradient(90deg, #36a393 0%, #3b8d9b 100%);
  color: white;
}

.right-pill {
  border-radius: 100px;
  padding: 10px;
  background: linear-gradient(90deg, #41849b 0%, #5d6593 100%);
  color: white;
}

.news-item-2019 img {
  width: 90%;
  height: auto;
  margin: auto;
  display: block;
}
.news-item-2019 .news_thumb {
  height: auto;
  margin-bottom: 0;
}

.r-more {
  background-color: white;
  color: black;
  font-weight: bold;
  border-radius: 100px;
  font-family: "Source Sans Pro", sans-serif;
}

.interview-cut {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  margin-top: 25px;
}

.back-button-2019 a {
  background-color: white;
  color: black;
  font-weight: bold;
  border-radius: 100px;
  font-family: "Source Sans Pro", sans-serif;
  position: absolute;
  left: 35px;
  top: 0;
  padding: 10px 20px;
}

@media (max-width: 768px) {
  .the_speaker_left {
    padding-top: 100px !important;
    padding-bottom: 0 !important;
  }
}

.speaker_image_wrapper.speaker_image_wrapper-2019 {
  background: transparent;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .speaker_image_wrapper.speaker_image_wrapper-2019 {
    width: 50%;
  }
}

.post-title-2019 {
  font-family: "Source Sans Pro", sans-serif;
}

.lh0 {
  line-height: 0;
}

.headline-anim {
  overflow: hidden;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  width: 90px;
}
.headline-anim span {
  opacity: 0;
  position: relative;
  right: -50px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: hanim-span;
  animation-name: hanim-span;
}
.headline-anim--1 {
  -webkit-animation-name: hanim--1;
  animation-name: hanim--1;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.headline-anim--1 span {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.headline-anim--2 {
  -webkit-animation-name: hanim--2;
  animation-name: hanim--2;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.headline-anim--2 span {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.headline-anim--3 {
  -webkit-animation-name: hanim--3;
  animation-name: hanim--3;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.headline-anim--3 span {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

@keyframes hanim--1 {
  80% {
    width: 360px;
  }
  100% {
    width: 350px;
  }
}
@keyframes hanim--2 {
  80% {
    width: 102px;
  }
  100% {
    width: 100px;
  }
}
@keyframes hanim--3 {
  80% {
    width: 255px;
  }
  100% {
    width: 250px;
  }
}
@keyframes hanim-span {
  100% {
    opacity: 1;
    right: 0;
  }
}
@-webkit-keyframes hanim--1 {
  80% {
    width: 360px;
  }
  100% {
    width: 350px;
  }
}
@-webkit-keyframes hanim--2 {
  80% {
    width: 102px;
  }
  100% {
    width: 100px;
  }
}
@-webkit-keyframes hanim--3 {
  80% {
    width: 255px;
  }
  100% {
    width: 250px;
  }
}
@-webkit-keyframes hanim-span {
  100% {
    opacity: 1;
    right: 0;
  }
}
.opening-act {
  background-image: url("../assets/images/opening_act/bg.jpg");
  background-position: top;
}
.opening-act .opening-header {
  padding-top: 8rem;
}
.opening-act .pink-text {
  color: #b72eef !important;
}
.opening-act .white-text {
  color: white !important;
}
.opening-act .news-wrapper-2019 {
  width: 100%;
}
.opening-act .blue-pill {
  background-color: #1334ef;
  border-radius: 100px;
  padding: 10px;
}
.slider-speakers {
  overflow: hidden;
  z-index: 999;
  /* margin-top: 10px;
  margin: 0 -50px; */
}
@media (min-width: 768px) {
  .slider-speakers {
    /* margin: 0;
    width: 500px;
    position: absolute;
    left: 0;
    top: 50px; */
  }
}
@media (min-width: 992px) {
  .slider-speakers {
    /* top: 80px;
    left: 50px; */
    width: 650px;
  }
}
@media (min-width: 1200px) {
  .slider-speakers {
    /* left: 50%;
    top: 0;
    transform: translateX(-50%); */
    width: 700px;
  }
}
@media (min-width: 1280px) {
  .slider-speakers {
    width: 800px;
  }
}
.slider-speakers .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slider-speakers .slide {
  padding: 30px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.slider-speakers .slide img {
  opacity: 0;
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
}
.slider-speakers .slide.slick-active img {
  opacity: 1;
  transform: scale(1);
}

.btn-carousel {
  border: none;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 20px;
}
.btn-carousel:focus {
  outline: none;
}
@media (min-width: 1280px) {
  .btn-carousel {
    width: 80px;
    height: 80px;
  }
}
.btn-carousel.slick-disabled {
  opacity: 0.2;
  cursor: auto;
}

.prev-carousel {
  background-image: url("../assets/images/icon-left.png");
}

.next-carousel {
  background-image: url("../assets/images/icon-right.png");
}

.slider-speakers__controls {
  text-align: center;
}

.custom-grads-top .layer .layer-main-text {
  right: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .custom-grads-top .layer .layer-main-text {
    right: -50px;
  }
}

@media (min-width: 1200px) {
  .custom-grads-top .layer .layer-holder.lgroup-left {
    right: 25%;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .banner_section .header-graph .new-headline {
    font-size: 40px;
    width: 250px;
  }

  .custom-grads-top .layer .layer-item {
    font-size: 35px;
  }

  .banner_section .header-graph .second-headline {
    width: 250px;
  }
}
@media (min-width: 1280px) {
  .banner_section .header-info .header-text {
    margin-top: 400px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .banner_section .header-graph .new-headline {
    padding-top: 770px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .banner_section .header-graph .new-headline {
    padding-top: 600px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .banner_section .header-graph .new-headline {
    padding-top: 450px;
  }
}
@media (max-width: 574px) {
  .banner_section .header-graph .new-headline {
    padding-top: 310px;
  }

  .layer-hide-xs {
    display: none;
  }

  .custom-grads-top {
    padding: 0;
  }

  .custom-grads-top .layer .layer-item {
    font-size: 35px;
  }

  .custom-grads-top .layer .layer-holder {
    padding-left: 0;
  }

  .custom-grads-top .layer .layer-item {
    height: 70px;
    line-height: 70px;
  }
}
@media (min-width: 575px) {
  .layer-no-par {
    top: -200px !important;
  }
}
.custom-grads-top .layer .layer-item {
  text-align: right;
}

.banner_section .header-graph {
  z-index: 100;
}

@media (max-width: 1500px) {
  .hidden-1400 {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .new-headline br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .custom-grads-top {
    transform: scale(0.7);
    transform-origin: right top;
  }
}


