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

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

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

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

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

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

    .table-dark {
        color: inherit;
    }

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

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

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

a:hover {
    color: #9a094e;
    text-decoration: underline;
}

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

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

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

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

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

figure {
    margin: 0 0 1rem;
}

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

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

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block;
}

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

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

.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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
    -webkit-order: 25;
    -ms-flex-order: 25;
    order: 25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-14 {
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14;
}

.order-15 {
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
}

.order-16 {
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16;
}

.order-17 {
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17;
}

.order-18 {
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18;
}

.order-19 {
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19;
}

.order-20 {
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20;
}

.order-21 {
    -webkit-order: 21;
    -ms-flex-order: 21;
    order: 21;
}

.order-22 {
    -webkit-order: 22;
    -ms-flex-order: 22;
    order: 22;
}

.order-23 {
    -webkit-order: 23;
    -ms-flex-order: 23;
    order: 23;
}

.order-24 {
    -webkit-order: 24;
    -ms-flex-order: 24;
    order: 24;
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
    margin-left: 54.16667%;
}

.offset-14 {
    margin-left: 58.33333%;
}

.offset-15 {
    margin-left: 62.5%;
}

.offset-16 {
    margin-left: 66.66667%;
}

.offset-17 {
    margin-left: 70.83333%;
}

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

.offset-19 {
    margin-left: 79.16667%;
}

.offset-20 {
    margin-left: 83.33333%;
}

.offset-21 {
    margin-left: 87.5%;
}

.offset-22 {
    margin-left: 91.66667%;
}

