@media screen and (min-width:1025px) {
    html {
        font-size: 16px
    }
}

@media screen and (max-width:1024px) {
    html {
        font-size: .875rem
    }
}

@media screen and (max-width:768px) {
    html {
        font-size: 12px
    }
}

.container-fluid {
    max-width: 1940px
}

@font-face {
    font-family: proxima-nova, sans-serif;
    src: url("https://use.typekit.net/rar4pxm.css");
}

/*@font-face {*/
/*    font-family: HelveticaNeue-Light;*/
/*    src: url(../fonts/Helvetica.woff2) format("woff2"), url(../fonts/Helvetica.woff) format("woff")*/
/*}*/

/*@font-face {*/
/*    font-family: proxima-nova, sans-serif;*/
/*    src: url(../fonts/Helvetica-Bold.woff2) format("woff2"), url(../fonts/Helvetica-Bold.woff) format("woff")*/
/*}*/

/*@font-face {*/
/*    font-family: HelveticaNeue-Medium;*/
/*    src: url(../fonts/HelveticaNeue-Medium.woff2) format("woff2"), url(../fonts/HelveticaNeue-Medium.woff) format("woff")*/
/*}*/

/*!
 * 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)
 */
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: proxima-nova, 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: proxima-nova, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #707070;
    text-align: left;
    background-color: #f9f9f9
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 20px
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

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: #1fb6c1;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #224693;
    text-decoration: none
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
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 {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -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: 20px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #707070
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014 \00A0"
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #f9f9f9;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .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:540px) {
    .container {
        max-width: 100%
    }
}

@media (min-width:768px) {
    .container {
        max-width: 100%
    }
}