.offset-23 {
    margin-left: 95.83333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-last {
        -webkit-order: 25;
        -ms-flex-order: 25;
        order: 25;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-14 {
        -webkit-order: 14;
        -ms-flex-order: 14;
        order: 14;
    }

    .order-sm-15 {
        -webkit-order: 15;
        -ms-flex-order: 15;
        order: 15;
    }

    .order-sm-16 {
        -webkit-order: 16;
        -ms-flex-order: 16;
        order: 16;
    }

    .order-sm-17 {
        -webkit-order: 17;
        -ms-flex-order: 17;
        order: 17;
    }

    .order-sm-18 {
        -webkit-order: 18;
        -ms-flex-order: 18;
        order: 18;
    }

    .order-sm-19 {
        -webkit-order: 19;
        -ms-flex-order: 19;
        order: 19;
    }

    .order-sm-20 {
        -webkit-order: 20;
        -ms-flex-order: 20;
        order: 20;
    }

    .order-sm-21 {
        -webkit-order: 21;
        -ms-flex-order: 21;
        order: 21;
    }

    .order-sm-22 {
        -webkit-order: 22;
        -ms-flex-order: 22;
        order: 22;
    }

    .order-sm-23 {
        -webkit-order: 23;
        -ms-flex-order: 23;
        order: 23;
    }

    .order-sm-24 {
        -webkit-order: 24;
        -ms-flex-order: 24;
        order: 24;
    }

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

    .offset-sm-1 {
        margin-left: 4.16667%;
    }

    .offset-sm-2 {
        margin-left: 8.33333%;
    }

    .offset-sm-3 {
        margin-left: 12.5%;
    }

    .offset-sm-4 {
        margin-left: 16.66667%;
    }

    .offset-sm-5 {
        margin-left: 20.83333%;
    }

    .offset-sm-6 {
        margin-left: 25%;
    }

    .offset-sm-7 {
        margin-left: 29.16667%;
    }

    .offset-sm-8 {
        margin-left: 33.33333%;
    }

    .offset-sm-9 {
        margin-left: 37.5%;
    }

    .offset-sm-10 {
        margin-left: 41.66667%;
    }

    .offset-sm-11 {
        margin-left: 45.83333%;
    }

    .offset-sm-12 {
        margin-left: 50%;
    }

    .offset-sm-13 {
        margin-left: 54.16667%;
    }

    .offset-sm-14 {
        margin-left: 58.33333%;
    }

    .offset-sm-15 {
        margin-left: 62.5%;
    }

    .offset-sm-16 {
        margin-left: 66.66667%;
    }

    .offset-sm-17 {
        margin-left: 70.83333%;
    }

    .offset-sm-18 {
        margin-left: 75%;
    }

    .offset-sm-19 {
        margin-left: 79.16667%;
    }

    .offset-sm-20 {
        margin-left: 83.33333%;
    }

    .offset-sm-21 {
        margin-left: 87.5%;
    }

    .offset-sm-22 {
        margin-left: 91.66667%;
    }

    .offset-sm-23 {
        margin-left: 95.83333%;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-12 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: calc(50% - 1px);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-last {
        -webkit-order: 25;
        -ms-flex-order: 25;
        order: 25;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-14 {
        -webkit-order: 14;
        -ms-flex-order: 14;
        order: 14;
    }

    .order-md-15 {
        -webkit-order: 15;
        -ms-flex-order: 15;
        order: 15;
    }

    .order-md-16 {
        -webkit-order: 16;
        -ms-flex-order: 16;
        order: 16;
    }

    .order-md-17 {
        -webkit-order: 17;
        -ms-flex-order: 17;
        order: 17;
    }

    .order-md-18 {
        -webkit-order: 18;
        -ms-flex-order: 18;
        order: 18;
    }

    .order-md-19 {
        -webkit-order: 19;
        -ms-flex-order: 19;
        order: 19;
    }

    .order-md-20 {
        -webkit-order: 20;
        -ms-flex-order: 20;
        order: 20;
    }

    .order-md-21 {
        -webkit-order: 21;
        -ms-flex-order: 21;
        order: 21;
    }

    .order-md-22 {
        -webkit-order: 22;
        -ms-flex-order: 22;
        order: 22;
    }

    .order-md-23 {
        -webkit-order: 23;
        -ms-flex-order: 23;
        order: 23;
    }

    .order-md-24 {
        -webkit-order: 24;
        -ms-flex-order: 24;
        order: 24;
    }

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

    .offset-md-1 {
        margin-left: 4.16667%;
    }

    .offset-md-2 {
        margin-left: 8.33333%;
    }

    .offset-md-3 {
        margin-left: 12.5%;
    }

    .offset-md-4 {
        margin-left: 16.66667%;
    }

    .offset-md-5 {
        margin-left: 20.83333%;
    }

    .offset-md-6 {
        margin-left: 25%;
    }

    .offset-md-7 {
        margin-left: 29.16667%;
    }

    .offset-md-8 {
        margin-left: 33.33333%;
    }

    .offset-md-9 {
        margin-left: 37.5%;
    }

    .offset-md-10 {
        margin-left: 41.66667%;
    }

    .offset-md-11 {
        margin-left: 45.83333%;
    }

    .offset-md-12 {
        margin-left: 50%;
    }

    .offset-md-13 {
        margin-left: 54.16667%;
    }

    .offset-md-14 {
        margin-left: 58.33333%;
    }

    .offset-md-15 {
        margin-left: 62.5%;
    }

    .offset-md-16 {
        margin-left: 66.66667%;
    }

    .offset-md-17 {
        margin-left: 70.83333%;
    }

    .offset-md-18 {
        margin-left: 75%;
    }

    .offset-md-19 {
        margin-left: 79.16667%;
    }

    .offset-md-20 {
        margin-left: 83.33333%;
    }

    .offset-md-21 {
        margin-left: 87.5%;
    }

    .offset-md-22 {
        margin-left: 91.66667%;
    }

    .offset-md-23 {
        margin-left: 95.83333%;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-last {
        -webkit-order: 25;
        -ms-flex-order: 25;
        order: 25;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-14 {
        -webkit-order: 14;
        -ms-flex-order: 14;
        order: 14;
    }

    .order-lg-15 {
        -webkit-order: 15;
        -ms-flex-order: 15;
        order: 15;
    }

    .order-lg-16 {
        -webkit-order: 16;
        -ms-flex-order: 16;
        order: 16;
    }

    .order-lg-17 {
        -webkit-order: 17;
        -ms-flex-order: 17;
        order: 17;
    }

    .order-lg-18 {
        -webkit-order: 18;
        -ms-flex-order: 18;
        order: 18;
    }

    .order-lg-19 {
        -webkit-order: 19;
        -ms-flex-order: 19;
        order: 19;
    }

    .order-lg-20 {
        -webkit-order: 20;
        -ms-flex-order: 20;
        order: 20;
    }

    .order-lg-21 {
        -webkit-order: 21;
        -ms-flex-order: 21;
        order: 21;
    }

    .order-lg-22 {
        -webkit-order: 22;
        -ms-flex-order: 22;
        order: 22;
    }

    .order-lg-23 {
        -webkit-order: 23;
        -ms-flex-order: 23;
        order: 23;
    }

    .order-lg-24 {
        -webkit-order: 24;
        -ms-flex-order: 24;
        order: 24;
    }

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

    .offset-lg-1 {
        margin-left: 4.16667%;
    }

    .offset-lg-2 {
        margin-left: 8.33333%;
    }

    .offset-lg-3 {
        margin-left: 12.5%;
    }

    .offset-lg-4 {
        margin-left: 16.66667%;
    }

    .offset-lg-5 {
        margin-left: 20.83333%;
    }

    .offset-lg-6 {
        margin-left: 25%;
    }

    .offset-lg-7 {
        margin-left: 29.16667%;
    }

    .offset-lg-8 {
        margin-left: 33.33333%;
    }

    .offset-lg-9 {
        margin-left: 37.5%;
    }

    .offset-lg-10 {
        margin-left: 41.66667%;
    }

    .offset-lg-11 {
        margin-left: 45.83333%;
    }

    .offset-lg-12 {
        margin-left: 50%;
    }

    .offset-lg-13 {
        margin-left: 54.16667%;
    }

    .offset-lg-14 {
        margin-left: 58.33333%;
    }

    .offset-lg-15 {
        margin-left: 62.5%;
    }

    .offset-lg-16 {
        margin-left: 66.66667%;
    }

    .offset-lg-17 {
        margin-left: 70.83333%;
    }

    .offset-lg-18 {
        margin-left: 75%;
    }

    .offset-lg-19 {
        margin-left: 79.16667%;
    }

    .offset-lg-20 {
        margin-left: 83.33333%;
    }

    .offset-lg-21 {
        margin-left: 87.5%;
    }

    .offset-lg-22 {
        margin-left: 91.66667%;
    }

    .offset-lg-23 {
        margin-left: 95.83333%;
    }
}

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

    .col-xl-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-13 {
        -webkit-flex: 0 0 54.16667%;
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
    }

    .col-xl-14 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-15 {
        -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    .col-xl-16 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-17 {
        -webkit-flex: 0 0 70.83333%;
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
        max-width: 70.83333%;
    }

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

    .col-xl-19 {
        -webkit-flex: 0 0 79.16667%;
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
        max-width: 79.16667%;
    }

    .col-xl-20 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-21 {
        -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    .col-xl-22 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-23 {
        -webkit-flex: 0 0 95.83333%;
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
        max-width: 95.83333%;
    }

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

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

    .order-xl-last {
        -webkit-order: 25;
        -ms-flex-order: 25;
        order: 25;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-14 {
        -webkit-order: 14;
        -ms-flex-order: 14;
        order: 14;
    }

    .order-xl-15 {
        -webkit-order: 15;
        -ms-flex-order: 15;
        order: 15;
    }

    .order-xl-16 {
        -webkit-order: 16;
        -ms-flex-order: 16;
        order: 16;
    }

    .order-xl-17 {
        -webkit-order: 17;
        -ms-flex-order: 17;
        order: 17;
    }

    .order-xl-18 {
        -webkit-order: 18;
        -ms-flex-order: 18;
        order: 18;
    }

    .order-xl-19 {
        -webkit-order: 19;
        -ms-flex-order: 19;
        order: 19;
    }

    .order-xl-20 {
        -webkit-order: 20;
        -ms-flex-order: 20;
        order: 20;
    }

    .order-xl-21 {
        -webkit-order: 21;
        -ms-flex-order: 21;
        order: 21;
    }

    .order-xl-22 {
        -webkit-order: 22;
        -ms-flex-order: 22;
        order: 22;
    }

    .order-xl-23 {
        -webkit-order: 23;
        -ms-flex-order: 23;
        order: 23;
    }

    .order-xl-24 {
        -webkit-order: 24;
        -ms-flex-order: 24;
        order: 24;
    }

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

    .offset-xl-1 {
        margin-left: 4.16667%;
    }

    .offset-xl-2 {
        margin-left: 8.33333%;
    }

    .offset-xl-3 {
        margin-left: 12.5%;
    }

    .offset-xl-4 {
        margin-left: 16.66667%;
    }

    .offset-xl-5 {
        margin-left: 20.83333%;
    }

    .offset-xl-6 {
        margin-left: 25%;
    }

    .offset-xl-7 {
        margin-left: 29.16667%;
    }

    .offset-xl-8 {
        margin-left: 33.33333%;
    }

    .offset-xl-9 {
        margin-left: 37.5%;
    }

    .offset-xl-10 {
        margin-left: 41.66667%;
    }

    .offset-xl-11 {
        margin-left: 45.83333%;
    }

    .offset-xl-12 {
        margin-left: 50%;
    }

    .offset-xl-13 {
        margin-left: 54.16667%;
    }

    .offset-xl-14 {
        margin-left: 58.33333%;
    }

    .offset-xl-15 {
        margin-left: 62.5%;
    }

    .offset-xl-16 {
        margin-left: 66.66667%;
    }

    .offset-xl-17 {
        margin-left: 70.83333%;
    }

    .offset-xl-18 {
        margin-left: 75%;
    }

    .offset-xl-19 {
        margin-left: 79.16667%;
    }

    .offset-xl-20 {
        margin-left: 83.33333%;
    }

    .offset-xl-21 {
        margin-left: 87.5%;
    }

    .offset-xl-22 {
        margin-left: 91.66667%;
    }

    .offset-xl-23 {
        margin-left: 95.83333%;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 20px;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

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

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

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

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

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

.btn-primary:hover {
    color: #fff;
    background-color: #be0b61;
    border-color: #b20a5a;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 13, 115, 0.5);
}

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

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

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

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

.btn-secondary:hover {
    color: #fff;
    background-color: #595959;
    border-color: #535353;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-danger:hover {
    color: #fff;
    background-color: #e10913;
    border-color: #d50812;
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 26, 36, 0.5);
}

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

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

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

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

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

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

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

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

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

.btn-dark {
    color: #fff;
    background-color: #4A4A4A;
    border-color: #4A4A4A;
}

.btn-dark:hover {
    color: #fff;
    background-color: #373737;
    border-color: #313131;
}

.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #4A4A4A;
    border-color: #4A4A4A;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #313131;
    border-color: #2a2a2a;
}

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

.btn-outline-primary {
    color: #E20D73;
    background-color: transparent;
    background-image: none;
    border-color: #E20D73;
}

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

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

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

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

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

.btn-outline-secondary {
    color: #6C6C6C;
    background-color: transparent;
    background-image: none;
    border-color: #6C6C6C;
}

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

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

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

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

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

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

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

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

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

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

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

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

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

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

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

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

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

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

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

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

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

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

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

.btn-outline-danger {
    color: #f61a24;
    background-color: transparent;
    background-image: none;
    border-color: #f61a24;
}

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

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 26, 36, 0.5);
}

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

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

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

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

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

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

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

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

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

.btn-outline-dark {
    color: #4A4A4A;
    background-color: transparent;
    background-image: none;
    border-color: #4A4A4A;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #4A4A4A;
    border-color: #4A4A4A;
}

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

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #4A4A4A;
    background-color: transparent;
}

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

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

.btn-link {
    font-weight: 400;
    color: #E20D73;
    background-color: transparent;
}

.btn-link:hover {
    color: #9a094e;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

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

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

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.40625rem;
    line-height: 1.5;
    border-radius: 5px;
}

.btn-sm {
    padding: 0.125rem 0.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 8px;
}

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

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

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

.fade {
    transition: opacity 0.15s linear;
}

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

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

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

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

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

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

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

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

.nav-link.disabled {
    color: #6c757d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary {
    background-color: #E20D73 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-dark {
    background-color: #4A4A4A !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
    border-color: #E20D73 !important;
}

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

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

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

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

.border-danger {
    border-color: #f61a24 !important;
}

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

.border-dark {
    border-color: #4A4A4A !important;
}

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

.rounded {
    border-radius: 0.25rem !important;
}

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

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

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

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

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

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

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

.d-none {
    display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive .embed-responsive-item,
.embed-responsive 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.85714%;
}

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

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

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

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

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

.justify-content-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

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

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

.align-items-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

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

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

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .justify-content-sm-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

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

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

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

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

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

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .justify-content-md-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

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

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

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

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

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

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .justify-content-lg-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

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

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

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

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

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

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .justify-content-xl-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

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

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

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

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

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

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

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

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-normal {
    font-weight: 400 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-dark {
    color: #4A4A4A !important;
}

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

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

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

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

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

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .tp-videolayer:after,
.far,
.fal,
.menu nav ul li.dropdown > a:after,
.error404 .wrapper .error-code:before,
.rooms .list .item:before,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .fa-pull-left.tp-videolayer:after,
.far.fa-pull-left,
.fal.fa-pull-left,
.menu nav ul li.dropdown > a.fa-pull-left:after,
.error404 .wrapper .fa-pull-left.error-code:before,
.rooms .list .fa-pull-left.item:before,
.fab.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .fa-pull-right.tp-videolayer:after,
.far.fa-pull-right,
.fal.fa-pull-right,
.menu nav ul li.dropdown > a.fa-pull-right:after,
.error404 .wrapper .fa-pull-right.error-code:before,
.rooms .list .fa-pull-right.item:before,
.fab.fa-pull-right {
    margin-left: .3em;
}

.fa-spin, .slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .tp-videolayer:after {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

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

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

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
    content: "\f26e";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-adn:before {
    content: "\f170";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-air-freshener:before {
    content: "\f5d0";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-allergies:before {
    content: "\f461";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-android:before {
    content: "\f17b";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angry:before {
    content: "\f556";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

.fa-apple:before {
    content: "\f179";
}

.fa-apple-alt:before {
    content: "\f5d1";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-archive:before {
    content: "\f187";
}

.fa-archway:before {
    content: "\f557";
}

.fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrows-alt-h:before {
    content: "\f337";
}

.fa-arrows-alt-v:before {
    content: "\f338";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-atlas:before {
    content: "\f558";
}

.fa-atom:before {
    content: "\f5d2";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-award:before {
    content: "\f559";
}

.fa-aws:before {
    content: "\f375";
}

.fa-backspace:before {
    content: "\f55a";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-band-aid:before {
    content: "\f462";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-baseball-ball:before {
    content: "\f433";
}

.fa-basketball-ball:before {
    content: "\f434";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-bed:before {
    content: "\f236";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bezier-curve:before {
    content: "\f55b";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blender:before {
    content: "\f517";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-bold:before {
    content: "\f032";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-bone:before {
    content: "\f5d7";
}

.fa-bong:before {
    content: "\f55c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-book-reader:before {
    content: "\f5da";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-box:before {
    content: "\f466";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-boxes:before {
    content: "\f468";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-brain:before {
    content: "\f5dc";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-briefcase-medical:before {
    content: "\f469";
}

.fa-broadcast-tower:before {
    content: "\f519";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-brush:before {
    content: "\f55d";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-bug:before {
    content: "\f188";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-burn:before {
    content: "\f46a";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-bus:before {
    content: "\f207";
}

.fa-bus-alt:before {
    content: "\f55e";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-calendar-check:before {
    content: "\f274";
}

.fa-calendar-minus:before {
    content: "\f272";
}

.fa-calendar-plus:before {
    content: "\f271";
}

.fa-calendar-times:before {
    content: "\f273";
}

.fa-camera:before {
    content: "\f030";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-cannabis:before {
    content: "\f55f";
}

.fa-capsules:before {
    content: "\f46b";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-car-alt:before {
    content: "\f5de";
}

.fa-car-battery:before {
    content: "\f5df";
}

.fa-car-crash:before {
    content: "\f5e1";
}

.fa-car-side:before {
    content: "\f5e4";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-caret-square-down:before {
    content: "\f150";
}

.fa-caret-square-left:before {
    content: "\f191";
}

.fa-caret-square-right:before {
    content: "\f152";
}

.fa-caret-square-up:before {
    content: "\f151";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-chalkboard:before {
    content: "\f51b";
}

.fa-chalkboard-teacher:before {
    content: "\f51c";
}

.fa-charging-station:before {
    content: "\f5e7";
}

.fa-chart-area:before {
    content: "\f1fe";
}

.fa-chart-bar:before {
    content: "\f080";
}

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-pie:before {
    content: "\f200";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-check-double:before {
    content: "\f560";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-chess:before {
    content: "\f439";
}

.fa-chess-bishop:before {
    content: "\f43a";
}

.fa-chess-board:before {
    content: "\f43c";
}

.fa-chess-king:before {
    content: "\f43f";
}

.fa-chess-knight:before {
    content: "\f441";
}

.fa-chess-pawn:before {
    content: "\f443";
}

.fa-chess-queen:before {
    content: "\f445";
}

.fa-chess-rook:before {
    content: "\f447";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-church:before {
    content: "\f51d";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-notch:before {
    content: "\f1ce";
}

.fa-clipboard:before {
    content: "\f328";
}

.fa-clipboard-check:before {
    content: "\f46c";
}

.fa-clipboard-list:before {
    content: "\f46d";
}

.fa-clock:before {
    content: "\f017";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-cloud-upload-alt:before {
    content: "\f382";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-cocktail:before {
    content: "\f561";
}

.fa-code:before {
    content: "\f121";
}

.fa-code-branch:before {
    content: "\f126";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cog:before {
    content: "\f013";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-coins:before {
    content: "\f51e";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-comment:before {
    content: "\f075";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-comment-slash:before {
    content: "\f4b3";
}

.fa-comments:before {
    content: "\f086";
}

.fa-compact-disc:before {
    content: "\f51f";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-compress:before {
    content: "\f066";
}

.fa-concierge-bell:before {
    content: "\f562";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-cookie:before {
    content: "\f563";
}

.fa-cookie-bite:before {
    content: "\f564";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-crop:before {
    content: "\f125";
}

.fa-crop-alt:before {
    content: "\f565";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-crow:before {
    content: "\f520";
}

.fa-crown:before {
    content: "\f521";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-diagnoses:before {
    content: "\f470";
}

.fa-dice:before {
    content: "\f522";
}

.fa-dice-five:before {
    content: "\f523";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-dice-two:before {
    content: "\f528";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-digital-tachograph:before {
    content: "\f566";
}

.fa-directions:before {
    content: "\f5eb";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-divide:before {
    content: "\f529";
}

.fa-dizzy:before {
    content: "\f567";
}

.fa-dna:before {
    content: "\f471";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dollar-sign:before {
    content: "\f155";
}

.fa-dolly:before {
    content: "\f472";
}

.fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-donate:before {
    content: "\f4b9";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-door-open:before {
    content: "\f52b";
}

.fa-dot-circle:before {
    content: "\f192";
}

.fa-dove:before {
    content: "\f4ba";
}

.fa-download:before {
    content: "\f019";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-drafting-compass:before {
    content: "\f568";
}

.fa-draw-polygon:before {
    content: "\f5ee";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-drum:before {
    content: "\f569";
}

.fa-drum-steelpan:before {
    content: "\f56a";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-dumbbell:before {
    content: "\f44b";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-edge:before {
    content: "\f282";
}

.fa-edit:before {
    content: "\f044";
}

.fa-eject:before {
    content: "\f052";
}

.fa-elementor:before {
    content: "\f430";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-ello:before {
    content: "\f5f1";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envira:before {
    content: "\f299";
}

.fa-equals:before {
    content: "\f52c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-euro-sign:before {
    content: "\f153";
}

.fa-exchange-alt:before {
    content: "\f362";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-expand:before {
    content: "\f065";
}

.fa-expand-arrows-alt:before {
    content: "\f31e";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-external-link-alt:before {
    content: "\f35d";
}

.fa-external-link-square-alt:before {
    content: "\f360";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-dropper:before {
    content: "\f1fb";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-feather:before {
    content: "\f52d";
}

.fa-feather-alt:before {
    content: "\f56b";
}

.fa-female:before {
    content: "\f182";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-file-archive:before {
    content: "\f1c6";
}

.fa-file-audio:before {
    content: "\f1c7";
}

.fa-file-code:before {
    content: "\f1c9";
}

.fa-file-contract:before {
    content: "\f56c";
}

.fa-file-download:before {
    content: "\f56d";
}

.fa-file-excel:before {
    content: "\f1c3";
}

.fa-file-export:before {
    content: "\f56e";
}

.fa-file-image:before {
    content: "\f1c5";
}

.fa-file-import:before {
    content: "\f56f";
}

.fa-file-invoice:before {
    content: "\f570";
}

.fa-file-invoice-dollar:before {
    content: "\f571";
}

.fa-file-medical:before {
    content: "\f477";
}

.fa-file-medical-alt:before {
    content: "\f478";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-powerpoint:before {
    content: "\f1c4";
}

.fa-file-prescription:before {
    content: "\f572";
}

.fa-file-signature:before {
    content: "\f573";
}

.fa-file-upload:before {
    content: "\f574";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-file-word:before {
    content: "\f1c2";
}

.fa-fill:before {
    content: "\f575";
}

.fa-fill-drip:before {
    content: "\f576";
}

.fa-film:before {
    content: "\f008";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-fingerprint:before {
    content: "\f577";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-first-aid:before {
    content: "\f479";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-fish:before {
    content: "\f578";
}

.fa-flag:before {
    content: "\f024";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-flushed:before {
    content: "\f579";
}

.fa-fly:before {
    content: "\f417";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-font:before {
    content: "\f031";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-football-ball:before {
    content: "\f44e";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-frog:before {
    content: "\f52e";
}

.fa-frown:before {
    content: "\f119";
}

.fa-frown-open:before {
    content: "\f57a";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-gas-pump:before {
    content: "\f52f";
}

.fa-gavel:before {
    content: "\f0e3";
}

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-github:before {
    content: "\f09b";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glass-martini-alt:before {
    content: "\f57b";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-globe-africa:before {
    content: "\f57c";
}

.fa-globe-americas:before {
    content: "\f57d";
}

.fa-globe-asia:before {
    content: "\f57e";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-golf-ball:before {
    content: "\f450";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-greater-than:before {
    content: "\f531";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-grimace:before {
    content: "\f57f";
}

.fa-grin:before {
    content: "\f580";
}

.fa-grin-alt:before {
    content: "\f581";
}

.fa-grin-beam:before {
    content: "\f582";
}

.fa-grin-beam-sweat:before {
    content: "\f583";
}

.fa-grin-hearts:before {
    content: "\f584";
}

.fa-grin-squint:before {
    content: "\f585";
}

.fa-grin-squint-tears:before {
    content: "\f586";
}

.fa-grin-stars:before {
    content: "\f587";
}

.fa-grin-tears:before {
    content: "\f588";
}

.fa-grin-tongue:before {
    content: "\f589";
}

.fa-grin-tongue-squint:before {
    content: "\f58a";
}

.fa-grin-tongue-wink:before {
    content: "\f58b";
}

.fa-grin-wink:before {
    content: "\f58c";
}

.fa-grip-horizontal:before {
    content: "\f58d";
}

.fa-grip-vertical:before {
    content: "\f58e";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hackerrank:before {
    content: "\f5f7";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

.fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-hand-point-down:before {
    content: "\f0a7";
}

.fa-hand-point-left:before {
    content: "\f0a5";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-hand-point-up:before {
    content: "\f0a6";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-heading:before {
    content: "\f1dc";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-headphones-alt:before {
    content: "\f58f";
}

.fa-headset:before {
    content: "\f590";
}

.fa-heart:before {
    content: "\f004";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-helicopter:before {
    content: "\f533";
}

.fa-highlighter:before {
    content: "\f591";
}

.fa-hips:before {
    content: "\f452";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-hockey-puck:before {
    content: "\f453";
}

.fa-home:before {
    content: "\f015";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-hospital-alt:before {
    content: "\f47d";
}

.fa-hospital-symbol:before {
    content: "\f47e";
}

.fa-hot-tub:before {
    content: "\f593";
}

.fa-hotel:before {
    content: "\f594";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-alt:before {
    content: "\f47f";
}

.fa-image:before {
    content: "\f03e";
}

.fa-images:before {
    content: "\f302";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-industry:before {
    content: "\f275";
}

.fa-infinity:before {
    content: "\f534";
}

.fa-info:before {
    content: "\f129";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-italic:before {
    content: "\f033";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joint:before {
    content: "\f595";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-kaggle:before {
    content: "\f5fa";
}

.fa-key:before {
    content: "\f084";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-keyboard:before {
    content: "\f11c";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-kiss:before {
    content: "\f596";
}

.fa-kiss-beam:before {
    content: "\f597";
}

.fa-kiss-wink-heart:before {
    content: "\f598";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-laptop-code:before {
    content: "\f5fc";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-laugh:before {
    content: "\f599";
}

.fa-laugh-beam:before {
    content: "\f59a";
}

.fa-laugh-squint:before {
    content: "\f59b";
}

.fa-laugh-wink:before {
    content: "\f59c";
}

.fa-layer-group:before {
    content: "\f5fd";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-less:before {
    content: "\f41d";
}

.fa-less-than:before {
    content: "\f536";
}

.fa-less-than-equal:before {
    content: "\f537";
}

.fa-level-down-alt:before {
    content: "\f3be";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-lira-sign:before {
    content: "\f195";
}

.fa-list:before {
    content: "\f03a";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-lock:before {
    content: "\f023";
}

.fa-lock-open:before {
    content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-luggage-cart:before {
    content: "\f59d";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-mailchimp:before {
    content: "\f59e";
}

.fa-male:before {
    content: "\f183";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-map:before {
    content: "\f279";
}

.fa-map-marked:before {
    content: "\f59f";
}

.fa-map-marked-alt:before {
    content: "\f5a0";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-markdown:before {
    content: "\f60f";
}

.fa-marker:before {
    content: "\f5a1";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-medal:before {
    content: "\f5a2";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-megaport:before {
    content: "\f5a3";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-meh-blank:before {
    content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}

.fa-memory:before {
    content: "\f538";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-alt:before {
    content: "\f3c9";
}

.fa-microphone-alt-slash:before {
    content: "\f539";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-microscope:before {
    content: "\f610";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-minus:before {
    content: "\f068";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-money-bill:before {
    content: "\f0d6";
}

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

.fa-money-bill-wave-alt:before {
    content: "\f53b";
}

.fa-money-check:before {
    content: "\f53c";
}

.fa-money-check-alt:before {
    content: "\f53d";
}

.fa-monument:before {
    content: "\f5a6";
}

.fa-moon:before {
    content: "\f186";
}

.fa-mortar-pestle:before {
    content: "\f5a7";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-music:before {
    content: "\f001";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-neos:before {
    content: "\f612";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nimblr:before {
    content: "\f5a8";
}

.fa-nintendo-switch:before {
    content: "\f418";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-oil-can:before {
    content: "\f613";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-paint-roller:before {
    content: "\f5aa";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-pallet:before {
    content: "\f482";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-parachute-box:before {
    content: "\f4cd";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-parking:before {
    content: "\f540";
}

.fa-passport:before {
    content: "\f5ab";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-pen:before {
    content: "\f304";
}

.fa-pen-alt:before {
    content: "\f305";
}

.fa-pen-fancy:before {
    content: "\f5ac";
}

.fa-pen-nib:before {
    content: "\f5ad";
}

.fa-pen-square:before {
    content: "\f14b";
}

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-pencil-ruler:before {
    content: "\f5ae";
}

.fa-people-carry:before {
    content: "\f4ce";
}

.fa-percent:before {
    content: "\f295";
}

.fa-percentage:before {
    content: "\f541";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-php:before {
    content: "\f457";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

.fa-pills:before {
    content: "\f484";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-plane:before {
    content: "\f072";
}

.fa-plane-arrival:before {
    content: "\f5af";
}

.fa-plane-departure:before {
    content: "\f5b0";
}

.fa-play:before {
    content: "\f04b";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-plus:before {
    content: "\f067";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-poop:before {
    content: "\f619";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-prescription:before {
    content: "\f5b1";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

.fa-prescription-bottle-alt:before {
    content: "\f486";
}

.fa-print:before {
    content: "\f02f";
}

.fa-procedures:before {
    content: "\f487";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-project-diagram:before {
    content: "\f542";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-quidditch:before {
    content: "\f458";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-random:before {
    content: "\f074";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-receipt:before {
    content: "\f543";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-rendact:before {
    content: "\f3e4";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-rev:before {
    content: "\f5b2";
}

.fa-ribbon:before {
    content: "\f4d6";
}

.fa-road:before {
    content: "\f018";
}

.fa-robot:before {
    content: "\f544";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-route:before {
    content: "\f4d7";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-ruler:before {
    content: "\f545";
}

.fa-ruler-combined:before {
    content: "\f546";
}

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-sad-cry:before {
    content: "\f5b3";
}

.fa-sad-tear:before {
    content: "\f5b4";
}

.fa-safari:before {
    content: "\f267";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-school:before {
    content: "\f549";
}

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-search:before {
    content: "\f002";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-seedling:before {
    content: "\f4d8";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-server:before {
    content: "\f233";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-shapes:before {
    content: "\f61f";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shopware:before {
    content: "\f5b5";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-shuttle-van:before {
    content: "\f5b6";
}

.fa-sign:before {
    content: "\f4d9";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-signature:before {
    content: "\f5b7";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-sith:before {
    content: "\f512";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-smile-beam:before {
    content: "\f5b8";
}

.fa-smile-wink:before {
    content: "\f4da";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-smoking-ban:before {
    content: "\f54d";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-solar-panel:before {
    content: "\f5ba";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-spa:before {
    content: "\f5bb";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-splotch:before {
    content: "\f5bc";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-spray-can:before {
    content: "\f5bd";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-square-full:before {
    content: "\f45c";
}

.fa-squarespace:before {
    content: "\f5be";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-stamp:before {
    content: "\f5bf";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-star-half-alt:before {
    content: "\f5c0";
}

.fa-star-of-life:before {
    content: "\f621";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.fa-strava:before {
    content: "\f428";
}

.fa-stream:before {
    content: "\f550";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-stroopwafel:before {
    content: "\f551";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-suitcase-rolling:before {
    content: "\f5c1";
}

.fa-sun:before {
    content: "\f185";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-surprise:before {
    content: "\f5c2";
}

.fa-swatchbook:before {
    content: "\f5c3";
}

.fa-swimmer:before {
    content: "\f5c4";
}

.fa-swimming-pool:before {
    content: "\f5c5";
}

.fa-sync:before {
    content: "\f021";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-syringe:before {
    content: "\f48e";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-table-tennis:before {
    content: "\f45d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablets:before {
    content: "\f490";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-teeth:before {
    content: "\f62e";
}

.fa-teeth-open:before {
    content: "\f62f";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-theater-masks:before {
    content: "\f630";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-times:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-tint:before {
    content: "\f043";
}

.fa-tint-slash:before {
    content: "\f5c7";
}

.fa-tired:before {
    content: "\f5c8";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-tooth:before {
    content: "\f5c9";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-traffic-light:before {
    content: "\f637";
}

.fa-train:before {
    content: "\f238";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-trello:before {
    content: "\f181";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-truck-loading:before {
    content: "\f4de";
}

.fa-truck-monster:before {
    content: "\f63b";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-truck-pickup:before {
    content: "\f63c";
}

.fa-tshirt:before {
    content: "\f553";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-umbrella-beach:before {
    content: "\f5ca";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-university:before {
    content: "\f19c";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-upload:before {
    content: "\f093";
}

.fa-usb:before {
    content: "\f287";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-alt-slash:before {
    content: "\f4fa";
}

.fa-user-astronaut:before {
    content: "\f4fb";
}

.fa-user-check:before {
    content: "\f4fc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-clock:before {
    content: "\f4fd";
}

.fa-user-cog:before {
    content: "\f4fe";
}

.fa-user-edit:before {
    content: "\f4ff";
}

.fa-user-friends:before {
    content: "\f500";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-user-lock:before {
    content: "\f502";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-minus:before {
    content: "\f503";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-user-shield:before {
    content: "\f505";
}

.fa-user-slash:before {
    content: "\f506";
}

.fa-user-tag:before {
    content: "\f507";
}

.fa-user-tie:before {
    content: "\f508";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-users-cog:before {
    content: "\f509";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-vector-square:before {
    content: "\f5cb";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-vial:before {
    content: "\f492";
}

.fa-vials:before {
    content: "\f493";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-video-slash:before {
    content: "\f4e2";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-volleyball-ball:before {
    content: "\f45f";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-walking:before {
    content: "\f554";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-warehouse:before {
    content: "\f494";
}

.fa-weebly:before {
    content: "\f5cc";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weight:before {
    content: "\f496";
}

.fa-weight-hanging:before {
    content: "\f5cd";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-wine-glass:before {
    content: "\f4e3";
}

.fa-wine-glass-alt:before {
    content: "\f5ce";
}

.fa-wix:before {
    content: "\f5cf";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

.fa-zhihu:before {
    content: "\f63f";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/fontawesome/fa-solid-900.eot");
    src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas,
.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .tp-videolayer:after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900 !important;
}

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/fontawesome/fa-regular-400.eot");
    src: url("../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400 !important;
}

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/fontawesome/fa-light-300.eot");
    src: url("../fonts/fontawesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-light-300.woff2") format("woff2"), url("../fonts/fontawesome/fa-light-300.woff") format("woff"), url("../fonts/fontawesome/fa-light-300.ttf") format("truetype"), url("../fonts/fontawesome/fa-light-300.svg#fontawesome") format("svg");
}


.fal,
.menu nav ul li.dropdown > a:after,
.error404 .wrapper .error-code:before,
.rooms .list .item:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300 !important;
}

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/fontawesome/fa-brands-400.eot");
    src: url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

body {
    -webkit-backface-visibility: hidden;
}

.animated {
    -webkit-animation-duration: calc(1s);
    animation-duration: calc(1s);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /*
		&.infinite {
			animation-iteration-count: $base-iteration-count;
		}

		&.hinge {
			@include animate-prefixer(animation-duration, calc( 1s * 2 ) );
		}

		&.bounceIn,
		&.bounceOut {
			@include animate-prefixer(animation-duration, calc( 1s * 0.75 ) );
		}

		&.flipOutX,
		&.flipOutY {
			@include animate-prefixer(animation-duration, calc( 1s * 0.75 ) );
		}

		&.fadeInRightBig {
			@include animate-prefixer(animation-duration, calc( 1s * 0.75 ) );
		}
*/
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}

#swipebox-overlay img {
    border: none !important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#swipebox-slider {
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

#swipebox-slider .slide-loading {
    background: url(/static/symposium2018/images/swipebox/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}

#swipebox-bottom-bar {
    bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
    top: -50px;
}

#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
    background-image: url(/static/symposium2018/images/swipebox/icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left;
}

#swipebox-next {
    background-position: -78px 13px;
    float: right;
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
    display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
    opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring 0.3s;
    animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring 0.3s;
    animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px;
    }

    #swipebox-arrows {
        width: 92%;
        max-width: 800px;
    }
}

/* Skin
--------------------------*/
#swipebox-overlay {
    background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    text-shadow: 1px 1px 1px black;
    background: #000;
    opacity: 0.95;
}

#swipebox-top-bar {
    color: white !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif;
}

@font-face {
    font-family: 'Teleicon';
    src: url("../fonts/teleicon/teleicon-outline.eot");
    src: url("../fonts/teleicon/teleicon-outline.eot?#iefix") format("embedded-opentype"), url("../fonts/teleicon/teleicon-outline.woff2") format("woff2"), url("../fonts/teleicon/teleicon-outline.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Teleicon';
    src: url("../fonts/teleicon/teleicon-solid.eot");
    src: url("../fonts/teleicon/teleicon-solid.eot?#iefix") format("embedded-opentype"), url("../fonts/teleicon/teleicon-solid.woff2") format("woff2"), url("../fonts/teleicon/teleicon-solid.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Telegrotesk Next';
    src: url("../fonts/telegrotesknext/telegrotesknext-bold.eot");
    src: url("../fonts/telegrotesknext/telegrotesknext-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/telegrotesknext/telegrotesknext-bold.woff2") format("woff2"), url("../fonts/telegrotesknext/telegrotesknext-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Telegrotesk Next';
    src: url("../fonts/telegrotesknext/telegrotesknext-bolditalic.eot");
    src: url("../fonts/telegrotesknext/telegrotesknext-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/telegrotesknext/telegrotesknext-bolditalic.woff2") format("woff2"), url("../fonts/telegrotesknext/telegrotesknext-bolditalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Telegrotesk Next';
    src: url("../fonts/telegrotesknext/telegrotesknext-medium.eot");
    src: url("../fonts/telegrotesknext/telegrotesknext-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/telegrotesknext/telegrotesknext-medium.woff2") format("woff2"), url("../fonts/telegrotesknext/telegrotesknext-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Telegrotesk Next';
    src: url("../fonts/telegrotesknext/telegrotesknext-mediumitalic.eot");
    src: url("../fonts/telegrotesknext/telegrotesknext-mediumitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/telegrotesknext/telegrotesknext-mediumitalic.woff2") format("woff2"), url("../fonts/telegrotesknext/telegrotesknext-mediumitalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Telegrotesk Next';
    src: url("../fonts/telegrotesknext/telegrotesknext-regular.eot");
    src: url("../fonts/telegrotesknext/telegrotesknext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/telegrotesknext/telegrotesknext-regular.woff2") format("woff2"), url("../fonts/telegrotesknext/telegrotesknext-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Telegrotesk Next';
    src: url("../fonts/telegrotesknext/telegrotesknext-regularitalic.eot");
    src: url("../fonts/telegrotesknext/telegrotesknext-regularitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/telegrotesknext/telegrotesknext-regularitalic.woff2") format("woff2"), url("../fonts/telegrotesknext/telegrotesknext-regularitalic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Telegrotesk Next';
    src: url("../fonts/telegrotesknext/telegrotesknext-thin.eot");
    src: url("../fonts/telegrotesknext/telegrotesknext-thin.eot?#iefix") format("embedded-opentype"), url("../fonts/telegrotesknext/telegrotesknext-thin.woff2") format("woff2"), url("../fonts/telegrotesknext/telegrotesknext-thin.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Telegrotesk Next';
    src: url("../fonts/telegrotesknext/telegrotesknext-ultra.eot");
    src: url("../fonts/telegrotesknext/telegrotesknext-ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/telegrotesknext/telegrotesknext-ultra.woff2") format("woff2"), url("../fonts/telegrotesknext/telegrotesknext-ultra.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

html {
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    /*text-shadow: rgba(0, 0, 0, .01) 0 0 1px;*/
}

body {
    font-family: 'Telegrotesk Next', sans-serif;
    color: #4A4A4A;
    overflow-x: hidden;
}

@media (max-width: 767.98px) {
    body {
        font-size: 16px;
    }
}

body.open-menu {
    overflow: hidden;
}

.teleicon {
    font-family: 'Teleicon';
    font-style: normal;
}

.narrow-container {
    max-width: 960px;
}

h1, .h1 {
    margin-bottom: 30px;
    font-size: 34px;
    text-align: left;
    line-height: 120%;
    color: #4A4A4A;
    font-weight: 400;
}

h1 a,
.h1 a {
    color: #E20D73;
}

h1 a:hover,
.h1 a:hover {
    color: #E20D73;
}

h2, .h2 {
    font-size: 24px;
}

@media (max-width: 767.98px) {
    h2, .h2 {
        font-size: 20px;
    }
}

p {
    margin-bottom: 25px;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 767.98px) {
    p {
        font-size: 16px;
    }
}

a {
    color: #E20D73;
    text-decoration: none;
    transition: all ease-in-out .4s;
}

a:focus {
    color: #E20D73;
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: #E20D73;
}

main a {
    text-decoration: none;
}

main a:hover {
    text-decoration: underline;
}

main ul {
    padding: 0;
    margin: 0 0 20px 0;
}

main ul li {
    position: relative;
    padding: 0 0 0 15px;
    margin: 0;
    list-style: none;
    font-size: 18px;
}

main ul li:before {
    position: absolute;
    left: 2px;
    top: 10px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #4A4A4A;
    content: '';
}

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

.modal-backdrop {
    background-color: #FFFFFF;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

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

.nav-tabs {
    border: 0;
}

.nav-tabs .nav-item {
    padding: 0;
}

.nav-tabs .nav-item:before {
    display: none;
}

.nav-tabs .nav-item .nav-link {
    color: #4A4A4A;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
}

.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link.active {
    color: #E20D73;
}

#block1 {
    position: relative;
    z-index: 10;
    background-color: #2F2F2F;
}

#block1 .container {
    max-width: none;
}

#block1 .row {
    height: 50px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sticky #block1 {
    padding-bottom: 70px;
}

@media (max-width: 991.98px) {
    .sticky #block1 {
        padding-bottom: 50px;
    }
}

#block2 {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    margin: auto;
    background: #2F2F2F;
}

#block2 .container {
    max-width: none;
}

.sticky #block2 {
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
}

#block2 .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    #block2 .container {
        height: 50px;
    }
}

.sticky #block2 {
    position: fixed;
}

#block4 {
    position: relative;
    z-index: 10;
    background-color: #FFFFFF;
}

.btn .fa {
    position: relative;
    top: 1px;
    margin-left: 15px;
}

.logos .logo img {
    width: 140px;
}

.logos .slogan {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .logos .slogan {
        font-size: 12px;
    }
}

.menu {
    position: relative;
    z-index: 10;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 991.98px) {
    .menu {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.menu .menu-button {
    position: relative;
    display: none;
    width: 30px;
    height: 22px;
    margin-right: 5px;
    transition: all ease-in-out .4s;
}

@media (max-width: 991.98px) {
    .menu .menu-button {
        display: block;
    }
}

.menu .menu-button span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 9px 0;
    border-radius: 0.5px;
    background-color: #E20D73;
    transition: all ease-in-out .4s;
}

.open-menu .menu .menu-button span {
    width: 0;
    background-color: #E20D73;
}

.open-menu .menu .menu-button span:before {
    top: 11px;
    left: -3px;
    width: 35px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    background-color: #E20D73;
}

.open-menu .menu .menu-button span:after {
    top: 0;
    left: -3px;
    width: 35px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    background-color: #E20D73;
}

.menu .menu-button span:before {
    position: absolute;
    top: 0;
    display: block;
    width: 30px;
    height: 4px;
    margin-bottom: 10px;
    border-radius: 0.5px;
    background-color: #E20D73;
    content: '';
    transition: all ease-in-out .4s;
}

.menu .menu-button span:after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 30px;
    height: 4px;
    margin-top: 11px;
    border-radius: 0.5px;
    background-color: #E20D73;
    content: '';
    transition: all ease-in-out .4s;
}

.menu nav {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 991.98px) {
    .menu nav {
        position: absolute;
        left: -15px;
        top: 35px;
        background-color: #FFFFFF;
        height: calc(100vh - 50px);
        overflow-y: auto;
        width: 0;
        transition: all ease-in-out .4s;
    }

    .open-menu .menu nav {
        display: block;
        width: 280px;
    }
}

.menu nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 991.98px) {
    .menu nav ul {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 280px;
        padding-bottom: 60px;
    }
}

.menu nav ul:hover li a.active {
    border-bottom-color: transparent;
}

.menu nav ul:hover li a.active:hover {
    border-bottom-color: #E20D73;
}

.menu nav ul:hover li:hover a.active {
    border-bottom-color: #E20D73;
}

.menu nav ul li {
    position: relative;
    list-style: none;
}

.menu nav ul li:last-child a {
    margin-right: 0;
}

.menu nav ul li.dropdown > a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    margin-left: 10px;
    font-size: 24px;
    content: "\f107";
}

@media (max-width: 991.98px) {
    .menu nav ul li.dropdown > a:after {
        display: none;
    }
}

.menu nav ul li ul {
    position: absolute;
    top: 70px;
    left: -15px;
    display: none;
    width: 100%;
    padding: 10px 15px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #FFFFFF;
}

@media (min-width: 1300px) {
    .menu nav ul li ul {
        width: calc(100% - 20px);
    }
}

@media (max-width: 991.98px) {
    .menu nav ul li ul {
        position: relative;
        left: 0;
        top: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0;
    }
}

.menu nav ul li ul li a {
    height: 35px;
    margin: 0;
    line-height: 35px;
}

@media (max-width: 991.98px) {
    .menu nav ul li ul li a {
        height: 35px;
        line-height: 35px;
    }
}

.menu nav ul li ul li a:hover {
    border-bottom-color: #FFFFFF;
}

.menu nav ul li:hover ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.menu nav ul li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    margin-right: 30px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

@media (min-width: 1300px) {
    .menu nav ul li a {
        margin-right: 50px;
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .menu nav ul li a {
        display: block;
        height: 50px;
        padding: 0 15px;
        font-size: 18px;
        line-height: 50px;
        margin: 0;
    }
}

.menu nav ul li a.active, .menu nav ul li a:hover {
    color: #E20D73;
    text-decoration: none;
    border-bottom-color: #E20D73;
}

.languageselector {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px 0 20px;
}

@media (min-width: 1300px) {
    .languageselector {
        padding: 0 50px 0 50px;
    }
}

@media (max-width: 767.98px) {
    .languageselector {
        padding: 0 15px 0 15px;
    }
}

.languageselector nav {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.languageselector nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.languageselector nav ul li {
    list-style: none;
}

.languageselector nav ul li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border-radius: 19px;
    background-color: transparent;
    transition: all ease-in-out .4s;
}

@media (min-width: 1300px) {
    .languageselector nav ul li a {
        font-size: 16px;
    }
}

.languageselector nav ul li a:hover:not(.active) {
    color: #E20D73;
    text-decoration: none;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.languageselector nav ul li a.active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #E20D73;
    background-image: linear-gradient(-30deg, #7bbb41, #4c8127 99%);
}

.languageselector nav ul li a .fa {
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
}

@media (min-width: 1300px) {
    .languageselector nav ul li a .fa {
        font-size: 14px;
    }
}

.languageselector nav ul li:not(:last-child) a {
    margin-right: 20px;
}

.social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

@media (min-width: 1300px) {
    .social a {
        width: 50px;
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .social a {
        width: 30px;
    }
}

.social a i {
    transition: all ease-in-out .4s;
    font-weight: 400;
}

.social a .fa-instagram {
    font-size: 20px;
}

@media (min-width: 1300px) {
    .social a .fa-instagram {
        font-size: 22px;
    }
}

.social a:hover i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    font-weight: 400;
}

.social a .teleicon {
    font-size: 24px;
}

@media (min-width: 1300px) {
    .social a .teleicon {
        font-size: 26px;
    }
}

.slider {
    position: relative;
    width: 100%;
    height: calc(100vh - 120px);
    min-height: calc(0.5625 * 100vw * 0.777);
    max-height: calc(0.5625 * 100vw);
}

@media (max-width: 576px) and (orientation: portrait) {
    .slider {
        height: calc(1.3 * 100vw);
        min-height: calc(1.3 * 100vw);
        max-height: calc(1.3 * 100vw);
    }
}

.slider .bgvideo-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.slider .bgvideo {
    position: absolute;
    width: 100vw;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 50%;
    left: -50vw;
}

@media (max-width: 767.98px) {
    .slider .bgvideo {
        width: auto;
        height: calc(1.3 * 100vw);
    }
}

.slider .bgvideo .IIV::-webkit-media-controls-play-button,
.slider .bgvideo video::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px;
}

.slider .rev_slider_wrapper {
    height: 100% !important;
}

.slider .forcefullwidth_wrapper_tp_banner {
    position: absolute !important;
    top: 0 !important;
    z-index: 100 !important;
    width: 100% !important;
    height: 100% !important;
}

.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 [data-actions] {
    cursor: pointer;
}

.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .tsystems-slider.tparrows {
    width: 50px;
    height: 50px;
    background: transparent;
}

@media (max-width: 767.98px) {
    .slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .tsystems-slider.tparrows {
        display: none;
    }
}

.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .tsystems-slider.tparrows:before {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #E20D73;
    background-color: #FFFFFF;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: all ease-in-out .4s;
    color: #E20D73;
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .tsystems-slider.tparrows:hover:before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .tsystems-slider.tparrows.tp-leftarrow:before {
    content: '\f060';
}

.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .tsystems-slider.tparrows.tp-rightarrow:before {
    content: '\f061';
}

@media (max-width: 767.98px) {
    .slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .logo-1 {
        background-color: #FFFFFF !important;
    }
}

.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .logo-1 img {
    width: 100% !important;
    height: 100% !important;
}

.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .logo-2 img {
    width: 100% !important;
    height: 100% !important;
}

.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .magenta span,
.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .white span {
    display: inline-block;
    font-family: 'Telegrotesk Next';
    line-height: 120% !important;
    text-transform: uppercase;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

@media (max-width: 767.98px) {
    .slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .magenta span,
    .slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .white span {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 575.98px) {
    .slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .magenta span,
    .slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .white span {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media (min-width: 1500px) {
    .slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .magenta span,
    .slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .white span {
        font-size: 55px !important;
    }
}

.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .magenta.smaller span,
.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .white.smaller span {
    line-height: 140% !important;
    font-size: 2.8vw !important;
}

@media (min-width: 1500px) {
    .slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .magenta.smaller span,
    .slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .white.smaller span {
        line-height: 140% !important;
        font-size: 40px !important;
    }
}

@media (max-width: 575.98px) {
    .slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .magenta.smaller span,
    .slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .white.smaller span {
        line-height: 130% !important;
        font-size: 3.5vw !important;
    }
}

.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .magenta.smaller.magenta-news span,
.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .white.smaller.magenta-news span {
    line-height: 140% !important;
    font-size: 30px !important;
}

@media (min-width: 1500px) {
    .slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .magenta.smaller.magenta-news span,
    .slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .white.smaller.magenta-news span {
        line-height: 140% !important;
        font-size: 40px !important;
    }
}

@media (max-width: 575.98px) {
    .slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .magenta.smaller.magenta-news span,
    .slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .white.smaller.magenta-news span {
        line-height: 130% !important;
        font-size: 20px !important;
    }
}

.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .magenta.smaller.white-news span,
.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .white.smaller.white-news span {
    font-size: 20px !important;
}

@media (min-width: 1500px) {
    .slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .magenta.smaller.white-news span,
    .slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .white.smaller.white-news span {
        line-height: 140% !important;
        font-size: 30px !important;
    }
}

@media (max-width: 575.98px) {
    .slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .magenta.smaller.white-news span,
    .slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .white.smaller.white-news span {
        line-height: 130% !important;
        font-size: 16px !important;
    }
}

.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .magenta span {
    color: #FFFFFF;
    font-weight: 700 !important;
    background-color: #E20D73;
}

.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .white span {
    color: #E20D73;
    font-weight: 400 !important;
    background-color: #FFFFFF;
}

.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .tp-caption {
    background: transparent;
}

.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .tp-videolayer iframe {
    position: relative;
    border: 0;
    z-index: 100;
}

.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .tp-videolayer:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    content: "\f110";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    font-size: 60px;
}

.slider .forcefullwidth_wrapper_tp_banner #rev_slider_1 .image-news img {
    width: 100% !important;
    height: auto !important;
}

.slider .forcefullwidth_wrapper_tp_banner ul li {
    position: relative;
}

.slider .forcefullwidth_wrapper_tp_banner ul li:before {
    display: none;
}

.footer .copyright .container {
    max-width: none;
}

.footer .copyright .container .footer-logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    min-height: 85px;
    max-height: 85px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .footer .copyright .container .footer-logo {
        padding-left: 25px;
    }
}

.footer .copyright .container .footer-logo img {
    width: 140px;
    height: 100%;
    max-width: none !important;
}

.footer .copyright .container .footer-menu {
    text-align: right;
}

@media (max-width: 767.98px) {
    .footer .copyright .container .footer-menu {
        text-align: left;
        font-weight: 500;
        font-size: 14px;
    }
}

.footer .copyright .container .footer-menu ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    margin: 0;
    padding: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
}

@media (max-width: 767.98px) {
    .footer .copyright .container .footer-menu ul {
        height: auto;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.footer .copyright .container .footer-menu ul li {
    margin-left: 10px;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .footer .copyright .container .footer-menu ul li {
        width: 100%;
        white-space: normal;
    }
}

.footer .copyright .container .footer-menu ul li a {
    color: #6C6C6C;
}

@media (max-width: 991.98px) {
    .footer .copyright .container .footer-menu ul li a {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .footer .copyright .container .footer-menu ul li a {
        display: block;
        width: 100%;
        padding: 5px 0;
        font-size: 14px;
        font-weight: 500;
    }
}

@media (max-width: 991.98px) {
    .footer .copyright .container .footer-menu ul li span {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .footer .copyright .container .footer-menu ul li span {
        width: 100%;
        display: block;
        padding: 5px 0;
        font-size: 14px;
        font-weight: 500;
    }
}

@media (max-width: 767.98px) {
    .footer .copyright .container .footer-menu ul li:last-child {
        padding-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .footer .copyright .container > .row {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .intro {
        padding: 40px 0;
    }
}

.intro .container {
    position: relative;
    padding-left: 160px;
}

@media (max-width: 767.98px) {
    .intro .container {
        padding-left: 15px;
    }
}

.intro .container:before {
    position: absolute;
    top: 544px;
    left: 0;
    display: block;
    color: #F3F3F3;
    font-size: 105px;
    font-weight: 700;
    text-transform: uppercase;
    content: 'symposium';
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

@media (max-width: 767.98px) {
    .intro .container:before {
        display: none;
    }
}

.intro .container h1 {
    max-width: 512px;
    color: #E20D73;
    font-size: 38px;
    font-weight: 500;
    text-align: left;
}

@media (max-width: 767.98px) {
    .intro .container h1 {
        font-size: 26px;
    }
}

.intro .container p {
    color: #E20D73;
    font-size: 24px;
}

@media (max-width: 767.98px) {
    .intro .container p {
        font-size: 16px;
    }
}

.speakers {
    padding: 75px 0;
    background-color: #F3F3F3;
}

@media (max-width: 767.98px) {
    .speakers {
        padding-bottom: 35px;
    }
}

.speakers .container {
    position: relative;
    padding: 0 0 0 20px;
}

@media (max-width: 767.98px) {
    .speakers .container {
        padding: 0 0 0 0;
    }
}

.speakers header {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 101;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 767.98px) {
    .speakers header {
        top: -60px;
        width: calc(100% - 40px);
    }
}

.speakers header h1 {
    margin: 0;
    padding: 0 30px;
    font-size: 34px;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .speakers header h1 {
        width: 100%;
        text-align: center;
    }
}

.speakers header .prev,
.speakers header .next {
    cursor: pointer;
}

.speakers header .prev .fa,
.speakers header .next .fa {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #E20D73;
    border: 1px solid #E20D73;
    border-radius: 20px;
    transition: all ease-in-out .4s;
}

.speakers header .prev:hover .fa,
.speakers header .next:hover .fa {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.speakers #rev_slider_2,
.speakers #speaker-slideshow,
.speakers .forcefullwidth_wrapper_tp_banner,
.speakers .rev_slider_wrapper {
    height: 580px !important;
}

@media (max-width: 767.98px) {
    .speakers #rev_slider_2,
    .speakers #speaker-slideshow,
    .speakers .forcefullwidth_wrapper_tp_banner,
    .speakers .rev_slider_wrapper {
        height: 830px !important;
    }
}

.speakers .speaker-photo {
    min-width: 100vw !important;
    text-align: right !important;
}

@media (max-width: 767.98px) {
    .speakers .speaker-photo {
        height: 335px !important;
        max-height: 335px !important;
        min-height: 335px !important;
        width: 100vw !important;
        max-width: 100vw !important;
        text-align: center !important;
    }
}

.speakers .speaker-photo img {
    height: 580px !important;
    width: auto !important;
}

@media (max-width: 767.98px) {
    .speakers .speaker-photo img {
        height: 335px !important;
        width: auto !important;
    }
}

.speakers #speaker-slideshow .tp-leftarrow,
.speakers #speaker-slideshow .tp-rightarrow {
    display: none;
}

.speakers #speaker-slideshow * {
    white-space: normal;
}

.speakers h1 {
    font-size: 34px;
}

.speakers h2 {
    margin: 0;
    color: #E20D73;
    font-size: 38px;
    font-weight: 900;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .speakers h2 {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .speakers h2 {
        max-width: none;
        width: calc(100vw - 30px);
    }
}

.speakers h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .speakers h3 {
        width: 300px;
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .speakers h3 {
        max-width: none;
        width: calc(100vw - 30px);
    }
}

.speakers h4 {
    max-height: 56px;
    max-width: 370px;
    color: #E20D73;
    font-size: 24px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 991.98px) {
    .speakers h4 {
        max-width: 300px;
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .speakers h4 {
        max-width: none;
        width: calc(100vw - 30px);
    }
}

@media (max-width: 767.98px) {
    .speakers .speaker {
        height: 197px !important;
        max-height: 197px !important;
        min-height: 197px !important;
        width: calc(100vw - 30px) !important;
        max-width: calc(100vw - 30px) !important;
    }
}

.speakers .speaker p {
    max-height: 147px;
    max-width: 460px;
    margin: 15px 0;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

@media (max-width: 991.98px) {
    .speakers .speaker p {
        max-height: 190px;
        max-width: 300px;
        font-size: 14px;
        -webkit-line-clamp: 10;
    }
}

@media (max-width: 767.98px) {
    .speakers .speaker p {
        margin-top: 5px;
        max-height: 210px;
        max-width: none;
        width: calc(100vw - 30px);
        font-size: 13px;
        -webkit-line-clamp: 10;
    }
}

.speakers .presentation {
    width: 400px;
}

@media (max-width: 767.98px) {
    .speakers .presentation {
        height: 150px !important;
        max-height: 150px !important;
        min-height: 150px !important;
        width: calc(100vw - 30px) !important;
        max-width: calc(100vw - 30px) !important;
    }
}

.speakers .presentation .details {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .speakers .presentation .details {
        font-size: 16px;
    }
}

.speakers .presentation .details .time {
    margin-right: 40px;
    color: #4A4A4A;
}

.speakers .presentation .details .time a {
    color: #4A4A4A;
    text-decoration: underline;
}

.speakers .presentation .details .time a:hover {
    color: #E20D73;
}

.speakers .presentation .details .place {
    color: #4A4A4A;
}

.speakers .presentation .details .place a {
    color: #4A4A4A;
    text-decoration: underline;
}

.speakers .presentation .details .place a:hover {
    color: #E20D73;
}

.speakers .presentation .tags a {
    margin-right: 5px;
}

.speakers .more-button {
    width: 400px;
}

@media (max-width: 767.98px) {
    .speakers .more-button {
        width: calc(100vw - 30px);
    }

    .speakers .more-button .btn {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .speakers .tp-parallax-wrap:nth-child(2) {
        left: 0 !important;
    }

    .speakers .tp-parallax-wrap:nth-child(4) {
        top: 325px !important;
    }

    .speakers .tp-parallax-wrap:nth-child(5) {
        top: 539px !important;
    }
}

@media (max-width: 767.98px) {
    .speakers .tp-mask-wrap {
        width: 100vw !important;
    }

    .speakers .tp-parallax-wrap:nth-child(3) {
        top: 357px !important;
        left: 15px !important;
    }

    .speakers .tp-parallax-wrap:nth-child(4) {
        top: 620px !important;
        left: 15px !important;
    }

    .speakers .tp-parallax-wrap:nth-child(5) {
        top: 779px !important;
        left: 15px !important;
    }
}

.sections,
.mainpage-programs{
    padding: 50px 0 50px 0;
}

.sections > .container > p {
    margin: 0 0 50px 2px;
    padding: 0 0 0 30px;
    color: #6C6C6C;
    font-weight: 500;
    border-left: 1px solid #E20D73;
}

@media (max-width: 767.98px) {
    .sections > .container > p {
        padding: 0 0 0 15px;
    }
}

.sections .row {
    margin: 0;
}

.sections .row [class*="col-"] {
    padding: 0;
    box-shadow: 0 2px 13px transparent;
    transition: all ease-in-out .4s;
}

.sections .row [class*="col-"]:hover {
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.15);
}

.sections .row [class*="col-"] > a {
    display: block;
    padding-bottom: 85px;
}

.sections .row [class*="col-"] > a:hover {
    text-decoration: none;
}

.sections .row [class*="col-"] > a:hover p {
    color: #4A4A4A;
    text-decoration: none;
}

.sections .row [class*="col-"] > a p {
    position: relative;
    height: 128px;
    max-height: 128px;
    padding-left: 30px;
    padding-right: 30px;
    color: #4A4A4A;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

@media (max-width: 767.98px) {
    .sections .row [class*="col-"] > a p {
        height: auto;
        max-height: none;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-line-clamp: unset;
    }
}

.sections h2 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 25px;
    font-size: 28px;
}

@media (max-width: 767.98px) {
    .sections h2 {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 26px;
    }
}

.sections .tags {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.sections .tags:after {
    position: absolute;
    top: -25px;
    left: 0;
    display: block;
    width: 130px;
    height: 1px;
    background-color: #737373;
    content: '';
}

.sections .tags a {
    margin-right: 5px;
}

.socialwall .header {
    padding-bottom: 30px;
}

.socialwall .header .container p {
    margin: 0 0 50px 2px;
    padding: 0 0 0 30px;
    font-weight: 500;
    border-left: 1px solid #E20D73;
}

@media (max-width: 767.98px) {
    .socialwall .header .container p {
        padding: 0 0 0 15px;
    }
}

.socialwall .content {
    padding-bottom: 70px;
    background-color: #F3F3F3;
}

.socialwall .content .container {
    position: relative;
    top: -38px;
}

.socialwall .content .hashtag {
    height: 75px;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    line-height: 75px;
    background-color: #E20D73;
}

.socialwall .content .mansory {
    max-height: 460px;
    margin-left: -2.5px;
    margin-right: -2.5px;
    overflow: hidden;
}

.socialwall .content .mansory .grid-sizer,
.socialwall .content .mansory .grid-item {
    width: 16.667%;
}

@media (max-width: 991.98px) {
    .socialwall .content .mansory .grid-sizer,
    .socialwall .content .mansory .grid-item {
        width: 25%;
    }
}

@media (max-width: 767.98px) {
    .socialwall .content .mansory .grid-sizer,
    .socialwall .content .mansory .grid-item {
        width: 50%;
    }
}

@media (max-width: 575.98px) {
    .socialwall .content .mansory .grid-sizer,
    .socialwall .content .mansory .grid-item {
        width: 50%;
    }
}

.socialwall .content .mansory .grid-item {
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 5px;
}

.socialwall .content .mansory .grid-item.color-magenta .grid-content {
    background-color: #E20D73;
}

.socialwall .content .mansory .grid-item.color-dark .grid-content {
    background-color: #6C6C6C;
}

.socialwall .content .mansory .grid-item.color-light .grid-content {
    background-color: #A4A4A4;
}

.socialwall .content .mansory .grid-item .grid-content {
    padding: 5px;
}

.socialwall .content .mansory .grid-item img {
    width: 100%;
}

.socialwall .content .mansory .grid-item p {
    margin-bottom: 10px;
    color: #FFFFFF;
    font-size: 14px;
}

.socialwall .content .mansory .grid-item p a {
    color: #FFFFFF;
    text-decoration: underline;
}

.socialwall .content .mansory .grid-item header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.socialwall .content .mansory .grid-item header .image {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
}

.socialwall .content .mansory .grid-item header .name {
    max-width: calc(100% - 30px);
    padding-left: 5px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.socialwall .content .mansory .grid-item header .name .username {
    font-weight: 500;
}

.socialwall .content .mansory .grid-item header .name .username,
.socialwall .content .mansory .grid-item header .name .displayname {
    display: block;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 110%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.socialwall .content .mansory .grid-item footer {
    color: #FFFFFF;
}

.socialwall .content .mansory .grid-item footer time {
    display: bolck;
    font-size: 12px;
}

.socialwall .content .mansory .grid-item footer .social-options {
    text-align: right;
}

.socialwall .content .mansory .grid-item footer .social-options a:hover {
    text-decoration: none;
}

.socialwall .content .mansory .grid-item footer a {
    color: #FFFFFF;
}

.partners {
    color: #FFFFFF;
    text-align: center;
    overflow: hidden;
}

.partners h1 {
    margin: 0;
    padding-bottom: 20px;
    color: #4A4A4A;
    background: #F3F3F3;
}

.partners .row {
    margin-left: -17.5px;
    margin-right: -17.5px;
}

.partners .row [class*="col-"] {
    padding-left: 17.5px;
    padding-right: 17.5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.partners .logo-xs {
    height: 15px;
}

.partners .logo-sm {
    height: 25px;
}

.partners .logo-md {
    height: 30px;
}

.partners .logo-lg {
    height: 45px;
}

.partners .dms-logo {
    position: relative;
    top: -2px;
    height: 20px;
}

.partners .dell-logo {
    position: relative;
    height: 39px;
}

.partners .mcafee-logo {
    top: -2px;
    height: 20px;
    position: relative;
}

.partners .sas-logo {
    position: relative;
    top: -2px;
    height: 60px;
}

.partners .jabra-logo {
    position: relative;
    top: -1px;
}

.partners .axway-logo{
    height: 70px;
}

.partners .otp-logo{
    height: 27px;
}

.partners .keocko-logo {
    height: 35px;
}

.partners .ibm-logo {
    height: 35px;
}

.partners .image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 118px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners .magenta-block .logo-lg.hp-logo{
    height: 54px;
}

@media (max-width: 768px) {

    .partners .image.multiple {
        display: block;
        padding-top: 25px;
    }
}

.partners .image img {
    display: inline-block;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.partners .text {
    padding: 17px 0;
    border-top: 1px solid #FFFFFF;
}

.partners .magenta-block,
.partners .light-block,
.partners .dark-block {
    padding-top: 10px;
}

.partners .magenta-block .row.images,
.partners .light-block .row.images,
.partners .light-light-block .row.images,
.partners .dark-block .row.images {
    min-height: 118px;
}

.partners .magenta-block .row.images [class*="col-"] img,
.partners .light-block .row.images [class*="col-"] img,
.partners .dark-block .row.images [class*="col-"] img {
    padding: 0 10px;
    max-width: 100%;
}

.partners .magenta-block {
    background-color: #E20D73;
}

@media (max-width: 991.98px) {
    .partners .magenta-block .row.images [class*="col-"] img {
        padding: 0 5px;
    }
}

@media (max-width: 767.98px) {
    .partners .magenta-block .row.images [class*="col-"] img {
        padding: 0 10px;
    }
}

.partners .dark-block {
    background-color: #4A4A4A;
}

.partners .light-block {
    background-color: #6C6C6C;
}

.partners .light-light-block {
    background-color: #848484;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .partners .magenta-block .image {
        height: 118px;
    }

    .partners .light-block,
    .partners .dark-block {
        padding-top: 10px;
    }

    .partners .light-block .row.images,
    .partners .dark-block .row.images {
        height: 118px;
    }
}

.error404 {
    position: relative;
    overflow: hidden;
}

.error404:after {
    position: absolute;
    top: -150px;
    right: -50px;
    z-index: 9;
    display: block;
    height: 200vw;
    width: 310px;
    background-color: #F7F7F7;
    content: '';
    -webkit-transform: rotate(23deg);
    transform: rotate(23deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

@media (max-width: 767.98px) {
    .error404:after {
        right: -100px;
        width: 155px;
    }
}

.error404 .container {
    min-height: calc(100vh - 205px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.error404 .wrapper {
    position: relative;
    z-index: 10;
    width: 325px;
    margin: -50px auto 0 auto;
}

@media (max-width: 767.98px) {
    .error404 .wrapper {
        margin: 0 auto 0 auto;
        width: 162px;
    }
}

.error404 .wrapper .error-code {
    margin-bottom: 10px;
    color: #E20D73;
    font-size: 154px;
    line-height: 100%;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .error404 .wrapper .error-code {
        margin-bottom: 5px;
        font-size: 77px;
    }
}

.error404 .wrapper .error-code:before {
    content: "\f317";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    font-size: 101px;
    vertical-align: 10px;
    margin-right: -6px;
}

@media (max-width: 767.98px) {
    .error404 .wrapper .error-code:before {
        font-size: 50px;
        vertical-align: 7px;
    }
}

.error404 .wrapper .error-text {
    color: #E20D73;
    font-size: 20px;
    line-height: 115%;
}

@media (max-width: 767.98px) {
    .error404 .wrapper .error-text {
        font-size: 12px;
    }
}

@media all and (-ms-high-contrast: none) {
    .error404 {
        display: block;
        width: 100%;
    }

    .error404 .container {
        display: block;
        width: 100%;
        padding-top: 120px;
        margin: 0 auto;
        vertical-align: middle;
    }
}

.speakerview {
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #D1D1D1;
}

.speakerview:after {
    position: absolute;
    top: -150px;
    right: -50px;
    z-index: 9;
    display: block;
    height: 200vw;
    width: 310px;
    background-color: #F7F7F7;
    content: '';
    -webkit-transform: rotate(23deg);
    transform: rotate(23deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

@media (max-width: 767.98px) {
    .speakerview:after {
        right: -100px;
        width: 155px;
    }
}

.speakerview .container {
    position: relative;
    z-index: 10;
    min-height: calc(100vh - 205px);
    padding-top: 40px;
    padding-bottom: 60px;
}

.speakerview .container .right-col {
    padding-left: 105px;
}

@media (max-width: 767.98px) {
    .speakerview .container .right-col {
        padding-left: 15px;
    }
}

.speakerview h1 {
    margin: 0;
    color: #E20D73;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .speakerview h1 {
        font-size: 28px;
    }
}

.speakerview h2 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .speakerview h2 {
        font-size: 18px;
    }
}

.speakerview h3 {
    color: #E20D73;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .speakerview h3 {
        font-size: 20px;
    }
}

.speakerview p {
    font-size: 17px;
    font-weight: 500;
    line-height: 130%;
}

.speakerview p:first-of-type {
    padding-top: 30px;
}

.speakerview .presentation {
    border-top: 2px solid #D1D1D1;
    padding-top: 40px;
    margin-top: 50px;
}

.speakerview .presentation .details {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .speakerview .presentation .details {
        font-size: 16px;
    }
}

.speakerview .presentation .details .time {
    margin-right: 40px;
    color: #4A4A4A;
}

.speakerview .presentation .details .time a {
    color: #4A4A4A;
    text-decoration: underline;
}

.speakerview .presentation .details .time a:hover {
    color: #E20D73;
}

.speakerview .presentation .details .place {
    color: #4A4A4A;
}

.speakerview .presentation .details .place a {
    color: #4A4A4A;
    text-decoration: underline;
}

.speakerview .presentation .details .place a:hover {
    color: #E20D73;
}

.speakerview .presentation .tags a {
    margin-right: 5px;
}

@media (max-width: 767.98px) {
    .speakerview .image-speaker {
        text-align: center;
    }
}

.speakerview .image-speaker img {
    max-width: 100%;
}

@media (max-width: 767.98px) {
    .speakerview .image-speaker img {
        max-width: 60%;
    }
}

@media (max-width: 767.98px) {
    .speakerview .image-speaker-company {
        text-align: center;
    }
}

.speakerview .image-speaker-company img {
    margin: 20px;
    max-width: 100%;
}

@media (max-width: 767.98px) {
    .speakerview .image-speaker-company img {
        margin-top: 0;
        max-width: 40%;
    }
}

.presentationview {
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #D1D1D1;
}

.presentationview:after {
    position: absolute;
    top: -150px;
    right: -50px;
    z-index: 9;
    display: block;
    height: 200vw;
    width: 310px;
    background-color: #F7F7F7;
    content: '';
    -webkit-transform: rotate(23deg);
    transform: rotate(23deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

@media (max-width: 767.98px) {
    .presentationview:after {
        right: -100px;
        width: 155px;
    }
}

.presentationview .container {
    position: relative;
    z-index: 10;
    min-height: calc(100vh - 205px);
    padding-top: 40px;
    padding-bottom: 60px;
}

.presentationview .container .right-col {
    padding-left: 50px;
    padding-bottom: 30px;
}

@media (max-width: 767.98px) {
    .presentationview .container .right-col {
        padding-left: 15px;
    }
}

.presentationview .container .right-col .tags {
    padding-top: 15px;
}

.presentationview .container .right-col .tags a {
    margin-right: 5px;
}

.presentationview h1 {
    margin: 0;
    color: #E20D73;
    font-size: 34px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .presentationview h1 {
        font-size: 28px;
    }
}

.presentationview h2 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .presentationview h2 {
        font-size: 18px;
    }
}

.presentationview h3 {
    color: #E20D73;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .presentationview h3 {
        font-size: 20px;
    }
}

.presentationview .details {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .presentationview .details {
        font-size: 18px;
    }
}

.presentationview .details .time {
    margin-right: 40px;
    color: #000000;
}

.presentationview .details .time a {
    color: #000000;
    text-decoration: underline;
}

.presentationview .details .time a:hover {
    color: #E20D73;
}

.presentationview .details .place {
    color: #000000;
}

.presentationview .details .place a {
    color: #000000;
    text-decoration: underline;
}

.presentationview .details .place a:hover {
    color: #E20D73;
}

.presentationview p {
    font-size: 17px;
    font-weight: 500;
    line-height: 130%;
}

.presentationview p:first-of-type {
    padding-top: 30px;
}

.presentationview .speaker {
    border-top: 2px solid #D1D1D1;
    padding-top: 25px;
}

.presentationview .speaker h3 {
    color: #E20D73;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .presentationview .speaker h3 {
        font-size: 20px;
    }
}

.presentationview .speaker h4 {
    color: #4A4A4A;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

@media (max-width: 767.98px) {
    .presentationview .speaker h4 {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .presentationview .image-speaker {
        text-align: center;
    }
}

.presentationview .image-speaker img {
    max-width: 100%;
}

@media (max-width: 767.98px) {
    .presentationview .image-speaker img {
        max-width: 60%;
    }
}

@media (max-width: 767.98px) {
    .presentationview .image-speaker-company {
        text-align: center;
    }
}

.presentationview .image-speaker-company img {
    margin: 20px;
    max-width: 100%;
}

@media (max-width: 767.98px) {
    .presentationview .image-speaker-company img {
        margin-top: 0;
        max-width: 40%;
    }
}

.articleview {
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #D1D1D1;
}

.articleview:after {
    position: absolute;
    top: -150px;
    right: -50px;
    z-index: 9;
    display: block;
    height: 200vw;
    width: 310px;
    background-color: #F7F7F7;
    content: '';
    -webkit-transform: rotate(23deg);
    transform: rotate(23deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

@media (max-width: 767.98px) {
    .articleview:after {
        right: -100px;
        width: 155px;
    }
}

.articleview .container {
    position: relative;
    z-index: 10;
    min-height: calc(100vh - 205px);
    padding-top: 40px;
    padding-bottom: 60px;
}

.articleview .container .right-col {
    padding-left: 105px;
    padding-bottom: 30px;
}

@media (max-width: 767.98px) {
    .articleview .container .right-col {
        padding-left: 15px;
    }
}

.articleview .container .right-col .tags {
    padding-top: 15px;
}

.articleview .container .right-col .tags a {
    margin-right: 5px;
}

.articleview h1 {
    margin: 0;
    color: #E20D73;
    font-size: 34px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .articleview h1 {
        font-size: 28px;
    }
}

.articleview h2 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .articleview h2 {
        font-size: 18px;
    }
}

.articleview h3 {
    color: #E20D73;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .articleview h3 {
        font-size: 20px;
    }
}

.articleview .date {
    font-size: 18;
    color: #979797;
}

.articleview p {
    font-size: 17px;
    font-weight: 500;
    line-height: 130%;
}

.articleview p:first-of-type {
    padding-top: 30px;
}

.articleview .speaker {
    border-top: 2px solid #D1D1D1;
    padding-top: 25px;
}

.articleview .speaker h3 {
    color: #E20D73;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .articleview .speaker h3 {
        font-size: 20px;
    }
}

.articleview .speaker h4 {
    color: #4A4A4A;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

@media (max-width: 767.98px) {
    .articleview .speaker h4 {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .articleview .image-speaker {
        text-align: center;
    }
}

.articleview .image-speaker img {
    max-width: 100%;
}

@media (max-width: 767.98px) {
    .articleview .image-speaker img {
        max-width: 60%;
    }
}

@media (max-width: 767.98px) {
    .articleview .image-speaker-company {
        text-align: center;
    }
}

.articleview .image-speaker-company img {
    margin: 20px;
    max-width: 100%;
}

@media (max-width: 767.98px) {
    .articleview .image-speaker-company img {
        margin-top: 0;
        max-width: 40%;
    }
}

.contact {
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #D1D1D1;
}

.contact .container {
    position: relative;
    z-index: 10;
    min-height: calc(100vh - 205px);
    padding-top: 40px;
    padding-bottom: 60px;
}

.contact h1 {
    margin: 0 0 40px 0;
    color: #E20D73;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .contact h1 {
        font-size: 26px;
    }
}

.contact h2 {
    color: #E20D73;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .contact h2 {
        font-size: 16px;
    }
}

.contact h3 {
    color: #E20D73;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .contact h3 {
        font-size: 14px;
    }
}

.contact p {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}

.contact .contact-info {
    margin-bottom: 20px;
}

.contact .col-map {
    padding-right: 5px;
}

.contact .googlemap {
    width: 100%;
    height: 480px;
}

.contact .googlemap iframe {
    width: 100%;
    height: 480px;
}

@media (max-width: 767.98px) {
    .contact .googlemap {
        margin-bottom: 20px;
        padding-right: 15px;
    }
}

.contact .box {
    min-height: 480px;
    padding: 25px 15px 1px 15px;
    background-color: #EDEDED;
}

.contact .box h2 {
    color: #4A4A4A;
    font-size: 34px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 13px;
}

@media (max-width: 991.98px) {
    .contact .box h2 {
        font-size: 30px;
    }
}

.contact .box p {
    margin-bottom: 20px;
}

.speakerlist {
    position: relative;
    border-bottom: 2px solid #D1D1D1;
}

.speakerlist .container {
    position: relative;
    z-index: 10;
    min-height: calc(100vh - 205px);
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    .speakerlist .container {
        max-width: 1190px;
    }
}

.speakerlist h1 {
    margin: 0;
    color: #E20D73;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .speakerlist h1 {
        font-size: 28px;
    }
}

.speakerlist h2 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .speakerlist h2 {
        font-size: 18px;
    }
}

.speakerlist h3 {
    color: #E20D73;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .speakerlist h3 {
        font-size: 20px;
    }
}

.speakerlist p {
    font-size: 17px;
    font-weight: 500;
    line-height: 130%;
}

.speakerlist p:first-of-type {
    padding-top: 30px;
}

.speakerlist .row {
    margin-left: -7px;
    margin-right: -7px;
}

.speakerlist .row [class*="col-"] {
    padding-left: 7px;
    padding-right: 7px;
}

.speakerlist .speaker-col {
    margin-bottom: 14px;
}

@media (min-width: 1200px) {
    .speakerlist .speaker-col {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.speakerlist .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.speakerlist .item:hover .content {
    bottom: 0;
    padding-top: 10px;
}

.speakerlist .item .image {
    padding-bottom: 128%;
    background-position: center center;
    background-size: cover;
}

.speakerlist .item .content {
    position: absolute;
    bottom: 0;
    bottom: calc(-1 * (100% - 60px));
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0 13px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #FFFFFF;
    background-color: rgba(226,13,115,0.8);
    transition: all ease-in-out .4s;
}

.speakerlist .item .content h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.speakerlist .item .content h2 span {
    display: block;
    white-space: nowrap;
}

.speakerlist .item .content .details {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.speakerlist .item .content .details .text {
    position: relative;
    padding-top: 20px;
}

.speakerlist .item .content .details .text:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 1px;
    background: #FFFFFF;
    content: '';
}

.speakerlist .item .content .details .text .company,
.speakerlist .item .content .details .text .title {
    font-size: 16px;
    line-height: 120%;
}

.speakerlist .item .content .logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 66px;
    margin: 3px -10px;
    background-color: #FFFFFF;
}

.newslist {
    position: relative;
    border-bottom: 2px solid #D1D1D1;
}

.newslist .container {
    position: relative;
    z-index: 10;
    min-height: calc(100vh - 205px);
    padding-top: 50px;
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    .newslist .container {
        max-width: 1190px;
    }
}

.newslist .mansory .grid-sizer,
.newslist .mansory .grid-item {
    width: 33.333%;
    float: left;
}

@media (max-width: 991.98px) {
    .newslist .mansory .grid-sizer,
    .newslist .mansory .grid-item {
        width: 50%;
    }
}

@media (max-width: 767.98px) {
    .newslist .mansory .grid-sizer,
    .newslist .mansory .grid-item {
        width: 50%;
    }
}

@media (max-width: 575.98px) {
    .newslist .mansory .grid-sizer,
    .newslist .mansory .grid-item {
        width: 100%;
    }
}

.newslist .mansory .grid-item a {
    display: block;
    padding: 30px 40px;
}

.newslist .mansory .grid-item a:hover {
    text-decoration: none;
}

.newslist .mansory .grid-item a:hover h2 {
    color: #E20D73;
    text-decoration: none;
}

.newslist .mansory .grid-item a:hover p {
    color: #4A4A4A;
    text-decoration: none;
}

.newslist .mansory .grid-item:hover a {
    background: #FFFFFF;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.15);
}

.newslist .mansory .grid-item img {
    width: 100%;
}

.newslist .mansory .grid-item p {
    margin-bottom: 0;
    color: #4A4A4A;
    font-size: 17px;
}

.newslist .mansory .grid-item header {
    padding: 25px 0 20px 0;
}

.newslist .mansory .grid-item header:last-child {
    padding-bottom: 0;
}

.newslist .mansory .grid-item header .date {
    font-size: 16px;
    color: #979797;
}

.gallery {
    position: relative;
    border-bottom: 2px solid #D1D1D1;
}

.gallery .gallery-list .container {
    position: relative;
    z-index: 10;
    min-height: calc(100vh - 275px);
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (min-width: 992px) {
    .gallery .gallery-list .container {
        max-width: 1190px;
    }
}

.gallery .gallery-list .row {
    margin-left: -7px;
    margin-right: -7px;
}

.gallery .gallery-list .row [class*="col-"] {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px;
}

.gallery .gallery-list img {
    width: 100%;
}

.gallery .gallery-menu {
    background: #EDEDED;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .gallery .gallery-menu .container {
        max-width: 1190px;
    }
}

.gallery .gallery-menu nav {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.gallery .gallery-menu nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width: 991.98px) {
    .gallery .gallery-menu nav ul {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.gallery .gallery-menu nav ul:hover li a.active {
    border-bottom-color: transparent;
}

.gallery .gallery-menu nav ul:hover li a.active:hover {
    border-bottom-color: #E20D73;
}

.gallery .gallery-menu nav ul li {
    padding: 0;
    list-style: none;
}

@media (max-width: 991.98px) {
    .gallery .gallery-menu nav ul li {
        padding: 0;
    }
}

.gallery .gallery-menu nav ul li:before {
    display: none;
}

.gallery .gallery-menu nav ul li:last-child a {
    margin-right: 0;
}

.gallery .gallery-menu nav ul li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6C6C6C;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

@media (min-width: 1300px) {
    .gallery .gallery-menu nav ul li a {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    .gallery .gallery-menu nav ul li a {
        display: block;
        height: 50px;
        padding: 0 15px;
        font-size: 18px;
        line-height: 40px;
        margin: 0;
    }
}

.gallery .gallery-menu nav ul li a.active, .gallery .gallery-menu nav ul li a:hover {
    color: #E20D73;
    text-decoration: none;
    border-bottom-color: #E20D73;
}

.futurespace {
    position: relative;
    border-bottom: 2px solid #D1D1D1;
}

.futurespace .top {
    position: relative;
    padding-top: 60px;
    background: #EDEDED;
    min-height: 465px;
}

.futurespace .top .image {
    position: absolute;
    top: 0;
    right: 0;
    width: 250%;
    max-width: 1160px;
}

@media (max-width: 1199.98px) {
    .futurespace .top .image {
        right: -90px;
    }
}

@media (max-width: 991.98px) {
    .futurespace .top .image {
        right: 0;
        width: 100%;
    }
}

.futurespace .top h1 {
    color: #E20D73;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.futurespace .top p {
    font-size: 24px;
}

.futurespace .bottom .container {
    position: relative;
    z-index: 10;
    min-height: calc(100vh - 670px);
    padding-top: 10%;
    padding-bottom: 130px;
}

@media (max-width: 992px) {
    .futurespace .bottom .container {
        padding-top: 15%;
    }
}

.futurespace .bottom .container .list {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 140px;
    column-gap: 140px;
}

@media (max-width: 992px) {
    .futurespace .bottom .container .list {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 140px;
        column-gap: 140px;
    }
}

@media (max-width: 767.98px) {
    .futurespace .bottom .container .list {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        column-gap: 0;
    }
}

.futurespace .bottom .container .list .item {
    position: relative;
    margin: 0;
    padding: 5px 0 0 45px;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid-column;
    /* IE 11 */
    display: table;
    /* Actually FF 20+ */
}

.futurespace .bottom .container .list .item:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 34px;
    height: 34px;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    line-height: 34px;
    border-radius: 17px;
    background-color: #E20D73;
    content: attr(data-id);
}

.futurespace .bottom .container .list .item h2 {
    color: #E20D73;
    font-size: 24px;
}

.futurespace .bottom .container .list .item p {
    font-size: 17px;
    font-weight: 500;
}

.rooms {
    position: relative;
    background-color: #EDEDED;
    border-bottom: 2px solid #D1D1D1;
    margin-top: -2.5rem;
}

.rooms .top {
    background-color: #4A4A4A;
    color: #FFFFFF;
}

.rooms .top .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .rooms .top .container {
        max-width: 1190px;
    }
}

@media (max-width: 767.98px) {
    .rooms .top .container {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.rooms .top h1 {
    min-width: 300px;
    margin: 0;
    padding: 0 20px;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    line-height: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 575.98px) {
    .rooms .top h1 {
        min-width: 0;
        padding: 0 10px;
        font-size: 20px;
    }
}

.rooms .top a {
    color: #FFFFFF;
    transition: all ease-in-out .4s;
}

.rooms .top a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.rooms .bottom .container {
    position: relative;
    z-index: 10;
    min-height: calc(100vh - 275px);
    padding-top: 30px;
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    .rooms .bottom .container {
        max-width: 1190px;
    }
}

.rooms .bottom .label {
    padding-bottom: 20px;
    color: #E20D73;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #EDEDED;
}

.rooms .cycle-carousel-wrap {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    white-space: normal !important;
}

.rooms .slideshow {
    margin-top: -20px;
}

.rooms .slideshow:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    display: block;
    height: 20px;
    background-color: #EDEDED;
    content: '';
}

.rooms .list {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    white-space: normal !important;
}

@media (max-width: 991.98px) {
    .rooms .list {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .rooms .list {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        column-gap: 0;
    }
}

.rooms .list .item {
    position: relative;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid-column;
    /* IE 11 */
    display: table;
    /* Actually FF 20+ */
    display: -webkit-inline-flex;
    /* Safari */
}

.rooms .list .item:before {
    content: "\f078";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    width: 14px;
    margin: auto;
    color: #E20D73;
    font-size: 14px;
}

.rooms .list .item a {
    display: block;
    padding: 30px 35px;
    width: 100%;
    background-color: #FFFFFF;
}

.rooms .list .item a:hover {
    text-decoration: none;
}

.rooms .list .item a:hover h2 {
    color: #E20D73;
    text-decoration: none;
}

.rooms .list .item a:hover p {
    color: #4A4A4A;
    text-decoration: none;
}

.rooms .list .item:hover a {
    background-color: #FFFFFF;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.25);
}

.rooms .list .item .presentation .time {
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 700;
}

.rooms .list .item .presentation h2 {
    color: #E20D73;
    font-size: 20px;
    font-weight: 700;
}

.rooms .list .item .speaker .name {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: -5px;
}

.rooms .list .item .speaker .title {
    color: #6C6C6C;
    font-size: 16px;
}

@media all and (-ms-high-contrast: none) {
    .rooms .cycle-carousel-wrap {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .rooms .list .item {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .rooms .list .item a {
        width: 100%;
    }
}

.programs {
    position: relative;
    background-color: #EDEDED;
    border-bottom: 2px solid #D1D1D1;
}

.sticky .programs {
    padding-top: 70px;
}

.programs .top {
    height: 70px;
    background-color: #4A4A4A;
    color: #FFFFFF;
}

.programs .top .before-element,
.programs .top .after-element {
    position: absolute;
    top: 0;
    z-index: 1002;
    width: 100vw;
    height: 70px;
    background: #4A4A4A;
}

.programs .top .before-element {
    left: 0;
}

.programs .top .after-element {
    right: 0;
}

.sticky .programs .top {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: transparent;
}

@media (max-width: 991.98px) {
    .sticky .programs .top {
        top: 50px;
    }
}

.programs .top .container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .programs .top .container {
        max-width: 1190px;
    }
}

@media (max-width: 767.98px) {
    .programs .top .container {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.programs .top h1 {
    min-width: 250px;
    margin: 0;
    padding: 0 20px;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    line-height: 70px;
}

.programs .top a {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 35px;
    margin: auto;
    z-index: 1003;
    color: #FFFFFF;
    font-size: 24px;
    transition: all ease-in-out .4s;
}

.programs .top a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.programs .top a.prev {
    left: 15px;
}

.programs .top a.next {
    right: 15px;
}

.programs .bottom .container {
    position: relative;
    z-index: 10;
    min-height: calc(100vh - 275px);
    padding-top: 0;
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    .programs .bottom .container {
        max-width: 1190px;
    }
}

.programs .bottom .container:before {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 11;
    display: none;
    width: 100vw;
    height: 70px;
    background-color: #4A4A4A;
    content: '';
}

@media (max-width: 991.98px) {
    .programs .bottom .container:before {
        top: 50px;
    }
}

.sticky .programs .bottom .container:before {
    display: block;
}

.programs .bottom .label {
    height: 70px;
    padding: 0 0 0 58px;
    color: #E20D73;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 70px;
    background-color: #EDEDED;
}

.programs .program-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 12;
    height: 3550px;
    margin: auto;
}

.programs .program-list .container {
    padding: 0 73px;
}

@media (min-width: 992px) {
    .programs .program-list .container {
        max-width: 1190px;
    }
}

@media (max-width: 767.98px) {
    .programs .program-list .container {
        padding-right: 0;
    }
}

.programs .program-list .container .programs-slideshow .slide {
    position: relative !important;
    height: 3550px;
    white-space: normal;
    padding-right: 10px;
    padding-bottom: 20px;
}

.programs .program-list .container .programs-slideshow .slide h2 {
    height: 70px;
    margin: 0;
    line-height: 70px;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
}

.sticky .programs .program-list .container .programs-slideshow .slide h2 {
    position: fixed;
    top: 70px;
    z-index: 1001;
    width: 218px;
    background-color: #4A4A4A;
}

@media (max-width: 991.98px) {
    .sticky .programs .program-list .container .programs-slideshow .slide h2 {
        top: 50px;
    }
}

@media (max-width: 767.98px) {
    .programs .program-list .container .programs-slideshow .slide h2 {
        padding-right: 40px;
        text-align: left;
    }
}

.programs .program-list .container .programs-slideshow .slide a {
    position: absolute;
    top: 140px;
    left: 0;
    right: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 11px;
    background-color: #FFFFFF;
    border-left: 4px solid #FFFFFF;
    border-right: 4px solid #FFFFFF;
}

.programs .program-list .container .programs-slideshow .slide a:before {
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    display: block;
    height: 1px;
    background-color: #E20D73;
    content: '';
}

.programs .program-list .container .programs-slideshow .slide a:hover {
    z-index: 10;
    max-height: 9999px !important;
    text-decoration: none;
    border-left-color: #E20D73;
    box-shadow: 0 10px 10px rgba(227, 39, 116, 0.15);
}

.programs .program-list .container .programs-slideshow .slide a:hover h3 {
    color: #E20D73;
    text-decoration: none;
}

.programs .program-list .container .programs-slideshow .slide a:hover p {
    color: #4A4A4A;
    text-decoration: none;
}

.programs .program-list .container .programs-slideshow .slide a:hover .presentation h3 {
    margin-bottom: 10px;
}

.programs .program-list .container .programs-slideshow .slide a:hover .speaker {
    max-height: 9999px !important;
    opacity: 1;
    transition: max-height, opacity 1s ease-in-out;
}

.programs .program-list .container .programs-slideshow .slide a.small-item {
    padding-top: 4px;
    padding-bottom: 4px;
}

.programs .program-list .container .programs-slideshow .slide a.small-item .content {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.programs .program-list .container .programs-slideshow .slide a.small-item .content h3 {
    max-height: 17px;
}

.programs .program-list .container .programs-slideshow .slide a.small-item .time {
    height: 18px;
    max-height: 0;
    overflow: hidden;
}

.programs .program-list .container .programs-slideshow .slide a.small-item:hover {
    padding-top: 15px;
    padding-bottom: 15px;
}

.programs .program-list .container .programs-slideshow .slide a.small-item:hover .content {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.programs .program-list .container .programs-slideshow .slide a.small-item:hover .content h3 {
    max-height: 9999px;
}

.programs .program-list .container .programs-slideshow .slide a.small-item:hover .time {
    max-height: 9999px;
}

.programs .program-list .container .programs-slideshow .slide .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.programs .program-list .container .programs-slideshow .slide .presentation {
    transition: all ease-in-out .4s;
}

.programs .program-list .container .programs-slideshow .slide .presentation .time {
    color: #4A4A4A;
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
}

.programs .program-list .container .programs-slideshow .slide .presentation h3 {
    color: #E20D73;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    transition: all ease-in-out .4s;
}

.programs .program-list .container .programs-slideshow .slide .speaker {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height, opacity 0.5s cubic-bezier(0, 1, 0, 1);
    opacity: 0;
}

.programs .program-list .container .programs-slideshow .slide .speaker .name {
    color: #E20D73;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
}

.programs .program-list .container .programs-slideshow .slide .speaker .title {
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.programs .timeline .time-row {
    position: relative;
    height: 68px;
    border-top: 1px solid #E20D73;
    border-bottom: 1px dashed #E20D73;
    margin-bottom: 66px;
}

.programs .timeline .time-row .time {
    position: absolute;
    top: -15px;
    left: 0;
    width: 58px;
    color: #E20D73;
    font-size: 20px;
    font-weight: 700;
    background-color: #EDEDED;
}

@media all and (-ms-high-contrast: none) {
    .programs .program-list .container .programs-slideshow .slide a {
        display: table;
        width: calc(100% - 10px);
    }

    .programs .program-list .container .programs-slideshow .slide .content {
        position: absolute;
        top: 4px;
        bottom: 4px;
        display: table-cell;
        margin: auto;
        vertical-align: middle;
        max-height: 44px;
    }

    .programs .program-list .container .programs-slideshow .slide a:hover .content {
        max-height: 9999px;
        position: relative;
        top: 0;
        bottom: 0;
    }

    .programs .program-list .container .programs-slideshow .slide a::before {
        right: 0;
        left: 0;
    }

    .programs .program-list .container .programs-slideshow .slide a.small-item .content h3 {
        padding-right: 15px;
    }
}

/*# sourceMappingURL=theme.css.map */

.main-gallery {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    outline: red 5px;
}

.header-card {
    height: 33.333333vw;
    background-size: cover;
    background-position: center;
    position: relative;
}

.small-card {
    width: 33.333333%;
    height: 33.333333vw;
}

.large-card {
    width: 66.66666666%;
    background-color: #2F2F2F;
}

.header-card .content {
    flex: 1;
    flex-direction: column;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    padding: 50px;
    position: relative;
    z-index: 2;
    transition: .3s;
}

.header-card:hover .content {
    transform: translateY(-30px);
}

.header-card:hover .content .title {
    transform: translateY(-10px);
}

.header-card .content .title {
    display: inline-block;
    background-color: #E20D73;
    width: auto;
    -webkit-box-shadow: 10px 0 0 #E20D73, -10px 0 0 #E20D73;
    -moz-box-shadow: 10px 0 0 #E20D73, -10px 0 0 #E20D73;
    box-shadow: 10px 0 0 #E20D73, -10px 0 0 #E20D73;
    color: #fff;
    font-weight: 800;
    font-size: 32px;
    line-height: 37px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    transition: .3s;
}

.header-card .content .sub-title {
    display: inline;
    background-color: #ffffff;
    width: auto;
    -webkit-box-shadow: 10px 0 0 #ffffff, -10px 0 0 #ffffff;
    -moz-box-shadow: 10px 0 0 #ffffff, -10px 0 0 #ffffff;
    box-shadow: 10px 0 0 #ffffff, -10px 0 0 #ffffff;
    font-size: 21px;
    line-height: 150%;
    /* or 31px */
    text-transform: uppercase;
    color: #E32774;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.header-card.magenta-only {
    background-color: #E32774;
}

.header-card .center-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

}

.header-card .overlay-effect {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: .3s;
}

.header-card .icon-wrapper {
    position: absolute;
    left: 25px;
    top: 25px;
}

.header-card .icon-wrapper svg .svg-path {
    fill: #fff;
    transform-origin: center;
    transition: .3s;
}

.header-card .icon-wrapper svg .svg-circle {
    fill: #E32774;
    transition: .3s;
    transform-origin: center;
}


.header-card:hover .icon-wrapper svg .svg-circle {
    fill: #fff;
    transform: scale(0.9);
}

.header-card:hover .icon-wrapper svg .svg-path {
    fill: #E32774;
    transform: scale(1.1);
}

.header-card:hover .overlay-effect {
    background-color: rgba(0, 0, 0, 0.5);
}

.header-card .floated-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.section-map {
    background-color: #E32774;
    background-image: url(/static/symposium2019/images/gradiet.png);
    background-position: center bottom;
    background-repeat: repeat-x;
}

.section-map .container {
    background-image: url(/static/symposium2019/images/section-map.png);
    background-position: bottom right;
    background-size: 80% auto;
    background-repeat: no-repeat;
}

.section-map .container .content {
    padding-top: 70px;
    padding-bottom: 200px;
}

.section-map .container .content h1 {
    color: #fff;
    font-size: 40px;
    line-height: 46px;
}


.section-map .container .content p {
    font-size: 26px;
    line-height: 29px;
    color: #fff;
}

.section-map .container .content .custom-button {
    background: #FFFFFF;
    border-radius: 4px;
    height: 40px;
    display: inline-block;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 21px;
    color: #E32774;
    font-weight: 500;
    transition: .3s;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
}

.section-map .container .content .custom-button:hover {
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.section-map .container .content .custom-button:hover svg {
    margin-left: 15px;
}

.section-map .container .content .custom-button svg {
    padding-left: 0;
    transition: .3s;
}

.section-map .container .content .custom-button {
    background: #FFFFFF;
    border-radius: 4px;
    height: 40px;
    display: inline-block;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 21px;
    color: #E32774;
    font-weight: 500;
}

.modal {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1006;
}

.modal .content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-box-shadow: inset 0 0 30px #000;
    -moz-box-shadow: inset 0 0 30px #000;
    overflow: auto;
    box-shadow: inset 0 0 30px #000;
}

.modal .content .video-section iframe {
    width: 1050px;
    max-width: calc(100vw - 30px);
    height: 591px;
    max-height: 55vw;
}

.modal .content .text-section {
    display: flex;
    width: 1050px;
    margin-top: 20px;
    max-width: calc(100vw - 30px);
}

.modal .content .text-section .title {
    flex: 1;
    margin-left: 10px;
}

.modal .content .text-section .title span {
    font-size: 36px;
    line-height: 51px;
    -webkit-box-shadow: 10px 0 0 #E20D73, -10px 0 0 #E20D73;
    -moz-box-shadow: 10px 0 0 #E20D73, -10px 0 0 #E20D73;
    box-shadow: 10px 0 0 #E20D73, -10px 0 0 #E20D73;
    background-color: #E20D73;
    color: #fff;
}

.modal .content .text-section .text {
    flex: 1;
    color: #fff;
}

.modal .content .close-icon {
    width: 1050px;
    margin-top: 20px;
    max-width: calc(100vw - 30px);
    display: flex;
    justify-content: flex-end;
}


.modal .content .close-icon a {
    margin-bottom: 50px;
}

body {
    height: 100%;
    position: relative;
}

@media screen and (max-width: 992px) {
    .small-card {
        width: 50%;
        height: 50vw;
    }

    .large-card {
        width: 100%;
        background-color: #2F2F2F;
    }
}

@media screen and (max-width: 640px) {
    .modal .content .text-section {
        flex-direction: column;
    }

    .small-card {
        width: 100%;
        height: 100vw;
    }

    .large-card {
        width: 100%;
        height: 50vw;
        background-color: #2F2F2F;
    }
}
.modal .content .close-icon {
    width: 1050px;
    margin-top: 20px;
    max-width: calc(100vw - 30px);
    display: flex;
    justify-content: flex-end;
}

.modal .content .scroll {
    overflow: auto;
    margin-bottom: 30px;
}

body.modal-opened .modal-visible {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

body.modal-opened {
    overflow: hidden;
}

body .body {
    filter: blur(0px);
    transition: .3s;
}

body.modal-opened .body {
    filter: blur(10px);
}


body .modal {
    opacity: 0;
    pointer-events: none;
    transition: .5s;
}

body:after{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background-color: #E20D73;
    height: 3px;
    z-index: 1500;
    content: "";
}

body{
    margin-top: 3px !important;
}

.phonePrefix{
    padding-right: 0 !important;
}

.section-description{
    margin: 15px;
}

/* program timetable */

.programs-container{
    background-color: #ededed;
}

header.programs-header{
    background-color: rgba(0,0,0,0);
    width: 72%;
    margin: 0 14%;
}

ul.programs-buttons-container{
    margin: 0;
    padding: 0;
    list-style: none;
}

.program-button{
    box-sizing: border-box;
    width: 14%;
    margin-right: 0.33%;
    height: 70px;
    display: block;
    float: left;
    position: relative;
}

.program-button:nth-last-child(2){
    margin-right: 0;
}

.program-button a{
    /*transition: border 1s;*/
    transition: initial;
    border: solid 2px rgba(255,255,255,0);
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 22px;
    cursor: pointer;
    border-radius: 10px;
    background-color: #fafafa;
    color: #E20D73;
}

.program-button a:hover{
    border: solid 2px #E20D73;
}

a.active-program-btn{
    border: solid 1px #E20D73;
    background-color: #fff;
}

.program-button a span{
    text-align: center;
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 600;
}


/* program content része*/
.programs-content{
    padding-top: 2.5rem;
}

.program-column{
    position: relative;
    box-sizing: border-box;
    float: left;
    margin-left: 0.7%;
}

.program-column:first-of-type{
    margin-left: 0;
}

.program-column{
    width: 17.525%;
}

.program-column.margin-column{
    width: 13.2%;
}

.program-header-box,
.program-header-with-details{
    background-color: #e2e2e2;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 4px;
    height: 70px;
    width: 100%;
    color: #aaa;
    font-size: 18px;
    text-align: center;
    position: relative;
    font-weight: 600;
}

.program-header-box span,
.program-header-with-details span{
    padding: 0 4%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    display: block;
    transform: translate(-50%, -50%);
}

.program-column.margin-column .program-header-box{
    background-color: rgba(0,0,0,0);
}

.program-content-box{
    background-color: #ebebeb;
    position: relative;
}

.program-time-box{
    height: 200px;
    position: relative;
}

.program-time-box:nth-child(odd){
    background-color: #e7e7e7;
}

.program-time-box:nth-child(even){
    background-color: #eaeaea;
}

.program-time-label{
    position: absolute;
    display: block;
    height: 20px;
    width: 100px;
    line-height: 20px;
    left: -100px;
    top: -10px;
    font-weight: bold;
    color: #E20D73;
}

.program-time-label:before{
    display: block;
    position: absolute;
    content: " ";
    height: 2px;
    width: 20px;
    background-color: #E20D73;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    opacity: 0.6;
    font-size: 18px;
}

.program-column-with-programs{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.programs-with-details{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.programs-with-details a:hover{
    text-decoration: none !important;
}

.program-details-speaker-container{
    margin-bottom: 10px;
    line-height: 100%;
}

.program-box-details{
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    border-radius: 6px;
    background-color: #fff;
    transition: .3s !important;
    z-index: 1000;
}

.program-box-details .margin-hover{
    position: absolute;
    height: 20px;
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.7), rgba(255,255,255,1));
    /*background-color: #fff;*/
    bottom: 0px;
    left: 0px;
    z-index: 1004;
    width: 100%;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.program-box-details:hover{
    transform: scale(1.01);
    box-shadow: 0 30px 30px rgba(140,140,140,0.2);
    z-index: 1001;
    height: initial !important;
    height: auto !important;
}

.program-box-details-content{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 4%;
}

.program-header-with-details{
    position: relative;
    background-color: #fff;
    color: #E20D73;
    font-weight: bold;
}

.program-header-with-details span{
    transform: translate(0, -50%);
}

.program-header-with-details .section-name{
    left: 0;
    text-align: left;
    max-width: calc(95% - 16px);
    line-height: 100%;
    font-size: 20px;
    font-weight: 600;
}

.program-header-with-details .section-close-header{
    position: absolute;
    width: 16px;
    height: 16px;
    padding: 0;
    display: block;
    right: 4%;
    left: auto;
    cursor: pointer;
    background-image: url('/static/symposium2019/images/icon_close_section.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.jump-to-first-program{
    cursor: pointer;
    position: absolute;
    top: 80px;
    border: solid #E20D73 1px;
    color: #E20D73;
    padding: 5px 34px 5px 5px;
    border-radius: 10px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-weight: 500;
}

.jump-to-first-program-arrow{
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.jump-to-first-program-arrow img{
    width: 14px;
    height: 14px;
}

div.program-det-time{
    color: #363636;
    font-size: 16px;
    font-weight: bold;
}

div.program-det-title{
    line-height: 100%;
    margin-bottom: 10px;
}

div.program-det-speaker{
    font-size: 16px;
}

div.program-det-speaker-position{
    font-size: 16px;
    line-height: 100%;
    color: #363636;
}


.menu li a,
.menu li a:hover,
body .menu nav ul li a.active{
    color: #fff !important;
}


.program-box-details{
    transition: min-height .5s;
}

/*.program-box-details .hover-open-details{
    max-height: 0px;
    opacity: 0;
    transition: .4s;
}

.program-box-details:hover .hover-open-details{
    max-height: 5000px;
    opacity: 1;
}*/

.program-header-mobil-menu{
    display: none;
}

.partners .images img{
    margin-bottom: 10px;
}

.section-sub-description-container{
    position: relative;

    background-color: #fff;
    /*color: #e20074;
    font-weight: bold;*/
}
.section-sub-description{
    position: absolute;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    right: 30px;
    transition: opacity .5s;
    height: 100%;
}
.section-sub-description.show-sub-desc{
    opacity: 1;
}

.section-sub-description-text{
    position: absolute;
    top: 20px;
}

.section-sub-description-room{
    position: absolute;
    bottom: 20px;
}

.section-sub-description-room span{
    color: #3b3b3b;
    font-weight: bold;
}

@media (max-width: 1500px) {
    .programs-content .program-column{
        width: calc(24.125% - 50px);
    }

    .programs-content .program-column.margin-column{
        width: 100px;
    }

    header.programs-header{
        width: calc(98.6% - 200px);
        margin: 0 calc(0.7% + 100px);
    }

    li.program-button a span{
        font-size: 16px ;
        line-height: 100%;
    }
}

@media (max-width: 1200px) {
    .programs-content .program-column{
        width: calc(24.125% - 25px);
    }

    .programs-content .program-column.margin-column:nth-last-child(2){
        display: none;
    }

    header.programs-header{
        width: calc(98.6% - 100px);
        margin: 0 0 0 calc(0.7% + 100px);
    }
}

@media (max-width: 990px) {
    .programs-content .program-column{
        width: calc(33% - 38px);
    }

    .programs-content .program-column:nth-last-child(3){
        display: none;
    }

    header.programs-header{
     display: none;
    }

    .program-header-box{
        display: none;
    }

    .program-column.margin-column:first-of-type .program-header-mobil-menu  {
        background-color: rgba(0,0,0,0);
    }

    .program-header-mobil-menu{
        margin-bottom: 2px;
        display: block;
        background-color: #fff;
        height: 70px;
        position: relative;
    }

    .program-mobil-menu-button{
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .program-mobil-menu-text,
    .program-mobil-menu-arrow{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .program-mobil-menu-text{
        left: 10px;
        color: #E20D73;
        max-width: calc(100% - 36px)
    }

    .program-mobil-menu-arrow{
        right: 10px;
        width: 16px;
        height: 16px;
        background-image: url('/static/symposium2019/images/icon_down.png');
        background-size: cover;
        background-repeat: none;
        background-position: top left;
    }

    .program-mobil-menu-container{
        display: none;
        margin: 2px 0 0 0;
        list-style: none;
        position: absolute;
        width: 100%;
        top: 100%;
        z-index: 1004;
        padding: 0;
        background-color: #fff;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        box-shadow: 0 30px 30px rgba(140,140,140,0.2);
    }

    .program-mobil-menu-item{
        padding: 10px;
        line-height: 200%;
        font-size: 18px;
        color: #E20D73;
    }

    .program-mobil-menu-item.hided-menu-item{
        display: none;
    }

    .programs-content{
        padding-top: 0;
    }

    .menu li a,
    .menu li a:hover,
    body .menu nav ul li a.active{
        color: #E20D73 !important;
    }

    .section-sub-description-container{

    }
}

@media (max-width: 800px) {
    .programs-content .program-column{
        width: calc(49.3% - 20px);
    }

    .programs-content .program-column:nth-last-child(4){
        display: none;
    }

    .programs-content .program-column.margin-column:first-of-type{
        width: 35px;
    }

    .program-time-label{
        left: -72px;
        transform: rotate(-90deg) translateX(-60%);
    }

    .program-time-label:before{
        transform: translateY(-50%) rotate(90deg);
        right: -19px;
    }

    .partners .images img{
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .section-sub-description-container{

    }
}

@media (max-width: 380px) {
    .section-sub-description-container{

    }
}

h3.program-speaker-name{
    margin-bottom: 0;
    padding-bottom: 0;
}

.program-speaker-det-container{
    margin-bottom: 10px;
}

.item .content .speaker{
    margin-bottom: 10px;
}

.item .content .speaker .title{
    line-height: 110%;
}

/*szűrők miatti javítás*/
.speakerlist .fade.active {
    opacity:inherit;
}
.speakerlist .fade.show{
    display:none !important;
}
.speakerlist .fade.show.active{
    display:block !important;
}

.speaker-company-main{
    font-size: 18px;
    color: #000;
    text-transform: none;
    font-weight: normal;
}

.speaker-connected-programs{
    position: relative;
    margin-bottom: 40px;
}

.speaker-connected-programs:after{
    position: absolute;
    content: " ";
    width: 100%;
    background-color: rgba(70,70,70,0.2);
    height: 1px;
}

@media (max-width: 768px) {
    .partners .text {
        border-top: 0;
        border-bottom: 1px solid #FFFFFF;
    }

    .partners .dark-block,
    .partners .light-block,
    .partners .magenta-block{
        padding: 40px 0 0 0;
    }
}


.futurespace-row{
    position: relative;
}

.futurspace-image-container{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

@media (max-width: 991px) {
    .futurspace-image-container{
        top: 150px;
    }

    .section-map .container .content {
        padding-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .futurspace-image-container{
        top: 200px;
    }
}

.mainpage-programs{
    background-color: #2f2f2f;
    color: #fff;
}

.mainpage-programs h1{
    color: #fff;
}

main ul.mainpage-program-details li:before{
    display: none;
}

ul.mainpage-program-details{
    margin: 0;
    padding: 0;
    list-style-type: none !important;
}

ul.mainpage-program-details li{
    padding: 10px 0;
}

ul.mainpage-program-details li:nth-of-type(odd){
    background-color: #353535;
}

ul.mainpage-program-details .mainpage-program-row .mainpage-program-item{
    font-size: 22px;
    width: 50%;
    float: left;
}

ul.mainpage-program-details .mainpage-program-row .mainpage-program-item a{
    text-decoration: none;
}

.mainpage-program-name{
    color: #E20D73;
    padding-left: 10%;
}

.mainpage-plenary i{
    color: #fff;
    font-size: 16px;
}
@media (max-width: 991px) {
    .mainpage-program-item span{
        display: block;
    }

    .mainpage-program-name{
        padding-left: 0;
    }

    ul.mainpage-program-details .mainpage-program-row .mainpage-program-item{
        font-size: 18px;
    }

    .mainpage-program-row .container .mainpage-program-item:nth-of-type(2){
        border-left: solid 1px rgba(30,30,30,0.5);
        padding-left: 10px;
    }
}

.prog-download-icon{
    width: 25px;
    height: 27px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url('/static/symposium2019/images/icon_download.png');
    background-size: 100% 100%;
}