@media (min-width:1025px) {
    .container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1670px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:540px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1025px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1670px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #f9f9f9
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #f9f9f9;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #f9f9f9;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:539.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:1024.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

@media (max-width:1669.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xxl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.35rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.6
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: .9rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.6;
    color: #707070;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.35rem + 2px);
    padding: .5rem 1rem;
    font-size: .9rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.6;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.custom-select.is-valid,
.custom-select.is-valid:focus,
.form-control.is-valid,
.form-control.is-valid:focus,
.was-validated .custom-select:valid,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid,
.was-validated .form-control:valid:focus {
    border-color: #28a745
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #34ce57
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label:after,
.was-validated .custom-file-input:valid~.custom-file-label:after {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.6;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.custom-select.is-invalid,
.custom-select.is-invalid:focus,
.form-control.is-invalid,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: #e4606d
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label:after,
.was-validated .custom-file-input:invalid~.custom-file-label:after {
    border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:540px) {
    .form-inline label {
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.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: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.6;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    background-color: #EC6806;
    border-color: #fff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ec6806;
    border-color: #006aa1;
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ec6806;
    border-color: #ec6806;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    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: #007bff;
    border-color: #007bff
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    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: #6c757d;
    border-color: #6c757d
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    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: #dc3545;
    border-color: #dc3545
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    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: #343a40;
    border-color: #343a40
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #1fb6c1;
    background-color: transparent
}

.btn-link:hover {
    color: #224693;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: .9rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.6rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #f9f9f9;
    box-shadow: 0 0 0 1px #f9f9f9
}

.custom-control-input:active~.custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

.custom-control-label:before {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .3rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.35rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.6;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    font-size: 75%
}

.custom-select-lg,
.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.custom-select-lg {
    height: calc(2.35rem + 2px);
    font-size: 125%
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(2.35rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-file-input:focus~.custom-file-label:after {
    border-color: #80bdff
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(2.35rem + 2px);
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.6;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.35rem;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #f9f9f9;
    box-shadow: 0 0 0 1px #f9f9f9
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f9f9f9
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f9f9f9
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-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: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #f9f9f9;
    border-color: #dee2e6 #dee2e6 #f9f9f9
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .58rem;
    padding-bottom: .58rem;
    margin-right: 1rem;
    font-size: .9rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: .9rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:539.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:540px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm,
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md,
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:1024.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1025px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg,
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl,
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (max-width:1669.98px) {

    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1670px) {
    .navbar-expand-xxl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl,
    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-xxl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:540px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck,
    .card-deck .card {
        -webkit-box-direction: normal
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:540px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group>.card:only-child {
        border-radius: .25rem
    }

    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child),
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:540px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .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-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:540px) {
    .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-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !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-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1025px) {
    .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-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !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-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1670px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !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-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.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-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:540px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1025px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1670px) {
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column,
    .flex-xxl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:540px) {
    .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:1025px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width:1670px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-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 {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@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 {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    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: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-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:540px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-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:1025px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-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
    }
}

@media (min-width:1670px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto,
    .mx-xxl-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;
    -o-text-overflow: ellipsis;
    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:540px) {
    .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:1025px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1670px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-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: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #707070 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .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
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        -webkit-box-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
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 1025px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    top: 50%;
    /*width: calc(var(--swiper-navigation-size)/44*27);*/
    height: var(--swiper-navigation-size);
    margin-top: calc(-1*var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.8
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s top;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s left;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s right;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.site-header {
    position: relative;
    z-index: 9;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    /*background-color: #000000;*/
    background: #fff;
}

body.o-hidden {
    overflow: hidden
}

.site-header-topbar {
    position: relative;
    padding: 13px 0 12px
}

@media screen and (max-width:767px) {
    .site-header-topbar {
        padding: 5px 0 6px
    }
}

@media screen and (max-width:767px) {
    .site-header-topbar .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.site-header-topbar .container:after {
    content: "";
    display: table;
    clear: both
}

.site-header-topbar .container>div {
    display: inline-block
}

@media screen and (max-width:539px) {
    .site-header-topbar .container>div {
        width: 100%
    }
}

.site-header-topbar .container .topbar-text {
    float: left;
    color: #bbbcbe;
    line-height: 1.25;
    font-weight: 600
}

@media screen and (max-width:767px) {
    .site-header-topbar .container .topbar-text {
        max-width: 65%
    }
}

.site-header-topbar .container .topbar-text p {
    margin: 0;
    padding: 5px 0 0
}

.site-header-topbar .container .social-links {
    float: right
}

@media screen and (max-width:767px) {
    .site-header-topbar .container .social-links {
        max-width: 35%;
        width: 100%;
        text-align: right
    }

    .site-header-topbar .container .social-links ul {
        display: inline-block
    }
}

.site-header-main {
    position: relative;
    padding: 0;
    -webkit-box-shadow: 4px 4px 20px 0 rgba(48, 69, 147, .2);
    box-shadow: 4px 4px 20px 0 rgba(48, 69, 147, .2)
}

.site-header-main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:1620px) {
    .site-header-main .container {
        padding: 0 35px
    }
}

@media screen and (max-width:1199px) {
    .site-header-main .container {
        padding: 0 15px;
       -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:1199px) {
    .site-header-main .container:after {
        content: "";
        display: table;
        clear: both
    }
}

.site-header-main .header-row {
    padding: 23px 0
}

@media screen and (max-width:1599px) {
    .site-header-main .header-row {
        padding: 20px 0 21px
    }
}

@media screen and (max-width:539px) {
    .site-header-main .header-row {
        padding: 10px 0 11px
    }
}

.site-header-main .header-col {
    float: left;
    /*max-width: 340px;*/
}

.site-header-main .logo-hold {
    max-width: 290px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header-main .event-info {
    display: none;
}

.site-header-main .nav-wrapper {
    background: linear-gradient(90deg, rgb(33 135 154) 20%, rgb(0 106 161) 80%);
}
.nav-wrapper.bg-transparent {
    background: none;
}
.bg-transparent .primary-nav>li>a,
.bg-transparent .primary-nav>li.active>a, 
.bg-transparent .primary-nav>li:focus>a, 
.bg-transparent .primary-nav>li:hover>a{
    color: #006aa1!important;
}

.bg-transparent .primary-nav>li svg,
.bg-transparent .social-links ul li a svg path,
.bg-transparent .social-links ul li a svg rect{
    fill:  #006aa1!important;
}
.bg-transparent .nav-row {
    border-top: 1px solid #006aa1;
}
@media screen and (min-width:1025px) {
    .site-header-main .event-info {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.site-header-main .event-info h3,
.site-header-main .event-info p {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: proxima-nova, sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000
}

.site-header-main .event-info h3 {
    margin: 0
}

.site-header-main .event-info p {
    margin-bottom: 0
}

@media screen and (min-width:1200px) and (max-width:1290px) {
    .site-header-main .event-info p {
        max-width: 360px
    }
}

@media screen and (min-width:1025px) {
    .site-header-main .cta-hold {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto
    }
}

@media screen and (max-width:1199px) {
    .site-header-main .cta-hold {
        margin: 15px 0 0;
        width: 100%
    }
}

.site-header-main .cta-hold .cta-hold-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width:1024px) {
    .site-header-main .cta-hold .cta-hold-inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.site-header-main .cta-hold .cta-hold-inner .btn-primary {
    border-radius: 0px!important;
    /*background-image: linear-gradient(0deg, #b38528, #d3a23f);*/
    background: #EC6806;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 10px 15px;
    text-transform: none;
    font-family: proxima-nova, sans-serif;
    margin: 5px 10px;
    min-height: 27px
}

@media screen and (max-width:1366px) {
    .site-header-main .cta-hold .cta-hold-inner .btn-primary {
        margin: 5px 3px
    }
}

@media screen and (max-width:600px) {
    .site-header-main .cta-hold .cta-hold-inner .btn-primary {
        padding: 4px 8px;
        margin: 5px 10px 5px 0
    }
}

@media screen and (max-width:539px) {
    .site-header-main .cta-hold .cta-hold-inner .btn-primary {
        margin: 5px;
        width: auto
    }
}

.site-header-main .cta-hold .cta-hold-inner .btn-primary:after {
    display: none
}

@media screen and (min-width:1025px) {
    .site-header-main .cta-hold .cta-hold-inner .btn-primary {
        width: auto;
        text-align: center
    }
}

@media screen and (min-width:540px) {
    .site-header-main .cta-hold .cta-hold-inner {
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%
    }
}

.site-header-main .cta-hold .cta-hold-inner a+a {
    margin-top: 10px
}

@media screen and (max-width:1669px) {

    .site-header-main .event-info h3,
    .site-header-main .event-info p {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

@media screen and (max-width:1199px) {
    .site-header-main .event-info {
        padding-top: 12px
    }
}

@media screen and (max-width:1024px) {
    .site-header-main .event-info {
        width: calc(100% - 290px);
        float: right;
        padding-top: 18px
    }

    .site-header-main .cta-hold {
        margin-top: 9px;
        text-align: right
    }
}

@media screen and (max-width:539px) {
    .site-header-main .logo-hold {
        max-width: 170px
    }

    .site-header-main .event-info {
        border-top: 1px solid #3d403e;
        margin-top: 10px
    }

    .site-header-main .event-info h3,
    .site-header-main .event-info p {
        font-size: 16px;
        font-size: 1rem;
        text-align: center
    }

    .site-header-main .cta-hold,
    .site-header-main .event-info {
        width: 100%;
        text-align: center
    }

    .site-header-main .cta-hold-inner,
    .site-header-main .event-info-inner {
        text-align: center
    }
}

.site-header .message, .site-header .message * {
    color: #249a90;
    font-size: 24px;
    font-family: proxima-nova, sans-serif;
}

@media screen and (max-width:1199px) {
    .nav-wrapper {
        position: absolute;
        left: 0;
        max-width: 270px;
        top: 0;
        background-image: linear-gradient(90deg, rgb(33 135 154) 20%, rgb(0 106 161) 80%);
        z-index: 9;
        width: 100%;
        -webkit-transform: translatex(-100%);
        -ms-transform: translatex(-100%);
        transform: translatex(-100%);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        height: 100%;
        min-height: 100vh;
        overflow-y: auto
    }

    .nav-wrapper.open {
        -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0)
    }

    .nav-wrapper .container {
        padding: 0
    }
    
    .site-header .message, .site-header .message * {
        color: #249a90;
        font-size: 18px;
    }
}

.nav-wrapper .primary-nav {
    padding: 8px 0;
    border-top: 1px solid #006AA1
}

.nav-wrapper .primary-nav>li.home-link {
    padding-left: 0
}

.nav-wrapper .primary-nav>li.home-link>a {
    padding: 8px 13px
}

.nav-wrapper .primary-nav>li.home-link>a:after {
    display: none
}

.nav-wrapper .primary-nav>li.active>a:after {
    border-color: #fff
}

.nav-wrapper .primary-nav>li>a:after {
    content: "";
    position: absolute;
    left: auto;
    right: 6px;
    z-index: 11;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 10px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

@media screen and (max-width:1199px) {
    .nav-wrapper .primary-nav>li>a:after {
        display: none
    }
}

.nav-wrapper .primary-nav>li>a:hover:after {
    border-color: #fff
}

.menu-icon {
    display: none;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer
}

@media screen and (max-width:1199px) {
    .menu-icon {
        display: inline-block;
        float: right;
        top: 15px;
        position: absolute;
        right: 15px;
    }
}

.hamburger {
    right: 15px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.hamburger,
.hamburger:after,
.hamburger:before {
    width: 30px;
    height: 2px;
    background: #ec6806;
    position: absolute;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.hamburger:after,
.hamburger:before {
    content: ""
}

.hamburger:before {
    top: -8px
}

.hamburger:after {
    top: 8px
}

.menu-icon.ac .hamburger {
    background: transparent;
    -webkit-box-shadow: 0 2px 5px transparent;
    box-shadow: 0 2px 5px transparent
}

.menu-icon.ac .hamburger:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-icon.ac .hamburger:after {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.supported-by-block-wrap {
    display: block;
    text-align: right
}

.supported-by-block {
    display: block;
    background: #fff;
    padding: 22px 21px 11px;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media screen and (max-width:1599px) {
    .supported-by-block {
        padding: 11px 40px
    }
}

@media screen and (min-width:1025px) {
    .supported-by-block {
        padding: 22px 40px 11px;
        margin-top: -10px
    }
}

.supported-by-block h4 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .supported-by-block {
        display: none
    }
}

.supported-by-block:focus,
.supported-by-block:hover {
    opacity: .85
}

body.scrolled .main-wrapper {
    padding-top: 70px
}

@media screen and (min-width:1025px) {
    body.scrolled .main-wrapper {
        padding-top: 300px
    }
}

body.scrolled .site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-animation: header-reveal .4s ease-out forwards;
    animation: header-reveal .4s ease-out forwards;
    /*background-color: #000000;*/
}

body.scrolled .site-header .site-header-topbar,
body.scrolled .site-header .supported-by-block-wrap {
    display: none
}

/*body.scrolled .site-header .header-col.logo-hold {*/
/*    width: 180px*/
/*}*/

body.scrolled .site-header .header-col.logo-hold img {
    width: 100%
}

body.scrolled .site-header .event-info h3,
body.scrolled .site-header .event-info p {
    font-size: 17px;
    font-size: 1.0625rem
}

body.scrolled .site-header .header-row {
    padding: 10px 0 11px
}

@media screen and (max-width:1024px) {
    body.scrolled .site-header .cta-hold,
    body.scrolled .site-header .event-info,
    body.scrolled .site-header-main .header-col.count-down, 
    body.scrolled .extra-logo {
        display: none
    }
}

@-webkit-keyframes header-reveal {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes header-reveal {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.main-wrapper {
    width: 100%;
    overflow: hidden
}

img {
    max-width: 100%;
    height: auto
}

figure {
    margin: 0
}

body,
html {
    min-height: 100%;
    width: 100%
}

::-moz-selection {
    color: #fff;
    background: #3e6c55
}

::selection {
    color: #fff;
    background: #22948b
}

.bg-dark {
    background: #010203;
    color: #fff
}

.bg-gradient {
    color: #fff;
    background-image: linear-gradient(0deg, #b38528, #d3a23f);
    border-radius: 10px;
    padding: 14px 30px;
    font-size: 18px
}

@media screen and (max-width:768px) {
    .bg-gradient {
        padding: 15px
    }
}

.bg-gradient-reverse {
    color: #fff;
    background: #3e5b8b;
    background: -webkit-gradient(linear, left top, right top, color-stop(11%, #3e5b8b), to(#63a98e));
    background: -o-linear-gradient(left, #3e5b8b 11%, #63a98e 100%);
    background: linear-gradient(90deg, #3e5b8b 11%, #63a98e)
}

.bg-dark-blue {
    background: #224693;
    color: #fff
}

.bg-light-blue {
    background: #1fb6c1;
    color: #fff
}

.bg-orange {
    background: #e9540d;
    color: #fff
}

.bg-silver {
    background: #dcdddf
}

.bg-gold {
    background: #eed70d
}

.bg-blue-medium {
    background: #2752a2;
    color: #fff
}

.bg- .text-uppercase {
    text-transform: uppercase
}

.pb-20 {
    padding-bottom: 20px
}

@media screen and (max-width:539px) {
    .pb-20 {
        padding-bottom: 5px
    }
}

.mt-30 {
    margin-top: 30px
}

.text-blue {
    color: #1fb6c1
}

.text-orange {
    color: #f58222 !important
}

.lifted-block {
    margin-top: -45px
}

@media screen and (max-width:767px) {
    .lifted-block {
        margin-top: -20px
    }
}

ol,
ul {
    padding-left: 20px
}

.align-top {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.popup-video {
    position: relative;
    display: block;
    overflow: hidden
}

.popup-video img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.popup-video:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/play-button.svg) no-repeat;
    background-size: contain;
    z-index: 1
}

@media screen and (min-width:1025px) {
    .popup-video:before {
        width: 60px;
        height: 60px
    }
}

.popup-video:focus img,
.popup-video:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.divide-col .content-left .grid-section section {
    /*padding-top: 25px !important;*/
    padding-bottom: 25px !important
}

body.o-hidden:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1
}

.primary-nav {
    padding: 0;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:1199px) {
    .primary-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.primary-nav>li>a {
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 10px 20px;
    position: relative
}

.primary-nav>li>a:active,
.primary-nav>li>a:focus,
.primary-nav>li>a:hover {
    text-decoration: none
}

.primary-nav>li.icon-link>a {
    text-indent: -9999px
}

@media screen and (min-width:1025px) {
    .primary-nav>li {
        display: inline-block;
        float: left;
        position: relative
    }
}

@media screen and (min-width:1025px) and (max-width:1199px) {
    .primary-nav>li {
        position: static
    }
}

@media screen and (min-width:1025px) {

    .primary-nav>li.active>a,
    .primary-nav>li:focus>a,
    .primary-nav>li:hover>a {
        background-color: #2bbaae;
        color: #fff
    }
}

@media screen and (min-width:1025px) and (max-width:1199px) {

    .primary-nav>li.active>a,
    .primary-nav>li:focus>a,
    .primary-nav>li:hover>a {
        background-color: inherit;
        color: inherit
    }
}

@media screen and (min-width:1025px) {

    .primary-nav>li.active>.sub-menu,
    .primary-nav>li:hover>.sub-menu {
        opacity: 1;
        visibility: visible
    }

    .primary-nav>li>a {
        min-height: 33px;
        padding: 8px 23px 8px 13px;
        display: inline-block;
        float: left
    }

    .primary-nav>li>a:active,
    .primary-nav>li>a:focus,
    .primary-nav>li>a:hover {
        background-color: #2bbaae;
        color: #fff;
        text-decoration: none
    }

    .primary-nav>li:nth-child(n+7) .sub-menu {
        left: auto;
        right: 0
    }
}

@media screen and (min-width:1025px) and (max-width:1199px) {
    .primary-nav>li:nth-child(n+7) .sub-menu {
        right: 0
    }
}

@media screen and (max-width:1199px) {
    .primary-nav>li {
        border-bottom: 1px solid #183c89
    }

    .primary-nav>li,
    .primary-nav>li>a {
        display: block;
        width: 100%
    }
}

@media screen and (max-width:1199px) {
    .primary-nav li:after {
        content: "";
        display: table;
        clear: both
    }

    .primary-nav li>a {
        width: calc(100% - 50px);
        float: left;
        color: #fff
    }

    .primary-nav .menu-arrow {
        width: 40px;
        background: url(../images/arrow-right-big.png);
        background-repeat: no-repeat;
        background-size: 7px;
        background-position: 50%;
        height: 100%;
        float: right;
        cursor: pointer
    }
}

.icon-home {
    width: 20px;
    height: 20px;
    background: url(../images/icon-home.png) no-repeat;
    display: block
}

.sub-menu {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 20px
}

@media screen and (min-width:1025px) {
    .sub-menu {
        opacity: 0;
        visibility: hidden;
        z-index: 5;
        position: absolute;
        min-width: 400px;
        left: 0;
        top: 100%;
        background: #006AA1;
    }
}

@media screen and (max-width:1199px) {
    .sub-menu {
        left: 0;
        right: 0
    }
}

.sub-menu,
.sub-menu ul {
    padding: 20px 10px;
    margin: 0
}

.sub-menu li,
.sub-menu ul li {
    list-style: none
}

.sub-menu li a,
.sub-menu ul li a {
    padding: 10px 20px;
    color: #fff
}

.sub-menu li a:hover,
.sub-menu ul li a:hover {
    text-decoration: none;
    color: #1fb6c1
}

@media screen and (min-width:1025px) {

    .sub-menu,
    .sub-menu ul {
        min-width: 400px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width:1025px) and (max-width:1199px) {

    .sub-menu,
    .sub-menu ul {
        display: block;
        min-width: auto
    }
}

@media screen and (min-width:1025px) {

    .sub-menu li,
    .sub-menu ul li {
        width: 100%;
        padding-bottom: 8px
    }

    .sub-menu li a,
    .sub-menu ul li a {
        display: block;
        width: 100%;
        line-height: 1.2;
        padding: 3px 20px
    }
}

.sub-menu .menu-toggle-back {
    display: none
}

@media screen and (max-width:1199px) {

    .sub-menu,
    .sub-menu ul {
        position: absolute;
        width: 100%;
        right: 0;
        top: 0;
        height: 100vh;
        background: #006AA1;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        padding: 0
    }

    .sub-menu li,
    .sub-menu ul li {
        width: 100%;
        border-bottom: 1px solid #fff
    }

    .sub-menu li a,
    .sub-menu ul li a {
        display: block;
        color: #fff;
    }

    .sub-menu li a:focus,
    .sub-menu li a:hover,
    .sub-menu ul li a:focus,
    .sub-menu ul li a:hover {
        text-decoration: none;
        color: #fff
    }

    .sub-menu.open,
    .sub-menu ul.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        z-index: 9
    }

    .sub-menu .menu-toggle-back {
        display: block;
        background: #006AA1;
    }

    .sub-menu .menu-toggle-back a,
    .sub-menu .menu-toggle-back span {
        width: 100%;
        display: block;
        font-weight: 600;
        line-height: 1.45;
        padding: 15px 20px 11px
    }

    .sub-menu .menu-toggle-back a:active,
    .sub-menu .menu-toggle-back a:focus,
    .sub-menu .menu-toggle-back a:hover,
    .sub-menu .menu-toggle-back span:active,
    .sub-menu .menu-toggle-back span:focus,
    .sub-menu .menu-toggle-back span:hover {
        text-decoration: none
    }

    .sub-menu .menu-toggle-back * {
        color: #fff
    }

    .sub-menu .menu-toggle-back .icon-arrow {
        width: 15px;
        height: 18px;
        background: url(../images/arrow-right-big.png);
        background-repeat: no-repeat;
        background-size: 5px;
        background-position: 50%;
        display: inline-block;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        float: left;
        margin-right: 5px
    }
}

.image-left {
    float: left;
    display: inline-block;
    margin: 5px 15px 10px 0
}

.image-right {
    float: right;
    display: inline-block;
    margin: 5px 0 5px 15px
}

.image-center {
    display: block;
    text-align: center
}

.image-center img {
    margin: 5px 10px
}

@media screen and (max-width:767px) {
    .image-center img {
        width: 80%
    }
}

.tablewithborder,
.tablewithheading_border {
    border: 1px solid;
    margin-bottom: 20px !important
}

table.tablewithborder td,
table.tablewithborder tr {
    border: 1px solid !important
}

table.tablewithheading_border td,
table.tablewithheading_border th,
table.tablewithheading_border tr {
    border: 1px solid !important;
    padding: 5px
}

table.tablewithheading_border th {
    background-color: #b8b8b8;
    text-align: center
}

td {
    padding: 10px
}

table.tablewithheading_border tbody tr:first-child td {
    font-weight: 400;
    background-color: #f4394f;
    color: #fff;
    border: 1px solid #000 !important
}

table.tablewithheading_border tbody tr:first-child td h1,
table.tablewithheading_border tbody tr:first-child td h2,
table.tablewithheading_border tbody tr:first-child td h3,
table.tablewithheading_border tbody tr:first-child td h4,
table.tablewithheading_border tbody tr:first-child td h5 {
    margin: 0 !important;
    color: #fff !important;
    padding: 3px 0
}

table {
    table-layout: fixed !important;
    width: 100% !important;
    min-width: 280px
}

table td {
    width: auto !important
}

@media (max-width:767px) {

    table td,
    table td p,
    table th,
    table th p {
        font-size: 12px !important;
        line-height: 1.2
    }
}

@media (max-width:1025px) {

    table td,
    table td p,
    table th,
    table th p {
        font-size: 14px !important
    }
}

table tr>td>a,
table tr>td>a:hover {
    text-decoration: underline
}

.site-footer {
    position: relative;
    display: block;
    background-image: linear-gradient(90deg, rgb(33 135 154) 20%, rgb(0 106 161) 80%);
}

.footer-top {
    position: relative;
    padding: 35px 0 16px
}

.footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px
}

@media screen and (max-width:1024px) {
    .footer-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer-column-inner {
    margin: 0 -15px
}

.contact-block {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-family: proxima-nova, sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: left;
    color: #fff
}

.contact-block+.contact-block {
    padding-bottom: 18px
}

@media screen and (min-width:1025px) {
    .contact-block {
        width: 50%
    }
}

@media only screen and (min-width:540px) and (max-width:1024px) {
    .contact-block {
        width: 50%
    }
}

.contact-block a {
    display: block;
    font-family: proxima-nova, sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: left;
    color: #fff
}

@media screen and (max-width:538px) {
    .contact-block {
        width: 100%;
        padding-bottom: 27px
    }
}

.footer-column {
    float: left;
    min-width: 20%;
    padding: 0 15px
}

@media screen and (min-width:1670px) {
    .footer-column {
        max-width: 205px;
        width: 100%
    }

    .footer-column:nth-child(2) {
        max-width: 726px
    }

    .footer-column:nth-child(3) {
        max-width: 282px
    }
}

@media screen and (min-width:1670px) and (min-width:1738px) {
    .footer-column:nth-child(3) {
        padding-right: 0;
        margin-right: -12px
    }
}

@media screen and (min-width:1670px) {
    .footer-column:nth-child(3) h5 {
        text-align: center
    }
}

@media screen and (max-width:1024px) {
    .footer-column {
        margin-bottom: 20px;
        max-width: 100%
    }

    .footer-column:nth-child(2) .footer-column-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-column:nth-child(3) {
        width: 100%;
        margin: 0
    }

    .footer-column:nth-child(3) h5 {
        text-align: center
    }
}

@media screen and (max-width:539px) {
    .footer-column {
        width: 100%
    }
}

.footer-column a {
    word-break: break-word;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer-column a:active,
.footer-column a:focus,
.footer-column a:hover {
    text-decoration: none;
    color: #1fb6c1
}

.footer-column * {
    color: #fff
}

.footer-column h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: proxima-nova, sans-serif;
    font-size: 21.4px;
    font-size: 1.3375rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff
}

.footer-column ul {
    margin-left: 0;
    padding: 0
}

.footer-column ul li {
    list-style: none;
    margin-bottom: 5px
}

.footer-column ul li a {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #fff
}

.footer-column h5 .icon {
    max-width: 18px;
    display: block;
    float: left;
    margin: -3px 9px 0 0
}

.footer-column .social-links {
    padding-top: 5px;
    margin-bottom: 20px
}

@media screen and (max-width:1024px) {
    .footer-column .social-links {
        margin-bottom: 13px
    }
}

.footer-column .social-links .icon {
    width: 30px;
    height: 30px
}

@media screen and (max-width:1024px) {
    .footer-column .social-links .icon {
        width: 20px;
        height: 20px
    }
}

.footer-column .social-links ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-column .social-links ul,
.footer-column .social-links ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-column .social-links ul li {
    width: 38.1px;
    height: 38.1px;
    border-radius: 19px;
    border: 1px solid #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.footer-column .social-links ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: normal
}

.footer-column .social-links li:not(:last-child) {
    margin-right: 15px
}

.footer-bottom {
    padding: 19px 0 15px
}

.footer-bottom p {
    margin: 0;
    font-size: 20px;
    font-size: 1.25rem
}

.calender-wrap {
    clear: both;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calender-wrap a {
    display: inline-block
}

.arrowed-links li {
    padding-left: 20px;
    position: relative;
    padding-bottom: 3px
}

.arrowed-links li:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 20px;
    background: url(../images/arrow-right-big.png);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: 50%;
    left: 0;
    top: calc(50% - 13px)
}

.arrowed-links li:after,
a.add-to-calender {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

a.add-to-calender {
    background: #f58222;
    border-radius: 15px;
    padding: 8px 15px 3px;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff
}

a.add-to-calender:focus,
a.add-to-calender:hover {
    color: #fff;
    background: #224693
}

.umb-grid .boxed-content+div {
    margin-top: 30px
}

.contents-two-columns .contents-left .grid-section .container {
    padding: 10px 0
}

.grid-section>div>div {
    padding: 30px 0 !important
}

@media screen and (max-width:767px) {
    .grid-section>div>div {
        padding: 5px 0 !important
    }
}

.grid-section {
    font-size: 16px;
    font-size: 1rem
}

.grid-section .column ol,
.grid-section .column ul {
    padding-left: 0
}

.grid-section .column ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    padding-bottom: 10px
}

.grid-section .column ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f58222;
    left: 0;
    top: 7px
}

.divide-col .content-left .grid-section section.fisrt-section {
    padding-top: 0 !important;
    margin-top: 15px !important
}

#footer {
    /*background: url(../images/connectbg1.svg) no-repeat;*/
    background-size: cover;
    background-position: 0 -100px;
    background-color: #5c6f7c
}

.leftbox {
    float: left;
    padding-top: 7px
}

.rightbox {
    float: right;
    text-align: right
}

.resetl {
    padding-left: 0
}

.resetr {
    padding-right: 0;
    text-align: right
}

#overlay {
    background-color: rgba(92, 111, 124, .5)
}

#footer a {
    color: #fff !important;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

div#footer>.container {
    width: 1200px !important
}

#footer a:focus,
#footer a:hover {
    color: #cdde31 !important;
    text-decoration: underline
}

hr.style1 {
    border-top: 2px solid #fff;
    margin-top: 8px !important;
    margin-bottom: 8px !important
}

.dmglogo {
    margin-bottom: 10px
}

.dmgfooter {
    width: 100%;
    display: table;
    overflow: hidden;
    background-color: #000;
    z-index: 100;
    left: 4px;
    font-size: 12px !important;
    top: -1px;
    color: #fff
}

.dmgfooter table {
    width: 120px !important;
    min-width: 100px
}

.dmgfooter table td {
    padding: 0 2px
}

#footer .blurp {
    font-size: 13px;
    font-weight: 300;
    float: none;
    margin: 0 auto
}

#box {
    width: 90% !important;
    padding-left: 30px;
    padding-right: 30px
}

#footer h3 {
    font-size: 22px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000
}

@media only screen and (max-width:1600px) {
    #footer {
        background: #5c6f7c !important
    }
    .two-col-wrap-inner .heading h2 {
        margin-bottom: 16px!important;
    }
}

@media only screen and (max-width:1200px) {
    div#footer>.container {
        width: 100% !important
    }
}

@media only screen and (max-width:768px) {
    .leftbox {
        margin-bottom: 20px
    }

    .leftbox,
    .rightbox {
        clear: both;
        width: 100% !important
    }

    .rightbox {
        margin-bottom: 10px
    }

    .resetr {
        text-align: center !important
    }
}

@media only screen and (max-width:480px) {
    .leftbox {
        width: 100% !important;
        margin-bottom: 20px
    }

    #overlay {
        background-color: rgba(74, 89, 99, .5)
    }

    .overlaymob {
        background-color: rgba(74, 88, 98, .5);
        padding: 10px
    }

    .menu2 {
        padding: 10px 0
    }

    .menu2,
    .rightbox {
        width: 100% !important;
        clear: both
    }

    .rightbox {
        margin-bottom: 10px
    }

    #footer {
        background: url(../images/connectbg1.svg) no-repeat;
        background-position: -50px 150px;
        background-color: #5c6f7c
    }

    .blurp {
        margin-top: 0 !important
    }

    .resetr {
        text-align: center !important
    }
}

@media only screen and (max-width:320px) {
    .leftbox {
        width: 100% !important;
        margin-bottom: 20px
    }

    #overlay {
        background-color: rgba(0, 0, 0, .1)
    }

    .overlaymob {
        background-color: rgba(0, 0, 0, .8);
        padding: 10px
    }

    .rightbox {
        clear: both;
        width: 100% !important;
        padding: 10px 0;
        margin-bottom: 10px
    }

    #footer {
        background: url(../images/connectbg1.svg) no-repeat;
        background-position: -50px 150px;
        background-color: #5c6f7c
    }

    .blurp {
        margin-top: 0 !important
    }

    .resetr {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .col-md-3 {
        float: left;
        width: 25%
    }

    .col-md-6 {
        float: left;
        width: 50%
    }
}

@media (min-width:576px) {
    .col-sm-7 {
        float: left;
        width: 58.33333%
    }
}

div#footer .row {
    display: block
}

div#overlay-inner:after {
    content: "";
    display: table;
    clear: both
}

div#overlay-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:480px) {
    #overlay {
        background-color: rgba(92, 111, 124, .5)
    }

    .overlaymob {
        background-color: transparent
    }
}

@media only screen and (max-width:320px) {
    #overlay {
        background-color: rgba(92, 111, 124, .5)
    }

    .overlaymob {
        background-color: transparent
    }
}

.slider-bg {
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    background-size: cover !important
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-container .arrows-hold {
    position: absolute;
    bottom: 125px;
    z-index: 2;
    left: 0;
    right: 0;
    z-index: 4;
    padding-bottom: 10px
}

@media screen and (max-width:767px) {
    .swiper-container .arrows-hold {
        bottom: 40px
    }
}

.swiper-container .arrows-hold-inner {
    float: right
}

.swiper-container .arrows-hold-inner .swiper-button-next,
.swiper-container .arrows-hold-inner .swiper-button-prev {
    float: right;
    width: 40px;
    height: 40px;
    background: #224693;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.swiper-container .arrows-hold-inner .swiper-button-next:after,
.swiper-container .arrows-hold-inner .swiper-button-prev:after {
    font-size: 0;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/arrow-right-big.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 50%
}

.swiper-container .arrows-hold-inner .swiper-button-next:active,
.swiper-container .arrows-hold-inner .swiper-button-next:focus,
.swiper-container .arrows-hold-inner .swiper-button-next:hover,
.swiper-container .arrows-hold-inner .swiper-button-prev:active,
.swiper-container .arrows-hold-inner .swiper-button-prev:focus,
.swiper-container .arrows-hold-inner .swiper-button-prev:hover {
    border: 0;
    outline: 0;
    background: #18326a
}

@media screen and (max-width:767px) {

    .swiper-container .arrows-hold-inner .swiper-button-next,
    .swiper-container .arrows-hold-inner .swiper-button-prev {
        width: 30px;
        height: 30px
    }

    .swiper-container .arrows-hold-inner .swiper-button-next:after,
    .swiper-container .arrows-hold-inner .swiper-button-prev:after {
        width: 20px;
        height: 20px;
        background-size: 6px
    }
}

.swiper-container .arrows-hold-inner .swiper-button-prev {
    margin-right: 4px
}

.swiper-container .arrows-hold-inner .swiper-button-prev:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f2f2f2;
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.swiper-slide .container {
    z-index: 1;
    position: relative
}

.hero-slider .swiper-slide {
    min-height: calc(100vh - 235px);
    padding: 50px 0 100px 0px;
}

@media screen and (max-width:1365px) {
    .hero-slider .swiper-slide {
        min-height: 360px
    }
}

@media screen and (max-width:767px) {
    .hero-slider .swiper-slide {
        padding-bottom: 50px;
        min-height: auto;
        height: 100%
    }
}

@media screen and (max-width:539px) {
    .hero-slider .swiper-slide {
        min-height: auto;
        padding-top: 12px;
        padding-bottom: 15px
    }
}

@media screen and (min-width:1280px) {
    .hero-slider .swiper-slide {
        min-height: calc(100vh - 349px)
    }
}

.hero-slider .swiper-pagination {
    bottom: 50px
}

@media screen and (max-width:767px) {
    .hero-slider .swiper-pagination {
        bottom: 10px
    }
}

.hero-slider .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1
}

.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 46px;
    height: 16px;
    border-radius: 10px
}

.slider-contents {
    text-align: left;
    padding-bottom: 30px
}

@media screen and (max-width:539px) {
    .slider-contents {
        padding-bottom: 10px;
        padding-top: 10px
    }
}

.slider-contents * {
    color: #fff
}

.slider-contents h2 {
    font-size: 70px;
    font-size: 4.375rem;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, .31);
    font-family: proxima-nova, sans-serif;
    font-size: 58px;
    font-weight: 400;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 35px
}

@media screen and (max-width:1365px) {
    .slider-contents h2 {
        font-size: 30px;
        font-size: 1.875rem;
        margin-bottom: 30px
    }
}

@media screen and (max-width:767px) {
    .slider-contents h2 {
        font-size: 25px
    }
}

.slider-contents h2+a {
    margin-top: 40px
}

@media screen and (max-width:1365px) {
    .slider-contents h2+a {
        margin-top: 5px
    }
}

@media screen and (max-width:767px) {
    .slider-contents h2+a {
        margin-top: 10px
    }
}

.slider-contents p {
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 62px
}

@media screen and (max-width:1365px) {
    .slider-contents p {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 30px
    }
}

.slider-contents .btn-primary {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    margin-right: 12px
}

@media screen and (max-width:539px) {
    .slider-contents .btn-primary {
        margin-right: 0
    }
}

.slider-bg {
    z-index: 0
}

.slider-bg,
.slider-bg:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.slider-bg:after {
    content: "";
    background: rgba(0, 0, 0, .4)
}

video#myVideo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    height: 100%
}

@media screen and (max-width:1620px) {
    .hero-slider .swiper-slide .container {
        padding: 0 35px
    }
}

@media screen and (max-width:1199px) {
    .hero-slider .swiper-slide .container {
        padding: 0 15px
    }
}

.boxed {
    -webkit-box-shadow: 4px 4px 20px 0 rgba(48, 69, 147, .2);
    box-shadow: 4px 4px 20px 0 rgba(48, 69, 147, .2)
}

.counter-wrap {
    position: relative;
    z-index: 1
}

@media screen and (max-width:767px) {
    .counter-wrap.lifted-block {
        margin: 20px 0
    }
}

.counter-wrap-inner {
    position: relative;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 25px 0;
    overflow: hidden;
    border-radius: 20px;
    background-color: #fff;
    margin: auto
}

@media screen and (max-width:1620px) {
    .counter-wrap-inner {
        margin: 0 20px
    }
}

@media screen and (max-width:1199px) {
    .counter-wrap-inner {
        margin: 0
    }
}

@media screen and (max-width:767px) {
    .counter-wrap-inner {
        padding: 20px 0
    }
}

@media screen and (min-width:768px) {
    .counter-wrap .swiper-wrapper {
        /*-ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center*/
    }
}

@media screen and (max-width:1280px) {
    .counter-wrap .swiper-wrapper {
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

@media screen and (min-width:768px) {
    .counter-wrap .counter-single {
        width: 33.33333%
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .counter-wrap .counter-single:nth-child(4):before {
        display: none
    }
}

@media screen and (min-width:1025px) {
    .counter-wrap .counter-single {
        width: 14.28571%
    }
}

@media screen and (min-width:768px) {
    .counter-wrap .counter-single+.counter-single:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: 13px;
        background: #224693;
        width: 1px;
        opacity: .5;
        height: 72px
    }
}

@media screen and (max-width:1280px) {
    .counter-wrap .counter-single:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: 13px;
        background: #224693;
        width: 1px;
        opacity: .5;
        height: 72px;
        display: block !important
    }
}

@media screen and (max-width:767px) {
    .counter-wrap .counter-single:before {
        display: none !important
    }
}

.counter-single {
    width: 100%;
    text-align: center;
    padding: 10px;
    position: relative;
    display: block;
    background: #fff;
    min-height: auto
}

@media screen and (max-width:1199px) {
    .counter-single {
        padding: 12px
    }
}

@media screen and (max-width:767px) {
    .counter-single {
        text-align: center;
        padding: 0 12px
    }
}

.counter-single h3 {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.16;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 8px
}

@media screen and (max-width:1440px) {
    .counter-single h3 {
        font-size: 2rem
    }
}

.counter-single p {
    font-family: proxima-nova, sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    padding-bottom: 0;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #249b91;
    max-width: 175px;
    margin: 0 auto
}

@media screen and (max-width:1199px) {
    .counter-single p {
        font-size: 14px;
        font-size: .875rem
    }
}

@media screen and (max-width:1280px) {
    .counter-single p {
        max-width: 100%
    }
}

.bg-white,
body {
    background-color: #fff
}

.bg-grey {
    background-color: #f5f6fa;
    position: relative
}

.page-wrapper {
    max-width: 1920px;
    margin: auto
}

.divide-col {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 15px
}

@media screen and (max-width:1199px) {
    .divide-col {
        display: block
    }
}

.divide-col .container {
    padding: 0
}

/*@media screen and (max-width:1620px) {*/
/*    .divide-col .container {*/
/*        padding-left: 20px*/
/*    }*/
/*}*/

@media screen and (max-width:1199px) {
    .divide-col .container {
        padding: 0
    }
}

.divide-col .bg-grey:not(.speaker-wrap) {
    padding-left: 30px;
    padding-right: 30px
}

@media screen and (max-width:768px) {
    .divide-col .bg-grey:not(.speaker-wrap) {
        padding-left: 15px;
        padding-right: 15px
    }
}

.content-left {
    width: calc(100% - 386px)
}

@media screen and (max-width:1199px) {
    .content-left {
        width: 100%
    }
}

.swiper-slide {
    background-color: #fff
}

.heading h2 {
    font-family: proxima-nova, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #555555;
    margin-bottom: 23px;
    position: relative;
    text-transform: uppercase;
}

.heading h2:after {
    position: absolute;
    content: "";
    width: 148px;
    height: 5px;
    border-radius: 35px;
    background-color: #d6daeb;
    left: 0;
    bottom: -25px
}

.heading h2:before {
    position: absolute;
    content: "";
    width: 11.3px;
    height: 11.3px;
    background: #249b91;
    border-radius: 50%;
    bottom: -28px;
    left: 18px;
    z-index: 1
}

.heading.white-colored h2 {
    color: #fff
}

.heading span {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000
}

.bg-grey .heading h2 {
    color: #000000;
}

.center-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 70px;
}

@media screen and (max-width:1024px) {
    .center-btn {
        max-width: 80px
    }
}

.gallery-wrap {
    background-color: #f5f6fa;
    padding: 32px 15px 0;
    margin-top: 25px
}

@media screen and (max-width:1199px) {
    .gallery-wrap {
        padding: 40px 0
    }
}

.gallery-wrap .heading {
    margin-left: 15px
}

.gallery-wrap .gallery-wrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    max-width: 1404px;
    margin: 0 auto;
    padding: 17px 0 33px
}

.gallery-wrap .swiper-container-initialized .gallery-wrap-inner {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

@media screen and (max-width:1199px) {
    .gallery-wrap .gallery-wrap-inner {
        padding: 20px 0 0
    }
}

.gallery-wrap .gallery-single {
    position: relative;
    border-radius: 10px;
    width: calc(50% - 30px);
    margin: 0 15px 30px;
    flex-wrap: wrap;
    background-color: transparent;
    justify-content: flex-start;
}

.gallery-wrap .swiper-container-initialized .gallery-wrap-inner .gallery-single {
    margin: 0;
}

@media screen and (max-width:574px) {
    .gallery-wrap .gallery-single {
        width: calc(100% - 30px)
    }
}

@media screen and (max-width:1024px) {
    .gallery-wrap .gallery-single {
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
}

.gallery-wrap .gallery-single img {
    width: 100%
}

.gallery-wrap .gallery-single a {
    position: relative;
    -webkit-box-shadow: 4px 10px 20px 0 rgba(0, 0, 0, .3);
    box-shadow: 4px 10px 20px 0 rgba(0, 0, 0, .3);
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    width: 100%
}

.gallery-wrap .gallery-single a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .5
}

.gallery-wrap .gallery-single h3 {
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff
}

@media screen and (max-width:1024px) {
    .gallery-wrap .gallery-single h3 {
        text-align: center
    }
}

.testimonial-wrap {
    padding-bottom: 28px;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.testimonial-wrap .container {
    padding-left: 0
}

.testimonial-list {
    padding: 20px 30px 40px
}

@media screen and (max-width:1199px) {
    .testimonial-list {
        padding: 40px 15px
    }
}

.testimonial-list .swiper-pagination {
    bottom: 0
}

.testimonial-list .swiper-pagination .swiper-pagination-bullet {
    width: 14.9px;
    height: 14.9px;
    background-color: #333
}

.testimonial-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 44.7px;
    height: 14.9px;
    background-color: #8c8c8c;
    border-radius: 10px;
    opacity: 1
}

.testimonial-single,
.testimonial-wrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.testimonial-single {
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 15px 15px 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 15px 15px 10px 0 rgba(0, 0, 0, .05);
    margin: 0 0 25px;
    width: calc(33.33333% - 51px);
    padding: 30px 17px 19px;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto
}

@media screen and (max-width:1199px) {
    .testimonial-single {
        padding: 30px 17px 15px
    }
}

.testimonial-single .image {
    width: 124.9px;
    height: 124.9px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto auto 37px
}

@media screen and (max-width:1199px) {
    .testimonial-single .image {
        margin-bottom: 20px
    }
}

.testimonial-single .content p {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 40px
}

@media screen and (max-width:1199px) {
    .testimonial-single .content p {
        margin-bottom: 30px
    }
}

.testimonial-single .testimonial-footer h5 {
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin: 0
}

.testimonial-single .testimonial-footer p {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #249b91;
}

.two-col-wrap {
    padding: 13px 0 28px
}

@media screen and (max-width:1024px) {
    .two-col-wrap {
        padding: 13px 0 28px
    }
}

.two-col-wrap img {
    width: 100%
}

@media screen and (max-width:1024px) {
    .two-col-wrap img {
        margin: auto;
        display: block
    }
}

.two-col-wrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width:1525px) {

    .two-col-wrap-inner .cta-hold-inner,
    .two-col-wrap-inner .cta-hold-inner a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .two-col-wrap-inner .cta-hold-inner a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width:1200px) {
    .two-col-wrap-inner {
        margin-right: 50px
    }
    body#pageId-2389 .three-col-exhibit {
    margin-right: 15px;
}
}

/*.two-col-wrap-inner .heading {*/
/*    padding-top: 27px*/
/*}*/

@media screen and (min-width:1200px) {
    .two-col-wrap-inner .heading {
        margin-right: 20px
    }
}

@media screen and (max-width:1024px) {
    .two-col-wrap-inner .heading {
        padding: 0
    }
}

.two-col-wrap-inner .heading h2 {
    margin-bottom: 30px
}

.two-col-wrap-inner .left-side {
    width: 50%;
    padding-right: 15px;
    min-height: 350px;
}

.two-col-wrap.leftimageClass .two-col-wrap-inner p {
    direction: ltr;
}

.two-col-wrap.leftimageClass .heading h2 {
    direction: ltr;
}

.two-col-wrap.leftimageClass .left-side ul {
    direction: ltr;
    max-width: 90%;
}

@media screen and (max-width:1024px) {
    .two-col-wrap-inner .left-side {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0
    }
}

.two-col-wrap-inner .right-side {
    width: 50%;
    margin-top: 100px;
    margin-bottom: 108px;
}

.two-col-wrap-inner .right-side.video-side a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:1024px) {
    .two-col-wrap-inner .right-side {
        width: 100%;
        padding-right: 0
    }
}

.two-col-wrap-inner p {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    max-width: 90%;
    margin-bottom: 24px
}

.two-col-wrap-inner .cta-hold {
    margin-top: 27px
}

@media screen and (min-width:1200px) {
    .two-col-wrap-inner .cta-hold {
        margin-right: 30px
    }
}

.two-col-wrap-inner .cta-hold .btn-primary {
    padding: 15px 35px;
    min-width: 241px;
    border: 2px solid #ec6806;
    margin-right: 10px
}

.speaker-wrap {
    padding: 30px 0 23px;
    /*margin-top: 25px;*/
    /*margin-bottom: 25px*/
}

/*.speaker-wrap .heading {*/
/*    padding: 0 30px*/
/*}*/

@media screen and (max-width:768px) {
    .speaker-wrap .heading {
        padding: 0 15px
    }
}

.speaker-wrap .speakers-list {
    padding-top: 26px;
    padding-bottom: 71px;
    width: 100%
}

@media screen and (max-width:1199px) {
    .speaker-wrap .speakers-list {
        padding-top: 20px;
        padding-bottom: 65px
    }
}

.speaker-wrap .speaker-single {
    width: 25%;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

@media screen and (max-width:1199px) {

    .speaker-wrap .speaker-single a,
    .speaker-wrap .speaker-single a img {
        width: 100%
    }
}

.speaker-wrap .speaker-single:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -1px;
    right: 0;
    background: hsla(0, 0%, 100%, .37);
    background: -webkit-gradient(left top, left bottom, color-stop(0, hsla(0, 0%, 100%, .37)), color-stop(1%, hsla(0, 0%, 100%, .38)), color-stop(37%, rgba(0, 0, 0, .6)), color-stop(100%, #000));
    background: -o-linear-gradient(top, hsla(0, 0%, 100%, .37) 0, hsla(0, 0%, 100%, .38) 1%, rgba(0, 0, 0, .6) 37%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .37)), color-stop(1%, hsla(0, 0%, 100%, .38)), color-stop(37%, rgba(0, 0, 0, .6)), to(#000));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .37) 0, hsla(0, 0%, 100%, .38) 1%, rgba(0, 0, 0, .6) 37%, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
    opacity: .7
}

.speaker-wrap .speaker-single:after,
.speaker-wrap .speaker-single:hover,
.speaker-wrap .speaker-single:hover:after {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.speaker-wrap .speaker-single:hover:after {
    background: #249b91;
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 114, 120, 0)), color-stop(100%, #249b91));
    background: -o-linear-gradient(top, rgba(0, 114, 120, 0) 0, #249b91 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 114, 120, 0)), to(#249b91));
    background: linear-gradient(180deg, rgba(0, 114, 120, 0) 0, #249b91);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#249b91", endColorstr="#bb8b2a", GradientType=0);
    opacity: 1
}

.speaker-wrap .speaker-single .speaker-content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding: 0 15px 15px;
    min-height: 90px
}

.speaker-wrap .speaker-single .speaker-content h5 {
    font-family: proxima-nova, sans-serif;
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 10px
}

.speaker-wrap .speaker-single .speaker-content p {
    font-family: proxima-nova, sans-serif;
    font-size: 15.9px;
    font-size: .99375rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 0
}

.speaker-wrap .swiper-pagination-bullet {
    width: 14.9px;
    height: 14.9px;
    background-color: #333;
    opacity: 1
}

.speaker-wrap .swiper-pagination-bullet-active {
    width: 44.7px;
    height: 14.9px;
    background-color: #909090;
    border-radius: 10px
}

.sponsor-logo-wrap .swiper-slide img {
    max-width: 190px;
    max-height: 120px;
}

.sponsors-wrap {
    -webkit-box-shadow: 4px 4px 20px 0 rgba(48, 69, 143, .2);
    box-shadow: 4px 4px 20px 0 rgba(48, 69, 143, .2);
    background-color: #fff;
    width: 386px;
    border-radius: 10px;
    text-align: center;
    margin-top: 15px;
    z-index: 2
}

@media screen and (max-width:1580px) {
    .sponsors-wrap {
        width: 363px
    }
}

@media screen and (max-width:1199px) {
    .sponsors-wrap {
        width: 100%;
        margin-bottom: 35px
    }

    .sponsors-wrap .sponsors-wrap-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.sponsors-wrap .sponsor-head h6 {
    font-family: proxima-nova, sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000
}

.sponsors-wrap .sponsor-head h6 span {
    display: block
}

.sponsors-wrap .sponsor-single {
    padding: 10px;
    position: relative
}

@media screen and (max-width:1199px) {
    .sponsors-wrap .sponsor-single {
        width: 25%
    }
}

@media screen and (max-width:767px) {
    .sponsors-wrap .sponsor-single {
        width: 50%
    }
}

@media screen and (max-width:479px) {
    .sponsors-wrap .sponsor-single {
        width: 100%
    }
}

.sponsors-wrap .sponsor-single:after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 78%;
    background-color: #ededed;
    bottom: 0
}

.sponsors-wrap .sponsor-single:last-child:after {
    display: none
}

@media screen and (max-width:1199px) {
    .sponsors-wrap .sponsor-logo-wrap {
        height: auto
    }
}

.events-wrap {
    padding: 28px 0 10px
}

@media screen and (min-width:1200px) {
    .events-wrap {
        margin-right: 50px
    }
}

.events-wrap .events-wrap-inner {
    margin: 0 -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1px
}

@media screen and (max-width:1199px) {
    .events-wrap .events-wrap-inner {
        margin: 0 -10px
    }
}

.events-wrap .events-single {
    border-radius: 10px;
    overflow: hidden;
    width: calc(33.33333% - 50px);
    margin: 25px;
    position: relative
}

@media screen and (max-width:1024px) {
    .events-wrap .events-single {
        background-color: rgb(22 125 156);
    }
}

.events-wrap .events-single .image {
    position: relative
}

.events-wrap .events-single .image:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    background: -webkit-gradient(left top, left bottom, color-stop(0, transparent), color-stop(100%, #000));
    background: -o-linear-gradient(top, transparent 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(#000));
    background: -o-linear-gradient(top, transparent 0, #000);
    background: linear-gradient(180deg, transparent, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
    opacity: .8
}

@media screen and (max-width:1199px) {
    .events-wrap .events-single {
        width: calc(33.33333% - 20px);
        margin: 10px
    }
}

@media screen and (max-width:870px) {
    .events-wrap .events-single {
        width: calc(50% - 20px)
    }
}

@media screen and (max-width:499px) {
    .events-wrap .events-single {
        width: calc(100% - 20px)
    }
}

.events-wrap .events-single:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    background: -webkit-gradient(left top, left bottom, color-stop(0, transparent), color-stop(100%, #000));
    background: -o-linear-gradient(top, transparent 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: linear-gradient(180deg, transparent 0, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
    opacity: 0;
}

@media screen and (max-width:1024px) {
    .events-wrap .events-single:after {
        display: none
    }
}

.events-wrap .events-single h5 {
    z-index: 2;
    margin: 0;
    font-family: proxima-nova, sans-serif;
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    padding: 39px 23px
}

@media screen and (max-width:1024px) {
    .events-wrap .events-single h5 {
        display: none
    }
}

.events-wrap .events-single .content {
    position: absolute;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(36, 155, 145, 0.8);
    z-index: 3;
    padding: 60px 33px 0
}

@media screen and (max-width:1199px) {
    .events-wrap .events-single .content {
        padding: 5px 33px 0
    }
}

@media screen and (max-width:1024px) {
    .events-wrap .events-single .content {
        opacity: 1;
        position: static;
        padding-bottom: 24px;
        background: transparent
    }
}

.events-wrap .events-single .content h5 {
    opacity: 1;
    position: static;
    padding: 24px 0
}

@media screen and (max-width:1024px) {
    .events-wrap .events-single .content h5 {
        display: block
    }
}

.events-wrap .events-single .content p {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff
}

.events-wrap .events-single .content .btn-primary {
    font-size: 12.5px;
    font-size: .78125rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #304590;
    padding: 12px 52px;
    min-width: auto;
    border: 1px solid #fff;
    /*background-image: linear-gradient( 0deg, #8d1a32, #b42140) !important;*/
}

@media screen and (max-width:600px) {
    .events-wrap .events-single .content .btn-primary {
        padding: 8px 15px
    }
}

.events-wrap .events-single .content .btn-primary:hover {
    color: #fff
}

.events-wrap .events-single:hover h5 {
    opacity: 0
}

.events-wrap .events-single:hover .content {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.events-wrap .events-single:hover .content h5 {
    opacity: 1;
    position: static;
    padding: 24px 0
}

.events-wrap .events-single img {
    width: 100%
}

.social-icons-wrap {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #249b91;
    max-width: 50px;
    width: 100%;
    text-align: center;
    z-index: 10;
    top: 330px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

@media screen and (max-width:1199px) {
    .social-icons-wrap {
        display: none
    }
}

.social-icons-wrap-inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30.1px;
    height: 31.1px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 20px auto;
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1600px
    }
}

.social-icons-wrap {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:1440px) {
    .social-icons-wrap-inner a {
        width: 28.1px;
        height: 28.1px;
        margin: 15px auto
    }

    .social-icons-wrap-inner a img {
        max-height: 13px;
        max-width: 17px
    }

    .social-icons-wrap {
        max-width: 50px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .slider-contents h2 {
        font-size: 30px;
        font-size: 1.875rem
    }

    .counter-wrap-inner {
        padding: 0
    }

    .counter-wrap .swiper-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:767px) {
    .counter-wrap-inner {
        padding: 12px 0
    }
}

@media screen and (min-width:1200px) {
    .about-filter-section {
        margin-right: 50px
    }
}

.about-filter-section .filter-section-wrapper .form-group label {
    font-size: 15px;
    line-height: 1.2;
    position: relative;
    font-family: proxima-nova, sans-serif;
    margin-bottom: 17px;
    color: #000
}

.about-filter-section .filter-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about-filter-section .filter-section-wrapper .form-group input,
.about-filter-section .filter-section-wrapper .form-group select {
    border-radius: 25px;
    background-color: #f5f6fa;
    border: 1px solid #f5f6fa;
    -webkit-appearance: none;
    cursor: pointer;
    min-height: 50px
}

.about-filter-section .filter-section-wrapper .form-group input,
.about-filter-section .filter-section-wrapper .form-group select,
.about-filter-section .filter-section-wrapper .form-group select option {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #a6a6a6;
    font-family: proxima-nova, sans-serif
}

.about-filter-section .filter-section-wrapper .btn-primary {
    -webkit-box-shadow: 0 4px 5px 0 rgba(48, 69, 143, .5);
    box-shadow: 0 4px 5px 0 rgba(48, 69, 143, .5);
    min-width: 241px;
    font-size: 15px;
    border: 2px solid #006AA1;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 45px
}

.about-filter-section .filter-section-wrapper .btn-primary:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ec6806
}

.about-filter-section .filter-section-wrapper .form-group:after {
    content: "";
    width: 12.3px;
    height: 6.2px;
    border-top: 6px solid #a6a6a6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 72%;
    right: 20px;
    bottom: 0;
    color: #a6a6a6;
    cursor: pointer
}

.about-filter-section .filter-section-wrapper .form-group.form-group-input:after {
    display: none
}

.about-filter-section .filter-section-wrapper .form-group.form-group-input {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #a6a6a6 !important;
    font-family: proxima-nova, sans-serif
}

.about-filter-section .filter-section-wrapper {
    width: 295px
}

.about-filter-section .filter-section-wrapper .form-group {
    position: relative;
    margin-bottom: 24px
}

.about-filter-section .filter-section-wrapper .ex-btn-wrap {
    margin-top: 36px
}

.about-filter-section .right-sec {
    width: calc(100% - 370px);
    margin-left: 75px
}

.about-filter-section .exhibit-section-wrap {
    border: .3px solid #a6a6a6;
    padding: 18px
}

.about-filter-section .exhibit-section-wrap .exhibitor-item .btn-primary {
    padding: 8px;
    font-size: 8px;
    line-height: 1.2;
    min-width: 117px;
    min-height: 26px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(48, 69, 143, .5);
    box-shadow: 0 4px 5px 0 rgba(48, 69, 143, .5);
    border: 2px solid #ec6806
}

.about-filter-section .exhibitor-item p {
    font-size: 15px;
    font-weight: 500;
    font-family: proxima-nova, sans-serif;
    line-height: 1.2;
    color: #000;
    padding-top: 37px;
    margin-bottom: 20px;
    min-height: 73px
}

.about-filter-section .exhibitors-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about-filter-section .exhibitors-inner .exhibitor-item {
    width: calc(33.33333% - 36px);
    margin: 18px;
    border: .3px solid #a6a6a6;
    text-align: center;
    padding: 34px 34px 30px
}

.pagination-wrapper ul li {
    width: 60px;
    list-style-type: none
}

.pagination-wrapper ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 14px;
    margin-bottom: 0
}

.pagination-wrapper ul li a {
    outline: none !important;
    font-size: 17px
}

.pagination-wrapper ul li.active a {
    color: #1fb6c1
}

.about-filter-section .right-sec .filter-elements-wrapper>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.about-filter-section .right-sec .filter-elements-wrapper p {
    min-width: 147.7px;
    min-height: 25px;
    border-radius: 12.5px;
    background-image: linear-gradient(0deg, #b38528, #d3a23f);
    color: #fff;
    font-size: 10px;
    font-family: proxima-nova, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 14px;
    padding: 0 15px;
    margin-bottom: 0;
    position: relative
}

.crossmark {
    position: absolute;
    right: 15px;
    top: 8px;
    cursor: pointer
}

.crossmark:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.crossmark:after,
.crossmark:before {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 0;
    border: solid #fff;
    border-width: 0 0 10px;
    left: 0;
    top: 0
}

.crossmark:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width:1600px) {
    .about-filter-section .exhibitor-item p {
        min-height: 110px
    }
}

@media screen and (max-width:1550px) {
    .about-filter-section .exhibitors-inner .exhibitor-item {
        padding: 20px
    }

    .about-filter-section .right-sec {
        margin-left: 45px
    }
}

@media screen and (max-width:1430px) {
    .about-filter-section .exhibitors-inner .exhibitor-item {
        width: calc(50% - 36px)
    }
}

@media screen and (max-width:1280px) {
    .about-filter-section .right-sec {
        width: calc(100% - 308px);
        margin-left: 28px
    }

    .about-filter-section .filter-section-wrapper {
        width: 280px
    }
}

@media screen and (max-width:1199px) {
    .about-filter-section .exhibitors-inner .exhibitor-item {
        width: calc(33.33333% - 36px)
    }
}

@media screen and (max-width:991px) {
    .about-filter-section .exhibitors-inner .exhibitor-item {
        width: calc(50% - 36px)
    }
}

@media screen and (max-width:768px) {
    .about-filter-section .filter-wrap {
        display: block
    }

    .about-filter-section .filter-section-wrapper {
        width: 100%
    }

    .about-filter-section .right-sec {
        width: 100%;
        margin: 0;
        padding-top: 30px
    }

    .pagination-wrapper ul li {
        width: 40px;
        text-align: center
    }
}

@media screen and (max-width:480px) {
    .about-filter-section .exhibitors-inner .exhibitor-item {
        width: calc(100% - 10px);
        margin: 5px
    }

    .about-filter-section .exhibit-section-wrap {
        padding: 7px
    }

    .pagination-wrapper ul li a {
        font-size: 15px
    }

    .about-filter-section .exhibitor-item p {
        min-height: auto
    }
}

@media screen and (max-width:767px) {
    .dmgfooter .menu2 {
        width: 100%;
        float: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .dmgfooter table {
        margin: 0 auto
    }
}

.scattered-image-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.scattered-image {
    position: absolute;
    opacity: .5;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    max-width: 250px
}

.scattered-image,
.scattered-image:hover {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.scattered-image:hover {
    -webkit-box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, .22);
    box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, .22)
}

.scattered-image[data-slide="1"] {
    top: -70px;
    left: -30px;
    max-height: 180px;
    overflow: hidden
}

.scattered-image[data-slide="2"] {
    top: -100px;
    right: 70px;
    max-height: 108px;
    max-width: 176px
}

.scattered-image[data-slide="3"] {
    bottom: -100px;
    left: -30px;
    max-height: 108px;
    max-width: 177px
}

.scattered-image[data-slide="4"] {
    bottom: -100px;
    right: 0;
    max-height: 180px
}

.scattered-image.active {
    position: static;
    opacity: 1;
    z-index: 1;
    max-width: 500px;
    margin: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    max-height: 80%;
    width: 100%;
    -webkit-box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, .22);
    box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, .22);
    -webkit-animation: reveal .8s ease forwards;
    animation: reveal .8s ease forwards
}

@-webkit-keyframes reveal {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes reveal {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media screen and (max-width:1500px) {
    .scattered-image[data-slide="2"] {
        right: 30px
    }
}

@media screen and (max-width:1440px) {

    .scattered-image[data-slide="1"],
    .scattered-image[data-slide="2"],
    .scattered-image[data-slide="3"],
    .scattered-image[data-slide="4"] {
        bottom: -60px
    }
}

@media screen and (min-width:1279px) and (max-width:1400px) {
    .scattered-image[data-slide="2"] {
        right: -40px
    }
}

@media screen and (max-width:1366px) {
    .scattered-image-wrap {
        height: auto
    }

    .two-col-wrap-inner .left-side {
        padding-right: 48px
    }

    .scattered-image[data-slide="1"],
    .scattered-image[data-slide="2"],
    .scattered-image[data-slide="3"],
    .scattered-image[data-slide="4"] {
        bottom: -80px
    }
}

@media screen and (max-width:1280px) {
    .two-col-wrap-inner {
        display: block
    }

    .two-col-wrap-inner .left-side,
    .two-col-wrap-inner .right-side {
        width: 100%
    }

    .scattered-image[data-slide="1"],
    .scattered-image[data-slide="3"] {
        left: 0
    }
}

@media screen and (max-width:1199px) {
    .two-col-wrap-inner .right-side {
        width: 70%;
        margin: 100px auto 108px;
        padding-right: 0
    }

    .two-col-wrap-inner .left-side {
        padding-right: 0
    }

    .two-col-wrap-inner p {
        max-width: 100%
    }
}

@media screen and (max-width:1024px) {
    .scattered-image.active {
        width: 50%
    }
}

@media screen and (max-width:768px) {
    .two-col-wrap-inner .right-side {
        width: 100%
    }
}

@media screen and (max-width:560px) {

    .scattered-image[data-slide="1"],
    .scattered-image[data-slide="2"],
    .scattered-image[data-slide="3"],
    .scattered-image[data-slide="4"] {
        max-height: 80px;
        max-width: 125px
    }

    .two-col-wrap-inner .right-side {
        margin: 100px auto
    }
}

@media screen and (max-width:540px) {
    .scattered-image[data-slide="2"] {
        right: 0;
        top: -70px
    }

    .scattered-image[data-slide="3"],
    .scattered-image[data-slide="4"] {
        bottom: -70px
    }

    .two-col-wrap-inner .right-side {
        margin: 100px auto 78px
    }
}

/*.site-header-main .cta-hold .cta-hold-inner .btn-primary:last-child {*/
/*    margin-right: 0*/
/*}*/

.nav-wrapper .primary-nav {
    padding: 0
}

.primary-nav>li>a {
    padding: 16px 11px 16px 10px;
}

@media (min-width:1200px) and (max-width:1505px) {
    .primary-nav>li>a {
        padding: 16px 12px 16px 8px;
        font-size: 12px
    }
}
@media (max-width:1280px) {
    .primary-nav>li>a {
        padding: 16px 8px 16px 4px;
        font-size: 12px;
    }
}

.nav-wrapper .primary-nav>li.home-link>a {
    padding: 16px 13px 16px 0
}

.primary-nav>li.active>a,
.primary-nav>li:focus>a,
.primary-nav>li:hover>a {
    background: none;
    color: #fff;
}

.nav-wrapper .primary-nav>li>a:after {
    right: 0;
    top: 17px
}

.nav-wrapper .primary-nav>li>a:after,
.primary-nav>li:hover>a:after {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.primary-nav>li:hover>a:after {
    border-color: #2bbaae !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 22px
}

@media (max-width:1199px) {
    .site-header-main .cta-hold .cta-hold-inner .btn-primary:first-child {
        margin-left: 0
    }

    .nav-wrapper .primary-nav>li.home-link>a {
        padding: 16px 13px
    }
}

@media (min-width:1025px) {

    .sub-menu,
    .sub-menu ul {
        padding: 15px 10px
    }

    .sub-menu li a,
    .sub-menu ul li a {
        padding: 3px 10px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        font-size: 14px;
        font-weight: 400;
    }

    .sub-menu li:last-child a {
        padding-bottom: 0
    }

    .sub-menu li a:hover,
    .sub-menu ul li a:hover {
        color: #fff;
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
}

@media (min-width:1025px) and (max-width:1199px) {

    .sub-menu li a,
    .sub-menu ul li a {
        padding: 10px 20px !important
    }
}

@media (min-width:1200px) {

    .sub-menu,
    .sub-menu ul {
        min-width: 350px
    }

    .sub-menu {
        display: none
    }

    .add-sub-menu,
    .primary-nav>li.active>.sub-menu,
    .primary-nav>li:hover>.sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .add-sub-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-width: 500px
    }

    .add-sub-menu li {
        width: 50%
    }
}

@-webkit-keyframes slide-up {
    0% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
        opacity: .5
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slide-up {
    0% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
        opacity: .5
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.hero-slider .swiper-pagination-bullet,
.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social-icons-wrap-inner a {
    position: relative
}

.social-icons-wrap-inner a:after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -5px;
    top: -5px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.social-icons-wrap-inner a:after,
.social-icons-wrap-inner a:hover:after {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social-icons-wrap-inner a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.sponsors-wrap .sponsor-single {
    padding: 23px 15px
}

.heading h2:before {
    bottom: -18px
}

.heading h2:after {
    bottom: -15px
}

.swiper-pagination-bullet,
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.footer-column .social-links ul li {
    position: relative
}

.social-links ul li a {
    z-index: 1;
    opacity: 1 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.social-links ul li:after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -5px;
    top: -5px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 0
}

.social-links ul li:after,
.social-links ul li:hover:after {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social-links ul li:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.footer-column a:active,
.footer-column a:focus,
.footer-column a:hover {
    color: #fff;
    opacity: .7
}

.events-wrap-inner-page .events-single.no-extend .content {
    top: 70%
}

.events-wrap-inner-page .events-single.no-extend:hover .content {
    top: 70%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.events-wrap-inner-page .events-single.no-extend:hover .content h5 {
    padding: 18px 0
}

@media screen and (max-width:1500px) {

    .events-wrap-inner-page .events-single.no-extend .content,
    .events-wrap-inner-page .events-single.no-extend:hover .content {
        top: 60%
    }
}

@media screen and (max-width:1365px) {

    .events-wrap-inner-page .events-single.no-extend .content,
    .events-wrap-inner-page .events-single.no-extend:hover .content {
        top: 75%
    }
}

@media screen and (max-width:1024px) {

    .events-wrap-inner-page .events-single.no-extend .content,
    .events-wrap-inner-page .events-single.no-extend:hover .content {
        top: 0
    }

    .events-wrap-inner-page .events-single.no-extend:hover .content h5 {
        padding: 18px 0 5px
    }
}

@media (min-width:1280px) and (max-width:1440px) {
    .events-wrap .events-single .content {
        padding: 0 15px
    }

    .events-wrap .events-single .content h5 {
        font-size: 1rem;
        padding-bottom: 7px !important;
        padding-top: 7px !important
    }

    .events-wrap .events-single .content p {
        line-height: 1.2;
        margin-bottom: .5rem
    }

    .events-wrap .events-single .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .events-wrap .events-single h5 {
        font-size: 1.25rem
    }
}

@media screen and (max-width:1199px) {

    .primary-nav>li.active>a,
    .primary-nav>li:focus>a,
    .primary-nav>li:hover>a {
        color: #fff
    }
}

select::-ms-expand {
    display: none
}

.about-filter-section .filter-section-wrapper .btn-primary:after,
.ad-banner-section:after,
.ad-banner .ad-banner-wrap .right-sec .btn-primary:after {
    content: "";
    min-height: inherit;
    display: block
}

ol li,
ul li {
    color: #000;
    font-family: proxima-nova, sans-serif;
    font-size: 1.0625rem
}

.about-filter-section .filter-section-wrapper .form-group.form-group-input input {
    cursor: auto
}

.swiper-pagination-bullet {
    outline: none
}

strong {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    color: #000
}

.pagination-wrapper ul li.disabled a {
    color: #1fb6c1;
    opacity: .3;
    cursor: not-allowed
}

.remove-wrap:after {
    display: none !important
}

.transparent {
    border: 1px solid #ec6806 !important;
    -webkit-box-shadow: 0 4px 5px 0 rgba(48, 69, 143, .5);
    box-shadow: 0 4px 5px 0 rgba(48, 69, 143, .5);
    padding: 16px !important;
    max-width: 241px !important;
    min-width: 241px !important;
    margin-right: 12px !important;
}

.transparent:hover {
    
    color: #fff !important
}

@media screen and (max-width:539px) {
    .transparent {
        max-width: 100% !important;
        min-width: 100% !important
    }
}

@media screen and (min-width:1025px) {

    .primary-nav>li>a:active,
    .primary-nav>li>a:focus,
    .primary-nav>li>a:hover {
        background-color: transparent;
        color: #fff;
        text-decoration: none
    }
}

.speak-wrap .icon-wrap img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.col-wrap .col:hover .icon-wrap img,
.speak-wrap .icon-wrap img {
    -webkit-transition: all .4s ease;
    -o-transition: .4s all ease;
    transition: all .4s ease
}

.col-wrap .col:hover .icon-wrap img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12)
}

.error-404 {
    background-color: #fff;
    padding: 100px 0;
    min-height: calc(100vh - 534px);
    margin-bottom: 50px
}

@media screen and (max-width:1365px) {
    .error-404 {
        padding: 100px 0
    }
}

@media screen and (max-width:1024px) {
    .error-404 {
        padding: 120px 0
    }
}

.error-404 .wrap-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 700px;
    margin: auto;
    position: relative
}

@media screen and (max-width:576px) {
    .error-404 .wrap-404 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.error-404 .image {
    position: absolute;
    background-color: #f5f6fa;
    border-radius: 50%;
    padding: 120px;
    top: 0;
    -webkit-box-shadow: 4px 4px 20px 0 rgba(48, 69, 143, .16);
    box-shadow: 0 0 20px 0 rgba(48, 69, 143, .16)
}

.error-404 .image svg {
    width: 100px;
    height: 100px
}

@media screen and (max-width:576px) {
    .error-404 .image {
        position: relative
    }
}

.error-404 .content {
    padding-left: 245px;
    position: relative;
    z-index: 2;
    margin-top: 98px
}

@media screen and (max-width:576px) {
    .error-404 .content {
        margin: -75px 0 0;
        padding: 0;
        text-align: center
    }
}

.error-404 .content .large-text {
    font-size: 20px;
    color: #000
}

.error-404 .content h2 {
    font-size: 2.78rem;
    margin-bottom: 0;
    color: #006AA1;
    text-shadow: 2px 2px 20px rgba(48, 69, 143, .16)
}

a {
    color: #249b91
}

a:hover {
    color: #249b91;
}

.sitemap-wrap {
    margin-top: 25px
}

@media screen and (min-width:1200px) {
    .sitemap-wrap {
        margin-right: 50px
    }
}

.c-t-sponsors-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px -10px
}

.c-t-box {
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 20px 0 rgba(48, 69, 147, .2);
    box-shadow: 4px 4px 20px 0 rgba(48, 69, 147, .2);
    background-color: #fff
}

.c-t-single {
    width: calc(20% - 20px);
    height: 241px;
    margin: 10px 10px 25px
}

.c-t-single:last-child {
    margin-right: 0
}

.c-t-single>a {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: 100%;
    padding-bottom: 20px
}

.c-t-medium {
    width: calc(80% - 30px);
    height: 241px;
    margin: 10px 0 25px 30px
}

@media screen and (max-width:1199px) {
    .c-t-medium {
        margin: 10px 0 25px 20px
    }
}

.c-t-large {
    width: 100%;
    height: auto;
    margin-left: 10px;
    margin-bottom: 35px;
    margin-right: 10px
}

@media screen and (max-width:1199px) {
    .c-t-large {
        padding-bottom: 1px;
        margin-left: 10px;
        margin-right: 10px
    }
}

@media screen and (max-width:768px) {
    .c-t-large {
        margin-left: 0
    }
}

.c-t-large .c-t-header {
    padding-top: 40px;
    margin-bottom: 45px
}

.c-t-large .c-t-inline-4,
.c-t-large .c-t-inline-5 {
    margin-bottom: 30px
}

.c-t-inline-each {
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-t-inline-4,
.c-t-inline-each {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-t-inline-4 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-t-inline-4 .c-t-inline-each {
    width: 25%
}

.c-t-inline-4-multiple {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 77px !important
}

.c-t-inline-4-multiple:last-child {
    margin-bottom: 66px !important
}

.c-t-inline-5-multiple {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 77px !important
}

.c-t-inline-5-multiple:last-child {
    margin-bottom: 66px !important
}

.c-t-inline-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-t-inline-5 .c-t-inline-each {
    width: 20%;
    padding: 20px 0
}

.c-t-inline-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-t-inline-6 .c-t-inline-each {
    width: 16.66667%
}

.c-t-inline-6 .c-t-inline-each .c-t-logo {
    max-width: 130px
}

.c-t-inline-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-t-inline-3 .c-t-inline-each {
    width: 16.66667%;
    margin: 10px
}

.c-t-inline-3 .c-t-inline-each .c-t-logo {
    max-width: 130px
}

.c-t-header {
    text-align: center;
    width: 100%;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000;
    padding-top: 28px
}

.c-t-logo {
    max-width: 155px;
    width: auto;
    text-align: center;
    margin: 0 auto
}

.c-t-logo img {
    max-width: 100%
}

.content-full {
    margin-bottom: 152px;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px
}

.content-full .c-t-sponsors-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:1200px) {
    .content-full {
        padding-left: 0;
        padding-right: 0
    }
}

.c-t-sponsors-1-2-2.c-t-medium {
    width: calc(60% - 20px);
    padding-left: 30px;
    padding-right: 30px;
    margin: 10px 10px 25px
}

@media screen and (max-width:991px) {
    .c-t-sponsors-1-2-2.c-t-medium {
        height: auto
    }

    .c-t-sponsors-1-2-2.c-t-inline-each {
        width: 50%
    }

    .c-t-sponsors-1-2-2.c-t-inline-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:768px) {
    .c-t-sponsors-1-2-2.c-t-single {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }

    .c-t-sponsors-1-2-2.c-t-medium {
        height: auto
    }

    .c-t-sponsors-1-2-2.c-t-inline-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .c-t-sponsors-1-2-2.c-t-inline-each {
        width: 100%;
        margin-bottom: 30px
    }
}

@media screen and (max-width:540px) {
    .c-t-inline-3 .c-t-inline-each {
        width: 100%
    }

    .c-t-inline-3 {
        display: block
    }
}

.c-t-sponsors-1-1.c-t-medium {
    width: calc(80% - 20px);
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 10px 25px
}

@media screen and (max-width:992px) {
    .c-t-sponsors-1-1.c-t-medium {
        height: auto
    }

    .c-t-sponsors-1-1.c-t-inline-each {
        width: 50%
    }

    .c-t-sponsors-1-1.c-t-inline-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:768px) {
    .c-t-sponsors-1-1.c-t-single {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }

    .c-t-sponsors-1-1.c-t-medium {
        height: auto
    }

    .c-t-sponsors-1-1.c-t-inline-each {
        width: 100%;
        margin-bottom: 30px
    }

    .c-t-inline-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.content-full .c-t-sponsors-container.c-t-single-set {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -35px;
    margin-right: -35px
}

.content-full .c-t-sponsors-container.c-t-single-set .c-t-single {
    margin: 0 35px
}

@media screen and (max-width:1600px) {
    .content-full .c-t-sponsors-container.c-t-single-set {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -60px;
        margin-right: -60px
    }

    .content-full .c-t-sponsors-container.c-t-single-set .c-t-single {
        margin: 0 35px 30px;
        width: calc(33.33333% - 70px)
    }

    .c-t-sponsors-container .c-t-single {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox
    }

    .c-t-sponsors-container .c-t-medium,
    .c-t-sponsors-container .c-t-single a {
        height: auto
    }

    .c-t-sponsors-container .c-t-medium .c-t-inline-4,
    .c-t-sponsors-container .c-t-medium .c-t-inline-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .c-t-sponsors-container .c-t-medium .c-t-inline-4 .c-t-inline-each {
        width: 50%;
        margin-bottom: 20px
    }

    .c-t-sponsors-container .c-t-medium .c-t-inline-6 .c-t-inline-each {
        width: 33.33333%;
        margin-bottom: 20px
    }

    .c-t-large .c-t-inline-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 40px
    }

    .c-t-large .c-t-inline-5 .c-t-inline-each {
        width: 33.33333%
    }
}

@media screen and (max-width:1400px) {
    .c-t-sponsors-container .c-t-medium .c-t-inline-6 .c-t-inline-each {
        width: 50%;
        margin-bottom: 20px
    }
}

@media screen and (max-width:1200px) {
    .content-full .c-t-sponsors-container.c-t-single-set {
        margin-left: -30px;
        margin-right: -30px
    }
}

@media screen and (max-width:991px) {
    .content-full .c-t-sponsors-container.c-t-single-set .c-t-single {
        width: calc(50% - 70px)
    }

    .c-t-inline-4-multiple {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .c-t-inline-4-multiple .c-t-inline-each {
        width: 50%;
        margin-bottom: 40px
    }

    .c-t-inline-4-multiple,
    .c-t-inline-4-multiple:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width:768px) {
    .c-t-sponsors-container {
        display: block;
        margin: 0
    }

    .c-t-sponsors-container .c-t-single {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px
    }

    .c-t-sponsors-container .c-t-medium {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 20px
    }

    .c-t-large .c-t-inline-5 .c-t-inline-each {
        width: 50%
    }
}

@media screen and (max-width:560px) {
    .content-full .c-t-sponsors-container.c-t-single-set .c-t-single {
        width: 100%
    }

    .c-t-large .c-t-inline-5 {
        margin-bottom: 0
    }

    .c-t-large .c-t-inline-5 .c-t-inline-each {
        width: 100%
    }

    .c-t-inline-4-multiple .c-t-inline-each {
        width: 100%;
        margin-bottom: 40px
    }

    .c-t-inline-4-multiple .c-t-inline-each:last-child {
        margin-bottom: 0 !important
    }
}

@media screen and (max-width:540px) {
    .c-t-sponsors-container .c-t-medium .c-t-inline-4 .c-t-inline-each {
        width: 100%
    }

    .c-t-sponsors-container .c-t-medium .c-t-inline-4 .c-t-inline-each a {
        padding: 20px 0
    }

    .c-t-sponsors-container .c-t-medium .c-t-inline-6 .c-t-inline-each {
        width: 100%
    }
}

@media screen and (min-width:1200px) {
    .listing__sponsor__wrapper {
        margin-right: 50px;
        margin-left: 50px
    }
}

@media screen and (min-width:1200px) {
    .media__sponsor.listing__sponsor__wrapper {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width:1200px) {
    .c-t-sponsors-container.sponsor-two_sec {
        margin-right: 50px
    }
}

.co-chair-single {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit
}

.c-t-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 40px
}

.c-t-box,
.c-t-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-t-box a {
    padding-bottom: 0
}

.c-t-inline-3,
.c-t-inline-4,
.c-t-inline-5 {
    width: 100%
}

.btn-primary {
    /*background-image: linear-gradient(0deg, #e7ac2b, #f0cc7e) !important;*/
    background: #EC6806;
    border: 0 !important
}

/*.btn-primary:nth-child(2n) {*/
/*    background-image: linear-gradient(0deg, #8d1a32, #b42140) !important;*/
/*}*/

/*.btn-primary:nth-child(3n) {*/
/*    background-image: linear-gradient(0deg, #e7ac2b, #f0cc7e) !important;*/
/*}*/

.btn-primary.white-bg,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff !important
}

#content {
    display: none
}

.site-header-main .header-col.count-down {
    text-align: center;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.site-header-main .header-col.count-down h4 {
    width: 100%;
    color: #208780;
    font-size: 1.1rem;
    display: none;
}

.site-header-main .header-col.count-down ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0 -5px;
    padding: 0
}

.site-header-main .header-col.count-down ul li {
    margin: 0 5px;
    background: #EC6806;
    color: #fff;
    font-size: 14px;
    padding: 6px;
    border-radius: 2px
}

.site-header-main .header-col.count-down ul li span {
    display: block
}

.site-header-main .header-col.count-down ul li * {
    color: #fff;
    line-height: 1;
    font-size: 17px
}

@media (max-width:1200px) {
    .site-header-main .header-col.count-down {
        padding: 10px 0
    }
}

@media (max-width:800px) {
    .site-header-main .header-col.count-down {
        width: 100%;
        max-width: 100%;
    }

    .site-header-main .cta-hold .cta-hold-inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .site-header-main .logo-hold {
        margin: 0;
    }
}

.hero-slider-inner .swiper-slide {
    min-height: 350px
}

.hero-slider-inner .swiper-slide .btn-primary {
    background: transparent;
    color: #fff;
    padding: 15px 45px;
    min-width: 207px;
    border: 1px solid;
    outline: none;
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.2;
    margin-right: 12px;
    font-family: proxima-nova, sans-serif
}

.hero-slider-inner .swiper-slide .btn-primary:hover {
    background: #fff;
    color: #bb8b2a
}

@media screen and (max-width:1365px) {
    .hero-slider-inner .swiper-slide .btn-primary {
        margin-right: 6px
    }
}

.hero-slider-inner .swiper-slide h2 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.14;
    margin-bottom: 27px
}

@media screen and (max-width:1550px) {
    .hero-slider-inner .swiper-slide h2 {
        margin-bottom: 24px;
        font-size: 50px
    }
}

@media screen and (max-width:1199px) {
    .hero-slider-inner .swiper-slide h2 {
        font-size: 45px
    }
}

@media screen and (max-width:768px) {
    .hero-slider-inner .swiper-slide h2 {
        font-size: 30px
    }
}

@media screen and (max-width:575px) {
    .hero-slider-inner .swiper-slide h2 {
        font-size: 20px
    }
    .site-header-main .logo-hold {
        float: none;
    }
}

.hero-slider-inner .swiper-pagination {
    bottom: 50px
}

@media screen and (max-width:575px) {
    .hero-slider-inner .swiper-pagination {
        bottom: 15px
    }
}

.hero-slider-inner .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1
}

.hero-slider-inner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 46px;
    height: 16px;
    border-radius: 10px
}

.col-full-width {
    padding: 10px 0 0
}

@media screen and (min-width:1200px) {
    .col-full-width .full-width-inner {
        margin-right: 50px
    }
}

.col-full-width .full-width-inner p {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    font-family: proxima-nova, sans-serif;
    padding-top: 17px;
    color: #000
}

@media screen and (max-width:768px) {
    .col-full-width .full-width-inner p {
        padding-top: 18px
    }
}

.col-full-width .full-width-inner ul li {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 300;
    line-height: 1.5;
    font-family: proxima-nova, sans-serif;
    color: #000
}

.events-wrap-inner-page {
    padding: 0 0 10px
}

@media screen and (max-width:1440px) {
    .events-wrap-inner-page {
        padding: 0
    }
}

@media screen and (min-width:1200px) {
    .events-wrap-inner-page {
        margin-right: 50px
    }
}

.events-wrap-inner-page .events-wrap-inner {
    margin: 0 -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.events-wrap-inner-page .events-single {
    border-radius: 10px;
    overflow: hidden;
    width: calc(33.33333% - 50px);
    margin: 15px 25px 25px;
    position: relative
}

.events-wrap-inner-page .events-single:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.events-wrap-inner-page .events-single h5 {
    z-index: 2;
    margin: 0;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.52;
    letter-spacing: normal;
    text-align: center;
    color: #fff
}

.events-wrap-inner-page .events-single .content {
    position: absolute;
    bottom: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: 63%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: rgba(22, 125, 156, 0.8);
    z-index: 3;
    padding: 20px 28px 0;
    text-align: center
}

@media screen and (max-width:1663px) {
    .events-wrap-inner-page .events-single .content {
        top: 50%
    }
}

@media screen and (max-width:1360px) {
    .events-wrap-inner-page .events-single .content {
        top: 54%
    }
}

@media screen and (max-width:1024px) {
    .events-wrap-inner-page .events-single .content {
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.events-wrap-inner-page .events-single .content .sec-content {
    width: 100%;
    text-align: center
}

.events-wrap-inner-page .events-single .content .sec-content .img-wrap {
    max-width: 80px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.events-wrap-inner-page .events-single .content .sec-content .img-wrap img {
    max-height: 80px;
    width: auto
}

@media screen and (max-width:1440px) {
    .events-wrap-inner-page .events-single .content .sec-content .img-wrap {
        max-width: 75px
    }
}

.events-wrap-inner-page .events-single .content .sec-content h5 {
    opacity: 1;
    position: static;
    padding: 18px 0
}

@media screen and (max-width:1440px) {
    .events-wrap-inner-page .events-single .content .sec-content h5 {
        padding-bottom: 5px
    }
}

@media screen and (max-width:1024px) {
    .events-wrap-inner-page .events-single .content .sec-content h5 {
        line-height: 1.2
    }
}

.events-wrap-inner-page .events-single .content p {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-size: 1.25rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    opacity: 0
}

@media screen and (max-width:1024px) {
    .events-wrap-inner-page .events-single .content p {
        opacity: 1
    }
}

.events-wrap-inner-page .events-single .content .cta-hold-inner {
    text-align: center;
    opacity: 0
}

@media screen and (max-width:1024px) {
    .events-wrap-inner-page .events-single .content .cta-hold-inner {
        opacity: 1
    }
}

.events-wrap-inner-page .events-single .content .cta-hold-inner .btn-primary {
    font-size: 12.5px;
    font-size: .78125rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #304590;
    padding: 12px 52px;
    min-width: auto;
    border: 2px solid
}

.events-wrap-inner-page .events-single .content .cta-hold-inner .btn-primary:active,
.events-wrap-inner-page .events-single .content .cta-hold-inner .btn-primary:focus,
.events-wrap-inner-page .events-single .content .cta-hold-inner .btn-primary:hover {
    color: #fff !important
}

.events-wrap-inner-page .events-single:hover .content {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: 0
}

.events-wrap-inner-page .events-single:hover .content h5 {
    opacity: 1;
    position: static;
    padding: 24px 0
}

.events-wrap-inner-page .events-single:hover .content p,
.events-wrap-inner-page .events-single:hover .cta-hold-inner {
    opacity: 1
}

.events-wrap-inner-page .events-single img {
    width: 100%
}

.events-wrap .events-single h5 {
    position: absolute;
    bottom: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width:1365px) {
    .events-wrap-inner-page .events-single {
        width: calc(50% - 50px)
    }
}

@media screen and (max-width:1199px) {
    .events-wrap-inner-page .events-single {
        width: calc(33.33333% - 50px)
    }
}

@media screen and (max-width:950px) {
    .events-wrap-inner-page .events-single {
        width: calc(50% - 50px)
    }

    .events-wrap-inner-page .events-single h5 {
        font-size: 20px
    }

    .events-wrap-inner-page .events-single:hover .content h5 {
        padding: 18px 0 5px
    }

    .events-wrap-inner-page .events-single .content .sec-content .img-wrap {
        max-width: 55px
    }
}

@media screen and (max-width:635px) {
    .events-wrap-inner-page .events-single {
        width: calc(100% - 50px)
    }
}

@media screen and (max-width:575px) {

    .events-wrap-inner-page,
    .events-wrap-inner-page.reduced-width .events-wrap-inner {
        padding: 0
    }

    .col-full-width {
        padding: 10px 0
    }
}

@media screen and (max-width:375px) {
    .events-wrap-inner-page .events-single .content {
        padding: 20px 33px 0
    }
}

.events-wrap-inner-page.bg-grey {
    margin-top: 35px;
    margin-right: 0
}

@media (max-width:1024px) {
    .events-wrap-inner-page .events-single .content {
        opacity: 1;
        position: static;
        padding-bottom: 24px;
        background: 0 0;
        height: auto
    }

    .events-wrap-inner-page .events-single {
        background-color:rgb(0 106 161);
    }
}

.three-col-meet {
    padding-top: 28px;
    padding-bottom: 9px
}

@media screen and (min-width:1200px) {
    .three-col-meet {
        margin-right: 50px
    }
}

.three-col-meet .content-wrap {
    margin: 0 -25px
}

.three-col-meet .content-wrap,
.three-col-meet .content-wrap .content-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.three-col-meet .content-wrap .content-single {
    border-radius: 10px;
    overflow: hidden;
    width: calc(33.33333% - 50px);
    margin: 15px 25px 25px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:1275px) {
    .three-col-meet .content-wrap .content-single {
        width: calc(50% - 50px);
        min-height: 230px
    }
}

@media screen and (max-width:1199px) {
    .three-col-meet .content-wrap .content-single {
        width: calc(33.33333% - 50px);
        min-height: auto
    }
}

@media screen and (max-width:991px) {
    .three-col-meet .content-wrap .content-single {
        min-height: 240px;
        max-height: 240px;
        width: calc(50% - 50px);
        min-height: 150px;
        max-height: initial;
    }
}

@media screen and (max-width:575px) {
    .three-col-meet .content-wrap .content-single {
        width: 100%
    }
}

.three-col-meet .content-wrap .content-single .img-wrap,
.three-col-meet .content-wrap .content-single .img-wrap img {
    width: 100%
}

.three-col-meet .content-wrap .content-single .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    padding: 10px
}

.three-col-meet .content-wrap .content-single .content .icon {
    margin-right: 22px;
    max-width: 80px;
    max-height: 80px
}

.three-col-meet .content-wrap .content-single .content .icon .main-img {
    width: 100%
}

.three-col-meet .content-wrap .content-single .content .icon .alt-img {
    display: none;
    width: 100%
}

.three-col-meet .content-wrap .content-single .content .desc {
    width: calc(100% - 102px)
}

.three-col-meet .content-wrap .content-single .content .desc h3 {
    font-size: 40px;
    line-height: 1.2;
    color: #bb8b2a;
    margin-bottom: 5px
}

@media screen and (max-width:1400px) {
    .three-col-meet .content-wrap .content-single .content .desc h3 {
        font-size: 32px
    }
}

.three-col-meet .content-wrap .content-single .content .desc p {
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    margin: 0;
    max-width: 180px
}

@media screen and (max-width:1400px) {
    .three-col-meet .content-wrap .content-single .content .desc p {
        font-size: 17px
    }
}

.three-col-meet .content-wrap .content-single:hover {
    background: #1e859a;
}

.three-col-meet .content-wrap .content-single:hover .content h3,
.three-col-meet .content-wrap .content-single:hover .content p {
    color: #fff
}

.three-col-meet .content-wrap .content-single:hover .content .main-img {
    display: none
}

.three-col-meet .content-wrap .content-single:hover .content .alt-img {
    display: block
}

.three-col-exhibit .exhibit-zone {
    margin: 0 auto;
    /*padding: 32px 0;*/
    position: relative;
    background-size: cover
}

@media screen and (min-width:1200px) {
    .three-col-exhibit .exhibit-zone {
        padding-right: 25px
    }
}

/*@media screen and (max-width:575px) {*/
/*    .three-col-exhibit .exhibit-zone {*/
/*        padding-left: 15px;*/
/*        padding-right: 15px*/
/*    }*/
/*}*/

/*.three-col-exhibit .exhibit-zone .heading {*/
/*    padding-left: 25px*/
/*}*/

@media screen and (max-width:575px) {
    .three-col-exhibit .exhibit-zone .heading {
        padding: 0
    }
}

.three-col-exhibit .exhibit-zone .heading h2 {
    color: #fff;
    z-index: 2;
    position: relative
}

.three-col-exhibit .exhibit-zone .exhibit-wrap {
    z-index: 2;
    position: relative
}

.three-col-exhibit .exhibit-zone .exhibit-wrap .exhibit-inner {
    padding-top: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
      margin-left: -15px;
    margin-right: -15px;
}

.three-col-exhibit .exhibit-zone .exhibit-wrap .exhibit-inner .content-row {
    z-index: 1;
    padding: 25px 10px;
    border: 2px solid #208780;
    color: #fff;
    width: calc(33.33333% - 30px);
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    border-radius: 0px;
        margin-left: 15px;
    margin-right: 15px;
}

@media screen and (max-width:1365px) {
    .three-col-exhibit .exhibit-zone .exhibit-wrap .exhibit-inner .content-row {
        width: calc(50% - 30px)
    }
}

@media screen and (max-width:1199px) {
    .three-col-exhibit .exhibit-zone .exhibit-wrap .exhibit-inner .content-row {
        width: calc(33.33333% - 30px)
    }
}

@media screen and (max-width:991px) {
    .three-col-exhibit .exhibit-zone .exhibit-wrap .exhibit-inner .content-row {
        width: calc(50% - 30px);
        padding: 20px;
    }
}

@media screen and (max-width:575px) {
    .three-col-exhibit .exhibit-zone .exhibit-wrap .exhibit-inner .content-row {
        width: 100%;
        margin: 15px 0
    }
}

.three-col-exhibit .exhibit-zone .exhibit-wrap .exhibit-inner .content-row h5 {
    color: #208780;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 10px
}
.three-col-exhibit .exhibit-zone .exhibit-wrap .exhibit-inner .content-row p{
    color: #208780;
}
@media screen and (max-width:991px) {
    .three-col-exhibit .exhibit-zone .exhibit-wrap .exhibit-inner .content-row h5 {
        font-size: 25px;
        margin-bottom: 10px
    }
}

.three-col-exhibit .exhibit-zone .exhibit-wrap .exhibit-inner .content-row p {
    font-size: 16px;
    max-width: 160px;
    margin: 0 auto;
    line-height: 1.2
}

@media screen and (max-width:1365px) {
    .three-col-exhibit .exhibit-zone .exhibit-wrap .exhibit-inner .content-row p {
        max-width: 100%
    }
}

@media screen and (max-width:991px) {
    .three-col-exhibit .exhibit-zone .exhibit-wrap .exhibit-inner .content-row p {
        font-size: 16px
    }
}

.three-col-exhibit .exhibit-zone .exhibit-wrap .exhibit-inner .content-row .img-cont {
    max-height: 80px;
    max-width: 80px;
    margin: 0 auto 18px;
    min-height: 85px
}

.three-col-exhibit .exhibit-zone .exhibit-wrap .exhibit-inner .content-row .img-cont img {
    width: 100%
}

@media screen and (max-width:991px) {
    .three-col-exhibit .exhibit-zone .exhibit-wrap .exhibit-inner .content-row .img-cont {
        margin-bottom: 18px
    }
}

@media screen and (max-width:575px) {
    .three-col-exhibit .exhibit-zone .exhibit-wrap .exhibit-inner .content-row .img-cont {
        min-height: auto
    }
}

.three-col-exhibit .exhibit-zone:after {
    content: "";
    position: absolute;
    background: transparent;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.8;
}

.head-limit {
    max-width: 660px
}

.events-wrap-inner-page.wrap-static {
    padding-top: 33px
}

@media screen and (max-width:1199px) {
    .events-wrap-inner-page.wrap-static {
        padding: 14px 0 10px
    }
}

.events-wrap-inner-page.wrap-static .events-wrap-inner {
    padding-top: 10px
}

@media screen and (max-width:1199px) {
    .events-wrap-inner-page.wrap-static .events-wrap-inner {
        margin: 0
    }
}

@media screen and (max-width:635px) {
    .events-wrap-inner-page.wrap-static .events-wrap-inner .events-single {
        width: 100%;
        margin: 0 0 25px
    }
}

.events-wrap-inner-page.wrap-static .events-wrap-inner .events-single .content {
    top: auto;
    bottom: 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 25px;
    min-height: 110px
}

@media screen and (max-width:1500px) {
    .events-wrap-inner-page.wrap-static .events-wrap-inner .events-single .content {
        min-height: 135px
    }
}

@media screen and (max-width:635px) {
    .events-wrap-inner-page.wrap-static .events-wrap-inner .events-single .content {
        min-height: 115px
    }
}

.events-wrap-inner-page.wrap-static .events-wrap-inner .events-single .content h5 {
    text-align: left;
    padding: 0
}

@media screen and (max-width:1199px) {
    .events-wrap-inner-page.wrap-static .events-wrap-inner .events-single .content h5 {
        font-size: 17px
    }
}

.events-wrap-inner-page.wrap-static .events-wrap-inner .events-single:hover .content h5 {
    padding: 0
}

@media screen and (max-width:1199px) {
    .events-wrap-inner-page.wrap-static .events-wrap-inner .events-single:hover .content h5 {
        padding: 0
    }
}

@media screen and (min-width:1200px) {
    .four-col-attend {
        margin-right: 50px
    }
}

.four-col-attend .four-col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 10px;
    padding-bottom: 15px
}

.four-col-attend .four-col-wrap .content-row {
    overflow: hidden;
    border-radius: 10px;
    width: calc(25% - 30px);
    margin: 15px 15px 25px
}

@media screen and (max-width:1300px) {
    .four-col-attend .four-col-wrap .content-row {
        width: calc(33.33333% - 30px)
    }
}

@media screen and (max-width:768px) {
    .four-col-attend .four-col-wrap .content-row {
        width: calc(50% - 30px)
    }
}

@media screen and (max-width:575px) {
    .four-col-attend .four-col-wrap .content-row {
        width: calc(100% - 30px)
    }
}

.four-col-attend .four-col-wrap .content-row .content {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center
}

@media screen and (max-width:991px) {
    .four-col-attend .four-col-wrap .content-row .content {
        padding-left: 15px;
        padding-right: 15px
    }
}

.four-col-attend .four-col-wrap .content-row .content h2 {
    font-size: 100px;
    line-height: 1;
    color: #208780 ;
    margin-bottom: 32px
}

@media screen and (max-width:991px) {
    .four-col-attend .four-col-wrap .content-row .content h2 {
        margin-bottom: 5px;
        font-size: 94px
    }
}

.four-col-attend .four-col-wrap .content-row .content h2 sup {
    top: -35px;
    left: 6px;
    font-size: 50px
}

.four-col-attend .four-col-wrap .content-row .content p {
    font-size: 18px;
    color: #000;
    line-height: 1.6
}

@media screen and (max-width:991px) {
    .four-col-attend .four-col-wrap .content-row .content p {
        font-size: 16px
    }
}

.register-wrap.reduced-width {
    padding-bottom: 40px
}

.register-wrap.reduced-width .wrap-inner {
    width: calc(100% - 375px);
    margin: 0 -22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:1199px) {
    .register-wrap.reduced-width .wrap-inner {
        width: 100%
    }
}

@media screen and (max-width:700px) {
    .register-wrap.reduced-width .wrap-inner {
        margin: 0;
        padding-bottom: 15px
    }
}

.register-wrap.reduced-width .wrap-inner .wrap-row {
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(33.33333% - 50px);
    margin: 15px 22px 22px;
    padding: 25px 33px
}

@media screen and (max-width:1300px) {
    .register-wrap.reduced-width .wrap-inner .wrap-row {
        width: calc(50% - 50px)
    }
}

@media screen and (max-width:1199px) {
    .register-wrap.reduced-width .wrap-inner .wrap-row {
        width: calc(33.33333% - 50px)
    }
}

@media screen and (max-width:991px) {
    .register-wrap.reduced-width .wrap-inner .wrap-row {
        width: calc(50% - 50px)
    }
}

@media screen and (max-width:700px) {
    .register-wrap.reduced-width .wrap-inner .wrap-row {
        width: 100%;
        margin: 20px 0 10px
    }
}

.register-wrap.reduced-width .wrap-inner .wrap-row .img-sec {
    width: 80px
}

.register-wrap.reduced-width .wrap-inner .wrap-row h2 {
    font-size: 17px;
    line-height: 1.5;
    color: #000;
    margin: 0;
    width: calc(100% - 80px);
    text-align: center
}

@media screen and (max-width:768px) {
    .register-wrap.reduced-width .wrap-inner .wrap-row h2 {
        padding-left: 20px
    }
}

.register-wrap.reduced-width .btn-reg {
    text-align: center;
    width: calc(100% - 385px);
    padding-top: 25px
}

@media screen and (max-width:1199px) {
    .register-wrap.reduced-width .btn-reg {
        width: 100%
    }
}

.register-wrap.reduced-width .btn-reg .btn-primary {
    background: #ec6806;
    color: #fff;
    -webkit-box-shadow: 0 4px 5px 0 rgba(48, 69, 143, .5);
    box-shadow: 0 4px 5px 0 rgba(48, 69, 143, .5);
    border: 1px solid #ec6806;
    background: #fff;
    min-width: 241px;
    padding: 15px 45px;
    font-size: 15px;
    line-height: 1.2
}

.register-wrap.reduced-width .btn-reg .btn-primary:hover {
    background: #ec6806;
    color: #fff
}

.ad-banner {
    position: relative
}

.ad-banner .ad-banner-wrap {
    position: relative;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 28px 52px 28px 15px
}

@media screen and (min-width:1200px) {
    .ad-banner .ad-banner-wrap {
        margin-right: 50px
    }
}

@media screen and (max-width:1199px) {
    .ad-banner .ad-banner-wrap {
        padding-right: 15px
    }
}

@media screen and (max-width:539px) {
    .ad-banner .ad-banner-wrap {
        display: block
    }
}

.ad-banner .ad-banner-wrap .left-sec {
    width: 50%
}

@media screen and (max-width:600px) {
    .ad-banner .ad-banner-wrap .left-sec {
        width: 100%
    }
}

.ad-banner .ad-banner-wrap .left-sec,
.ad-banner .ad-banner-wrap .right-sec {
    position: relative;
    z-index: 1
}

.ad-banner .ad-banner-wrap .left-sec h3,
.ad-banner .ad-banner-wrap .right-sec h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: 35px
}

@media screen and (max-width:1280px) {

    .ad-banner .ad-banner-wrap .left-sec h3,
    .ad-banner .ad-banner-wrap .right-sec h3 {
        font-size: 28px
    }
}

@media screen and (max-width:767px) {

    .ad-banner .ad-banner-wrap .left-sec h3,
    .ad-banner .ad-banner-wrap .right-sec h3 {
        font-size: 22px
    }
}

@media screen and (max-width:539px) {

    .ad-banner .ad-banner-wrap .left-sec h3,
    .ad-banner .ad-banner-wrap .right-sec h3 {
        font-size: 20px
    }
}

.ad-banner .ad-banner-wrap .left-sec p,
.ad-banner .ad-banner-wrap .right-sec p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
    font-family: proxima-nova, sans-serif
}

@media screen and (max-width:767px) {

    .ad-banner .ad-banner-wrap .left-sec p,
    .ad-banner .ad-banner-wrap .right-sec p {
        font-size: 15px
    }
}

.ad-banner .ad-banner-wrap .left-sec .btn-primary,
.ad-banner .ad-banner-wrap .right-sec .btn-primary {
    background: #ec6806;
    border: 1px solid #fff;
    font-family: proxima-nova, sans-serif;
    display: -webkit-box;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 45px;
    margin-bottom: 0
}

@media screen and (max-width:600px) {

    .ad-banner .ad-banner-wrap .left-sec .btn-primary,
    .ad-banner .ad-banner-wrap .right-sec .btn-primary {
        display: block;
        margin-top: 20px
    }
}

.ad-banner .ad-banner-wrap .left-sec .btn-primary:active,
.ad-banner .ad-banner-wrap .left-sec .btn-primary:focus,
.ad-banner .ad-banner-wrap .left-sec .btn-primary:hover,
.ad-banner .ad-banner-wrap .right-sec .btn-primary:active,
.ad-banner .ad-banner-wrap .right-sec .btn-primary:focus,
.ad-banner .ad-banner-wrap .right-sec .btn-primary:hover {
    background: #EC6806;
    color: #fff!important;
}

@media screen and (max-width:539px) {

    .ad-banner .ad-banner-wrap .left-sec,
    .ad-banner .ad-banner-wrap .right-sec {
        text-align: center
    }
}

.ad-banner .ad-banner-wrap:after {
    content: "";
    position: absolute;
    background: #000000;
    opacity: .5;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0
}

@media screen and (max-width:540px) {
    .why-attend-section {
        padding-top: 10px
    }
}

.why-attend-section .heading {
    margin-bottom: 60px
}

@media screen and (max-width:768px) {
    .why-attend-section .heading {
        margin-bottom: 50px
    }
}

.why-attend-section .attend-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width:1200px) {
    .why-attend-section .attend-wrapper {
        margin-right: 30px
    }
}

@media screen and (max-width:768px) {
    .why-attend-section .attend-wrapper {
        display: block
    }
}

.why-attend-section .attend-wrapper .img-left {
    background-image: url(../images/Rectangle-61.jpg);
    background-repeat: no-repeat;
    width: calc(100% - 760px);
    background-size: cover;
    margin-bottom: 30px
}

@media screen and (max-width:1490px) {
    .why-attend-section .attend-wrapper .img-left {
        width: calc(100% - 700px)
    }
}

@media screen and (max-width:1366px) {
    .why-attend-section .attend-wrapper .img-left {
        width: 50%
    }
}

@media screen and (max-width:768px) {
    .why-attend-section .attend-wrapper .img-left {
        min-height: 300px;
        margin: 0 auto;
        width: 70%
    }
}

@media screen and (max-width:520px) {
    .why-attend-section .attend-wrapper .img-left {
        width: 100%
    }
}

.why-attend-section .attend-wrapper .img-left a {
    width: 100%;
    height: 100%;
    display: block
}

.why-attend-section .attend-wrapper .img-left .img-wrap {
    max-width: 386px;
    max-height: 309px
}

.why-attend-section .attend-wrapper .img-left .img-wrap img {
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 20px 0 rgba(48, 69, 147, .2);
    box-shadow: 4px 4px 20px 0 rgba(48, 69, 147, .2)
}

.why-attend-section .attend-wrapper .img-left+.cont-right {
    width: 760px;
    padding-left: 15px
}

@media screen and (max-width:1490px) {
    .why-attend-section .attend-wrapper .img-left+.cont-right {
        width: 700px
    }
}

@media screen and (max-width:1366px) {
    .why-attend-section .attend-wrapper .img-left+.cont-right {
        width: 590px
    }
}

@media screen and (max-width:768px) {
    .why-attend-section .attend-wrapper .img-left+.cont-right {
        width: 100%;
        padding: 0
    }
}

.why-attend-section .attend-wrapper .img-left+.cont-right .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    width: 100%
}

@media screen and (max-width:768px) {
    .why-attend-section .attend-wrapper .img-left+.cont-right .content-wrap {
        margin-top: 30px
    }
}

.why-attend-section .attend-wrapper .img-left+.cont-right .content-wrap .contents {
    width: calc(50% - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    padding: 15px;
    margin: 0 25px 30px
}

@media screen and (max-width:1366px) {
    .why-attend-section .attend-wrapper .img-left+.cont-right .content-wrap .contents {
        width: calc(100% - 50px)
    }
}

@media screen and (max-width:1199px) {
    .why-attend-section .attend-wrapper .img-left+.cont-right .content-wrap .contents {
        width: calc(100% - 30px);
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    .why-attend-section .attend-wrapper .img-left+.cont-right .content-wrap .contents {
        width: calc(50% - 30px);
        margin: 0 15px 30px
    }
}

@media screen and (max-width:600px) {
    .why-attend-section .attend-wrapper .img-left+.cont-right .content-wrap .contents {
        width: 100%;
        margin: 0 0 20px
    }
}

.why-attend-section .attend-wrapper .img-left+.cont-right .content-wrap .contents .icon__wrap {
    max-width: 70px;
    max-height: 80px
}

.why-attend-section .attend-wrapper .img-left+.cont-right .content-wrap .contents p {
    font-size: 14px;
    max-width: 205px;
    padding-left: 40px;
    text-align: center;
    line-height: 1.3;
    font-family: proxima-nova, sans-serif;
    color: #000;
    margin: 0
}

@media screen and (max-width:1460px) {
    .why-attend-section .attend-wrapper .img-left+.cont-right .content-wrap .contents p {
        padding-left: 6px
    }
}

@media screen and (max-width:768px) {
    .why-attend-section .attend-wrapper .img-left+.cont-right .content-wrap .contents p {
        padding-left: 15px;
        max-width: 235px
    }
}

@media screen and (max-width:520px) {
    .why-attend-section .attend-wrapper .img-left+.cont-right .content-wrap .contents p {
        max-width: 195px
    }
}

.why-attend-section .attend-wrapper .cont-right {
    width: 100%;
    padding-left: 0
}

.why-attend-section .attend-wrapper .cont-right .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px;
    width: calc(100% + 30px)
}

@media screen and (max-width:1199px) {
    .why-attend-section .attend-wrapper .cont-right .content-wrap {
        width: auto
    }
}

@media screen and (max-width:768px) {
    .why-attend-section .attend-wrapper .cont-right .content-wrap {
        margin: 0 0 0 -15px
    }
}

@media screen and (max-width:600px) {
    .why-attend-section .attend-wrapper .cont-right .content-wrap {
        margin: 0
    }
}

.why-attend-section .attend-wrapper .cont-right .content-wrap .contents {
    width: calc(33.33333% - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    padding: 15px;
    margin: 0 25px 30px
}

@media screen and (max-width:768px) {
    .why-attend-section .attend-wrapper .cont-right .content-wrap .contents {
        width: calc(50% - 30px);
        margin: 0 15px 30px
    }
}

@media screen and (max-width:600px) {
    .why-attend-section .attend-wrapper .cont-right .content-wrap .contents {
        width: 100%;
        margin: 0 0 20px
    }
}

.why-attend-section .attend-wrapper .cont-right .content-wrap .contents .icon__wrap {
    max-width: 70px;
    max-height: 80px
}

@media screen and (max-width:600px) {
    .why-attend-section .attend-wrapper .cont-right .content-wrap .contents .icon__wrap {
        max-width: 55px
    }
}

.why-attend-section .attend-wrapper .cont-right .content-wrap .contents p {
    font-size: 14px;
    max-width: 205px;
    padding-left: 40px;
    text-align: center;
    line-height: 1.3;
    font-family: proxima-nova, sans-serif;
    color: #000;
    margin: 0
}

@media screen and (max-width:1460px) {
    .why-attend-section .attend-wrapper .cont-right .content-wrap .contents p {
        padding-left: 6px
    }
}

@media screen and (max-width:768px) {
    .why-attend-section .attend-wrapper .cont-right .content-wrap .contents p {
        padding-left: 15px;
        max-width: 235px
    }
}

@media screen and (max-width:600px) {
    .why-attend-section .attend-wrapper .cont-right .content-wrap .contents p {
        max-width: 100%;
        padding-left: 20px;
        text-align: left
    }
}

.why-attend-section .btn-reg {
    text-align: center;
    padding-top: 25px
}

.why-attend-section .btn-reg .btn-primary {
    background: #ec6806;
    color: #fff;
    -webkit-box-shadow: 0 4px 5px 0 rgba(48, 69, 143, .5);
    box-shadow: 0 4px 5px 0 rgba(48, 69, 143, .5);
    border: 1px solid #ec6806;
    min-width: 241px;
    padding: 15px 45px;
    font-size: 15px;
    line-height: 1.2
}

.why-attend-section .btn-reg .btn-primary:hover {
    background: #ec6806;
    color: #fff
}

.four-col-attend.in-container .four-col-wrap .content-row {
    width: calc(33.33333% - 30px)
}

@media screen and (max-width:660px) {
    .four-col-attend.in-container .four-col-wrap .content-row {
        width: calc(50% - 30px)
    }
}

@media screen and (max-width:540px) {
    .four-col-attend.in-container .four-col-wrap .content-row {
        width: calc(100% - 30px);
        margin-bottom: 5px
    }
}

.four-col-attend.in-container .four-col-wrap .content-row .content {
    min-height: 280px
}

@media screen and (max-width:540px) {
    .four-col-attend.in-container .four-col-wrap .content-row .content {
        min-height: 240px
    }
}

@media screen and (max-width:1400px) {
    .four-col-attend.in-container .four-col-wrap .content-row .content h2 {
        margin-bottom: 15px
    }
}

@media screen and (max-width:1324px) {
    .four-col-attend.in-container .four-col-wrap .content-row .content h2 {
        font-size: 80px
    }
}

@media screen and (max-width:1324px) {
    .four-col-attend.in-container .four-col-wrap .content-row .content h2 sup {
        top: -20px
    }
}

@media screen and (max-width:1400px) {
    .four-col-attend.in-container .four-col-wrap .content-row .content p {
        font-size: 17px
    }
}

.four-col-attend.in-container .four-col-wrap .clubbed-width {
    width: calc(66.66667% - 31px)
}

@media screen and (max-width:660px) {
    .four-col-attend.in-container .four-col-wrap .clubbed-width {
        width: calc(50% - 30px)
    }
}

@media screen and (max-width:540px) {
    .four-col-attend.in-container .four-col-wrap .clubbed-width {
        width: calc(100% - 30px);
        margin-bottom: 5px
    }
}

.four-col-attend.in-container .four-col-wrap .clubbed-width .content {
    background: url(../images/Rectangle-61.jpg)
}

.icon-desc-section {
    margin-top: 28px;
    padding-top: 29px
}

.icon-desc-section .content__wrap {
    padding-top: 27px
}

.icon-desc-section .content__wrap .cont-right .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px
}

.icon-desc-section .content__wrap .cont-right .content-wrap .contents {
    width: calc(33.33333% - 50px);
    margin: 0 25px 35px;
    background-color: #006aa1;
    border-radius: 10px
}

@media screen and (max-width:768px) {
    .icon-desc-section .content__wrap .cont-right .content-wrap .contents {
        width: calc(50% - 50px)
    }
}

@media screen and (max-width:575px) {
    .icon-desc-section .content__wrap .cont-right .content-wrap .contents {
        width: calc(100% - 50px)
    }
}

.icon-desc-section .content__wrap .cont-right .content-wrap .contents .icon__wrap {
    max-width: 80px;
    max-height: 80px;
    width: 100%
}

.icon-desc-section .content__wrap .cont-right .content-wrap .contents p {
    font-size: 18px;
    max-width: 205px;
    padding-left: 40px;
    text-align: left;
    line-height: 1.4;
    font-family: proxima-nova, sans-serif;
    color: #fff;
    margin: 0
}

@media screen and (max-width:1280px) {
    .icon-desc-section .content__wrap .cont-right .content-wrap .contents p {
        font-size: 15px;
        padding-left: 12px
    }
}

.icon-desc-section .content__wrap .cont-right .content-wrap .contents.active {
    /*background-image: linear-gradient(0deg, #b38528, #d3a23f);*/
    background: #006aa1;
}

.icon-desc-section.bg-grey {
    padding-right: 50px !important;
    padding-left: 50px !important
}

@media screen and (max-width:991px) {
    .icon-desc-section.bg-grey {
        padding-right: 15px !important;
        padding-left: 15px !important
    }
}

.ad-banner-section {
    background: url(../images/ad-banner.jpg) no-repeat;
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:575px) {
    .ad-banner-section {
        min-height: 90px
    }
}

.ad-banner-section .ad-banner-wrapper {
    text-align: center
}

.ad-banner-section .ad-banner-wrapper h2 {
    color: #fff;
    margin: 0;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.05
}

.four-col-challenge .challenge-wrapper {
    margin-top: 20px;
    padding-bottom: 25px
}

.four-col-challenge .challenge-wrapper .wrap-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px
}

.four-col-challenge .challenge-wrapper .wrap-container .wrapper-contents {
    border-radius: 10px;
    width: calc(50% - 50px);
    margin: 15px 25px 25px
}

@media screen and (max-width:680px) {
    .four-col-challenge .challenge-wrapper .wrap-container .wrapper-contents {
        width: calc(100% - 50px)
    }

    .four-col-challenge .challenge-wrapper .wrap-container .wrapper-contents:last-child {
        margin-bottom: 15px
    }
}

.four-col-challenge .challenge-wrapper .wrap-container .wrapper-contents h3 {
    background: #20869a;
    color: #fff;
    font-size: 22px;
    line-height: 1.68;
    padding: 10px 20px;
    margin: 0;
    border-radius: 10px 10px 0 0
}

@media screen and (max-width:1024px) {
    .four-col-challenge .challenge-wrapper .wrap-container .wrapper-contents h3 {
        font-size: 20px
    }
}

@media screen and (max-width:991px) {
    .four-col-challenge .challenge-wrapper .wrap-container .wrapper-contents h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 90px
    }
}

@media screen and (max-width:680px) {
    .four-col-challenge .challenge-wrapper .wrap-container .wrapper-contents h3 {
        min-height: auto;
        font-size: 18px
    }
}

.four-col-challenge .challenge-wrapper .wrap-container .wrapper-contents p {
    font-size: 15px;
    line-height: 1.5;
    padding: 20px;
    margin: 0;
    color: #000;
    font-weight: 300
}

@media screen and (max-width:680px) {
    .four-col-challenge .challenge-wrapper .wrap-container .wrapper-contents p {
        font-size: 1.0625rem
    }
}

.four-col-challenge .challenge-wrapper .wrap-container .wrapper-contents ol,
.four-col-challenge .challenge-wrapper .wrap-container .wrapper-contents ul {
    padding: 20px 20px 20px 35px;
    margin: 0
}

.four-col-challenge .challenge-wrapper .wrap-container .wrapper-contents ol li,
.four-col-challenge .challenge-wrapper .wrap-container .wrapper-contents ul li {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    color: #000;
    font-weight: 300
}

@media screen and (max-width:680px) {

    .four-col-challenge .challenge-wrapper .wrap-container .wrapper-contents ol li,
    .four-col-challenge .challenge-wrapper .wrap-container .wrapper-contents ul li {
        font-size: 1.0625rem
    }
}

.chain-sec .chain-wrap {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:1200px) {
    .chain-sec .chain-wrap {
        margin-right: 28px
    }
}

@media screen and (max-width:1024px) {
    .chain-sec .chain-wrap {
        padding: 0 15px;
        margin-bottom: 5px
    }
}

@media screen and (max-width:549px) {
    .chain-sec .chain-wrap {
        padding: 0;
        margin: 0 0 5px
    }
}

@media screen and (max-width:1280px) {
    .chain-sec .chain-row:first-child .chain-box:first-child:after {
        display: none !important
    }
}

.chain-sec .chain-row:last-child {
    border: 0
}

.chain-sec .chain-wrap .chain-box.boxed {
    min-height: 130px;
    max-height: 130px
}

@media screen and (max-width:1280px) {
    .chain-sec .chain-wrap .chain-box.boxed {
        min-height: 90px;
        max-height: 90px
    }
}

.chain-sec .chain-wrap .chain-box {
    width: calc(16.66667% - 36px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    word-break: break-word;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
    margin: 15px 15px 58px
}

.chain-sec .chain-wrap .chain-box .img-wrap {
    text-align: center
}

@media screen and (max-width:1472px) {
    .chain-sec .chain-wrap .chain-box {
        margin: 15px 10px 58px
    }
}

@media screen and (max-width:1366px) {
    .chain-sec .chain-wrap .chain-box {
        margin: 15px 11px 58px
    }
}

@media screen and (max-width:1280px) {
    .chain-sec .chain-wrap .chain-box {
        width: calc(100% - 36px);
        text-align: center;
        margin: 15px 11px 18px;
        min-height: 120px;
        max-height: 120px
    }
}

@media screen and (max-width:991px) {
    .chain-sec .chain-wrap .chain-box {
        width: calc(33.33333% - 40px)
    }
}

.chain-sec .chain-wrap .chain-box:after {
    position: absolute;
    content: "";
    left: 101%;
    width: 26px;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #bb8b2a), color-stop(50%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(60%, #bb8b2a), color-stop(60%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(60%, #bb8b2a), color-stop(60%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(60%, #bb8b2a), color-stop(60%, transparent));
    background-image: -o-linear-gradient(left, #bb8b2a 60%, transparent 50%), -o-linear-gradient(left, #bb8b2a 60%, transparent 60%), -o-linear-gradient(top, #bb8b2a 60%, transparent 60%), -o-linear-gradient(top, #bb8b2a 60%, transparent 60%);
    background-image: linear-gradient(90deg, #bb8b2a 60%, transparent 0), linear-gradient(90deg, #bb8b2a 60%, transparent 0), linear-gradient(180deg, #bb8b2a 60%, transparent 0), linear-gradient(180deg, #bb8b2a 60%, transparent 0);
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 10px 2px, 10px 2px, 2px 10px, 2px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block !important
}

.chain-sec .chain-wrap .chain-box:before {
    content: "";
    min-height: inherit;
    display: block
}

@media screen and (max-width:1480px) {
    .chain-sec .chain-wrap .chain-box:after {
        width: 17px
    }
}

@media screen and (max-width:1280px) {
    .chain-sec .chain-wrap .chain-box:after {
        width: 2px;
        height: 32px;
        left: 50%;
        top: -17px
    }
}

@media screen and (max-width:1199px) {
    .chain-sec {
        margin-top: 30px
    }

    .chain-sec .chain-wrap .chain-box:after {
        width: 21px;
        height: 2px;
        top: 50%;
        left: -22px
    }
}

@media screen and (max-width:1024px) {
    .chain-sec .chain-wrap .chain-box:last-child:after {
        display: none
    }
}

.chain-sec .chain-wrap .chain-box h5 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
    color: #324798
}

@media (max-width:1366px) {
    .chain-sec .chain-wrap .chain-box h5 {
        font-size: 14px
    }
}

.chain-sec .chain-wrap .chain-box img {
    margin: auto;
    max-width: 80px
}

@media screen and (max-width:1366px) {
    .chain-sec .chain-wrap .chain-box img {
        max-width: 100px
    }
}

.chain-sec .chain-wrap .chain-box p {
    width: 100%;
    font-size: 13px;
    line-height: 1.33;
    margin: 0;
    max-width: 158px;
    text-align: center;
    color: #000
}

@media screen and (max-width:1280px) {
    .chain-sec .chain-wrap .chain-box p {
        max-width: 100%
    }
}

@media screen and (max-width:1199px) {
    .chain-sec .chain-wrap .chain-box p {
        font-size: 15px
    }
}

@media screen and (max-width:575px) {
    .chain-sec .chain-wrap .chain-box p {
        font-size: 13px
    }
}

.chain-sec .chain-wrap .chain-box .img-wrap p {
    width: 100%;
    color: #fff;
    line-height: 1;
    max-width: none;
    padding-top: 20px;
    font-size: 15px
}

@media screen and (max-width:1291px) {
    .chain-sec .chain-wrap .chain-box .img-wrap p {
        padding-top: 3px
    }
}

.bg-oval {
    background-color: #bb8b2a;
    border-radius: 50% !important;
    min-width: 173px;
    min-height: 173px;
    max-height: 173px;
    z-index: 2
}

@media screen and (max-width:1592px) {
    .bg-oval {
        min-width: 153px;
        min-height: 153px;
        max-height: 153px
    }
}

@media screen and (max-width:1366px) {
    .bg-oval {
        min-width: 133px;
        min-height: 133px;
        max-height: 133px
    }
}

@media screen and (max-width:1280px) {
    .bg-oval {
        min-width: 94px;
        min-height: 94px;
        max-height: 94px;
        border-radius: 10px !important
    }
}

.bg-oval.bg-teal {
    background-image: linear-gradient(0deg, #b38528, #d3a23f);
}

.bg-oval.bg-grey {
    background-color: #555555
}

.chain-sec .chain-wrap .chain-box:nth-child(7):after {
    right: auto;
    left: 78px;
    height: 76px;
    width: 2px;
    top: 121%
}

@media screen and (max-width:1592px) {
    .chain-sec .chain-wrap .chain-box:nth-child(7):after {
        height: 74px;
        top: 124%
    }
}

.chain-sec .chain-wrap .chain-box:nth-child(12):after {
    display: none
}

.chain-sec .chain-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%
}

@media screen and (max-width:1440px) {
    .chain-sec .chain-row {
        margin: 0
    }
}

.chain-sec .chain-row:nth-child(2) {
    direction: rtl;
    margin-bottom: -58px
}

.chain-sec .chain-row:after {
    position: absolute;
    content: "";
    right: 105px;
    height: 95px;
    width: 2px;
    top: 88%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #bb8b2a), color-stop(50%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(60%, #bb8b2a), color-stop(60%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(60%, #bb8b2a), color-stop(60%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(60%, #bb8b2a), color-stop(60%, transparent));
    background-image: -o-linear-gradient(left, #bb8b2a 60%, transparent 50%), -o-linear-gradient(left, #bb8b2a 60%, transparent 60%), -o-linear-gradient(top, #bb8b2a 60%, transparent 60%), -o-linear-gradient(top, #bb8b2a 60%, transparent 60%);
    background-image: linear-gradient(90deg, #bb8b2a 60%, transparent 0), linear-gradient(90deg, #bb8b2a 60%, transparent 0), linear-gradient(180deg, #bb8b2a 60%, transparent 0), linear-gradient(180deg, #bb8b2a 60%, transparent 0);
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 10px 2px, 10px 2px, 2px 10px, 2px 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:1592px) {
    .chain-sec .chain-row:after {
        height: 85px;
        right: 128px;
        top: 93%
    }
}

@media screen and (max-width:1440px) {
    .chain-sec .chain-row:after {
        right: 128px
    }
}

@media screen and (max-width:1366px) {
    .chain-sec .chain-row:after {
        height: 76px;
        top: 90%
    }
}

@media screen and (max-width:1291px) {
    .chain-sec .chain-row:after {
        height: 74px;
        right: 108px
    }
}

@media screen and (max-width:1280px) {
    .chain-sec .chain-row:after {
        width: 2px;
        height: 32px;
        left: 50%;
        top: -17px
    }
}

@media screen and (max-width:1199px) {
    .chain-sec .chain-row:after {
        top: 79%
    }
}

.chain-sec .chain-row:nth-child(2):after {
    position: absolute;
    content: "";
    right: auto;
    height: 88px;
    width: 2px;
    top: 87%;
    left: 100px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #bb8b2a), color-stop(50%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(60%, #bb8b2a), color-stop(60%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(60%, #bb8b2a), color-stop(60%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(60%, #bb8b2a), color-stop(60%, transparent));
    background-image: -o-linear-gradient(left, #bb8b2a 60%, transparent 50%), -o-linear-gradient(left, #bb8b2a 60%, transparent 60%), -o-linear-gradient(top, #bb8b2a 60%, transparent 60%), -o-linear-gradient(top, #bb8b2a 60%, transparent 60%);
    background-image: linear-gradient(90deg, #bb8b2a 60%, transparent 0), linear-gradient(90deg, #bb8b2a 60%, transparent 0), linear-gradient(180deg, #bb8b2a 60%, transparent 0), linear-gradient(180deg, #bb8b2a 60%, transparent 0);
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 10px 2px, 10px 2px, 2px 10px, 2px 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:1592px) {
    .chain-sec .chain-row:nth-child(2):after {
        height: 74px;
        top: 90%;
        left: 90px
    }
}

@media screen and (max-width:1440px) {
    .chain-sec .chain-row:nth-child(2):after {
        left: 80px
    }
}

@media screen and (max-width:1291px) {
    .chain-sec .chain-row:nth-child(2):after {
        height: 74px;
        left: 62px
    }
}

@media screen and (max-width:1280px) {
    .chain-sec .chain-row:nth-child(2):after {
        width: 2px;
        height: 32px;
        left: 48.99%;
        top: -2px
    }
}

/*.chain-sec .chain-row:nth-child:after {
    display: none
}*/

.chain-sec .chain-row:last-child:after,
.chain-sec .chain-row:nth-child(2) .chain-box:first-child:after {
    display: none !important
}

.icon-desc-section .content__wrap .cont-right .content-wrap .contents a {
    padding: 15px 26px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.tabs-content .content {
    display: none
}

@media screen and (max-width:1199px) {
    .chain-sec .chain-row:last-child .chain-box:last-child:after {
        position: absolute;
        content: "";
        background-image: -o-linear-gradient(left, #bb8b2a 60%, transparent 50%), -o-linear-gradient(left, #bb8b2a 60%, transparent 60%), -o-linear-gradient(top, #bb8b2a 60%, transparent 60%), -o-linear-gradient(top, #bb8b2a 60%, transparent 60%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #bb8b2a), color-stop(0, transparent)), -webkit-gradient(linear, left top, right top, color-stop(60%, #bb8b2a), color-stop(0, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(60%, #bb8b2a), color-stop(0, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(60%, #bb8b2a), color-stop(0, transparent));
        background-image: -o-linear-gradient(left, #bb8b2a 60%, transparent 0), -o-linear-gradient(left, #bb8b2a 60%, transparent 0), -o-linear-gradient(top, #bb8b2a 60%, transparent 0), -o-linear-gradient(top, #bb8b2a 60%, transparent 0);
        background-image: linear-gradient(90deg, #bb8b2a 60%, transparent 0), linear-gradient(90deg, #bb8b2a 60%, transparent 0), linear-gradient(180deg, #bb8b2a 60%, transparent 0), linear-gradient(180deg, #bb8b2a 60%, transparent 0);
        background-position: 0 0, 0 100%, 0 0, 100% 0;
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 10px 2px, 10px 2px, 2px 10px, 2px 10px;
        top: -21%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block !important;
        height: 32px;
        width: 2px
    }

    .chain-sec .chain-wrap .chain-box {
        width: calc(100% - 22px);
        max-width: 600px;
        margin: 0 auto 38px
    }

    .chain-sec .chain-row:nth-child(2):after {
        width: 2px;
        height: 32px;
        left: 50%;
        top: -21px
    }

    .chain-sec .chain-wrap .chain-box:after {
        width: 2px;
        height: 32px;
        left: 50%;
        top: -17px
    }

    .chain-sec .chain-wrap .chain-box.bg-grey:after {
        display: none
    }
}

@media screen and (max-width:991px) {
    .chain-sec .chain-wrap .chain-box {
        width: calc(100% - 22px)
    }

    .chain-sec .chain-wrap .chain-box:after {
        width: 2px;
        height: 32px;
        left: 50%;
        top: -17px
    }

    .bg-oval {
        min-width: 124px;
        min-height: 124px;
        max-height: 124px;
        border-radius: 10px !important
    }

    .chain-sec .chain-wrap .chain-box.bg-grey:before {
        width: 2px;
        left: 50%;
        top: -16px;
        position: absolute;
        content: "";
        height: 32px;
        background-image: -o-linear-gradient(left, #bb8b2a 60%, transparent 50%), -o-linear-gradient(left, #bb8b2a 60%, transparent 60%), -o-linear-gradient(top, #bb8b2a 60%, transparent 60%), -o-linear-gradient(top, #bb8b2a 60%, transparent 60%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #bb8b2a), color-stop(0, transparent)), -webkit-gradient(linear, left top, right top, color-stop(60%, #bb8b2a), color-stop(0, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(60%, #bb8b2a), color-stop(0, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(60%, #bb8b2a), color-stop(0, transparent));
        background-image: -o-linear-gradient(left, #bb8b2a 60%, transparent 0), -o-linear-gradient(left, #bb8b2a 60%, transparent 0), -o-linear-gradient(top, #bb8b2a 60%, transparent 0), -o-linear-gradient(top, #bb8b2a 60%, transparent 0);
        background-image: linear-gradient(90deg, #bb8b2a 60%, transparent 0), linear-gradient(90deg, #bb8b2a 60%, transparent 0), linear-gradient(180deg, #bb8b2a 60%, transparent 0), linear-gradient(180deg, #bb8b2a 60%, transparent 0);
        background-position: 0 0, 0 100%, 0 0, 100% 0;
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 10px 2px, 10px 2px, 2px 10px, 2px 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        min-height: auto
    }
}

.chain-sec .chain-wrap .chain-box:last-child:after {
    display: none !important
}

@media screen and (max-width:575px) {
    .chain-sec {
        margin-top: 0
    }
}

@media screen and (min-width:1281px) {
    .chain-box {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .bg-oval {
        max-width: 173px
    }
}

.page-wrapper .cpf-hero-banner .swiper-slide .slider-contents .btn-primary {
    background-color: #bb8b2a;
    color: #fff;
    border: 1px solid #bb8b2a;
    font-size: 15px;
    min-width: 292px;
    padding: 17px 45px
}

@media screen and (max-width:991px) {
    .page-wrapper .cpf-hero-banner .swiper-slide .slider-contents .btn-primary {
        padding: 10px 25px
    }
}

@media screen and (max-width:575px) {
    .page-wrapper .cpf-hero-banner .swiper-slide .slider-contents .btn-primary {
        min-width: 207px
    }
}

.page-wrapper .cpf-hero-banner .swiper-slide .slider-contents .btn-primary:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #bb8b2a
}

.page-wrapper .divide-col .two-col-wrap-inner .cpf-col-right {
    background: url(../images/bg-1.jpg) no-repeat;
    background-size: contain;
    margin-top: 0;
    margin-bottom: 0
}

@media screen and (max-width:1280px) {
    .page-wrapper .divide-col .two-col-wrap-inner .cpf-col-right {
        min-height: 350px;
        margin-top: 20px
    }
}

@media screen and (max-width:1199px) {
    .page-wrapper .divide-col .two-col-wrap-inner .cpf-col-right {
        min-height: 350px;
        margin: 25px auto 0;
        width: 100%;
        background-position: center;
    }
}

@media screen and (max-width:576px) {
    .page-wrapper .divide-col .two-col-wrap-inner .cpf-col-right {
        background-size: cover;
    }
}

.page-wrapper .divide-col .why-speak {
    position: relative;
    padding: 35px 30px;
    margin-top: 7px;
    margin-bottom: 25px
}

@media screen and (max-width:767px) {
    .page-wrapper .divide-col .why-speak {
        padding: 35px 15px
    }
}

@media screen and (min-width:1200px) {
    .page-wrapper .divide-col .why-speak .speak-wrap {
        margin-right: 20px
    }
}

.page-wrapper .divide-col .why-speak .speak-wrap p {
    margin-top: 50px;
    text-align: center;
    color: #fff;
    line-height: 1.5
}

.page-wrapper .divide-col .why-speak .speak-wrap .four-col {
    margin-top: 32px;
    margin-bottom: 15px
}

.page-wrapper .divide-col .why-speak .speak-wrap .four-col .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

@media screen and (max-width:1199px) {
    .page-wrapper .divide-col .why-speak .speak-wrap .four-col .col-wrap {
        margin: 0 -15px
    }
}

.page-wrapper .divide-col .why-speak .speak-wrap .four-col .col-wrap .col {
    padding: 20px;
    margin: 15px 12px;
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(25% - 24px);
    background: #fff
}

@media screen and (max-width:1199px) {
    .page-wrapper .divide-col .why-speak .speak-wrap .four-col .col-wrap .col {
        width: calc(50% - 24px)
    }
}

@media screen and (max-width:575px) {
    .page-wrapper .divide-col .why-speak .speak-wrap .four-col .col-wrap .col {
        width: calc(100% - 24px)
    }
}

.page-wrapper .divide-col .why-speak .speak-wrap .four-col .col-wrap .col .icon-wrap {
    max-width: 90px;
    max-height: 80px;
    margin: 0 auto 22px
}

.page-wrapper .divide-col .why-speak .speak-wrap .four-col .col-wrap .col h4 {
    color: #000;
    font-size: 15px;
    font-size: .9375rem;
    margin: 0 auto;
    max-width: 200px;
    text-align: center;
    line-height: 1.4
}

.page-wrapper .divide-col .why-speak .speak-wrap strong {
    color: #fff
}

.page-wrapper .divide-col .speak-bg {
    background-repeat: no-repeat;
    position: relative;
    margin: 0
}

.page-wrapper .divide-col .speak-bg:before {
    display: none
}

.page-wrapper .divide-col .speak-bg.bgColor:after {
    content: "";
    position: absolute;
    background: #249b91;
    opacity: .95;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0
}

.page-wrapper .divide-col .speak-bg .speak-wrap {
    z-index: 2;
    position: relative
}

.page-wrapper .divide-col .speak-bg .speak-wrap .heading h2 {
    color: #fff
}

.page-wrapper .divide-col .speak-bg .speak-wrap ul {
    padding-left: 17px;
    margin: 0
}

.page-wrapper .divide-col .speak-bg .speak-wrap li,
.page-wrapper .divide-col .speak-bg .speak-wrap p {
    color: #fff
}

.page-wrapper .divide-col .speak-bg .speak-wrap .cta-hold {
    text-align: center;
    margin-top: 18px
}

.page-wrapper .divide-col .speak-bg .speak-wrap .cta-hold .btn-primary {
    padding: 17px 27px;
    margin-right: 20px;
    border: 1px solid #fff;
    background: #ec6806;
    color: #fff
}

.page-wrapper .divide-col .speak-bg .speak-wrap .cta-hold .btn-primary:hover {
    /*background: #fff;*/
    /*color: #bb8b2a*/
    opacity: 0.8;
}

.page-wrapper .divide-col .speak-bg .speak-wrap .content-wrap p {
    text-align: left;
    margin-top: 12px
}

@media screen and (max-width:768px) {
    .page-wrapper .divide-col .speak-bg .speak-wrap .content-wrap p {
        margin-top: 15px
    }
}

.page-wrapper .divide-col .speak-bg a {
    color: #991c36
}

.page-wrapper .divide-col .speak-bg a:hover {
    color: #fff
}

@media screen and (min-width:1200px) {
    .page-wrapper .divide-col .faq-accordion-wrap {
        margin-right: 50px
    }
}

.page-wrapper .divide-col .faq-accordion-wrap .accodion-wrapper {
    margin-top: 50px;
    margin-bottom: 30px
}

.page-wrapper .divide-col .faq-accordion-wrap .accodion-wrapper .header {
    padding: 12px 50px 12px 12px;
    background-image: linear-gradient(0deg, #22948b, #2bbaae) !important;
    margin-bottom: 10px;
    border-radius: 10px;
    border: none
}

@media screen and (max-width:991px) {
    .page-wrapper .divide-col .faq-accordion-wrap .accodion-wrapper .header {
        min-height: 48px;
        padding: 12px 60px 12px 12px
    }
}

.page-wrapper .divide-col .faq-accordion-wrap .accodion-wrapper .header h4 {
    color: #fff;
    line-height: 1.31;
    font-size: 18px;
    font-size: 1.125rem
}

.page-wrapper .divide-col .faq-accordion-wrap .accodion-wrapper .header span.arrow:after {
    background: url(../images/down-arr.png) no-repeat;
    top: 8px;
    right: 20px;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media screen and (max-width:991px) {
    .page-wrapper .divide-col .faq-accordion-wrap .accodion-wrapper .header span.arrow:after {
        right: 12px
    }
}

.page-wrapper .divide-col .faq-accordion-wrap .accodion-wrapper .header span.arrow.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.page-wrapper .divide-col .faq-accordion-wrap .accodion-wrapper .content {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 15px;
    padding: 10px 15px 17px
}

.page-wrapper .divide-col .faq-accordion-wrap .accodion-wrapper .content p {
    color: #000;
    line-height: 2;
    font-size: 16px;
    font-size: 1rem
}

.page-wrapper .divide-col .faq-accordion-wrap .accodion-wrapper .content p:last-child {
    margin: 0
}

.page-wrapper .divide-col .faq-accordion-wrap .accodion-wrapper .cta-hold {
    margin-top: 38px;
    text-align: center
}

.page-wrapper .divide-col .faq-accordion-wrap .accodion-wrapper .cta-hold .btn-primary {
    border: 1px solid #bb8b2a;
    -webkit-box-shadow: 0 4px 5px 0 rgba(48, 69, 143, .5);
    box-shadow: 0 4px 5px 0 rgba(48, 69, 143, .5);
    padding: 16px;
    min-width: 241px;
    background: #ec6806!important;
}

.page-wrapper .divide-col .faq-accordion-wrap.bg-grey {
    padding: 35px 30px 5px;
    margin-right: 0
}

@media screen and (max-width:991px) {
    .page-wrapper .divide-col .faq-accordion-wrap.bg-grey {
        padding: 35px 15px
    }
}

.page-wrapper .divide-col .faq-accordion-wrap.bg-grey p {
    line-height: 1.5;
    color: #000;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0
}

@media screen and (max-width:991px) {
    .page-wrapper .divide-col .faq-accordion-wrap.bg-grey .accodion-wrapper {
        margin-top: 20px;
        margin-bottom: 0
    }
}

.page-wrapper .divide-col .faq-accordion-wrap.bg-grey .accodion-wrapper .header {
    background-color: #bb8b2a;
        background-image: linear-gradient(
0deg
, #22948b, #2bbaae) !important;
}

.page-wrapper .divide-col .faq-accordion-wrap.bg-grey .accodion-wrapper .content {
    margin-top: -9px;
    padding: 18px 15px 17px
}

@media screen and (max-width:991px) {
    .page-wrapper .divide-col .faq-accordion-wrap.bg-grey .accodion-wrapper .content {
        padding: 22px 15px
    }
}

.page-wrapper .divide-col .faq-accordion-wrap.bg-grey .accodion-wrapper .content p {
    text-align: left;
    margin-top: 10px;
    font-size: 16px;
    font-size: 1rem
}

.page-wrapper .divide-col .faq-accordion-wrap.bg-grey .accodion-wrapper .content .content-acc {
    line-height: 2;
    margin-top: 25px
}

.page-wrapper .divide-col .faq-accordion-wrap.bg-grey .accodion-wrapper .content .content-acc ol,
.page-wrapper .divide-col .faq-accordion-wrap.bg-grey .accodion-wrapper .content .content-acc p {
    margin: 0
}

.page-wrapper .divide-col .faq-accordion-wrap.bg-grey .accodion-wrapper .content .content-acc ol li {
    counter-increment: list;
    list-style-type: none;
    position: relative
}

.page-wrapper .divide-col .faq-accordion-wrap.bg-grey .accodion-wrapper .content .content-acc ol li:before {
    color: #bb8b2a;
    content: counter(list) ".";
    left: -33px;
    position: absolute;
    text-align: right;
    width: 26px;
    font-family: proxima-nova, sans-serif
}

@media screen and (min-width:1200px) {
    .page-wrapper .divide-col .cpf-form-section {
        margin-right: 50px
    }
}

.page-wrapper .divide-col .cpf-form-section p.sub-heading {
    color: #000;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0;
    line-height: 1.5
}

.page-wrapper .divide-col .cpf-form-section p.sub-heading span {
    display: block
}

.page-wrapper .divide-col .cpf-form-section .form-wrapping-section {
    margin-top: 25px
}

.cpf-form-footer-section:after {
    left: 100%
}

.cpf-form-footer-section:after,
.cpf-form-footer-section:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f6fa;
    z-index: -9
}

.cpf-form-footer-section:before {
    right: 100%
}

.cpf-form-footer-section .footer-column {
    max-width: 100%;
    min-width: 100%;
    float: none;
    padding: 35px 0 20px
}

@media screen and (max-width:1024px) {
    .cpf-form-footer-section .footer-column {
        margin: 0
    }
}

.cpf-form-footer-section .footer-column * {
    color: #000
}

.cpf-form-footer-section .footer-column .footer-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 780px;
    margin: 0 auto
}

.cpf-form-footer-section .footer-column .footer-column-inner .content-block {
    width: 50%;
    text-align: center
}

.cpf-form-footer-section .footer-column .footer-column-inner .content-block a {
    color: #000;
    text-align: center;
    width: 100%
}

.footer-top.cpf-footer .footer-column {
    min-width: 100%;
    max-width: 100%;
    float: none;
    margin: 0
}

.footer-top.cpf-footer .footer-column h5 {
    text-align: center
}

.cpf-form-footer-section .contact-block a {
    text-align: center;
    font-family: proxima-nova, sans-serif
}

.cpf-form-footer-section .contact-block {
    text-align: center;
    float: none;
    color: #bb8b2a !important
}

@media screen and (max-width:538px) {
    .cpf-form-footer-section .contact-block {
        padding-bottom: 18px
    }
}

.cpf-form-footer-section .footer-column a:active,
.cpf-form-footer-section .footer-column a:focus,
.cpf-form-footer-section .footer-column a:hover {
    color: #bb8b2a;
    opacity: 1
}

.cpf-form-footer-section .footer-column .social-links {
    margin-bottom: 8px
}

@media screen and (max-width:1024px) {
    .cpf-form-footer-section .footer-column .social-links {
        margin-bottom: 8px
    }
}

.ty-section {
    text-align: center;
    padding: 70px 0 40px
}

@media screen and (min-width:1200px) {
    .ty-section {
        margin-right: 50px
    }
}

@media screen and (max-width:768px) {
    .ty-section {
        padding: 30px 0
    }
}

.ty-section .icon-wrap {
    max-width: 150px;
    max-height: 150px;
    margin: 0 auto
}

@media screen and (max-width:575px) {
    .ty-section .icon-wrap {
        max-width: 100px;
        max-height: 100px
    }
}

.ty-section .ty-content h3 {
    line-height: 1.54;
    color: #000;
    margin-top: 30px;
    margin-bottom: 5px
}

@media screen and (max-width:575px) {
    .ty-section .ty-content h3 {
        margin-top: 20px
    }
}

.ty-section .ty-content p {
    color: #000;
    font-size: 1.25rem
}

.ty-section .ty-content h5 {
    color: #000
}

.ty-section .ty-content span {
    color: #bb8b2a
}

.ty-section .ty-content .cta-hold {
    margin-top: 30px
}

.ty-section .ty-content .cta-hold .btn-primary {
    border: 1px solid #bb8b2a;
    -webkit-box-shadow: 0 4px 5px 0 rgba(48, 69, 143, .5);
    box-shadow: 0 4px 5px 0 rgba(48, 69, 143, .5);
    padding: 16px;
    max-width: 241px;
    min-width: 241px;
    margin-right: 12px
}

@media screen and (max-width:539px) {
    .ty-section .ty-content .cta-hold .btn-primary {
        max-width: 100%;
        min-width: 100%
    }
}

@media screen and (min-width:1200px) {
    .pavilion-section {
        margin-right: 50px
    }
}

.pavilion-section .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px
}

@media screen and (max-width:575px) {
    .pavilion-section .content-wrap {
        margin: 0 -10px
    }
}

.pavilion-section .content-wrap .row-theme {
    width: calc(25% - 50px);
    margin: 15px 25px;
    border-radius: 10px;
    text-align: center;
    padding: 20px
}

@media screen and (max-width:768px) {
    .pavilion-section .content-wrap .row-theme {
        width: calc(33.33333% - 50px)
    }
}

@media screen and (max-width:575px) {
    .pavilion-section .content-wrap .row-theme {
        width: calc(50% - 20px);
        margin: 15px 10px
    }
}

@media screen and (max-width:450px) {
    .pavilion-section .content-wrap .row-theme {
        width: calc(100% - 20px)
    }
}

.pavilion-section .content-wrap .row-theme p {
    margin: 0;
    padding-top: 15px;
    line-height: 1.5;
    font-family: proxima-nova, sans-serif;
    color: #000
}

.heading-two-col .heading-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:575px) {
    .heading-two-col .heading-icon {
        display: block;
        text-align: center
    }
}

.heading-two-col .heading-icon .icon-head {
    width: 120px;
    height: 120px;
    background: #21879a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: relative
}

@media screen and (max-width:575px) {
    .heading-two-col .heading-icon .icon-head {
        margin: 0 auto
    }
}

.heading-two-col .heading-icon .icon-head:before {
    position: absolute;
    content: "";
    width: 11.3px;
    height: 11.3px;
    background: #20869a;
    border-radius: 50%;
    bottom: -28px;
    left: 18px;
    z-index: 1
}

.heading-two-col .heading-icon .icon-head:after {
    position: absolute;
    content: "";
    width: 143px;
    height: 5px;
    border-radius: 35px;
    background-color: #d6daeb;
    left: 0;
    bottom: -25px
}

.heading-two-col .heading-icon .icon-head img {
    width: 100%;
    max-width: 80px;
    max-height: 80px
}

.heading-two-col .heading-icon h2 {
    color: #208780;
    margin-left: 40px;
    margin-bottom: 0;
    width: calc(100% - 120px)
}

@media screen and (max-width:768px) {
    .heading-two-col .heading-icon h2 {
        max-width: 100%
    }
}

@media screen and (max-width:575px) {
    .heading-two-col .heading-icon h2 {
        margin-top: 50px;
        width: 100%;
        margin-left: 0
    }
}

.heading-two-col p {
    margin-top: 35px
}

@media screen and (max-width:575px) {
    .heading-two-col p {
        margin-top: 0
    }
}

.listing-section {
    margin: 35px 0
}

.listing-section .listing-content-wrap {
    padding: 30px 0
}

@media screen and (max-width:1199px) {
    .listing-section .listing-content-wrap {
        padding: 0
    }
}

.listing-section .listing-content-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 10px 10px 50px
}

@media screen and (max-width:1199px) {
    .listing-section .listing-content-wrap ul {
        padding: 10px 10px 10px 15px
    }
}

.listing-section .listing-content-wrap ul li {
    width: 33.33333%;
    padding-bottom: 20px;
    line-height: 1.5;
    padding-right: 30px;
    font-size: 1rem
}

@media screen and (max-width:1366px) {
    .listing-section .listing-content-wrap ul li {
        width: 50%
    }
}

@media screen and (max-width:1199px) {
    .listing-section .listing-content-wrap ul li {
        width: 33.33333%
    }
}

@media screen and (max-width:991px) {
    .listing-section .listing-content-wrap ul li {
        width: 50%
    }
}

@media screen and (max-width:575px) {
    .listing-section .listing-content-wrap ul li {
        width: 100%
    }
}

.listing-section .listing-content-wrap .listing-content__heading {
    border-radius: 10px;
    background: #1f859b;
    color: #fff;
    padding: 10px 34px
}

@media screen and (max-width:1199px) {
    .listing-section .listing-content-wrap .listing-content__heading {
        padding: 10px 15px
    }
}

.listing-section .listing-content-wrap .icon-section {
    margin: 0 -11px
}

.listing-section .listing-content-wrap .icon-section .section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.listing-section .listing-content-wrap .icon-section .section-wrapper .row-icon {
    width: calc(20% - 22px);
    margin: 11px;
    text-align: center;
    padding: 34px 0;
    border-radius: 10px
}

@media screen and (max-width:991px) {
    .listing-section .listing-content-wrap .icon-section .section-wrapper .row-icon {
        width: calc(33.33333% - 22px)
    }
}

@media screen and (max-width:650px) {
    .listing-section .listing-content-wrap .icon-section .section-wrapper .row-icon {
        width: calc(50% - 22px)
    }
}

@media screen and (max-width:450px) {
    .listing-section .listing-content-wrap .icon-section .section-wrapper .row-icon {
        width: calc(100% - 22px)
    }
}

.listing-section .listing-content-wrap .icon-section .section-wrapper .row-icon .icon-wrap {
    max-width: 80px;
    max-height: 80px;
    margin: 0 auto
}

.listing-section .listing-content-wrap .icon-section .section-wrapper .row-icon h6 {
    margin: 0;
    padding-top: 20px;
    color: #000;
    line-height: 1.25
}

@media screen and (max-width:1199px) {
    .listing-section.bg-grey {
        padding: 25px 15px 30px !important
    }
}

.cpf-site.site-footer:after,
.cpf-site.site-footer:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-repeat: no-repeat;
    z-index: -9
}

.cpf-site.site-footer:after {
    right: -880px
}

@media screen and (max-width:991px) {
    .cpf-site.site-footer:after {
        right: -50px
    }
}

.cpf-site.site-footer:before {
    left: -210px
}

.cpf-site {
    position: relative;
    background-color: #bb8b2a
}

.four-col-attend.in-container.bg-grey {
    margin-right: 0;
    padding: 30px
}

@media screen and (min-width:1200px) {
    .four-col-attend.in-container.bg-grey {
        padding-right: 50px
    }
}

.four-col-criteria.why-attend-section {
    margin: 27px 0 5px
}

@media screen and (min-width:992px) {
    .four-col-criteria.why-attend-section .heading h2 {
        max-width: 320px
    }
}

.four-col-criteria.why-attend-section .criteria-wrap.attend-wrapper .content-wrap {
    margin: 0 -10px;
    width: 100%
}

@media screen and (max-width:991px) {
    .four-col-criteria.why-attend-section .criteria-wrap.attend-wrapper .content-wrap {
        margin: 0
    }
}

.four-col-criteria.why-attend-section .criteria-wrap.attend-wrapper .content-wrap .contents {
    width: calc(25% - 20px);
    margin: 0 10px 24px
}

@media screen and (max-width:1366px) {
    .four-col-criteria.why-attend-section .criteria-wrap.attend-wrapper .content-wrap .contents {
        width: calc(50% - 20px)
    }
}

@media screen and (max-width:1199px) {
    .four-col-criteria.why-attend-section .criteria-wrap.attend-wrapper .content-wrap .contents {
        width: calc(25% - 20px)
    }
}

@media screen and (max-width:991px) {
    .four-col-criteria.why-attend-section .criteria-wrap.attend-wrapper .content-wrap .contents {
        width: 50%;
        margin: 10px 0
    }
}

@media screen and (max-width:575px) {
    .four-col-criteria.why-attend-section .criteria-wrap.attend-wrapper .content-wrap .contents {
        width: 100%
    }
}

.four-col-criteria.why-attend-section .criteria-wrap.attend-wrapper .content-wrap .contents p {
    font-size: 15px;
    padding-left: 12px
}

.gastech-zone .heading span {
    display: block;
    line-height: 2.25
}

@media screen and (min-width:1200px) {
    .gastech-zone .three-col-bg {
        margin-right: 50px
    }
}

.gastech-zone .three-col-bg .bg-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px -15px 0
}

.gastech-zone .three-col-bg .bg-wrapper .row-sec {
    background-color: rgb(0 106 161);
    border-radius: 10px;
    padding: 23px 10px;
    width: calc(33.33333% - 30px);
    margin: 15px
}

@media screen and (max-width:1280px) {
    .gastech-zone .three-col-bg .bg-wrapper .row-sec {
        width: calc(100% - 30px)
    }
}

@media screen and (max-width:1199px) {
    .gastech-zone .three-col-bg .bg-wrapper .row-sec {
        width: calc(33.33333% - 30px)
    }
}

@media screen and (max-width:768px) {
    .gastech-zone .three-col-bg .bg-wrapper .row-sec {
        width: calc(100% - 30px)
    }
}

.gastech-zone .three-col-bg .bg-wrapper .row-sec h3 {
    color: #fff;
    font-size: 22px;
    padding-left: 20px;
    margin-bottom: 10px
}

.gastech-zone .three-col-bg .bg-wrapper .row-sec ul {
    margin: 0
}

.gastech-zone .three-col-bg .bg-wrapper .row-sec ul li {
    color: #fff;
    font-size: 1rem;
    padding-bottom: 10px
}

.gastech-zone .three-col-bg .bg-wrapper .row-sec * {
    color: #fff
}

.events-wrap-inner-page.two_col.bg-grey {
    padding: 30px 50px 30px 30px
}

@media screen and (max-width:1199px) {
    .events-wrap-inner-page.two_col.bg-grey {
        padding-right: 30px
    }
}

@media screen and (max-width:768px) {
    .events-wrap-inner-page.two_col.bg-grey {
        padding: 15px
    }
}

.events-wrap-inner-page.two_col.bg-grey .events-wrap-inner {
    margin-top: 35px
}

.events-wrap-inner-page.two_col .events-single.no-extend,
.events-wrap-inner-page.two_col .events-single.width-50 {
    width: calc(50% - 50px)
}

@media screen and (max-width:768px) {

    .events-wrap-inner-page.two_col .events-single.no-extend,
    .events-wrap-inner-page.two_col .events-single.width-50 {
        width: calc(50% - 20px);
        margin: 10px
    }

    .events-wrap-inner-page.two_col.bg-grey .events-wrap-inner {
        margin: 0 -10px
    }
}

@media screen and (max-width:575px) {

    .events-wrap-inner-page.two_col .events-single.no-extend,
    .events-wrap-inner-page.two_col .events-single.width-50 {
        width: calc(100% - 20px)
    }
}

.events-wrap-inner-page.two_col .events-single.no-extend .content .sec-content h5 {
    text-align: left;
    padding-top: 0;
    font-size: 18px
}

.events-wrap-inner-page.two_col .events-single.width-50 .content .sec-content h5 {
    padding-top: 0;
    font-size: 24px;
    text-align: center
}

.events-wrap-inner-page.two_col .events-single.no-extend .content,
.events-wrap-inner-page.two_col .events-single.width-50 .content {
    top: 80%
}

.events-wrap-inner-page.two_col .events-single.width-50:hover .content {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: 0
}

.events-wrap-inner-page.two_col .events-single.no-extend:hover .content {
    top: 80%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.events-wrap-inner-page.two_col .events-single.no-extend:hover .content h5,
.events-wrap-inner-page.two_col .events-single.width-50:hover .content h5 {
    padding: 0 0 18px
}

@media screen and (max-width:1500px) {

    .events-wrap-inner-page .events-single.no-extend:hover .content,
    .events-wrap-inner-page .events-single.width-50:hover .content,
    .events-wrap-inner-page.two_col .events-single.no-extend .content,
    .events-wrap-inner-page.two_col .events-single.width-50 .content {
        top: 80%
    }
}

@media screen and (max-width:1366px) {

    .events-wrap-inner-page.two_col .events-single.no-extend .content,
    .events-wrap-inner-page.two_col .events-single.no-extend:hover .content,
    .events-wrap-inner-page.two_col .events-single.width-50 .content,
    .events-wrap-inner-page.two_col .events-single.width-50:hover .content {
        top: 70%
    }
}

@media screen and (max-width:1024px) {

    .events-wrap-inner-page.two_col .events-single.no-extend .content,
    .events-wrap-inner-page.two_col .events-single.no-extend:hover .content,
    .events-wrap-inner-page.two_col .events-single.width-50 .content,
    .events-wrap-inner-page.two_col .events-single.width-50:hover .content {
        top: 0
    }

    .events-wrap-inner-page.two_col .events-single.no-extend .content h5,
    .events-wrap-inner-page.two_col .events-single.no-extend:hover .content h5,
    .events-wrap-inner-page.two_col .events-single.width-50 .content h5,
    .events-wrap-inner-page.two_col .events-single.width-50:hover .content h5 {
        padding: 0
    }
}

.three-col-exhibit.sponsor {
    background-size: cover;
    background-repeat: no-repeat
}

.three-col-exhibit.sponsor .exhibit-zone .exhibit-wrap .exhibit-inner .content-row p {
    max-width: 204px
}

.four-col-icon-wrapper {
    margin-top: 35px
}

@media screen and (max-width:768px) {
    .four-col-icon-wrapper .content-wrap {
        margin: 0 -10px
    }
}

.four-col-icon-wrapper .content-wrap .row-theme .img-wrap {
    margin-bottom: 12px
}

.four-col-icon-wrapper .content-wrap .row-theme img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.four-col-icon-wrapper .content-wrap .row-theme:hover img {
    -webkit-transform: scale(1.13);
    -ms-transform: scale(1.13);
    transform: scale(1.13);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

@media screen and (max-width:768px) {
    .four-col-icon-wrapper .content-wrap .row-theme {
        width: calc(50% - 20px);
        margin: 15px 10px
    }
}

@media screen and (max-width:450px) {
    .four-col-icon-wrapper .content-wrap .row-theme {
        width: calc(100% - 20px)
    }
}

@media screen and (min-width:1200px) {
    .package_sec {
        margin-right: 50px
    }
}

.package_sec .single-col-wide {
    border-radius: 10px;
    margin-top: 0px
}

.package_sec .single-col-wide h2 {
    border-radius: 10px 10px 0 0;
    line-height: 1.68;
    color: #fff;
    background-color: #343434;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    margin: 0
}

.package_sec .single-col-wide .desc {
    padding: 30px 74px
}

@media screen and (max-width:1580px) {
    .package_sec .single-col-wide .desc {
        padding: 30px
    }
}

@media screen and (max-width:450px) {
    .package_sec .single-col-wide .desc {
        padding: 30px 15px
    }
}

.package_sec .single-col-wide .desc p {
    color: #000
}

.package_sec .single-col-wide .desc .btn-wrapper {
    padding-top: 12px
}

@media screen and (max-width:768px) {
    .package_sec .single-col-wide .desc .btn-wrapper {
        text-align: center
    }
}

.package_sec .single-col-wide .desc .btn-wrapper * {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    line-height: 2.1;
    font-size: 15px
}

.package_sec .single-col-wide .desc .btn-wrapper span {
    border-radius: 0;
    padding: 9px;
    display: inline-block;
    background-color: #ec6806;
    margin-right: 8px;
    margin-bottom: 8px;
    min-width: 150px;
    text-align: center
}

@media screen and (max-width:450px) {
    .package_sec .single-col-wide .desc .btn-wrapper span {
        width: 100%
    }
}

.package_sec .single-col-wide .desc .btn-wrapper .diamond {
    background: #ec6806;
}

.package_sec .single-col-wide .desc .btn-wrapper .platinum {
    background-color:#ec6806
}

.package_sec .single-col-wide .desc .btn-wrapper .gold {
    background-color: #ec6806
}

.package_sec .single-col-wide .desc .btn-wrapper .silver {
    background-color: #ec6806
}

.package_sec .single-col-wide .desc .btn-wrapper .bronze {
    background-color: #ec6806
}

.package_sec .btn-reg {
    text-align: center;
    margin-top: 35px
}

.two-col-wrap-inner .right-side.video-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0;
    overflow: hidden;
}

@media screen and (min-width:1200px) {
    .four-col-attend.about-gas-col {
        margin-right: 50px
    }
}

.four-col-attend.about-gas-col .four-col-wrap {
    padding-bottom: 0
}

.four-col-attend.about-gas-col .four-col-wrap .content-row .content {
    min-height: auto;
    padding: 20px 20px 30px
}

.four-col-attend.about-gas-col .four-col-wrap .content-row .content h2 {
    line-height: 1;
    font-size: 50px;
    margin-bottom: 25px
}

.four-col-attend.about-gas-col .four-col-wrap .content-row .content h2 sup {
    top: -19px;
    font-size: 25px
}

.four-col-attend.about-gas-col .four-col-wrap .content-row .content p {
    margin: 0;
    line-height: 1.22;
    font-size: 17px
}

.contact-us-wrap .Contact-two-col .contact-row {
    border-radius: 10px
}

.contact-us-wrap .Contact-two-col .contact-row .contact-content .contact-detail .contact-list .desc {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.contact-us-wrap .Contact-two-col .contact-row .contact-content .contact-detail .contact-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-us-wrap .Contact-two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -25px 0
}

@media screen and (min-width:1200px) {
    .contact-us-wrap .Contact-two-col {
        margin-right: 24px
    }
}

@media screen and (max-width:1620px) {
    .contact-us-wrap .Contact-two-col {
        margin: 0
    }
}

@media screen and (max-width:1024px) {
    .contact-us-wrap .Contact-two-col {
        margin: 0 -15px
    }
}

.contact-us-wrap .Contact-two-col .contact-row {
    width: calc(50% - 50px);
    margin: 15px 25px
}

@media screen and (max-width:1024px) {
    .contact-us-wrap .Contact-two-col .contact-row {
        margin: 15px;
        width: calc(50% - 30px)
    }
}

@media screen and (max-width:640px) {
    .contact-us-wrap .Contact-two-col .contact-row {
        width: calc(100% - 30px)
    }
}

.contact-us-wrap .Contact-two-col .contact-row h3 {
    background-color: #22948b;
    color: #fff;
    line-height: 1.68;
    font-size: 23px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    margin: 0;
    padding: 17px
}

@media screen and (max-width:1460px) {
    .contact-us-wrap .Contact-two-col .contact-row h3 {
        font-size: 18px
    }
}

.contact-us-wrap .Contact-two-col .contact-row .contact-content {
    padding: 14px 30px 20px
}

@media screen and (max-width:1600px) {
    .contact-us-wrap .Contact-two-col .contact-row .contact-content {
        padding: 14px 20px 20px
    }
}

.contact-us-wrap .Contact-two-col .contact-row .contact-content h4 {
    color: #000;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px
}

.contact-us-wrap .Contact-two-col .contact-row .contact-content .contact-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:1460px) {
    .contact-us-wrap .Contact-two-col .contact-row .contact-content .contact-detail {
        display: block;
        margin-top: 15px
    }
}

.contact-us-wrap .Contact-two-col .contact-row .contact-content .contact-detail .contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact-us-wrap .Contact-two-col .contact-row .contact-content .contact-detail .contact-list:last-child {
    margin-right: 0
}

@media screen and (max-width:1460px) {
    .contact-us-wrap .Contact-two-col .contact-row .contact-content .contact-detail .contact-list {
        padding-bottom: 10px;
        width: 100%;
        margin-right: 0
    }

    .contact-us-wrap .Contact-two-col .contact-row .contact-content .contact-detail .contact-list:last-child {
        padding-bottom: 0
    }
}

.contact-us-wrap .Contact-two-col .contact-row .contact-content .contact-detail .contact-list .icon-wrap {
    width: 25px
}

.contact-us-wrap .Contact-two-col .contact-row .contact-content .contact-detail .contact-list .icon-wrap img {
    width: 25px;
    height: 20px
}

.contact-us-wrap .Contact-two-col .contact-row .contact-content .contact-detail .contact-list .desc {
    padding-left: 5px;
    max-width: calc(100% - 25px);
    white-space: nowrap
}

.contact-us-wrap .Contact-two-col .contact-row .contact-content .contact-detail .contact-list .desc a {
    color: #000;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    word-break: break-all
}

.co-chair-static {
    margin-bottom: 15px
}

.co-chair-static .co-chair-two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 50px;
}

@media screen and (max-width:1280px) {
    .co-chair-static .co-chair-two-col {
        display: block;
        margin: 0 76px 0 0
    }
}

@media screen and (max-width:1199px) {
    .co-chair-static .co-chair-two-col {
        margin: 0
    }
}

.co-chair-static .co-chair-two-col .col-left {
    width: calc(50% - 50px);
}

@media screen and (max-width:1280px) {
    .co-chair-static .co-chair-two-col .col-left {
        width: 100%;
        margin-bottom: 30px
    }
}

@media screen and (max-width:1199px) {
    .co-chair-static .co-chair-two-col .col-left {
        margin-left: 0
    }
}

.co-chair-static .co-chair-two-col .col-left .left-contents h3 {
    background: #bb8b2a;
    color: #fff;
    -webkit-text-stroke: 1px hsla(0, 0%, 43.9%, 0);
    font-size: 19px;
    line-height: 1.2;
    padding: 22px 15px;
    border-radius: 10px;
    text-align: center
}

.co-chair-static .co-chair-two-col .col-left .left-contents .chair-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

@media screen and (max-width:575px) {
    .co-chair-static .co-chair-two-col .col-left .left-contents .chair-split {
        display: block;
        margin: 0 -10px
    }
}

.co-chair-static .co-chair-two-col .col-left .left-contents .chair-split .split-desc {
    width: calc(50% - 50px);
    margin: 10px 25px;
    border-radius: 10px;
    padding: 20px
}

@media screen and (max-width:575px) {
    .co-chair-static .co-chair-two-col .col-left .left-contents .chair-split .split-desc {
        width: calc(100% - 20px);
        margin: 10px
    }
}

.co-chair-static .co-chair-two-col .col-left .left-contents .chair-split .split-desc .img-sec {
    max-width: 156px;
    max-height: 156px;
    margin: 0 auto;
    border-radius: 50%;
    min-height: 156px
}

.co-chair-static .co-chair-two-col .col-left .left-contents .chair-split .split-desc .img-sec img {
    border-radius: 50%;
    min-height: 156px
}

.co-chair-static .co-chair-two-col .col-left .left-contents .chair-split .split-desc .desc {
    text-align: center
}

.co-chair-static .co-chair-two-col .col-left .left-contents .chair-split .split-desc .desc h4 {
    color: #249b91;
    font-size: 17px;
    margin-top: 17px;
    margin-bottom: 10px
}

.co-chair-static .co-chair-two-col .col-left .left-contents .chair-split .split-desc .desc p {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 15px;
    min-height: 70px
}

.btn-primary.black {
    background: #EC6806;
    padding: 8px 37px;
     border: 1px solid #EC6806!important;
}

.btn-primary.black:hover {
        background: #fff;
    color: #EC6806!important;
   
}

.co-chair-slider {
    margin-top: 15px;
    margin-bottom: 25px;
    width: calc(100% - 25px);
    margin-left: 25px
}

@media screen and (max-width:1199px) {
    .co-chair-slider {
        width: 100%;
        margin-left: 0
    }
}

.co-chair-slider .co-chair-inner-wrap {
    position: relative
}

@media screen and (min-width:1200px) {
    .co-chair-slider .co-chair-inner-wrap {
        margin-right: 25px
    }
}

.co-chair-slider .co-chair-inner-wrap h3 {
    background: #bb8b2a;
    color: #fff;
    -webkit-text-stroke: 1px hsla(0, 0%, 43.9%, 0);
    font-size: 19px;
    line-height: 1.2;
    padding: 22px 15px;
    border-radius: 10px;
    text-align: center
}

.co-chair-slider .co-chair-inner-wrap .co-chair-list {
    max-width: 82%;
    margin: 0 auto;
    position: static
}

.co-chair-slider .co-chair-inner-wrap .co-chair-list .testimonial-wrap-inner {
    margin-bottom: 68px
}

.co-chair-slider .co-chair-inner-wrap .co-chair-list .testimonial-wrap-inner .co-chair-single .split-desc {
    margin: 10px 0;
    width: 100%;
    border-radius: 10px;
    padding: 20px 38px
}

.co-chair-slider .co-chair-inner-wrap .co-chair-list .testimonial-wrap-inner .co-chair-single .split-desc .img-sec {
    max-width: 156px;
    max-height: 156px;
    margin: 0 auto;
    border-radius: 50%;
    min-height: 156px
}

.co-chair-slider .co-chair-inner-wrap .co-chair-list .testimonial-wrap-inner .co-chair-single .split-desc .img-sec img {
    border-radius: 50%;
    min-height: 156px
}

.co-chair-slider .co-chair-inner-wrap .co-chair-list .testimonial-wrap-inner .co-chair-single .split-desc .desc {
    text-align: center
}

.co-chair-slider .co-chair-inner-wrap .co-chair-list .testimonial-wrap-inner .co-chair-single .split-desc .desc h4 {
    color: #bb8b2a;
    font-size: 17px;
    margin-top: 17px;
    margin-bottom: 10px
}

.co-chair-slider .co-chair-inner-wrap .co-chair-list .testimonial-wrap-inner .co-chair-single .split-desc .desc p {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 15px;
    min-height: 50px
}

.co-chair-list .swiper-pagination {
    bottom: 0;
    z-index: 2
}

.co-chair-list .swiper-pagination .swiper-pagination-bullet {
    width: 14.9px;
    height: 14.9px;
    background-color: #333
}

.co-chair-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 44.7px;
    height: 14.9px;
    background-color: #bb8b2a;
    border-radius: 10px
}

.co-chair-list .swiper-button-next,
.co-chair-list .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    border: 1px solid #bb8b2a;
    border-radius: 50%;
    outline: none;
    z-index: 2
}

.co-chair-list .swiper-button-prev {
    left: 0
}

.co-chair-list .swiper-button-next {
    right: 0
}

.co-chair-list .swiper-button-prev:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 37%;
    left: -2px
}

.co-chair-list .swiper-button-next:after,
.co-chair-list .swiper-button-prev:after {
    content: "";
    background: url(../images/arrow1.svg);
    position: absolute;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat
}

.co-chair-list .swiper-button-next:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    right: -2px;
    top: -2px
}

.whatsapp-broadcast {
    margin-top: 50px
}

.col-broadcast-wrapper {
    margin-bottom: 35px
}

@media screen and (min-width:1200px) {
    .col-broadcast-wrapper {
        margin-right: 50px
    }
}

.col-broadcast {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.col-broadcast-outer {
    width: 50%;
    padding: 0 15px
}

.col-bradcast-counter {
    background: #bb8b2a;
    border-radius: 10px;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.counter-list {
    background-color: #000;
    position: absolute;
    -webkit-box-shadow: 4px 4px 20px 0 rgba(48, 69, 147, .15);
    box-shadow: 4px 4px 20px 0 rgba(48, 69, 147, .15);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    left: 50%;
    top: -19px
}

.icon-text-area {
    padding: 35px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 150px;
    width: 100%
}

.icon-text-inner strong {
    color: #fff
}

.icon-text-inner {
    padding-left: 95px;
    color: #fff
}

.icon-inner {
    position: absolute;
    left: 30px;
    max-width: 80px;
    max-height: 80px
}

.icon-text-inner.size-1 {
    font-size: 18px
}

.icon-text-inner.size-2 {
    font-size: 15px
}

@media (max-width:1199px) {
    .col-broadcast {
        padding-right: 0;
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (max-width:767px) {
    .col-broadcast-outer {
        width: 100%;
        margin-bottom: 40px
    }

    .col-broadcast-outer:last-child {
        margin-bottom: 10px
    }
}

.time-des-list {
    margin-top: 70px
}

.time-des-list ul {
    padding-left: 0;
    margin-bottom: 0
}

.time-des-list ul li {
    display: inline-block;
    margin-right: 45px
}

.time-des-list ul li img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.webinar-speaker {
    padding-top: 0;
    margin-top: 40px
}

@media (min-width:1300px) {
    .webinar-speaker .swiper-pagination {
        display: none
    }
}

.webinar-speaker .speakers-list {
    padding-top: 0
}

@media (min-width:1300px) {
    .webinar-speaker .speakers-list {
        padding-bottom: 0
    }
}

.webinar-btn {
    margin-bottom: 0
}

.watch-webinar {
    text-align: center;
    margin-top: 23px
}

.watch-webinar .webinar-btn {
    background: transparent;
    color: #000;
    border: 1px solid #bb8b2a;
    margin-bottom: 0
}

.description-wrapper {
    margin-top: 70px
}

@media (min-width:1200px) {
    .description-wrapper {
        margin-right: 50px
    }
}

.description-outer {
    margin-top: 60px
}

.description-outer p {
    color: #000
}

.description-outer ul {
    margin-top: 30px;
    padding-left: 0
}

.description-outer ul li {
    margin-bottom: 15px;
    position: relative;
    list-style: none;
    padding-left: 20px
}

.description-outer ul li:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background: #bb8b2a;
    left: 0;
    top: 10px;
    border-radius: 50%
}

.webinar-head h5 {
    background-image: linear-gradient(0deg, #b38528, #d3a23f);
    border-radius: 10px;
    font-size: 1.0625rem;
    color: #fff;
    font-weight: 400;
    font-family: proxima-nova, sans-serif;
    padding: 16px 30px
}

.watch-now {
    margin-top: 3.125rem
}

.watch-now .watch-btn {
    -webkit-box-shadow: 4px 4px 20px 0 rgba(0, 114, 120, .2);
    box-shadow: 4px 4px 20px 0 rgba(0, 114, 120, .2);
    background-color: #fff;
    color: #304590
}

.seminar-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.seminar-wrapper {
    margin-top: 70px
}

@media (min-width:1200px) {
    .seminar-wrapper {
        margin-right: 50px
    }
}

.hover-me .center-btn a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 9;
    position: relative
}

.hover-me .center-btn:before {
    position: absolute;
    content: "";
    height: 101%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .6
}

.hover-me .center-btn img {
    max-width: 45px
}

.seminar-img {
    width: 45%
}

@media (max-width:767px) {
    .seminar-img {
        width: 100%
    }
}

.hover-me .hoverimage {
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease
}

.seminar-time-block {
    width: 55%;
    padding-left: 40px
}

@media (max-width:767px) {
    .seminar-time-block {
        width: 100%;
        padding-left: 0;
        margin-top: 30px
    }
}

.reg-block p {
    color: #000
}

.hover-me:hover .hoverimage {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.seminar-img-inner {
    overflow: hidden;
    border-radius: 10px;
    position: relative
}

.hover-me .center-btn {
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    height: 100%;
    max-width: 100%
}

.hover-me:hover .center-btn {
    opacity: 1
}

.sem-time {
    margin-bottom: 20px
}

.sem-time,
.sem-time ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sem-time ul {
    padding-left: 0;
    margin-bottom: 0
}

.sem-time ul li {
    list-style: none;
    margin-right: 20px
}

.sem-time ul li img {
    max-width: 16px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.reg-block h4 {
    font-weight: 400;
    font-family: proxima-nova, sans-serif;
    color: #bb8b2a
}

.reg-btn {
    margin-top: 33px
}

.reg-btn .btn-primary {
    background: transparent;
    border: 1px solid #bb8b2a;
    color: #000;
    min-width: 240px
}

.upcoming-webinar-wrap .heading h2 {
    margin-bottom: 60px
}

.three-col-webinar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width:767px) {
    .three-col-webinar {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.threecol-web-block {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .threecol-web-block {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:480px) {
    .threecol-web-block {
        width: 100%
    }
}

.white-textweb-block .threecol-web-block-inner {
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 20px 0 rgba(0, 114, 120, .2);
    box-shadow: 4px 4px 20px 0 rgba(0, 114, 120, .2);
    background-color: #bb8b2a
}

.upcomin-webinar-image {
    position: relative;
    overflow: hidden
}

.upcoming-webinar-calender ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0
}

.upcoming-webinar-calender-outer {
    padding: 18px 25px 25px
}

.upcoming-webinar-head h5 {
    margin-bottom: 0;
    font-size: .9375rem;
    line-height: 1.33
}

.white-textweb-block .upcoming-webinar-head h5 {
    color: #fff
}

.blue-textweb-block .upcoming-webinar-head h5 {
    color: #bb8b2a
}

.threecol-web-block-inner {
    height: 100%;
    overflow: hidden
}

.blue-textweb-block .threecol-web-block-inner {
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 20px 0 rgba(48, 69, 156, .2);
    box-shadow: 4px 4px 20px 0 rgba(0, 114, 120, .2);
    background-color: #fff
}

.upcoming-webinar-calender ul li {
    display: inline-block;
    font-size: .625rem;
    margin-right: 15px;
    margin-bottom: 1rem
}

.white-textweb-block .upcoming-webinar-calender ul li {
    color: #fff
}

.blue-textweb-block .upcoming-webinar-calender ul li {
    color: #000
}

.upcoming-webinar-calender ul li img {
    margin-right: 10px;
    max-width: 15px
}

.upcoming-webinar-wrap {
    background: #f5f6fa;
    padding: 50px 50px 20px 30px;
    margin-top: 60px
}

@media (max-width:1199px) {
    .upcoming-webinar-wrap {
        padding-right: 30px
    }
}

@media (max-width:767px) {
    .upcoming-webinar-wrap {
        margin-top: 30px
    }
}

.upcomin-webinar-image .center-btn {
    width: 100%;
    height: 100%
}

.upcomin-webinar-image .center-btn a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 9;
    position: relative
}

.demand-webinars {
    padding: 28px 0 10px
}

.demand-webinars .filter-wrap {
    margin-top: 50px
}

.about-filter-section .right-sec .filter-elements-wrapper p {
    background: #bb8b2a
}

.demand-section-wrap {
    border-top: .3px solid #707070;
    padding-top: 40px
}

.demand-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.demand-inner .threecol-web-block {
    width: 50%;
    padding-bottom: 95px;
    position: relative
}

@media (max-width:480px) {
    .demand-inner .threecol-web-block {
        width: 100%
    }
}

.demand-inner .threecol-web-block:nth-child(2n) .threecol-web-block-inner {
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 20px 0 rgba(0, 114, 120, .2);
    box-shadow: 4px 4px 20px 0 rgba(0, 114, 120, .2);
    background-color: #fff
}

.demand-inner .threecol-web-block:nth-child(2n) .upcoming-webinar-head h5 {
    color: #bb8b2a
}

.threecol-web-block .btn-primary {
    -webkit-box-shadow: 4px 4px 20px 0 rgba(0, 114, 120, .2);
    box-shadow: 4px 4px 20px 0 rgba(0, 114, 120, .2);
    background-color: #fff;
    color: #304590
}

.demand-watch {
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    text-align: center;
    left: 15px
}

@media (max-width:480px) {
    .demand-watch {
        position: static;
        width: 100%
    }
}

@media (max-width:480px) {
    .demand-inner .threecol-web-block-inner {
        height: auto
    }
}

.demand-watch .btn-primary {
    top: 0;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

@media (max-width:480px) {
    .demand-inner .threecol-web-block {
        padding-bottom: 0
    }
}

.demand-watch .btn-primary:hover {
    top: -9px !important;
    position: relative
}

.speaker-filter-section {
    padding-top: 10px
}

.about-filter-section.speaker-filter-section .filter-section-wrapper .btn-primary {
    border: 2px solid #000;
    background: #000;
    color: #fff;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .5)
}

.about-filter-section.speaker-filter-section .filter-section-wrapper .btn-primary:hover {
    background: transparent;
    color: #000
}

.speaker-filter-section .filter-wrap {
    margin-top: 60px
}

.about-filter-section.speaker-filter-section .exhibit-section-wrap {
    border: 0;
    border-top: .3px solid #707070;
    padding: 0
}

.about-filter-section.speaker-filter-section .right-sec .filter-elements-wrapper p {
    background: #000
}

.about-filter-section.speaker-filter-section .exhibitors-inner .exhibitor-item {
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 20px 0 rgba(48, 69, 147, .15);
    box-shadow: 4px 4px 20px 0 rgba(48, 69, 147, .15);
    background-color: #fff;
    border: 0
}

.about-filter-section.speaker-filter-section .exhibitors-inner {
    margin-left: -18px;
    margin-right: -18px;
    padding-top: 20px
}

.about-filter-section.speaker-filter-section .exhibitor-item p {
    font-size: 18px;
    color: #bb8b2a;
    margin-bottom: 0;
    padding-top: 10px;
    min-height: auto;
    font-family: proxima-nova, sans-serif
}

.about-filter-section.speaker-filter-section .exhibitor-item p.speaker-job {
    font-size: 12px;
    font-weight: 300;
    color: #000;
    font-family: proxima-nova, sans-serif
}

.about-filter-section.speaker-filter-section .exhibitor-item p.speaker-company {
    font-size: 12px;
    color: #000
}

.about-filter-section.speaker-filter-section .exhibit-section-wrap .exhibitor-item .btn-primary {
    margin-bottom: 0;
    background-color: #000;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .5);
    border: 2px solid #000;
    margin-top: 20px
}

.about-filter-section.speaker-filter-section .exhibit-section-wrap .exhibitor-item .btn-primary:hover {
    background: transparent;
    color: #000
}

.speaker-filter-section .exhibitor-item img {
    border-radius: 50%;
    margin: 0 auto 20px;
    display: block;
    height: auto;
    height: 156px;
    width: 156px;
    -o-object-fit: cover;
    object-fit: cover
}

.individual-speaker-wrap {
    margin-right: 50px;
    padding-top: 10px
}

@media (max-width:1199px) {
    .individual-speaker-wrap {
        margin-right: 0
    }
}

.individual-speaker-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.individual-speaker-block,
.individual-speaker-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.individual-speaker-content {
    height: 100%
}

.sp-logo {
    width: 100%;
    margin-bottom: 35px
}

.sp-content h3 {
    width: 100%;
    line-height: 1.2;
    text-align: left;
    color: #208780;
    margin-bottom: 10px
}

.individual-speaker-list {
    padding-left: 40px;
    max-width: calc(100% - 380px)
}

@media (max-width:767px) {
    .individual-speaker-list {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
        padding-left: 0
    }
}

.individual-speaker-img {
    max-width: 380px
}

.individual-speaker-img img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

@media (max-width:767px) {
    .sp-content {
        margin-top: 20px
    }
}

.sp-content h4 {
    line-height: 1.29;
    color: #000
}

.sp-content h4 span {
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    display: block
}

.bio-wrapper {
    margin-top: 60px
}

.bio-block {
    border-bottom: 1px solid #000
}

.bio-block-area {
    font-family: proxima-nova, sans-serif;
    color: #000;
    position: relative;
    padding-bottom: 10px
}

.bio-block-area,
.bio-block-area img {
    display: inline-block;
    vertical-align: middle
}

.bio-block-area:after {
    position: absolute;
    content: "";
    background: #006aa1;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 6px
}

.bio-content {
    padding-top: 35px;
    line-height: 1.5
}

.bio-content p {
    color: #000
}

.related-secssion-inner {
    display: inline-block;
    border-radius: 10px;
    padding: 20px;
    background-color: #000
}

.related-secssion-inner p {
    margin-bottom: 0;
    color: #fff
}

.related-secssion-inner h4 {
    margin-bottom: 10px;
    color: #fff
}

.related-secssion {
    margin-top: 30px
}

.gallery-wrapper {
    padding-top: 10px
}

@media (min-width:1200px) {
    .gallery-wrapper {
        margin-right: 50px
    }
    
}

.gallery-wrapper-inner .heading {
    padding-bottom: 17px
}

.gallery-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.gallery-group {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .gallery-group {
        width: 50%
    }
}

@media (max-width:480px) {
    .gallery-group {
        width: 100%
    }
}

.hide-image {
    display: none !important
}

.gallery-group-image a:before {
    opacity: .4;
    background-color: #000;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.gallery-group-image a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden
}

.gallery-category {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gallery-group-image a:hover .gallery-category {
    opacity: 0
}

.gallery-category {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.gallery-category h4 {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    margin-bottom: 0
}

.gallery-group-image a>img {
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    width: 100%
}

.gallery-group-image a:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

#html5-watermark,
.html5-elem-data-box {
    display: none !important
}

.mh-icon-close {
    background: url(../images/close.png);
    height: 49px;
    width: 49px;
    background-size: contain;
    margin: 20px;
    background-repeat: no-repeat;
    background-color: transparent !important
}

.mh-icon-close:before,
.mh-icon-left:before,
.mh-icon-right:before {
    display: none !important
}

#html5-close-fullscreen {
    outline: 0 !important
}

.yearTag {
    background: #bb8b2a;
    color: #fff !important
}

.press-release-wrapper {
    padding-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px
}

@media (max-width:1199px) {
    .press-release-wrapper {
        margin-right: -25px
    }
}

@media (min-width:1200px) {
    .press-release-wrapper {
        margin-right: 25px
    }
}

.press-relase-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.press-release-left {
    width: 60%;
    padding: 0 25px
}

@media (max-width:1440px) {
    .press-release-left {
        width: 100%
    }
}

.press-release-right {
    width: 40%;
    padding: 0 25px
}

@media (max-width:1440px) {
    .press-release-right {
        width: 100%;
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.press-release-wrapper .swiper-button-next,
.press-release-wrapper .swiper-button-prev {
    position: absolute;
    height: 50px;
    width: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 99999
}

.press-release-wrapper .swiper-button-next:after,
.press-release-wrapper .swiper-button-prev:after {
    background: url(../images/arrow1-white.svg);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%
}

.press-release-wrapper .swiper-button-prev:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.press-release-wrapper .swiper-button-next:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.press-release-wrapper .swiper-button-next {
    right: 20px
}

.press-release-wrapper .swiper-button-prev {
    left: 20px
}

.press-release-block {
    border: 1px solid #e3e3e3
}

.press-release-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 16px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: left;
    width: 100%
}

.press-release-content:before {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .79;
    background-color: #bb8b2a;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1
}

.press-release-location ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 10px
}

.press-release-location ul li {
    list-style: none;
    font-size: 15px;
    font-weight: 300;
    margin-right: 26px;
    color: #fff
}

.press-release-location ul li img {
    max-width: 16px;
    margin-right: 6px;
    height: auto;
    display: inline-block;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.press-release-content h3 {
    color: #fff;
    margin-bottom: 13px;
    font-size: 1.5625rem
}

.press-release-content p {
    color: #fff;
    margin-bottom: 0
}

@media (max-width:767px) {
    .press-relase-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.press-relase-list {
    border-radius: 10px
}

@media (max-width:767px) {
    .press-relase-list {
        height: auto;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
}

.small-block .press-release-content h3 {
    font-size: .938rem;
    margin-bottom: 0
}

.pres-rel-img img {
    width: 100%
}

.press-release-block.small-block {
    margin-bottom: 50px
}

@media (max-width:1440px) {
    .press-release-block.small-block {
        width: 50%;
        padding: 0 25px;
        margin-bottom: 0
    }
}

.press-release-block.small-block:last-child {
    margin-bottom: 0
}

.press-release-block.big-block,
.press-release-block.big-block .press-release-block-inner {
    height: 100%
}

@media (max-width:1440px) {
    .press-release-block-inner {
        position: relative
    }
}

.three-col-press {
    background-color: #f5f6fa;
    padding: 50px 50px 0;
    margin-top: 50px
}

.three-col-press-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px
}

.three-col-press-block {
    width: 33.33%;
    padding: 0 25px;
    margin-bottom: 50px
}

.three-col-press-location {
    background-color: #fff;
    padding: 16px 20px
}

.three-col-press-main {
    height: 100%;
    border: 1px solid #e3e3e3;
    background: #fff
}

.three-col-press-location ul li {
    list-style: none;
    font-size: 11px;
    font-weight: 300;
    margin-right: 26px;
    color: #000
}

.three-col-press-location ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.three-col-press-location ul li img {
    max-width: 16px;
    margin-right: 6px
}

.three-col-press-location h3 {
    margin-bottom: 0;
    font-size: .938rem;
    line-height: 1.33;
    color: #22948b;
}

.press-release-block {
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

@media (max-width:767px) {
    .press-release-block.small-block {
        width: 100%;
        margin-bottom: 50px;
        padding-left: 0;
        padding-right: 0
    }

    .three-col-press-block {
        width: 50%
    }

    .three-col-press {
        padding: 30px 30px 0
    }

    .press-release-content {
        position: static
    }
}

@media (max-width:480px) {
    .three-col-press-block {
        width: 100%;
        margin-bottom: 30px
    }
}

.mh-icon-left,
.mh-icon-right {
    background: transparent url(../images/arrow1-white.svg);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: transparent !important
}

.html5-next-fullscreen,
.html5-prev-fullscreen {
    height: 50px;
    width: 50px;
    border: 1px solid #fff;
    border-radius: 50%
}

.html5-prev-fullscreen {
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
    left: 35px !important
}

.html5-next-fullscreen {
    -webkit-transform: rotate(270deg) !important;
    -ms-transform: rotate(270deg) !important;
    transform: rotate(270deg) !important;
    right: 35px !important
}

.show-dailies-wrapper {
    padding: 10px 0 0
}

@media (min-width:1200px) {
    .show-dailies-wrapper {
        margin-right: 50px
    }
}

.show-daily-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.show-dailyblock.hover-me .center-btn:before {
    display: none
}

.show-daily-inner {
    width: 33.33%;
    padding: 0 25px;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .show-daily-inner {
        width: 50%;
        margin-bottom: 50px
    }
}

@media (max-width:480px) {
    .show-daily-inner {
        width: 100%;
        text-align: center
    }
}

.show-dailies-wrapper .heading,
.video-gallery-wrapper .heading {
    padding-bottom: 27px
}

.video-gallery-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video-gallery-inner {
    width: 50%;
    padding: 0 25px;
    margin-bottom: 50px
}

@media (max-width:480px) {
    .video-gallery-inner {
        width: 100%
    }
}

.video-gallery-inner h4 {
    margin-bottom: 0;
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    color: #000;
    margin-top: 15px
}

.video-gallery-inner .hover-me {
    position: relative;
    overflow: hidden
}

.video-gallery-inner .hoverimage {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.video-gallery-wrapper {
    padding: 10px 0 0
}

@media (min-width:1200px) {
    .video-gallery-wrapper {
        margin-right: 50px
    }
}

.detail-press-wrapper .heading {
    padding-bottom: 27px
}

.detail-press-wrapper {
    padding: 10px 0 15px
}

@media (min-width:1200px) {
    .detail-press-wrapper {
        margin-right: 50px
    }
}

.detail-press-content p {
    color: #000
}

.detail-press-content img {
    margin-bottom: 1rem
}

.text-blue-color,
.text-blue-color strong {
    color: #bb8b2a
}

blockquote {
    background: #f5f6fa;
    padding: 30px
}

blockquote p:last-child {
    margin-bottom: 0
}

.show-daily .show-daily-btn {
    -webkit-box-shadow: 4px 4px 20px 0 rgba(48, 69, 156, .2) !important;
    box-shadow: 4px 4px 20px 0 rgba(48, 69, 156, .2) !important;
    background-color: #fff;
    color: #304590;
    padding: 15px 38px;
    border: 0 !important;
    width: auto
}

.show-dailyblock {
    position: relative;
    overflow: hidden
}

.show-daily {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.show-dailyblock:hover .show-daily {
    opacity: 1
}

.three-col-interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.threecol-interview-block-inner {
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 20px 0 rgba(48, 69, 156, .2);
    box-shadow: 4px 4px 20px 0 rgba(48, 69, 156, .2);
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    position: relative
}

.threecol-interview-block {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .threecol-interview-block {
        width: 50%
    }
}

@media (max-width:480px) {
    .threecol-interview-block {
        width: 100%
    }
}

.upcomin-interview-image {
    position: relative;
    overflow: hidden
}

.interview-head {
    padding: 14px 20px;
    background-color: #bb8b2a
}

.interview-head h5 {
    margin-bottom: 0;
    font-size: .9375rem;
    color: #fff
}

.interview-view-more .btn-primary {
    -webkit-box-shadow: 4px 4px 20px 0 rgba(0, 114, 120, .2);
    box-shadow: 4px 4px 20px 0 rgba(0, 114, 120, .2);
    background-color: #fff;
    color: #bb8b2a;
    padding: 9px 45px;
    font-size: .625rem
}

.interview-content {
    padding: 20px 20px 70px
}

.interview-view-more {
    position: absolute;
    bottom: 20px
}

.interview-wrap {
    background: #f5f6fa;
    padding: 50px 50px 20px 30px;
    margin-top: 60px
}

@media (max-width:1199px) {
    .interview-wrap {
        padding-right: 30px;
        margin-top: 30px
    }
}

.interview-wrap .heading h2 {
    margin-bottom: 60px
}

.no-exhibitor {
    width: 100%;
    text-align: center
}

.gold-sponsor-wrapper {
    padding-top: 10px
}

@media (min-width:1200px) {
    .gold-sponsor-wrapper {
        margin-right: 50px
    }
}

.gol-sponsor-inner {
    border-bottom: 1px solid hsla(0, 0%, 80%, .4);
    margin-bottom: 20px;
    padding-bottom: 20px
}

.sponsors-content h4 {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #006AA1
}

.gol-sponsor-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.gold-sponsor-logo {
    max-width: 150px
}

.gol-sponsor-content {
    max-width: calc(100% - 150px);
    padding-left: 30px
}

.gol-sponsor-inner:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

@media (max-width:767px) {
    .gold-sponsor-logo {
        max-width: 100%;
        margin-bottom: 20px
    }

    .gol-sponsor-content {
        padding-left: 0;
        max-width: 100%
    }
}

.co-chair-slider .co-chair-inner-wrap .co-chair-list.speaker-listing {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.co-chair-slider .co-chair-inner-wrap .co-chair-list.speaker-listing .testimonial-wrap-inner .co-chair-single {
    width: 25%;
    padding: 0 25px 50px;
    height: auto !important
}

@media (max-width:1480px) {
    .co-chair-slider .co-chair-inner-wrap .co-chair-list.speaker-listing .testimonial-wrap-inner .co-chair-single {
        width: 33.33%
    }
}

@media (max-width:767px) {
    .co-chair-slider .co-chair-inner-wrap .co-chair-list.speaker-listing .testimonial-wrap-inner .co-chair-single {
        width: 50%
    }
}

@media (max-width:575px) {
    .co-chair-slider .co-chair-inner-wrap .co-chair-list.speaker-listing .testimonial-wrap-inner .co-chair-single {
        width: 100%
    }
}

.co-chair-slider .co-chair-inner-wrap .co-chair-list.speaker-listing .testimonial-wrap-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px
}

.co-chair-slider .co-chair-inner-wrap .co-chair-list.speaker-listing .testimonial-wrap-inner .co-chair-single .split-desc {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.co-chair-slider .co-chair-inner-wrap .co-chair-list.speaker-listing .testimonial-wrap-inner {
    margin-bottom: 18px
}

.interview-inner--wrapper {
    padding-top: 10px
}

@media (min-width:1200px) {
    .interview-inner--wrapper {
        margin-right: 50px
    }
}

.interview-inner--img-inner {
    position: relative;
    overflow: hidden;
    display: inline-block
}

.interview-inner--img {
    margin-top: 20px
}

.social-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block
}

.social-links ul li {
    float: left
}

.social-links ul li a {
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.social-links ul li a:focus,
.social-links ul li a:hover {
    opacity: .7
}

.social-links ul li:not(:last-child) {
    margin-right: 37px
}

@media screen and (max-width:1024px) {
    .social-links ul li:not(:last-child) {
        margin-right: 15px
    }
}

@media screen and (max-width:767px) {
    .social-links ul li:not(:last-child) {
        margin-right: 10px
    }
}

.social-links .icon {
    width: 25px;
    height: 25px;
    display: block;
    background-size: contain !important
}

.social-links .icon-fb {
    background: url(../images/icon-fb.png) no-repeat
}

.social-links .icon-linkedin {
    background: url(../images/icon-linkedin.png) no-repeat
}

.social-links .icon-twitter {
    background: url(../images/icon-twitter.png) no-repeat
}

@media screen and (max-width:767px) {
    .social-links .icon {
        width: 20px;
        height: 20px
    }
}

.btn-outlined,
.btn-primary {
    font-size: 15px;
    font-size: .9375rem;
    padding: 11px 18px 3px;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    word-break: break-word;
    white-space: normal;
    border-radius: 5px;
    background-color: transparent;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #fff
}

.btn-outlined:focus,
.btn-outlined:hover,
.btn-primary:focus,
.btn-primary:hover {
    text-decoration: none
}

@media screen and (max-width:767px) {

    .btn-outlined,
    .btn-primary {
        padding: 10px 25px
    }
}

.btn-primary {
    background: #EC6806;
    color: #fff;
    padding: 19px 45px;
    margin-bottom: 10px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.btn-primary:hover {
    opacity: .8 !important
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
    text-decoration: none;
    color: #006AA1;
}

.btn-primary.white-bg {
    color: #006AA1
}

.btn-primary.white-bg:active,
.btn-primary.white-bg:focus,
.btn-primary.white-bg:hover,
.btn-primary.white-bg:not(:disabled):not(.disabled):active {
    text-decoration: none;
    color: #fff;
    /*background: #006AA1*/
}

@media screen and (max-width:991px) {
    .btn-primary {
        padding: 10px 25px
    }
}

@media screen and (max-width:539px) {
    .btn-primary {
        width: 100%
    }
}

.btn-outlined:focus,
.btn-outlined:hover {
    background: #fff;
    color: #1fb6c1
}

.error-wrap {
    position: relative;
    min-height: 400px
}

.error-wrap-inner {
    padding: 100px 0;
    max-width: 550px;
    margin: 0 auto
}

.error-wrap-inner h1 {
    font-size: 50px;
    font-size: 3.125rem;
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .error-wrap-inner h1 {
        font-size: 70px;
        font-size: 4.375rem
    }
}

.sitemap>ul>li>a {
    font-size: 20px;
    font-weight: 700
}

.sitemap ul li {
    background: url(../images/connection.svg) no-repeat left 5px;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #f2f2f2;
    background-size: 15px;
    background-position: left 16px;
    padding-left: 30px
}

.accodion-wrapper {
    position: relative
}

.accodion-wrapper .header {
    position: relative;
    border-bottom: 1px solid #1fb6c1;
    display: block;
    padding: 22px 50px 18px 0
}

.accodion-wrapper .header .icon {
    float: left;
    margin-right: 10px;
    margin-top: -5px
}

.accodion-wrapper .header h4 {
    margin-bottom: 0;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600
}

.accodion-wrapper .header span.arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    cursor: pointer;
    text-indent: -9999px
}

.accodion-wrapper .header span.arrow:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/arrow-right-big-orange.png) no-repeat;
    background-size: 13px;
    background-position: 50%;
    right: calc(50% - 25px);
    top: calc(50% - 25px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accodion-wrapper .header span.arrow.active:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.accodion-wrapper .content {
    position: relative;
    display: none;
    padding: 30px 20px 10px;
    background: #f2f2f2;
    border-bottom: 1px solid #1fb6c1
}

.accodion-wrapper .content:after {
    content: "";
    display: table;
    clear: both
}

.form-wrapper .hbspt-form fieldset {
    max-width: 100% !important
}

.form-wrapper .hbspt-form .hs-input {
    max-width: 100% !important;
    width: 100% !important
}

/*@font-face {*/
/*    font-family: Helvetica;*/
/*    src: url(../fonts/Helvetica-Bold.woff2) format("woff2"), url(../fonts/Helvetica-Bold.woff) format("woff");*/
/*    font-weight: 700;*/
/*    font-style: normal*/
/*}*/

/*@font-face {*/
/*    font-family: Helvetica;*/
/*    src: url(../fonts/Helvetica.woff2) format("woff2"), url(../fonts/Helvetica.woff) format("woff");*/
/*    font-weight: 400;*/
/*    font-style: normal*/
/*}*/

/*@font-face {*/
/*    font-family: Helvetica;*/
/*    src: url(../fonts/Helvetica-BoldOblique.woff2) format("woff2"), url(../fonts/Helvetica-BoldOblique.woff) format("woff");*/
/*    font-weight: 700;*/
/*    font-style: italic*/
/*}*/

/*@font-face {*/
/*    font-family: Helvetica;*/
/*    src: url(../fonts/Helvetica-Oblique.woff2) format("woff2"), url(../fonts/Helvetica-Oblique.woff) format("woff");*/
/*    font-weight: 400;*/
/*    font-style: italic*/
/*}*/

/*@font-face {*/
/*    font-family: Helvetica;*/
/*    src: url(../fonts/Helvetica-Light.woff2) format("woff2"), url(../fonts/Helvetica-Light.woff) format("woff");*/
/*    font-weight: 300;*/
/*    font-style: normal*/
/*}*/

.header-right-side .head-text,
.header-right-side .heading {
    font-weight: 400
}

.calender-events div,
.calender-events h3,
.calender-events h4,
.calender-events h5,
.calender-events h6,
.calender-events p,
.calender-events ul,
.calender-events ul li {
    line-height: 1.3
}

.calender-events div,
.calender-events p,
.calender-events ul,
.calender-events ul li {
    font-weight: 400
}

.calender-events {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    float: left;
    padding: 85px 0 0;
    background-color: #fff
}

@media (max-width:992px) {
    .calender-events {
        padding: 50px 0 0
    }
}

@media (max-width:768px) {
    .calender-events {
        padding: 20px 0 0
    }
}

.calender-events a {
    text-decoration: none
}

.calender-events .session-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    padding: 12px 0;
    border-bottom: 0 solid #e8e9ed;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    width: 100%;
    max-width: 100%
}

@media (max-width:768px) {
    .calender-events .session-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.calender-events .session-block:first-child {
    border-top: 0
}

.calender-events .session-block:after {
    content: "";
    display: block;
    width: calc(100% - 15px);
    position: absolute;
    height: 1px;
    border-top: 2px dashed #a8a8a8;
    top: 60px;
    left: 0
}

@media (max-width:768px) {
    .calender-events .session-block:after {
        content: "";
        display: block;
        width: calc(100% - 15px);
        position: absolute;
        height: 1px;
        border-top: 2px dashed #a8a8a8;
        top: 58px;
        left: 0
    }
}

.calender-events .session-block .time {
    max-width: 90px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:768px) {
    .calender-events .session-block .time {
        margin-bottom: 20px;
        width: 100%;
        max-width: 100%;
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.calender-events .session-block .time p {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    margin-top: 18px
}

@media (max-width:1300px) {
    .calender-events .session-block .time p {
        font-size: 20px
    }
}

.calender-events .session-block .session-details-wrapper {
    width: calc(100% - 90px);
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media (max-width:1200px) {
    .calender-events .session-block .session-details-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:768px) {
    .calender-events .session-block .session-details-wrapper {
        width: 100%;
        display: block
    }
}

.calender-events .session-details {
    position: relative;
    max-width: 330px;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 300px;
    margin: 0 12px 20px
}

@media (max-width:1200px) {
    .calender-events .session-details {
        max-width: 48.5%;
        margin: 0 .6% 10px
    }
}

@media (max-width:768px) {
    .calender-events .session-details {
        max-width: 100%;
        margin: 0 0 10px;
        min-height: 0
    }
}

.calender-events .session-details a {
    display: block;
    width: 100%;
    max-width: 100%
}

.calender-events .session-details .block-content {
    display: block;
    position: relative;
    width: 100%;
    padding: 22px 26px 15px;
    min-height: 0
}

.calender-events .session-details .block-content h6 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 13px;
    line-height: 1.3
}

.calender-events .session-details .block-content h3 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 17px
}

.calender-events .session-details .block-content p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px
}

.calender-events .session-details.orange {
    background-color: #e9540d;
    border-left: 0 solid #e9540d;
    border-radius: 2px
}

.calender-events .session-details.dark-blue {
    background-color: #324798;
    border-left: 0 solid #324798;
    border-radius: 2px
}

.calender-events .session-details.red {
    background-color: #ffb9b8;
    border-left: 0 solid #fe807f;
    border-radius: 2px
}

.calender-events .session-details.green {
    background-color: #3c9;
    border-left: 0 solid #3c9;
    border-radius: 2px
}

.calender-events .session-details.blue,
.calender-events .session-details.light-blue {
    background-color: #72c6d9;
    border-left: 0 solid #72c6d9;
    border-radius: 2px
}

.calender-events .session-details.yellow {
    background-color: #fff3c8;
    border-left: 0 solid #e0b51e;
    border-radius: 2px
}

.calender-events .session-details.violet {
    background-color: #6f5db3;
    border-left: 0 solid #6f5db3;
    border-radius: 2px
}

.calender-events .session-details.dark-grey {
    background-color: #ababab;
    border-left: 0 solid #ababab;
    border-radius: 2px
}

.calender-events li.active {
    background-color: #184ca8;
    position: relative;
    color: #fff
}

.calender-events li.active:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #324798
}

.calender-events ul.tabs li {
    font-weight: 700
}

.calender-events .content {
    display: none;
    opacity: 0;
    width: 100%;
    -webkit-animation: display-none-transition 1s ease;
    animation: display-none-transition 1s ease
}

@keyframes display-none-transition {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes display-none-transition {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block
    }

    to {
        opacity: 1
    }
}

.calender-events .content-section {
    margin: 24px 0 0;
    background-color: #f5f5f5;
    padding: 40px 0;
    width: 100%;
    max-width: 100%;
    float: left
}

@media (max-width:768px) {
    .calender-events .content-section {
        margin: 0;
        float: left;
        display: block
    }
}

.calender-events .content-section .active {
    display: block;
    opacity: 1
}

.calender-events ul {
    margin: 0 -12px 10px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden
}

@media (max-width:1024px) {
    .calender-events ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 -12px;
        display: block
    }
}

@media (max-width:500px) {
    .calender-events ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
        display: block
    }
}

.calender-events li {
    list-style: none;
    padding: 22px;
    width: auto;
    max-width: 100%;
    background-color: #f5f5f5;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-transform: capitalize;
    cursor: pointer;
    margin: 0 12px 10px;
    text-align: center;
    color: #000
}

@media (max-width:1200px) {
    .calender-events li {
        font-size: 25px;
        line-height: 30px
    }
}

@media (max-width:1024px) {
    .calender-events li {
        display: block;
        float: left;
        margin-bottom: 15px
    }
}

@media (max-width:500px) {
    .calender-events li {
        width: 100%;
        margin: 5px 0;
        padding: 15px 0;
        display: block
    }
}

.calender-events li:after {
    content: "";
    display: none
}

.calender-events .break-section {
    background-color: rgba(21, 164, 250, .05);
    text-align: center;
    border: 0;
    margin-bottom: 0;
    padding: 41px 0;
    -webkit-box-shadow: 0 0 2px 0 #ccc;
    box-shadow: 0 0 2px 0 #ccc;
    display: block;
    float: left;
    width: 100%;
    max-width: 100%
}

.calender-events .break-section p {
    color: #000;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
    color: #676767
}

.calender-events .break-section+.session-block {
    border-top: 0
}

.calender-events .event-popup-heading {
    display: inline-block;
    margin-bottom: 75px
}

@media (max-width:1600px) {
    .calender-events .event-popup-heading {
        margin-bottom: 40px
    }
}

.calender-events .event-popup-heading span {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    text-transform: uppercase
}

@media (max-width:1600px) {
    .calender-events .event-popup-heading span {
        font-size: 20px;
        padding: 5px 0
    }
}

@media (max-width:768px) {
    .calender-events .event-popup-heading span {
        font-size: 14px;
        padding: 5px 0
    }
}

.calender-events .event-popup-heading span.day-date {
    border-bottom: 9px solid #ac9bd6
}

@media (max-width:768px) {
    .calender-events .event-popup-heading span.day-date {
        border-bottom: 4px solid #ac9bd6
    }
}

.calender-events .event-popup-body {
    display: block;
    float: left;
    border-bottom: 0 solid #ccc;
    width: 100%;
    max-width: 100%;
    padding: 0 58px;
    margin-bottom: 25px
}

@media (max-width:1700px) {
    .calender-events .event-popup-body {
        padding: 0 50px
    }
}

@media (max-width:768px) {
    .calender-events .event-popup-body {
        padding: 0 15px;
        margin-bottom: 0
    }
}

.calender-events .event-popup-body h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #2b2e34;
    margin-bottom: 27px;
    text-transform: capitalize
}

@media (max-width:1600px) {
    .calender-events .event-popup-body h2 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 18px
    }
}

@media (max-width:768px) {
    .calender-events .event-popup-body h2 {
        font-size: 25px;
        margin-bottom: 18px;
        line-height: 36px
    }
}

@media (max-width:550px) {
    .calender-events .event-popup-body h2 {
        font-size: 20px;
        margin-bottom: 18px;
        line-height: 32px
    }
}

.calender-events .event-popup-body p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #000
}

.calender-events .event-popup-body .pop-up-button {
    padding: 15px 34px;
    background: #324798;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    border-radius: 2px;
    color: #fff;
    display: block;
    float: left;
    text-transform: uppercase
}

@media (max-width:768px) {
    .calender-events .event-popup-body .pop-up-button {
        padding: 10px 15px
    }
}

.calender-events .event-popup-body .pop-up-button:hover {
    background: #5b6eb7
}

.calender-events .event-popup-body .pop-up-button-wrap {
    padding: 30px 0 41px;
    display: block;
    float: left
}

@media (max-width:1600px) {
    .calender-events .event-popup-body .pop-up-button-wrap {
        padding: 30px 0 41px
    }
}

.calender-events .speaker-profile-popup {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    float: left;
    padding: 30px 58px
}

@media (max-width:1700px) {
    .calender-events .speaker-profile-popup {
        padding: 30px 50px
    }
}

@media (max-width:768px) {
    .calender-events .speaker-profile-popup {
        padding: 30px 15px
    }
}

.calender-events .speaker-profile-popup .speaker-profile-heading {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%
}

.calender-events .speaker-profile-popup .speaker-profile-heading h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #000;
    margin-bottom: 25px;
    text-transform: capitalize
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper figure {
    width: calc(26% - 30px);
    margin: 0 15px
}

@media (max-width:1400px) {
    .calender-events .speaker-profile-popup .speaker-profile-wrapper figure {
        width: calc(33.33% - 30px);
        margin: 0 15px
    }
}

@media (max-width:1300px) {
    .calender-events .speaker-profile-popup .speaker-profile-wrapper figure {
        width: calc(49% - 30px);
        margin: 0 15px
    }
}

@media (max-width:550px) {
    .calender-events .speaker-profile-popup .speaker-profile-wrapper figure {
        width: 100%;
        margin: 0 5px 20px
    }
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper figure .speaker-image {
    display: block;
    position: relative;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 172px;
    width: 100%
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper figure figcaption {
    padding: 11px 15px;
    display: block;
    float: left;
    width: 100%;
    max-width: 100%;
    background-color: #324798;
    height: calc(100% - 178px)
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper figure figcaption h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase
}

@media (max-width:992px) {
    .calender-events .speaker-profile-popup .speaker-profile-wrapper figure figcaption h3 {
        font-size: 15px
    }
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper figure figcaption h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper figure figcaption p {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 3px;
    margin-top: 10px;
    color: #fff;
    text-transform: capitalize
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper figure figcaption .speaker-logo {
    display: block;
    float: left;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 10px 0
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper figure figcaption .speaker-logo .logo {
    max-width: 70px;
    height: 40px;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper figure figcaption .speaker-logo .logo img {
    max-width: 70px
}

.calender-popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .75);
    height: 100vh;
    overflow: hidden
}

.calender-popup .popup-inner {
    max-width: 68%;
    width: 100%;
    padding: 55px 0;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0 2px 6px #000;
    box-shadow: 0 2px 6px #000;
    border-radius: 3px;
    background: #fff
}

@media (max-width:1700px) {
    .calender-popup .popup-inner {
        padding: 50px 0
    }
}

@media (max-width:1024px) {
    .calender-popup .popup-inner {
        max-width: 90%
    }
}

@media (max-width:768px) {
    .calender-popup .popup-inner {
        padding: 50px 0
    }
}

.calender-popup .popup-close {
    display: inline-block;
    position: absolute;
    top: 3%;
    right: 6%;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    font-family: Arial, Sans-Serif;
    font-size: 22px;
    text-align: center;
    line-height: 100%;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 1px 6px;
    display: block;
    width: 26px
}

.calender-popup::-webkit-scrollbar {
    background-color: #eee;
    width: 10px
}

.calender-popup::-webkit-scrollbar-thumb {
    border: 1px solid #eee;
    border-radius: 2px;
    background: #777;
    -webkit-box-shadow: 0 0 8px #555 inset;
    box-shadow: inset 0 0 8px #555;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.calender-popup::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc
}

.open-pop-up {
    display: block
}

body.no-scroll-body {
    overflow: hidden
}

.calender-events .session-block .session-details-wrapper.avoid-line:after {
    display: none
}

.calender-events .edit-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 99999;
    width: 100%;
    max-width: 100%
}

.calender-events .edit-buttons,
.calender-events .edit-buttons ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.calender-events .edit-buttons ul {
    width: auto;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.calender-events .edit-buttons ul li {
    padding: 0;
    width: auto;
    background-color: transparent
}

@media (max-width:768px) {
    .calender-events .edit-buttons ul li {
        margin: 20px
    }
}

.ui.top.left.popup {
    width: 100%
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper .speaker-content {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper .speaker-content .session-title {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    text-align: left;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper .speaker-content .session-title h3 {
    font-size: 25px
}

@media (max-width:1024px) {
    .calender-events .speaker-profile-popup .speaker-profile-wrapper .speaker-content .session-title h3 {
        font-size: 20px
    }
}

@media (max-width:768px) {
    .calender-events .speaker-profile-popup .speaker-profile-wrapper .speaker-content .session-title h3 {
        font-size: 18px
    }
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper .speaker-content .session-summary {
    margin-bottom: 15px
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper .speaker-content .session-summary h4 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 0;
    text-transform: capitalize
}

@media (max-width:1025px) {
    .calender-events .speaker-profile-popup .speaker-profile-wrapper .speaker-content .session-summary h4 {
        font-size: 25px
    }
}

@media (max-width:768px) {
    .calender-events .speaker-profile-popup .speaker-profile-wrapper .speaker-content .session-summary h4 {
        font-size: 18px
    }
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper .speaker-content .session-content {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper .speaker-content .session-content p {
    font-size: 18px;
    margin-bottom: 10px
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper .speaker-content .current-speaker-details {
    display: block;
    position: relative;
    margin-bottom: 31px
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper .speaker-content .current-speaker-details .current-speaker-details-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 36px
}

@media (max-width:992px) {
    .calender-events .speaker-profile-popup .speaker-profile-wrapper .speaker-content .current-speaker-details .current-speaker-details-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px 10px
    }
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper .speaker-content .current-speaker-details .current-speaker-details-wrapper figure {
    width: calc(25% - 30px);
    margin: 15px;
    background-color: #fbfbfb;
    padding-top: 5px
}

@media (max-width:1400px) {
    .calender-events .speaker-profile-popup .speaker-profile-wrapper .speaker-content .current-speaker-details .current-speaker-details-wrapper figure {
        width: calc(33.33333% - 30px);
        margin: 15px
    }
}

@media (max-width:992px) {
    .calender-events .speaker-profile-popup .speaker-profile-wrapper .speaker-content .current-speaker-details .current-speaker-details-wrapper figure {
        width: calc(50% - 10px);
        margin: 5px
    }
}

@media (max-width:450px) {
    .calender-events .speaker-profile-popup .speaker-profile-wrapper .speaker-content .current-speaker-details .current-speaker-details-wrapper figure {
        width: calc(100% - 10px);
        margin: 5px 5px 30px
    }
}

.check-box-group-wrapper {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 22px 0 0;
    max-width: 992px;
    float: left
}

.check-box-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    float: left;
    width: 100%
}

@media (max-width:768px) {
    .check-box-group {
        display: block;
        float: left;
        margin: 0 0 20px
    }
}

@media (max-width:450px) {
    .check-box-group {
        display: block;
        margin: 0 0 20px
    }
}

.check-box-group-wrapper .form-group {
    display: block;
    margin: 6px 28px 5px 0;
    float: left
}

@media (min-width:1200px) {
    .check-box-group-wrapper .form-group {
        width: 33.33333%;
        padding-right: 5px;
        margin: -1px -1px 17px
    }
}

@media (min-width:768px) {
    .check-box-group-wrapper .form-group {
        float: left
    }
}

@media (max-width:550px) {
    .check-box-group-wrapper .form-group {
        width: 100%
    }
}

.check-box-group-wrapper .form-group input {
    padding: 0;
    height: auto;
    width: auto;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.check-box-group-wrapper .form-group label {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.3
}

@media (max-width:992px) {
    .check-box-group-wrapper .form-group label {
        position: relative;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 28px
    }
}

@media (max-width:767px) {
    .check-box-group-wrapper .form-group label {
        font-size: 14px
    }
}

.check-box-group-wrapper .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 12px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
    margin-top: -5px
}

@media (max-width:1200px) {
    .check-box-group-wrapper .form-group label:before {
        margin-top: 0
    }
}

.check-box-group-wrapper .form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 1px;
    width: 27px;
    height: 27px;
    background-image: url(../images/check.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    margin-top: -5px
}

@media (max-width:1200px) {
    .check-box-group-wrapper .form-group input:checked+label:after {
        margin-top: 0
    }
}

.check-box-group-wrapper .form-group.check-blue label:before {
    content: "";
    background-color: #72c6d9;
    border: 2px solid #72c6d9
}

.check-box-group-wrapper .form-group.check-red label:before {
    content: "";
    background-color: #e8540c;
    border: 2px solid #e8540c
}

.check-box-group-wrapper .form-group.check-dark-blue label:before {
    content: "";
    background-color: #324798;
    border: 2px solid #324798
}

.check-box-group-wrapper .form-group.violet label:before {
    content: "";
    background-color: #6f5db3;
    border: 2px solid #6f5db3
}

.check-box-group-wrapper .form-group.green label:before {
    content: "";
    background-color: #3c9;
    border: 2px solid #3c9
}

.check-box-group-wrapper .form-group.orange label:before {
    content: "";
    background-color: #e9540d;
    border: 2px solid #e9540d
}

.check-box-group-wrapper .form-group.blue label:before {
    content: "";
    background-color: #72c6d9;
    border: 2px solid #72c6d9
}

.check-box-group-wrapper .form-group.dark-blue label:before {
    content: "";
    background-color: #324798;
    border: 2px solid #324798
}

.check-box-group-wrapper .form-group.dark-grey label:before {
    content: "";
    background-color: #ababab;
    border: 2px solid #ababab
}

.icon-set {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    max-width: 100%;
    margin-bottom: 11px
}

.icon-set-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.icon-col,
.icon-set-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.icon-col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 23px;
    width: 25%;
    max-width: 100%
}

@media (max-width:600px) {
    .icon-col {
        width: calc(50% - 10px);
        margin: 5px;
        padding: 10px
    }
}

@media (max-width:370px) {
    .icon-col {
        width: calc(100% - 10px);
        margin: 5px;
        padding: 10px
    }
}

.icon-col .content-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 100%
}

.icon-col .content-wrapper,
.icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.icon-wrapper {
    width: 75px;
    height: 75px;
    overflow: hidden;
    margin-bottom: 19px
}

@media (max-width:1250px) {
    .icon-wrapper {
        width: 60px;
        height: 60px
    }
}

.icon-col .content-wrapper .icon-wrapper img {
    max-width: 70px
}

@media (max-width:1250px) {
    .icon-col .content-wrapper .icon-wrapper img {
        max-width: 48px
    }
}

.icon-col .content-wrapper h5 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 0;
    width: 100%;
    font-weight: 700
}

@media (max-width:1250px) {
    .icon-col .content-wrapper h5 {
        font-size: 16px;
        width: 100%
    }
}

@media (max-width:1025px) {
    .icon-col .content-wrapper h5 {
        font-size: 14px;
        width: 100%
    }
}

.bg-blue {
    background-color: #184ca8
}

.bg-blue-dark {
    background-color: #72c6d9
}

.tab-content-heading {
    display: block;
    float: left;
    width: 100%;
    max-width: calc(100% - 100px);
    float: right;
    margin-bottom: 28px
}

@media (max-width:1300px) {
    .tab-content-heading {
        max-width: 100%;
        padding: 0
    }
}

@media (max-width:1024px) {
    .tab-content-heading {
        max-width: 100%;
        float: none;
        padding-left: 0
    }
}

@media (max-width:767px) {
    .tab-content-heading {
        margin-bottom: 10px
    }
}

.tab-content-heading h2 {
    font-size: 40px;
    line-height: 45px;
    text-transform: capitalize;
    color: #2b2e34;
    font-weight: 700
}

@media (max-width:1200px) {
    .tab-content-heading h2 {
        font-size: 25px;
        line-height: 30px
    }
}

@media (max-width:767px) {
    .tab-content-heading h2 {
        font-size: 20px;
        line-height: 25px;
        margin: 0
    }

    .tab-content-heading {
        margin: 0
    }
}

.wd-common {
    max-width: 1802px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 50px
}

@media (max-width:768px) {
    .wd-common {
        padding: 0 20px
    }
}

.nav-common-width {
    max-width: 1802px;
    display: block;
    margin: 0 auto;
    padding: 0 0 0 151px
}

@media (max-width:1300px) {
    .nav-common-width {
        padding: 0 0 0 50px
    }
}

@media (max-width:768px) {
    .nav-common-width {
        padding: 23px 20px
    }
}

.nav-common-width .nav {
    display: block;
    overflow: hidden
}

.nav-common-width .nav,
.sponser {
    position: relative;
    width: 100%;
    max-width: 100%
}

.sponser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px
}

.sponser .sponser-wrap {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0 20px
}

.sponser .sponser-wrap p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: capitalize
}

.sponser .sponser-wrap ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.sponser .sponser-wrap ul li {
    width: calc(33.33333% - 10px);
    padding: 0;
    margin: 5px;
    height: 47px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px
}

.sponser .sponser-wrap ul li img {
    max-height: 36px;
    display: block;
    margin: 0 auto
}

.event-popup-body.session-description {
    margin: 30px 0 10px
}

@media (max-width:768px) {
    .event-popup-body.session-description {
        margin: 10px 0
    }
}

.session-read-more {
    display: block;
    width: 100%;
    max-width: 100%;
    float: left;
    position: relative;
    margin: 20px 0
}

.session-read-more a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    padding: 15px 20px;
    background-color: #324798;
    display: inline-block;
    width: auto
}

.speaker-profile-popup hr {
    margin: 30px 0
}

.speaker-profile-popup hr:last-child {
    display: none
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper .speaker-content .current-speaker-details .current-speaker-details-wrapper figure img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 178px
}

.calender-events .speaker-profile-popup .speaker-profile-wrapper .speaker-content .current-speaker-details .current-speaker-details-wrapper figure .speaker-image-wrap {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #ebebeb;
    padding-top: 5px
}

.cat-head {
    display: block;
    float: left;
    width: 100%;
    max-width: 100%;
    margin: 10px 0 15px
}

.cat-head h6 {
    font-siZe: 20px
}

footer {
    background-color: #fff;
    margin-top: 50px;
    display: block;
    float: left;
    width: 100%;
    max-width: 100%
}

.calender-events .block-content li {
    background: no-repeat;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: left;
    line-height: 1.3;
    margin: 0;
    list-style: disc;
    padding: 0 0 0 15px;
    position: relative
}

.calender-events .block-content ol,
.calender-events .block-content ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: disc
}

.calender-events .session-details .block-content a {
    color: #254234;
    display: inline-block;
    width: auto;
    font-weight: 400;
    font-size: 16px
}

.calender-events .block-content li:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #fff;
    left: 0;
    top: 7px;
    display: block
}

.calender-events .event-popup-body li {
    background: no-repeat;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    display: block;
    width: 100%;
    text-align: left;
    line-height: 1.3;
    margin: 0;
    list-style: disc;
    padding: 0 0 0 15px;
    position: relative
}

.calender-events .event-popup-body ol,
.calender-events .event-popup-body ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: disc
}

.calender-events .event-popup-body a {
    color: #184ca8;
    display: inline-block;
    width: auto;
    font-weight: 400
}

.calender-events .event-popup-body li:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #000;
    left: 0;
    top: 7px;
    display: block
}

/*.site-header-main .cta-hold .cta-hold-inner .btn-primary:first-child {*/
/*    background-image: linear-gradient(0deg, #e7ac2b, #f0cc7e) !important;*/
/*}*/

/*.site-header-main .cta-hold .cta-hold-inner .btn-primary:nth-child(2) {*/
/*    background-image: linear-gradient(0deg, #22948b, #2bbaae) !important;*/
/*}*/

/*.site-header-main .cta-hold .cta-hold-inner .btn-primary:nth-child(3) {*/
/*    background-image: linear-gradient(0deg, #8d1a32, #b42140) !important;*/
/*}*/
.divide-col .content-left .grid-section section.fisrt-section.bg-grey {
    padding-top: 25px !important;
}

.divide-col .content-left .grid-section section.fisrt-section.bg-grey p {
    margin-top: 0;
}

.award-slider {
    background-image: url(/media/rumbi1nc/triangles.jpg);
    margin: 30px 0;
}

.divide-col .content-left .grid-section section.award-slider {
    padding-bottom: 0 !important;
}

.award-slide-single {
    display: flex;
    flex-wrap: wrap;
    background: none;
    padding: 30px;
}

.award-slider-wrapper {
    
}

.award-slide-single * {
    color: #ffffff;
}

.award-slide-single .award-name {
    font-size: 2.5rem;
}

.award-slide-single p {
    font-size: 1.5rem;
}

.award-slide-single .content {
    max-width: 425px;
    width: 100%;
    margin-right: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.award-slide-single .images {
    width: calc(100% - 445px);
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    border: 3px solid #006aa1;
}

.award-slide-single img {
    border-radius: 5px;
    width: 100%;
}

.award-slider .heading h2 {
    color: #ffffff;
    text-align: center;
    padding: 30px 30px 0;
}

.award-slider .heading h2::before {
    display: none;
}

.award-slider .heading h2:after {
    left: 50%;
    max-width: calc(100% - 120px);
    width: 100%;
    transform: translateX(-50%);
    height: 3px;
    background-color: #ffffff;
}

@media(max-width: 1360px) {
    .award-slide-single .content {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .award-slide-single .images {
        width: 100%;
    }
}

@media(max-width: 1199px) {
    .award-slide-single .content {
        max-width: 425px;
        margin-right: 20px;
        margin-bottom: 0px;
    }
    
    .award-slide-single .images {
        width: calc(100% - 445px);
    }
}

@media(max-width: 900px) {
    .award-slide-single .content {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .award-slide-single .images {
        width: 100%;
    }
}

.award-slider {
    position: relative;
}

.award-slider:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.award-slider * {
    z-index: 1;
}

.hide-right-column .content-left .award-slide-single .content {
    max-width: 100%;
    width: 48%;
    text-align: left;
}

.hide-right-column .content-left .award-slide-single .images {
    width: 50%;
}

@media(max-width: 1106px) {
    .hide-right-column .content-left .award-slide-single .content {
        width: 100%;
    }

    .hide-right-column .content-left .award-slide-single .images {
        width: 100%;
    }
}

.tabs {
    margin-right: 30px;
}

.tabs-nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    list-style-type: none;
    padding: 0;
}

.tabs-nav li {
    width: calc(100% / 2 - 30px);
    margin: 0 10px 10px;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs-nav li:nth-child(odd) {
    background-image: linear-gradient(0deg, #22948b, #2bbaae) !important;
}

.tabs-nav li:nth-child(even) {
    background-image: linear-gradient(0deg, #8d1a32, #b42140) !important;
}

.tabs-nav li a {
    cursor: pointer;
    color: #ffffff;
    display: block;
    padding: 10px;
}

@media(max-width: 1279px) {
    .tabs-nav li {
        width: calc(100% / 2 - 30px);
    }

    .tabs {
        margin-right: 0px;
    }
}

@media(max-width: 576px) {
    .tabs-nav li {
        width: calc(100% / 2 - 20px);
    }
}

@media(max-width: 450px) {
    .tabs-nav li {
        width: calc(100% / 1 - 20px);
    }
}

.cfp-iframe:not([src]) {
    display: none;
}

.cfp-iframe {
    display: block;
    width: 100%;
    height: 2500px;
    border: none;
    -webkit-box-shadow: 4px 4px 20px 0 rgba(48, 69, 147, .2);
    box-shadow: 4px 4px 20px 0 rgba(48, 69, 147, .2);
}

@media screen and (min-width: 1200px) {
    .cfp-iframe {
        height: 1700px;
    }
}

.cfp-iframe-links {
    display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;
    margin-bottom: 1em;
}

a.cfp-iframe-link {
    width: calc(100% - 6px);
    display: block;
    line-height: 1.3em;
    background: #ddd;
    text-decoration: none !important;
    margin: 3px;
    padding: 0.5em 1em;
    border-radius: 3px;
    font-size: 0.9em;
    color: white !important;
    min-height: 3.6em;
}

a.cfp-iframe-link:nth-child(odd) {
    background-image: linear-gradient(0deg, #ed610c, #f59155);
}

a.cfp-iframe-link:nth-child(even) {
    background-image: linear-gradient(0deg, #009e94, #00c6ba);
}


a.cfp-iframe-link.active {
    background: white;
    color: #666 !important;
    border: #666 solid 2px;
    box-sizing: border-box;
}

@media screen and (min-width: 480px) {
    a.cfp-iframe-link {
        width: calc(50% - 6px);
    }
}

@media screen and (min-width: 768px) {
    a.cfp-iframe-link {
        width: calc(33% - 6px);
    }
}

@media screen and (min-width: 990px) {
    a.cfp-iframe-link {
        width: calc(25% - 6px);
    }
}

a.cfp-iframe-link:hover {
    background: #fff;
    color: #666 !important;
}

.tabs .tabs-nav li {
    text-align: left
}

.tabs .tabs-nav li a {
    cursor: pointer;
    color: #ffffff;
    display: block;
    padding: 10px;
    position: relative;
    padding-left: 0px;
    width: 100%;
    line-height: 1.3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 15px;
}

.tabs span.icon {
    position: relative;
    /* left: 13px; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    width: 35px;
    height: 35px;
    /*background-color: #fff;*/
    display: block;
    margin-right: 15px;
    float: left;
}

.tabs span.icon img {
    display: block;
    max-width: 40px;
}

.tabs span.text {
    width: calc(100% - 50px);
}

.extra-logo {
    /*max-width: 230px;*/
    width: 130px;
    margin: 0 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.extra-logo h4 {
    color: #000;
    font-size: 0.75rem;
    margin-bottom: 0.875rem;
}

.extra-logo img {
    max-width: 80px;
}
@media(max-width: 1366px) { 
    .extra-logo { 
        width: 200px;
        margin: 0 auto;
    }
}
@media(max-width: 1199px) {
    .extra-logo {
        margin: 0 auto;
    }
    .site-header-main .cta-hold .cta-hold-inner {
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
    }
}

@media(max-width: 991px) {
    .extra-logo {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding-top: 14px;
    }
    .site-header-main .header-col.count-down {
        width: 60%;
        text-align: center;
    }
}

@media(max-width: 800px) {
    .extra-logo {
        text-align: center;
        padding: 0;
    }
    .extra-logo img {
        display: block;
        margin: auto;
    }
}

@media(max-width: 991px) { 
    .extra-logo img {
        max-width: 10%;
    }
}

@media(max-width: 600px) { 
    .extra-logo img {
        max-width: 20%;
    }
}

/*.two-col-wrap-inner .cta-hold-inner {
    justify-content: flex-start;
}*/

.two-col-wrap.leftimageClass .two-col-wrap-inner .cta-hold-inner {
    direction: ltr;
}

.two-col-wrap.leftimageClass .two-col-wrap-inner .cta-hold {
    margin: 0.875rem 0;
    max-width: 95%;
    direction: ltr;
}

.two-col-wrap.leftimageClass .two-col-wrap-inner h2 {
    direction: ltr;
}

@media (max-width: 1280px) {
    .two-col-wrap.leftimageClass .two-col-wrap-inner .cta-hold {
        max-width: 100%;
    }
    .two-col-wrap-inner .left-side {
        min-height: auto;
    }
}

@media(min-width: 768px) {
    .testimonial-footer {
        min-height: 90px;
    }
    
    .single-Item .testimonial-footer {
        min-height: auto;
    }
}

@media(max-width: 1199px) {
    .divide-col .gallery-wrap .container.swiper-container {
        padding: 0 15px;
    }
}
.two-col-wrap-inner li {
    font-size: 15px !important;
}
@media screen and (max-width: 575px){
    .three-col-exhibit .exhibit-zone .exhibit-wrap .exhibit-inner{
        margin:0px !important;
    }
    
}
.resetr a {
    margin-left:10px;
}

.footer-top .footer-logo-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-top .footer-logo-img img{
    max-width:150px
}
@media screen and (max-width: 1280px) and (min-width:1024px){
    .footer-top .footer-logo-img img{
    max-width:125px
}
}
