/* 
Theme Name: Restaurant HENSSLER
Version: 3.0
Author: PIXONAUTS Studio
Author URI: https://pixonauts.com/
*/


@font-face {
    font-family: "Montserrat";
    src: url(fonts/Montserrat/Montserrat-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: "Montserrat";
    src: url(fonts/Montserrat/Montserrat-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "Montserrat";
    src: url(fonts/Montserrat/Montserrat-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: "Montserrat";
    src: url(fonts/Montserrat/Montserrat-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic
}
@font-face {
    font-family: "Open Sans";
    src: url(fonts/OpenSans/OpenSans-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: "Open Sans";
    src: url(fonts/OpenSans/OpenSans-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "Open Sans";
    src: url(fonts/OpenSans/OpenSans-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic
}
@font-face {
    font-family: "Open Sans";
    src: url(fonts/OpenSans/OpenSans-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: "Open Sans";
    src: url(fonts/OpenSans/OpenSans-MediumItalic.ttf) format('truetype');
    font-weight: 500;
    font-style: italic
}
@font-face {
    font-family: "Open Sans";
    src: url(fonts/OpenSans/OpenSans-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: "Open Sans";
    src: url(fonts/OpenSans/OpenSans-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    font-kerning: none;
    -webkit-text-rendering: optimizeSpeed;
    text-rendering: optimizeSpeed;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

address,
cite,
dfn,
em,
i {
    font-style: italic
}

figure,
sub,
sup {
    position: relative
}

fieldset {
    padding: 0
}

pre,
textarea {
    overflow: auto
}

audio,
hr,
ins,
mark {
    display: inline-block
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr.animated-line:before,
hr:after,
nav,
section {
    display: block
}

audio,
figure img,
img,
pre {
    max-width: 100%
}

a:hover,
ins,
mark {
    text-decoration: none
}

body,
html {
    height: 100%;
    width: 100%;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

html {
    box-sizing: border-box;
    margin-right: 0 !important;
    overflow: visible !important
}

@media screen and (min-width:240px) {
    html {
        font-size: calc(9.2px + 2.3 * (100vw - 240px) / 359)
    }
}

@media screen and (min-width:599px) {
    html {
        font-size: 11.5px
    }
}

@media screen and (min-width:600px) {
    html {
        font-size: calc(8.6px + 3 * (100vw - 600px) / 399)
    }
}

@media screen and (min-width:999px) {
    html {
        font-size: 10.6px
    }
}

@media screen and (min-width:1000px) {
    html {
        font-size: calc(9.2px + 1.8 * (100vw - 1000px) / 399)
    }
}

@media screen and (min-width:1399px) {
    html {
        font-size: 10px
    }
}

@media screen and (min-width:1400px) {
    html {
        font-size: calc(10px + 2 * (100vw - 1400px) / 520)
    }
}

@media screen and (min-width:1920px) {
    html {
        font-size: 12px
    }
}

@media screen and (min-width:1921px) {
    html {
        font-size: calc(12px + 1.5 * (100vw - 1921px) / 1279)
    }
}

@media screen and (min-width:3200px) {
    html {
        font-size: 13.5px
    }
}

@media only screen and (min-width:3200px) {
    html {
        font-size: 13.5px
    }
}

body,
body.smooth-scroll,
figure.has-parallax {
    overflow: hidden
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    background: #fff;
    color: #000;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity .2s ease-in-out .2s;
    transition: opacity .2s ease-in-out .2s
}

body.hidden {
    opacity: 0
}

@media only screen and (min-width:600px) {
    body {
        font-size: 1.6rem;
    }
}

main {
    -webkit-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out
}

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

::-webkit-input-placeholder {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #999;
    opacity: 1
}

::-moz-placeholder {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #999;
    opacity: 1
}

:-ms-input-placeholder {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #999;
    opacity: 1
}

::-ms-input-placeholder {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #999;
    opacity: 1
}

::placeholder {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #999;
    opacity: 1
}

a,
abbr,
acronym,
address,
applet,
big,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

address,
dd,
dl,
pre,
table {
    margin-bottom: 24px
}

.play-audio audio {
    width: 100%
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help
}

.light-content .light-section b,
.light-content .light-section strong,
strong {
    font-weight: 700;
    color: #000
}
b {
    font-weight: 700;
    color: #000
}

.dark-section strong,
.light-content b,
.light-content strong {
    font-weight: 700;
    color: #fff
}
.dark-section b {
    font-weight: 500;
    color: #fff
}

ins,
mark {
    background: #000;
    color: #fff;
    padding: 2px 8px;
    border-radius: 2px
}

.dark-section ins,
.dark-section mark,
.light-content ins,
.light-content mark {
    background: #fff;
    color: #000
}

.light-content .light-section ins,
.light-content .light-section mark {
    background: #111;
    color: #fff
}

code,
kbd,
pre,
samp,
tt,
var {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6
}

pre {
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, .05)
}

.dark-section pre,
.light-content pre {
    background-color: rgba(255, 255, 255, .05);
    color: #fff
}

.light-content .light-section pre {
    background-color: rgba(0, 0, 0, .05);
    color: #000
}

.light-content .light-section li,
.light-content .light-section p,
li {
    color: #000
}

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

@media only screen and (min-width:576px) {
    .column-2 {
        column-count: 2;
        column-gap: 40px
    }
    .column-2 p,
    .column-2 ul,
    .column-3 p,
    .column-3 ul {
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        break-inside: avoid
    }
}

@media only screen and (min-width:992px) {
    .column-2 {
        column-gap: 60px
    }
    .column-3 {
        column-count: 3;
        column-gap: 40px
    }
    .column-3 p,
    .column-3 ul {
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        break-inside: avoid
    }
}

small {
    font-size: smaller;
    line-height: 1.5
}

big {
    font-size: 125%
}

.nowrap {
    white-space: nowrap
}

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

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

dt {
    font-weight: 700
}

ol,
ul {
    margin: 20px 0 25px 20px
}
#footer-container ul {
    margin: 0 0 0 20px
}

ul {
    list-style: disc
}
ul.wks-list {
    list-style-type: "+  ";
}
.text-center ul {
    list-style-position: inside;
}

ol {
    list-style: decimal
}

li>ol,
li>ul {
    margin: 20px 0 15px 25px
}

li {
    line-height: 1.6;
}

ul.wks-list li {
    margin-bottom: 0;
}

.dark-section li,
.dark-section tr,
.light-content li,
.light-content tr {
    color: #fff
}

.dark-section a,
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6,
.light-content .light-section thead tr,
.light-content a,
.light-content h1,
.light-content h2,
.light-content h3,
.light-content h4,
.light-content h5,
.light-content h6 {
    color: #fff
}

.white {
    color: #fff!important;
}

figure {
    margin: 0
}

.full figure.has-parallax {
    overflow: hidden;
    height: 100vh
}

.full .has-parallax img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    object-position: center;
    object-fit: cover;
}

.has-parallax-content>img {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    object-position: center;
    object-fit: cover;
}

figcaption {
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    font-weight: 400;
    font-size: 10px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    z-index: 10;
    border-radius: 0
}

fieldset {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 0 24px
}

legend {
    white-space: normal
}

button {
    line-height: normal
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    background-color: transparent;
    border: 0;
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type=search] {
    -webkit-appearance: textfield
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    width: 100%;
    color: #444
}

.relative {
    position: relative!important;
}

.oh {
    overflow: hidden
}

.no-margins,
hr {
    margin: 0
}

.light-content .light-section h1,
.light-content .light-section h2,
.light-content .light-section h3,
.light-content .light-section h4,
.light-content .light-section h5,
.light-content .light-section h6 {
    color: #000
}

caption {
    font-weight: 400;
    text-align: left
}

.table-responsive{
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch
}

hr,
hr.animated-line {
    padding-top: 35px;
    padding-bottom: 35px;
    height: 2px
}

del {
    color: #767676
}

hr {
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, .3);
    width: 100%;
    float: none;
    opacity: 1 !important;
    transform: translateY(0) !important
}

.dark-section hr,
.light-content hr {
    border-top-color: #fff
}

.light-content .light-section hr {
    border-top-color: rgba(0, 0, 0, .3)
}

hr.animated-line {
    border-top: 0
}

hr.animated-line:before {
    content: "";
    width: 0;
    height: 2px;
    background: #dfdfdf
}

.dark-section hr.animated-line:before,
.light-content hr.animated-line:before {
    background: #fff
}

.light-content .light-section hr.animated-line:before {
    background: #000
}

hr.animated.animated-line:before {
    width: 80px;
    -webkit-transition: width .7s ease-in-out .1s;
    transition: width .7s ease-in-out .1s
}
.list__grid hr.animated.animated-line:before {
    width: 100%;
}

hr:after {
    clear: both;
    content: " ";
    height: 0;
    visibility: hidden
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

img {
    border: 0;
    vertical-align: middle;
    height: auto
}
img.bs-1 {
    box-shadow: -45px 45px 0px 0px
}
img.bs-2 {
    box-shadow: 45px -45px 0px 0px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    margin-bottom: 1.6rem
}

.h1 span,
.h2 span,
.h3 span,
h1 span,
h2 span,
h3 span {
    display: table;
}

h1.inline-title span,
h2.inline-title span,
h3.inline-title span {
    display: inline-table;
    margin-right: .7vw
}

h1,.h1 {
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}
@media only screen and (min-width:1000px) {
    h1,.h1 {
        font-size: 4.4rem;
    }
}

h1.p-title {
    font-size: 3rem;
}
@media only screen and (min-width:1000px) {
    h1.p-title {
        font-size: 4rem;
    }
}

h2,
.h2 {
    font-size: 2.4rem;
    line-height: 1.2;
}
@media only screen and (min-width:1000px) {
    h2,
    .h2 {
        font-size: 3.8rem;
    }
}

@media only screen and (min-width:600px) and (max-width:999px) {
    h2,
    .h2 {
        font-size: 3rem;
    }
}
h3,
.h3 {
    font-size: 1.75rem;
}
@media only screen and (min-width: 712px) {
    h3,
    .h3 {
        font-size: 2rem;
    }
}
@media only screen and (min-width: 1280px) {
    h3,
    .h3 {
        font-size: 2.4rem;
    }
}
h4,.h4 {
    font-size: 1.5625rem;
}
@media only screen and (min-width: 712px) {
    h4,.h4 {
        font-size: 1.75rem;
    }
}
@media only screen and (min-width: 1280px) {
    h4,.h4 {
        font-size: 2rem;
    }
}

p {
    line-height: 1.8;
    margin-bottom: 1.6rem;
    color: #000
}

.t-big {
    font-size: 1.5625rem;
    line-height: 1.8;
}
#footer-container p {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff
}
p:last-of-type,
#footer-container p:last-of-type {
    margin-bottom: 0;
}
@media only screen and (min-width: 712px) {
    .t-big {
        font-size: 1.75rem;
    }
}
@media only screen and (min-width: 1280px) {
    .t-big {
        font-size: 2rem;
    }
}
@media only screen and (min-width: 1440px) {
    .t-big {
        font-size: 2.25rem;
    }
}

.t-small {
    font-size: 80%;
}

.dark-section p,
.light-content p {
    color: #fff
}

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

.wp-caption.alignnone {
    width: 100%!important;
    margin: 2.5rem 0 1.6rem;
}

.wp-caption.alignnone img {
    width: 100%!important
}

.wp-caption.alignleft,
img.alignleft {
    margin: .5rem 20px 1.6rem 0;
    max-width: 50%
}

.wp-caption-text {
    font-weight: 400;
    font-size: 1rem;
    position: relative;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 1rem!important;
}

.wp-caption.alignright {
    max-width: 50%;
    margin: .5rem 0 1.6rem 20px
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

img.alignleft {
    height: auto
}

img.alignright {
    margin: .5rem 0 1.6rem 20px;
    max-width: 50%;
    height: auto
}

img.aligncenter {
    margin: 10px auto;
    clear: both;
    display: block
}

img.alignnone {
    width: 100%;
    height: auto;
    margin: 1.6rem 0
}

.container {
    position: relative;
    width: 72vw;
    max-width: 1280px;
    height: auto;
    padding-left: 80px;
}
.container-fluid {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 80px;
    padding-left: 80px;
}
.container-fluid.max {
    width: 95%;
    margin: 0 auto;
}

.container::after,
.container-fluid::after {
    clear: both;
    content: " ";
    display: table
}

a:active,
a:hover {
    outline: 0;
    color: #000
}

.light-content .light-section a,
a {
    text-decoration: none;
    color: #000;
    outline: 0
}
#footer-container a,
#footer-bottom a {
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: all .3s ease-in-out
}
.no-touch #footer-container a:hover,
.no-touch #footer-bottom a:hover {
    color: #fff;
    border-bottom-color: #fff
}

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
}

label {
    position: relative;
    display: inline-block;
    margin-bottom: .25rem;
}

select {
    word-wrap: normal
}

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

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

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

input[type=checkbox],
input[type=radio] {
    padding: 0
}

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

.df-ui-wrapper.df-ui-controls .df-ui-btn.df-ui-share,
.df-ui-wrapper.df-ui-controls .df-ui-btn.df-ui-more {
    display: none!important
}

textarea {
    overflow: auto;
    resize: vertical
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #c81511;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(200, 12, 17, .25)
}

.form-control::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #000;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #000;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #000;
    opacity: 1
}

.form-control::placeholder {
    color: #000;
    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.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    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: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    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.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto;
    max-height: 250px;
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    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:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #000;
}

.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-not-valid-tip {
    font-size: .75rem;
    margin-top: .25rem;
}
.form-check .wpcf7-list-item {
    position: relative;
    vertical-align: top;
    margin: 0;
}
.form-check .wpcf7-form-control-wrap,
.form-check-input {
    position: absolute;
    top: 0;
    left: 0;
}
.form-check-label {
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0!important;
    font-size: .75rem
}
.form-check-label a {
    border-bottom: 1px solid #000;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.no-touch .form-check-label a:hover {
    border-color: transparent;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -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.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.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 {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.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:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.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.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.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 {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.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:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .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: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

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

.row-xs {
    margin-right: -5px;
    margin-left: -5px;
}
.row-xs>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

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

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

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

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

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:712px) {
    .row-md-n {
        margin-right: -15px!important;
        margin-left: -15px!important;
    }
    .row-md-n>[class*=col-] {
        padding-left: 15px!important;
        padding-right: 15px!important
    }
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .row-l {
        margin-right: -30px;
        margin-left: -30px;
    }
    .row-l>[class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1440px) {
    .row-xl {
        margin-right: -60px;
        margin-left: -60px;
    }
    .row-l>[class*=col-] {
        padding-left: 60px;
        padding-right: 60px
    }
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

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

.d-smooth-scroll,
.d-touch {
    display: none!important;
}

.smooth-scroll .d-smooth-scroll {
    display: block!important;
}
.touch .d-touch {
    display: block!important;
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

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

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

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:712px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

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

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

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

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

@media (min-width:712px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:712px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh;
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

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

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

@media only screen and (min-width:992px) {
    .mt-c {
        margin-top: 30px;
    }
    .mnt-c {
        position: relative;
        margin-top: -30px;
        z-index: 5;
    }
    .pt-c {
        padding-top: 30px;
    }
    .pb-c {
        padding-bottom: 30px;
    }
}
@media only screen and (min-width:1440px) {
    .mt-c {
        margin-top: 40px;
    }
    .mnt-c {
        margin-top: -40px;
    }
    .pt-c {
        padding-top: 40px;
    }
    .pb-c {
        padding-bottom: 40px;
    }
}

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

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

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

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

.mb-6,
.my-6 {
    margin-bottom: 5rem !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
}

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

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

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

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

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

.m-n1 {
    margin: -.25rem !important
}

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

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

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

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

.m-n2 {
    margin: -.5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
    margin: auto !important
}

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

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

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

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

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 5rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 5rem !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
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 5rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 5rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:712px) {
    .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
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 5rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 5rem !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
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 5rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 5rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 5rem !important
    }
    .mt-lg-c {
        margin-top: 25px!important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 5rem !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
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 5rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 5rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
    .border-lg-r {
        border-right: 1px solid #be0b1e
    }
}

@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
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 5rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 5rem !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
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 5rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 5rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}
	
#ball,
#magic-cursor {
    pointer-events: none
}

#ball p,
.full-container {
    position: relative;
    overflow: hidden
}

#ball i,
#ball.with-icon i {
    width: 76px
}

.inner,
.preloader-wrap .inner {
    vertical-align: middle
}

.outer {
    display: table;
    width: 100%;
    height: 100%
}

.inner {
    display: table-cell;
}

.dark-section-wrapper,
.full,
.light-section-wrapper {
    position: relative;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 1000% !important;
    width: 100vw !important
}
.show-loader .dark-section-wrapper {
    background-color: #000!important
}
.show-loader .light-section-wrapper {
    background-color: #fff!important
}

.content-row,
.large,
.small {
    margin: 0 auto
}

.dark-section-container,
.light-section-container {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.content-row {
    position: relative;
    width: 100%;
    z-index: 1;
    opacity: 1
}
.content-max-width {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1600px;
    margin: 0 auto;
}

.content-full-width {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 100%
}
.content-margin-left {
    margin-left: 34vw;
    width: 66vw;
	height: 100%;
    padding-right: 80px;
	position: relative;
}

.content-row::after {
    clear: both;
    content: " ";
    display: table
}

.full-container {
    width: 100%;
    max-width: 100vw;
    height: auto
}

.small {
    max-width: 1024px;
    width: 100%
}

.large {
    max-width: 1380px;
    width: 100%
}

.row_padding_top {
    padding-top: 5vw
}

.row_padding_bottom {
    padding-bottom: 5vw
}

.row_padding_left {
    padding-left: 80px
}

.row_padding_right {
    padding-right: 80px
}

.row_padding_all {
    padding: 4vw 80px
}

#rotate-device {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #111;
    background-image: url(images/rotate.png);
    background-size: 100px 100px;
    background-position: center;
    background-repeat: no-repeat;
    display: none
}

i.arrow-icon {
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px
}

.dark-content .item i.arrow-icon,
.light-content i.arrow-icon {
    border: solid #fff;
    border-width: 0 3px 3px 0
}

.dark-content .change-header i.arrow-icon,
.light-content .change-header i.arrow-icon {
    border: solid #000;
    border-width: 0 3px 3px 0
}

i.arrow-icon::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 3px;
    top: 7px;
    left: -6px;
    background-color: #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.dark-content .item i.arrow-icon::after,
.light-content #ball i.arrow-icon:after,
.light-content .change-header i.arrow-icon::after,
.light-content i.arrow-icon:after {
    background-color: #fff
}

.dark-content .change-header i.arrow-icon::after,
.light-content .change-header i.arrow-icon::after {
    background-color: #000
}

#magic-cursor {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    z-index: 10000;
    -webkit-transition: opacity .2s ease-in-out .5s;
    transition: opacity .2s ease-in-out .5s
}
.hidden-ball #magic-cursor {
    opacity: 0 !important;
    visibility: hidden
}

#ajax-loader {
    position: fixed;
    width: 60px;
    height: 60px;
    border: 2px solid #999;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    z-index: 10000;
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.2s ease-in-out 0.1s;
    transition: opacity 0.2s ease-in-out 0.1s;
}
.touch #ajax-loader {
    display: block;
}
.ajax-loader {
    width: 80px;
    height: 80px;
    position: absolute;
    background-color: transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #999;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    border-radius: 80px;
    opacity: 0;
    -webkit-transform: translate(-12px, -12px) rotate(0deg);
    transform: translate(-12px, -12px) rotate(0deg);
    -webkit-animation: rotating-2 0.8s ease-in-out infinite;
    animation: rotating-2 0.8s ease-in-out infinite;
    -webkit-transition: opacity 0.2 ease-in-out 0;
    transition: opacity 0.2 ease-in-out 0;
}
.touch .show-loader #ajax-loader,
.touch .show-loader .ajax-loader {
    opacity: 1;
}

#ball {
    position: fixed;
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: border-color 0.2s ease-in-out 0;
    transition: border-color 0.2s ease-in-out 0;
}
.show-loader #ball {
    border-color: #999!important;
}

.mfp-zoom-out-cur #ball {
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

#ball::after,
#ball:before {
    text-align: center;
    transition: .15s cubic-bezier(.215, .61, .355, 1);
    color: #999;
    opacity: 0;
    position: absolute;
    left: 32px
}

#ball-loader,
.light-content #ball-loader {
    border-bottom: 4px solid #999
}

#ball:before {
    font: var(--fa-font-solid);
    content: "\f106";
    font-size: 14px;
    width: 8px;
    height: 16px;
    line-height: 16px;
    top: -42px;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px)
}

#ball-drag-x::before,
#ball::after {
    font: var(--fa-font-solid);
    width: 8px;
    height: 16px
}

#ball::after {
    content: "\f107";
    font-size: 14px;
    line-height: 16px;
    top: 100px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px)
}

.light-content #ball:after,
.light-content #ball:before {
    color: #999
}

#ball i,
#ball p,
#ball.over-movie i,
.drag-cursor-white #ball i,
.drag-cursor-white #ball-drag-x:after,
.drag-cursor-white #ball-drag-x:before,
.drag-cursor-white #ball.with-icon i,
.light-content #ball i,
.light-content #ball p,
.light-content #ball-drag-x:after,
.light-content #ball-drag-x:before,
.light-content #ball-drag-y:after,
.light-content #ball-drag-y:before,
.light-content #ball.with-icon i,
.scale-drag-horizontal #ball:after,
.scale-drag-horizontal #ball:before {
    color: #fff
}

.scale-drag-horizontal #ball:after,
.scale-drag-horizontal #ball:before,
.scale-up #ball:after,
.scale-up #ball:before {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: .3s cubic-bezier(.215, .61, .355, 1)
}

.scale-up.scale-drag #ball-drag-x:after,
.scale-up.scale-drag #ball-drag-x:before,
.scale-up.scale-drag #ball-drag-y:after,
.scale-up.scale-drag #ball-drag-y:before,
.scale-up.scale-none #ball:after,
.scale-up.scale-none #ball:before {
    opacity: 0
}

#ball-drag-x,
#ball-drag-y {
    position: absolute;
    width: 72px;
    height: 72px;
    pointer-events: none;
    opacity: 1
}

#ball-drag-x::before {
    content: "\f053";
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    left: -37px;
    top: 30px;
    color: #000;
    opacity: 0;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transition: .2s cubic-bezier(.215, .61, .355, 1)
}

#ball-drag-x::after,
#ball-drag-y:before {
    font: var(--fa-font-solid);
    width: 8px;
    color: #000;
    height: 16px;
    transition: .2s cubic-bezier(.215, .61, .355, 1);
    opacity: 0;
    position: absolute;
    text-align: center
}

#ball-drag-x::after {
    content: "\f054";
    font-size: 14px;
    line-height: 16px;
    right: -40px;
    left: auto;
    top: 30px;
    transform: translateX(20px);
    -webkit-transform: translateX(20px)
}

.cursor-black #ball.over-movie i,
.cursor-black #ball.with-icon i,
.drag-cursor-black #ball i,
.drag-cursor-black #ball-drag-x:after,
.drag-cursor-black #ball-drag-x:before,
.drag-cursor-black #ball.with-icon i,
.light-content #ball.with-icon.dark-icon i {
    color: #000
}

.scale-drag-x #ball-drag-x:after,
.scale-drag-x #ball-drag-x:before {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: .2s cubic-bezier(.215, .61, .355, 1)
}

#ball-drag-y:before {
    content: "\f077";
    font-size: 14px;
    line-height: 16px;
    left: 32px;
    top: -40px;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px)
}

#ball-drag-y::after {
    font: var(--fa-font-solid);
    content: "\f078";
    font-size: 14px;
    width: 8px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    left: 32px;
    top: 100px;
    color: #000;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: .2s cubic-bezier(.215, .61, .355, 1)
}

.percentage,
.percentage-intro,
.percentage::after {
    line-height: 20px;
    color: #fff
}

.scale-drag-y #ball-drag-y:after,
.scale-drag-y #ball-drag-y:before {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: .2s cubic-bezier(.215, .61, .355, 1)
}

#ball i {
    height: 80px;
    line-height: 78px;
    text-align: center;
    font-size: 18px;
    display: block;
    opacity: 1;
    transition: .2s cubic-bezier(.215, .61, .355, 1)
}

#ball p {
    width: 66px;
    height: 16px;
    line-height: 16px;
    padding-top: 0;
    padding-left: 5px;
    margin: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    display: block !important;
    opacity: 1;
    transition: .2s cubic-bezier(.215, .61, .355, 1)
}

#ball p.first {
    padding-top: 22px
}

.scale-up #ball i {
    opacity: 0;
    transition: .2s cubic-bezier(.215, .61, .355, 1)
}

#ball.over-movie i.fa-pause,
#ball.over-movie.pause-movie i.fa-play,
#ball.with-icon i:nth-child(2),
.disable-ajaxload .preloader-wrap,
.disable-cursor #magic-cursor,
.touch #magic-cursor {
    display: none
}

#ball.close-icon i {
    width: 75px;
    height: 76px;
    font-size: 14px
}

#ball.over-movie i.fa-play,
#ball.over-movie.pause-movie i.fa-pause {
    display: block
}

#ball-loader {
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
    border-radius: 100px;
    opacity: 0;
    -webkit-transform: translate(-14px, -14px) rotate(0);
    transform: translate(-14px, -14px) rotate(0);
    -webkit-animation: .8s ease-in-out infinite rotating;
    animation: .8s ease-in-out infinite rotating;
    -webkit-transition: opacity ease-in-out;
    transition: opacity ease-in-out
}

.show-loader #ball-loader {
    opacity: 1!important;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

@keyframes rotating {
    0% {
        -webkit-transform: translate(-14px, -14px) rotate(0);
        transform: translate(-14px, -14px)) rotate(0)
    }
    95% {
        -webkit-transform: translate(-14px, -14px) rotate(350deg);
        transform: translate(-14px, -14px) rotate(350deg)
    }
    100% {
        -webkit-transform: translate(-14px, -14px) rotate(360deg);
        transform: translate(-14px, -14px) rotate(360deg)
    }
}
@keyframes rotating-2 {
    0% {
        -webkit-transform: translate(-12px, -12px) rotate(0);
        transform: translate(-12px, -12px)) rotate(0)
    }
    95% {
        -webkit-transform: translate(-12px, -12px) rotate(350deg);
        transform: translate(-12px, -12px) rotate(350deg)
    }
    100% {
        -webkit-transform: translate(-12px, -12px) rotate(360deg);
        transform: translate(-12px, -12px) rotate(360deg)
    }
}

.scale-drag .move-title,
.scale-drag a,
.scale-up #burger-wrapper,
.scale-up .button-wrap,
.scale-up .disable-drag,
.scale-up .hide-ball,
.scale-up a,
.show-loader a,
.show-loader nav,
scale-up .link {
    pointer-events: none !important
}

#ball i.arrow-icon {
    border: solid #000;
    border-width: 3px 3px 0 0;
    display: block;
    position: absolute;
    top: 28px;
    left: 30px;
    height: 20px;
    width: 20px
}

.light-content #ball i.arrow-icon {
    border: solid #fff;
    border-width: 3px 3px 0 0
}

#ball i.arrow-icon:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    top: 8px;
    left: -8px;
    background-color: #000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.preloader-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #000;
    z-index: 1800;
    text-align: center
}

.percentage-intro,
.percentage-wrapper {
    position: absolute;
    margin-bottom: 20px;
    bottom: 40px;
    height: 20px
}

.preloader-wrap .outer {
    padding: 0
}

.percentage-wrapper {
    right: 80px
}

.percentage-intro {
    left: 80px;
    font-weight: 500
}

.percentage {
    opacity: 1;
    font-weight: 500;
    width: 30px;
    height: 100px;
    display: table;
    margin: 0 auto
}

.percentage::after {
    content: "%";
    width: 20px;
    height: 20px;
}
.trackbar {
    width: auto;
    height: inherit;
    margin: 0 auto;
    display: table;
    position: relative;
    padding: 20px;
    opacity: 1
}

.loadbar {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden
}

.hold-progress-bar {
    width: 0%;
    height: 0;
    background: #bf0733;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.preloader-intro {
    position: relative;
    display: block;
}
.preloader-intro img {
    width: 90%;
    max-width: 600px;
    height: auto;
}
	
#header-container,
header {
    width: 100%
}

#burger-wrapper,
#logo,
nav.open,
.c-menu {
    pointer-events: initial
}

#logo a.disable,
.burger-dots #menu-burger,
.open #logo a,
header {
    pointer-events: none
}

header {
    width: 100%;
    height: 120px;
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid transparent;
    position: relative;
    z-index: 1000;
}

#header-container {
    height: inherit;
    padding: 0 80px;
    margin: 0 auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-flow: nowrap row;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    z-index: 20;
}

#logo {
    position: relative;
    z-index: 10
}

#logo a {
    display: block;
    transform: translateY(0);
    -webkit-transition: transform .3s ease-in-out .1s;
    transition: transform .3s ease-in-out .1s
}

#logo img {
    -webkit-transition: opacity .15s ease-in-out;
    width: auto
}

#logo img {
    display: block;
    height: 90px;
    max-width: none;
    transition: opacity .15s ease-in-out
}

.c-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.c-menu li {
    display: inline-block;
    margin: 0 0 0 10px;
}
.c-menu a::before {
    transform: scaleX(0);
}

.c-menu a:hover::before {
    transform: scaleX(1);
}

.dark-content-header .button-text,
.fullscreen-menu.dark-content .light-content-header .button-text {
    color: #000 !important
}

.overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 500;
    -webkit-transition: all .5s;
    transition: all .5s
}

body.menu-open .overlay {
    opacity: 1;
    visibility: visible;
    width: 200%
}

.aside {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #bf0733;
    z-index: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

body.menu-open .aside {
    right: 0
}

@media (min-width:992px) {
    .aside {
        right: -480px;
        width: 480px;
    }
}

.aside .aside-inner {
    height: 100%;
    overflow-y: auto;
}

#burger-wrapper .touch-button {
    display: none;
}

.nav-icon {
    display: none;
    position: fixed;
    right: 80px;
    top: 32px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 2px solid #bf0733;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    z-index: 1000;
    text-align: center;
    transition: border .4s ease;
    cursor: pointer
}

body.menu-open .nav-icon {
    border: 2px solid #fff
}

.nav-icon .icon-wrapper {
    width: 12px;
    height: 12px;
    border-radius: 27px;
    position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 1.28px;
    background: #000;
    opacity: 1;
    right: 0;
    transform: rotate(0deg);
    transition: all .4s ease-in-out
}

body.menu-open .nav-icon span {
    background: #fff;
}

.nav-icon span:first-child {
    width: 12px;
    top: 0
}

.nav-icon span:nth-child(2) {
    width: 6px;
    top: 6px
}

.nav-icon span:nth-child(3) {
    width: 12px;
    top: 12px;
    right: 0
}

.no-touch .nav-icon:hover span:nth-child(2) {
    width: 12px
}

body.menu-open .nav-icon span:first-child {
    top: 6px;
    width: 100%;
    transform: rotate(135deg)
}

body.menu-open .nav-icon span:nth-child(2) {
    opacity: 0;
    right: 60px
}

body.menu-open .nav-icon span:nth-child(3) {
    width: 100%;
    top: 6px;
    transform: rotate(-135deg)
}

body.menu-open .sticky-menu {
    right: 30px;
    visibility: visible;
    opacity: 1
}

body.menu-open .sticky-menu .bottom-menu,
body.menu-open .sticky-menu .top-menu li {
    opacity: 1;
    transform: translateX(0)
}

body.menu-open .sticky-menu li a span.text {
    right: 75px;
    opacity: 1;
    visibility: visible
}

@media screen and (max-width:375px) {
    .menu-active .sticky-menu {
        right: 20px
    }
}

.sticky-menu {
    position: fixed;
    z-index: 900;
    top: 20px;
    right: 80px;
    height: calc(100vh - 60px);
    transition: opacity 1s ease, visibility 1s ease, right .6s cubic-bezier(.75, -.27, .3, 1.33);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    opacity: 1
}

.sticky-menu .bottom-menu,
.sticky-menu .top-menu {
    list-style: none;
    margin: 0;
}

.sticky-menu.hidden .bottom-menu,
.sticky-menu.hidden .top-menu li {
    transform: translateX(100px);
    opacity: 0
}

body:not(.nav-loaded) #d-menu.sticky-menu {
    right: -300px;
}

body:not(.nav-loaded) #d-menu.sticky-menu .bottom-menu,
body:not(.nav-loaded) #d-menu.sticky-menu .top-menu li {
    transform: translateX(300px);
    opacity: 0
}

.sticky-menu .top-menu li {
    display: block;
    margin-bottom: 12px;
    right: 0;
    opacity: 1;
    transform: translateX(0);
    transition: opacity .8s ease, visibility .8s ease, transform .8s cubic-bezier(.75, -.27, .3, 1.33)
}

.sticky-menu .top-menu li:last-of-type {
    margin-bottom: 0
}

.sticky-menu .top-menu li:first-child {
    transition-delay: .6s
}

.sticky-menu .top-menu li:nth-child(2) {
    transition-delay: .7s
}

.sticky-menu .top-menu li:nth-child(3) {
    transition-delay: .8s
}

.sticky-menu .top-menu li:nth-child(4) {
    transition-delay: .9s
}

.sticky-menu .top-menu li:nth-child(5) {
    transition-delay: 1s
}

.sticky-menu .top-menu li:nth-child(6) {
    transition-delay: 1.1s
}

.sticky-menu .top-menu li:nth-child(7) {
    transition-delay: 1.2s
}

.sticky-menu .top-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 2px solid #000;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .1em;
    background-color: #fff;
    color: #000
}

.sticky-menu .top-menu li a.fill {
    border: 2px solid #bf0733;
    background-color: #bf0733;
    color: #fff;
}

.sticky-menu li a span.text {
    position: absolute;
    text-transform: uppercase;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    text-align: right;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    transition: right .4s ease, opacity .4s ease, visibility .4s ease;
    white-space: nowrap;
    color: #000!important;
}

.sticky-menu .top-menu li a .icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    font-size: 18px;
    overflow: hidden;
    position: relative
}

.sticky-menu .top-menu li a .icon .hidden,
.sticky-menu .top-menu li a .icon .visible {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform .4s cubic-bezier(.75, -.27, .3, 1.33)
}

.sticky-menu .top-menu li a .icon .visible {
    transform: translate(-50%, -50%)
}

.sticky-menu .top-menu li a .icon .hidden {
    transform: translate(60px, -50%)
}

.sticky-menu .top-menu li a .icon sup {
    position: absolute;
    top: 1px;
    right: -3px;
    color: #bf0733;
    font-size: 11px;
    font-weight: 500;
}

.no-touch .sticky-menu .top-menu li a:hover span {
    right: 65px;
    opacity: 1;
    visibility: visible
}

.no-touch .sticky-menu .top-menu li a:hover .icon .visible {
    transform: translate(-60px, -50%)
}

.no-touch .sticky-menu .top-menu li a:hover .icon .hidden {
    transform: translate(-50%, -50%)
}

.sticky-menu .bottom-menu {
    transform: translateX(0);
    opacity: 1;
    transition: opacity .8s ease .3s, visibility .8s ease .3s, transform .8s cubic-bezier(.75, -.27, .3, 1.33) .3s
}

.sticky-menu .bottom-menu li {
    display: block;
    text-align: center
}

.sticky-menu .bottom-menu li:last-of-type {
    margin-bottom: 0
}

.sticky-menu .bottom-menu li:first-of-type a {
    border-top: .25px solid #000
}

.aside .sticky-menu .bottom-menu li:first-of-type a {
    border-top: .25px solid #fff
}

.sticky-menu .bottom-menu li a {
    position: relative;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    text-decoration: none;
    border-bottom: .25px solid #000;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    width: 26px;
    text-transform: uppercase
}

.sticky-menu .bottom-menu li a .fa-brands {
    font-size: 18px;
}

.sticky-menu .bottom-menu li a .icon {
    width: 26px;
    min-height: 20px;
    overflow: hidden;
    position: relative
}

.sticky-menu .bottom-menu li a .icon .visible {
    transform: translate(-50%, -50%)
}

.sticky-menu .bottom-menu li a .icon .hidden,
.sticky-menu .bottom-menu li a .icon .visible {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform .4s cubic-bezier(.75, -.27, .3, 1.33);
}

.sticky-menu .bottom-menu li a .icon .hidden {
    transform: translate(60px, -50%)
}

.sticky-menu .bottom-menu li a:hover .icon .visible {
    transform: translate(-60px, -50%)
}

.sticky-menu .bottom-menu li a:hover .icon .hidden {
    transform: translate(-50%, -50%)
}

#content-scroll {
    z-index: 1;
    position: relative
}

.smooth-scroll #content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden
}

.scroll-content {
    cursor: default !important
}

.scale-up .scroll-content {
    cursor: grabbing !important
}

.scrollbar-track {
    background: 0 0 !important
}

.intro {
    position: relative;
    z-index: 1;
    margin-bottom: 5vw;
}

.intro .image,
.h-section .image {
    position: relative;
    width: 72vw;
    height: calc(85vh - 110px);
    height: calc(calc(var(--vh, 1vh) * 85) - 110px);
    min-height: 400px;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.h-section.right .image {
    margin-left: 28vw;
}
.intro .image::after,
.h-section .image::after {
    content: "";
    position: absolute;
    left: -15%;
    top: -1%;
    width: 130%;
    height: 102%;
    background-color: #fff;
    z-index: 2;
    transform: skew(-10deg);
    will-change: transform;
    transition: transform 2s cubic-bezier(.7, 0, .3, 1)
}
body.loaded .intro .image::after,
.h-section.animated .image::after {
    transform: skew(-10deg) translate3d(115%, 0, 0)
}
.intro .image-wrap,
.h-section .image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.intro .image-wrap::after,
.h-section .image-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
    z-index: 2;
}

.intro .image img,
.intro .image video,
.h-section .image img,
.h-section .image video {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 1;
    object-position: center;
    object-fit: cover
}

.intro .image img,
.h-section .image img {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    transform: scale(1.2);
    will-change: transform;
    transition: 2s ease
}

body.loaded .intro .image img,
.h-section.animated .image img {
    transform: scale(1)
}

@media only screen and (min-width: 1920px) {
    .intro .image,
    .h-section .image {
        height: calc(85vh - 125px);
        height: calc(calc(var(--vh, 1vh) * 85) - 125px);
    }
}

.intro .button-box {
    position: absolute;
    z-index: 10;
    right: 80px;
    opacity: 0;
    transform: translateX(100%);
    -webkit-transition: opacity .1s .8s, transform .1s .8s;
    transition: opacity .1s .8s, transform .1s .8s;
}
body.loaded .intro .button-box {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition: opacity .1s 1.4s, transform .8s 1.2s;
    transition: opacity .1s 1.4s, transform .8s 1.2s;
}
.intro .button-box.voucher {
    bottom: 30px;
}
.intro .button-box.reserve {
    bottom: 100px;
}
.intro .button-border {
    background-color: rgba(0,0,0,.2);
    border: 2px solid #fff;
    color: #fff;
}
.intro .button-border a {
    color: #fff!important;
}

.intro .badge-button-wrap {
    position: absolute;
    right: 50px;
    top: 30px;
    width: 160px;
    height: 160px;
    opacity: 0;
    transform: scale(0);
    z-index: 10;
    -webkit-transition: opacity .1s .8s, transform .1s .8s;
    transition: opacity .1s .8s, transform .1s .8s;
}
body.loaded .intro .badge-button-wrap {
    opacity: 1;
    transform: scale(1);
    -webkit-transition: opacity .1s 1.4s, transform .8s 1.2s;
    transition: opacity .1s 1.4s, transform .8s 1.2s;
}
.intro .badge-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #bf0733;
    color: #fff;
    border-radius: 50%;
    transform: rotate(15deg) scale(1);
    -webkit-transition: transform .8s;
    transition: transform .8s;
}
.no-touch .intro a.badge-button:hover {
    transform: rotate(15deg) scale(1.05);
}
.badge-button span {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4
}

.intro .headline,
.h-section .headline {
    font-family: "Montserrat", sans-serif;
    font-size: 6.5vw;
    line-height: 8.5vw;
    position: relative;
    margin-left: -.5vw;
    opacity: 0;
    transform: translateY(60px);
    -webkit-transition: opacity .6s ease 1.2s, -webkit-transform .6s ease 1.2s;
    transition: opacity .6s ease 1.2s, transform .6s ease 1.2s;
}
body.loaded .intro .headline,
.h-section .headline.animated {
    opacity: 1;
    transform: translateY(0)
}
.intro .headline span,
.h-section .headline span {
    display: block;
}
.intro .headline span.line_2,
.h-section .headline span.line_2 {
    line-height: 6.5vw;
}
.intro .image-wrap .container-fluid,
.h-section .image-wrap .container-fluid {
    position: absolute;
    left: 0;
    width: 100vw;
    bottom: 0;
}
.intro .container-fluid .headline,
.h-section .container-fluid .headline {
    margin-top: -8.5vw;
}
.h-section.right .container-fluid .headline {
    margin-left: 28vw;
}
.intro .image-wrap .container-fluid .headline,
.h-section .image-wrap .container-fluid .headline {
    color: #fff!important;
    margin-top: 0;
    z-index: 3
}

.intro .quote__title,
.h-section .text {
    position: relative;
    max-width: 800px;
    margin-top: 90px;
    margin-bottom: 30px;
}
.h-section.right .text {
    margin-left: 28vw;
}

@media screen and (min-width:1440px) {
    .intro .quote__title,
    .h-section .text {
        max-width: 59vw
    }
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
    
@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}
    
.ticker-wrap {
    position: relative;
    width: 150%;
    overflow: hidden;
    height: 4rem;
    background-color: #bf0733;
    padding-left: 100%;
    margin-left: -50%;
}

.ticker {
    display: inline-block;
    height: 4rem;
    line-height: 4rem;  
    white-space: nowrap;
    padding-right: 100%;
    -webkit-animation: ticker 30s linear infinite;
    animation: ticker 30s linear infinite;
}
    
.item-collection-1 {
    position: relative;
    left: 0%;
    animation: swap 30s linear infinite;
}

.ticker__item {
    position: relative;
    display: inline-block;
    padding: 0 10vw;
    font-size: 1.375rem;
    color: white;
}

@media screen and (min-width:992px) {
    .ticker-wrap {
        height: 5rem;
    }
    .ticker {
        height: 5rem;
        line-height: 5rem;  
    }
    .ticker__item {
        font-size: 1.75rem;
    }
}
@media screen and (min-width:1440px) {
    .ticker-wrap {
        height: 6rem;
    }
    .ticker {
        height: 6rem;
        line-height: 6rem;  
    }
    .ticker__item {
        font-size: 2rem;
    }
}

footer {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #bf0733;
    z-index: 900;
    opacity: 0;
    color: #fff;
}

footer.fixed,
footer.showcase-footer {
    position: fixed
}

#footer-container {
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
}
.footer-logo img {
    max-width: 100px;
}

.button-wrap,
.copyright,
.socials-wrap {
    pointer-events: initial
}

#footer-bottom {
    position: relative;
    overflow: hidden;
    font-size: 1.25rem;
    height: 80px;
}

.footer-middle {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
}
.footer-middle a {
    pointer-events: initial;
}

.footer-right {
    position: relative;
    float: right;
    text-align: right;
    width: auto;
    display: flex;
    align-items: center;
    height: 100%;
}

#backtotop .button-text {
    font-size: 1.25rem;
    font-weight: 400;
}

.socials li,
.socials-icon {
    margin-left: 10px;
    float: right
}

.dark-section .button-icon,
.dark-section .button-text,
.light-content .button-icon,
.light-content .button-text {
    color: #fff
}

#footer-container .button-icon,
#footer-container .button-text,
#footer-bottom .button-icon,
#footer-bottom .button-text {
    color: #fff
}

.socials-wrap {
    float: right;
    color: #fff;
    width: 240px;
    height: 160px
}

footer .socials-wrap {
    margin-top: 0
}

.socials-text {
    float: right;
    line-height: 40px;
    transform: translateY(20px)
}

.socials-icon {
    width: 30px;
    font-size: 14px;
    text-align: right;
    transform: scale(1) translateY(20px)
}

.button-wrap.left .icon-wrap,
.icon-wrap {
    float: left
}

.button-wrap,
.socials {
    width: auto;
    position: relative
}

.socials-icon:after,
.socials-text:after {
    content: "";
    clear: both;
    display: table
}

.socials {
    height: auto;
    line-height: 30px;
    margin: 20px auto 0;
    text-align: center;
    bottom: 0;
    display: table;
}

.socials-wrap .socials {
    display: inline-block;
    width: 100%;
    text-align: right
}

.socials li {
    margin-right: 0;
    list-style: none;
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    z-index: 2;
    -webkit-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out
}

.socials li:last-child {
    margin-left: 0
}

.socials li a {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    display: block;
    width: 40px;
    text-align: center;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.socials li a:hover {
    color: #fff;
    opacity: 1
}

.button-wrap:not(.menu) {
    cursor: pointer;
    top: 0;
    display: table;
    min-width: 275px
}

.button-wrap:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden
}

.button-wrap.left {
    float: left;
    left: -32px
}

.button-wrap.right {
    float: right;
    right: -26px
}

#main .button-wrap.left {
    float: none;
    left: -24px
}

#main .button-wrap.button-link.left {
    float: none;
    left: -20px
}

#main .button-wrap.right {
    float: none;
    right: auto
}

#main .button-wrap.button-link.right {
    right: -2px
}

.icon-wrap {
    width: 80px;
    height: 80px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center
}

.button-icon,
.button-icon i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center
}

#main .icon-wrap {
    width: 60px;
    height: 60px
}

#main .text-align-right .button-wrap.right,
.button-wrap.right .icon-wrap {
    float: right
}

.button-icon {
    color: #000;
    font-size: 18px
}

.light-content .light-section .button-icon,
.light-content .light-section .button-text {
    color: #000
}

#main .button-icon i {
    line-height: 40px
}

#main .button-icon i.fa.fa-arrow-right {
    font-size: 14px
}

.button-text {
    font-weight: 500;
    font-size: .875rem;
    line-height: 30px;
    margin: 25px 0;
    overflow: hidden;
    width: auto;
    padding: 0 10px;
    color: #000;
    -webkit-transition: color 50ms ease-in-out;
    transition: color 50ms ease-in-out
}

#main #hero-footer .button-text span::after {
    content: none
}

#main .button-text {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 15px 0;
    transition: transform .2s ease-out
}

#main #hero .button-text {
    font-weight: 400;
    font-size: 1rem
}

#main .large-btn .button-text {
    font-size: 18px !important;
    font-weight: 500;
    margin: 15px 0;
    transition: transform .2s ease-out
}

.button-wrap.left .button-text {
    text-align: left;
    float: left
}

.button-wrap.right .button-text {
    text-align: right;
    float: right;
    padding-left: 0
}

.button-text span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    width: auto;
    text-align: center;
    transform-origin: 100% 0%
}

#main .button-link .button-text,
.button-link .button-text {
    overflow: visible;
    transition: padding .3s ease-out
}

.button-link.left .button-text {
    padding-left: 0
}

.button-link.left:hover .button-text {
    padding-left: 10px
}

.button-link .button-text span::before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 1);
    transform: scaleX(1);
    transform-origin: right;
    transition: transform .3s ease-out
}

.button-link.left .button-text span::before {
    transform-origin: left
}

.dark-section .button-link .button-text span::before,
.light-content .button-link .button-text span::before {
    background: rgba(255, 255, 255, 1)
}

.light-content .light-section .button-link .button-text span::before {
    background: rgba(0, 0, 0, 1)
}
.green.button-link .button-text span::before {
    background: #78ad94
}

.button-wrap.button-link:hover .button-text span {
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

.button-link:hover .button-text span::before {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: left
}

.button-link.left:hover .button-text span::before {
    transform-origin: right
}

.button-link .button-icon i {
    background-color: transparent;
    font-size: 14px;
    border-radius: 100%;
    transition: .3s ease-out;
    overflow: hidden
}
.button-link.right .button-icon i {
    text-indent: -20px;
}

.button-link:hover .button-icon i {
    background-color: #000;
    color: #fff;
    transform: scale(1.2);
    text-indent: 0;
}

.dark-section .button-link:hover .button-icon i,
.light-content .button-link:hover .button-icon i {
    background-color: #fff;
    color: #000;
}
.button-link.green .button-icon i {
    color: #78ad94;
}
.button-link.green:hover .button-icon i {
    background-color: #78ad94;
    color: #fff;
    text-indent: 0;
}

.light-content .light-section .button-link:hover .button-icon i {
    background-color: #000;
    color: #fff;
}

.button-wrap.left .button-text span {
    text-align: left
}

.button-wrap.right .button-text span {
    text-align: right
}

.button-text span::before {
    position: absolute;
    width: auto;
    top: 100%;
    left: 0;
    content: attr(data-hover)
}

.header-middle .button-text span::before {
    content: attr(data-on)
}

nav,
nav.open {
    -webkit-transition: ease-in;
    transition: ease-in;
    background: 0 0
}

.table,
.table th,
.table td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.light-content .table,
.light-content .table th,
.light-content .table td {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}
caption,
th,
td {
    font-weight: 400;
    text-align: left;
}
.table th {
    border-width: 0 1px 1px 0;
    padding: 10px;
}
.table td {
    border-width: 0 1px 1px 0;
    padding: 10px;
}


.filters-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}
.filters-wrapper.media {
    width: 100%;
    margin-bottom: 15px
}
.filters-wrapper.format {
    width: 100%
}
.filters-dropdownHeader {
    cursor: pointer;
    position: relative;
    color: #000000;
    white-space: nowrap;
    -webkit-transition: all .3s;
    transition: all .3s
}
.filters-dropdownHeaderText {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    text-transform: uppercase;
    line-height:1rem;
    color: #777;
}
.filters-dropdownHeaderText span {
    display: inline-block;
    text-transform: none;
    white-space: nowrap;
    color: #000000;
}
.filters-dropdownHeader::after {
    font: var(--fa-font-solid);
    content: "\f107";
    display: inline-block;
    margin-left: .25rem;
    font-size: .875rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s;
    transition: all .3s
}
.filters-dropdownHeader.active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filters-dropdown {
    display: none;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    background: #fff;
}
#filter-wrapper .fail-message {
    display: none;
    padding: 40px 0 0;
    text-align: center;
    -webkit-transition: 150ms;
    -moz-transition: 150ms;
    transition: 150ms
}
#filter-wrapper .fail-message span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700
}
#filter-wrapper.fail .fail-message {
    display: block
}
#filter-wrapper .mix {
    display: none
}
@media only screen and (min-width:712px) {
    .filters-wrapper {
        display: inline-block;
        vertical-align: top;
    }
    .filters-wrapper.media {
        width: 50%;
        margin-bottom: 0;
    }
    .filters-wrapper.format {
        width: 49%
    }
    .filters-dropdownHeaderText {
        font-size: 1.125rem;
    }
    .filters-wrapper:nth-child(2) {
        padding-left: 0.5rem
    }
    #filter-wrapper .fail-message {
        padding: 60px 0 0;
    }
}


#app,
.grid__item-hidden,
.grid__item-img--large {
    opacity: 0;
    pointer-events: none
}

#app,
#project-holder,
.grid__item-hidden {
    pointer-events: none
}

#app,
.clone-wrapper {
    height: 100vh;
    top: 0;
    overflow: hidden
}

#app,
.clone-container,
.clone-wrapper,
.thumb-container,
.thumb-page,
.thumb-wrapper {
    width: 100%;
    left: 0
}

#filters-overlay,
.thumb-container,
.thumb-page,
.thumb-wrapper {
    visibility: hidden;
    position: fixed
}

#filters,
#project-holder.open,
#show-filters.enabled {
    pointer-events: initial
}

#filters,
#filters li a {
    display: inline-block;
    z-index: 15
}

#app,
#filters li,
.clone-wrapper,
.item-appear,
.item-wrap-media,
.thumb-wrapper {
    overflow: hidden
}

#app {
    position: fixed;
    -webkit-transition: .1s ease-in-out .3s;
    transition: .1s ease-in-out .3s
}

#project-holder #main,
#project-holder #main-page-content,
.above.item,
.item.active .item-caption,
.load-project-thumb #app,
.load-project-thumb-with-title #app,
.load-project-thumb-with-title-and-scale #app {
    opacity: 1
}

.grid__item-img--large {
    position: absolute
}

.grid__item-hidden {
    position: fixed
}

#project-holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100
}

#show-filters,
.item {
    pointer-events: none
}

#showcase-height {
    position: relative;
    width: 100vw;
    height: 0
}

.clone-wrapper {
    position: fixed;
    z-index: 100;
    opacity: 1
}

.clone-container {
    overflow: hidden;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 1
}

#close-filters,
#filters-overlay,
.thumb-container,
.thumb-page,
.thumb-wrapper {
    height: 100vh;
    top: 0
}

.thumb-wrapper {
    z-index: 100;
    opacity: 1
}

.thumb-container {
    z-index: 100;
    opacity: 1;
    background-color: #161717
}

.item,
.item-appear,
.vertical-parallax {
    z-index: 0
}

.thumb-page {
    cursor: pointer;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

#show-filters,
.show-filters-wrap {
    width: 80px;
    height: 80px;
    cursor: pointer
}

#show-filters {
    font-size: 12px;
    color: #000;
    opacity: 0;
    display: block;
    position: fixed;
    left: 48px;
    bottom: 30px;
    background: 0 0;
    transform-origin: 0 0;
    z-index: 100
}

.light-content #filters li a,
.light-content #filters li a:hover,
.light-content #show-filters,
.light-content .below-caption .change-header .item-subtitle,
.light-content .below-caption .change-header .item-title,
.light-content .below-caption .item-subtitle,
.light-content .below-caption .item-title,
.light-content .item-subtitle,
.light-content .item-date,
.light-content .item-title {
    color: #000
}

.show-filters-wrap {
    float: right;
    top: 0;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center
}

.open-filters {
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    cursor: pointer;
    position: relative
}

#filters li a {
    font-weight: 500;
    font-size: 2.75rem;
    line-height: 1.25
}

#filters-overlay {
    z-index: 15;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: .1s ease-in-out .6s;
    transition: .1s ease-in-out .6s
}

#filters-overlay.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s ease-in-out .2s;
    transition: .3s ease-in-out .2s
}

#close-filters {
    position: fixed !important;
    width: 100vw;
    left: 0;
    right: 0;
    bottom: 0
}

#filters-overlay .outer {
    width: 100%;
    margin: 0 auto;
    padding: 70px 80px;
}

#filters-overlay .inner {
    vertical-align: bottom;
    position: relative;
    pointer-events: none;
    text-align: left
}

.filters-wrap {
    position: relative;
    width: 100%;
    max-height: 0;
    opacity: 0;
    margin-top: 100px;
    transition: .6s cubic-bezier(.895, .03, .685, .22) .2s;
    -webkit-transition: .6s cubic-bezier(.895, .03, .685, .22) .2s
}

.filters-wrap.active {
    opacity: 1;
    max-height: 100px;
    transition: 1s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: 1s cubic-bezier(.165, .84, .44, 1)
}

#filters {
    height: auto;
    position: relative;
    width: auto;
    padding: 0;
    margin: 0
}

#filters li {
    display: block;
    opacity: 1;
    position: relative;
    margin: 10px 0;
    text-align: left
}

#filters li a {
    color: #000;
    opacity: 0;
    position: relative;
    -webkit-transition: color .15s ease-in-out, padding .25s ease-in-out;
    transition: color .15s ease-in-out, padding .25s ease-in-out
}

#filters:hover li a {
    color: rgba(0, 0, 0, .4)
}

#filters li a:hover {
    color: #000;
    padding-left: 40px
}

.light-content #filters:hover li a {
    color: rgba(255, 255, 255, .4)
}

#filters li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    top: calc(50% - 2px);
    left: 0;
    background-color: #000;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.light-content #filters li a::after {
    background-color: #fff
}

#filters li a:hover::after {
    width: 20px
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 1.8s;
    -moz-transition-duration: 1.8s;
    -ms-transition-duration: 1.8s;
    -o-transition-duration: 1.8s;
    transition-duration: 1.8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity
}

.items-wrap {
    position: relative;
    width: 100%;
}

.items {
    -webkit-transition: height .5s ease-out;
    transition: height .5s ease-out
}

.items:after {
    content: "";
    display: table;
    clear: both
}

.item {
    display: block;
    float: left;
    position: relative;
}

.item.hover {
    z-index: 1
}

.overlapping-grid .item {
    margin:250px 0;
    width: calc(50% + 40px);
}

.overlapping-grid .item:nth-of-type(2n+2) {
    margin-left: -80px;
}

.overlapping-grid .item:first-child {
    margin-top: 0
}

.overlapping-grid .item:last-child {
    margin-bottom: 0
}

.item-image::after,
.load-project-thumb .item-image::after {
    content: "";
    height: 60%;
    position: absolute;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    bottom: 0
}

.item-parallax {
    height: 100%;
    width: 100%;
    position: absolute;
    pointer-events: initial
}

.item-appear,
.item-content {
    position: relative;
    width: 100%;
    height: 100%
}

.disable-ajaxload .item-wrap-media,
.item-caption,
.item-image::after {
    pointer-events: none
}

.item-appear {
    position: relative;
    display: block;
}

.item-image::after {
    opacity: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

.load-project-thumb .item-image::after {
    opacity: 1;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

.item-content {
    opacity: 1
}

.fade-scaleout-effect .item-content {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 1s cubic-bezier(.165, .84, .44, 1) .2s;
    transition: 1s cubic-bezier(.165, .84, .44, 1) .2s
}

.fade-scaleout-effect .active .item-content {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.item-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
}

.item-image,
.item-wrap-media {
    position: relative;
    width: 100%;
    height: auto
}

.item-wrap-media {
    z-index: 0;
    overflow: hidden;
}

.item-wrap-media .grid__item-img {
    z-index: 100;
    cursor: pointer;
    pointer-events: initial;
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s cubic-bezier(.165, .84, .44, 1);
    transition: 1s cubic-bezier(.165, .84, .44, 1);
}
.item-wrap-media .grid__item-video {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    top: 0;
    left: 0;
    z-index: 120;
    pointer-events: none;
}
.item-wrap-media .grid__item-video video {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s cubic-bezier(.165, .84, .44, 1);
    transition: 1s cubic-bezier(.165, .84, .44, 1);
}
.no-touch .item:hover .item-wrap-media .grid__item-img,
.no-touch .item:hover .item-wrap-media .grid__item-video video {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}
.item.above .item-wrap-media .grid__item-img,
.no-touch .item.above:hover .item-wrap-media .grid__item-img,
.item.above .item-wrap-media .grid__item-video video,
.no-touch .item.above:hover .item-wrap-media .grid__item-video video {
    -webkit-transform: scale(1)!important;
    transform: scale(1)!important
}

.item-wrap-image {
	width: 100%;
	height: 100%;
	position:relative;
	z-index:0;
	overflow:hidden;
	-webkit-transform:scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) 0s;	
	transition: all 1s cubic-bezier(.165,.84,.44,1) 0s;			
}
.item:hover .item-appear .item-wrap-image,
.above  .item-wrap-image {		
	-webkit-transform:scale(1);
	transform: scale(1);			
}

.item-image {
    display: block;
    z-index: 1;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover
}

.portfolio .item-image {
    cursor: pointer
}

.scale-fitthumbs .above.item {
    opacity: 1 !important
}

.item-caption-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    pointer-events: none;
}


.item-caption {
    z-index: 10;
    position: absolute;
    bottom: 0;
    height: auto;
    padding: 30px 40px;
    width: 100%;
    cursor: default;
    -webkit-transition: .2s ease-out .4s;
    transition: .2s ease-out .4s
}
.below-caption .item-caption {
    position: relative;
    bottom: -20px;
    padding: 0 10px
}

.item-title {
    font-weight: 500;
    font-size: calc(1.75rem + .125vw);
    line-height: 1.25;
    margin: 0 0 7px;
    display: block;
    position: relative;
    color: #fff;
}
.item-subtitle {
    display: block;
    font-size: calc(1rem + .125vw);
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 10px;
    color: #fff;
    overflow:hidden;
}

.below-caption .item-subtitle {
    position: absolute;
    bottom: -70px;
    opacity: 0;
    color: #000;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}

.below-caption .item:hover .item-subtitle {
    bottom: -55px;
    opacity: .6
}

.item-date {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    overflow: hidden
}

.below-caption .item-title,
.light-content .item-subtitle,
.light-content .item-date,
.light-content .item-title {
    color: #fff
}

.below-caption .item-title {
    font-size: 24px;
    line-height: 36px
}

.item-subtitle div,
.item-date div,
.item-title div {
    display: block;
    overflow: hidden
}

.item-title span {
    display: block;
    margin: 0;
    min-width: 10px;
    width: auto;
}
.item-subtitle span {
    min-width: 10px;
    display: inline-block;
    margin: 0 4px 0 0;
    width: auto;
}
.item-date {
    display: block;
    margin-bottom: 0
}
.item-date span {
    min-width: 10px;
    width: auto;
    display: block;
    margin: 0;
    -webkit-transform: translateY(30px);
    opacity: 0
}

.below-caption .item-arrow,
.below-caption .item-date {
    display: none
}

.item-arrow {
    width: auto;
    height: auto;
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.item-arrow svg {
    width: 15px;
    height: 15px;
    vertical-align: baseline;
    position: relative !important;
    display: inline-block;
    margin: 0 0 0 4px;
    font-size: 1.9em;
    line-height: 2em;
    overflow: visible;
    color: #fff;
}

.item-arrow svg g {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.no-touch .trigger-item:hover .item-arrow svg g {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,.7);
    display: block;
    opacity: 0;
    z-index: 9200;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
    -webkit-transition: all .3s .6s;
    transition: all .3s .6s;
}
.lightbox.open {
    visibility: visible;
    opacity: 1;
    width: 100.1%;
    -webkit-transition: all .3s 0s;
    transition: all .3s 0s;
}
.lightbox .lightbox-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    padding: 60px 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: -webkit-transform .5s ease-in-out 0s;
    transition: transform .5s ease-in-out 0s;
}
.lightbox.open .lightbox-inner {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .5s ease-in-out .3s;
    transition: transform .5s ease-in-out .3s;
}
.lightbox .ctx.fade-up {
    opacity: 0;
    transform: translateY(60px);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.lightbox.animated .ctx.fade-up {
    opacity: 1;
    transform: translateY(0)
}
.close-lightbox {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,.5);
    cursor: pointer;
    opacity: 0;
    z-index: 10;
    -webkit-transition: opacity .3s 0s;
    transition: opacity .3s 0s;
}
.lightbox.open .close-lightbox {
    opacity: 1;
    -webkit-transition: all .3s .5s;
    transition: all .3s .5s;
}
.close-lightbox::after,
.close-lightbox::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 30px;
    width: 2px;
    height: 50px;
    background-color: #000;
    z-index: 10;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
}
.close-lightbox::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.no-touch .close-lightbox:hover::after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.no-touch .close-lightbox:hover::before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    width: 50%;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
    width: 46%;
}

.woocommerce .quantity .qty,
.woocommerce-cart table.cart td.product-quantity, 
.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart td.actions,
.woocommerce-cart table.cart th.product-subtotal,
.woocommerce-cart table.cart td.product-subtotal {
    display: none!important;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart,
.woocommerce div.product p.price_sub:last-of-type,
.woocommerce-variation-price {
    margin-bottom: 20px
}

.woocommerce div.product.product-type-simple form.cart,
.woocommerce div.product.product-type-simple p.cart {
    margin-top: 20px
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.lightbox button.button.alt {
    background-color: #363738;
    border-radius: 0;
    height: auto;
    padding: 1em;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
}

.lightbox button.button.alt,
.single_add_to_cart_button {
    display: block;
    margin-top: 20px!important;
    width: 100%
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    margin-top: 1rem
}
#order_review_heading {
    margin-top: 2rem
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    height: auto;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce a.back-to-shop-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 16px;
    text-transform: uppercase;
    padding: 1em;
    height: auto;
    line-height: 1
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.lightbox button.button {
    border-radius: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    padding: 12px 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.lightbox button.button.alt {
    border: 0;
    color: #fff;
    height: auto;
    padding: 14px 24px;
    font-size: 16px;
    line-height: 1.3;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none
}

.woocommerce a.button.wc-forward,
.woocommerce a.button.wc-forward:hover {
    color: #fff;
    background-color: #bf0733
}

.touch .woocommerce a.button.wc-forward:focus {
    background-color: #a3001a
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.lightbox button.button.alt:hover {
    background-color: #bf0733;
    color: #fff
}

.woocommerce a.back-to-shop-button {
    font-weight: 600;
    border-radius: 0;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1em;
    color: #515151;
    background-color: #ebe9eb
}

.touch .woocommerce #respond input#submit.alt:focus,
.touch .woocommerce a.button.alt:focus,
.touch .woocommerce button.button.alt:focus,
.touch .woocommerce input.button.alt:focus {
    background-color: #a3001a
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #bf0733;
    color: #fff
}

.woocommerce .cancel_button {
    float: right;
    padding-left: 15px
}

.cancel_button .button {
    height: 34px!important;
    font-weight: 600!important;
    padding: 6px 12px!important;
    line-height: 1.42857143!important;
    background-color: #dfdcde!important
}

.woocommerce-message {
    display: none!important
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 100px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100px
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 200px
}

.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.input-text {
    font-family: "Open Sans", sans-serif;
    margin: 0 4px 0 0;
    outline: 0;
    padding: 6px 12px;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.input-text:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

#ywcnp_form_name_your_price {
    display: flex;
    align-items: center;
}

#ywcnp_form_name_your_price label {
    color: #bf0733;
    padding-right: 15px;
    vertical-align: text-top
}

#ywcnp_suggest_price_single {
    margin: 0;
    outline: 0;
    height: 44px;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1!important;
    color: #000;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 2px solid #bf0733;
    width: 75px
}

#ywcnp_suggest_price_single:focus,
.form-control:focus {
    border-color: #bf0733;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(191, 7, 51, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(191, 7, 51, .6)
}

.woocommerce form .form-row textarea {
    height: auto;
    min-height: 150px;
    line-height: 1.42857143;
    display: block;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.woocommerce .actions .coupon,
.woocommerce-info::before {
    display: none
}

.woocommerce-info {
    border-top-color: #bf0733;
    padding: 1em 2em 1em 1em!important;
    background: #fafafa
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0
}

.woocommerce .order_details {
    padding: 0
}

.woocommerce table.cart p,
.woocommerce table.shop_table p {
    line-height: 1.42857143
}

.woocommerce #reviews h3 {
    margin-top: 20px;
    margin-bottom: 20px
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%
}

.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 36px;
    margin-left: 15px;
    font-size: 14px
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #f3f3f3
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 49%
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    padding-left: 25px
}

.checkbox,
.radio {
    margin-top: 0;
    margin-bottom: 15px;
}

.checkbox input[type="checkbox"] {
    position: absolute;
    height: auto;
    top: .1875rem;
    left: -25px;
    margin: 0!important;
    display: inline
}

span.wpcf7-list-item {
    margin: 0
}
.wpcf7-form .checkbox input[type="checkbox"] {
    top: 4px;
    left: -22px;
}

#customer_details label {
    font-weight: 500;
    font-size: .875rem
}

.woocommerce form .form-row label {
    width: 100%;
}

.job {
    padding-bottom: 10px
}

@media only screen and (max-width: 1599px) {
    section {
        margin-bottom: 150px
    }
}
@media only screen and (max-width: 1466px) {
	.percentage-wrapper {
		right: 60px;
	}
	.percentage-intro {
		left: 60px;
	}
	#header-container {
    	padding: 0 60px;
	}
    .sticky-menu {
        right: 60px;
    }
    .container {
        padding-left: 60px;
    }
    .container-fluid {
        padding-right: 60px;
        padding-left: 60px;
    }
    .content-full-width,
    .content-max-width {
        padding-left: 60px;
        padding-right: 60px
    }
    .content-margin-left {
        padding-right: 60px;
    }
	.row_padding_all {
		padding-left: 60px;
		padding-right: 60px;
	}
	.row_padding_left {
		padding-left:60px;
	}
	.row_padding_right {
		padding-right:60px;
	}
	.percentage-wrapper {
		right: 60px;
		bottom: 40px;
	}
	.percentage-intro {
		left: 60px;
		bottom: 40px;
	}
    .intro .button-box {
        right: 60px;
    }
	.flexnav li {
    	padding: 20px;
	}
    #filters-overlay .outer {
        padding: 60px
    }
    #show-filters {
        left: 26px;
        bottom: 20px
    }
	.overlapping-grid .item {
		margin:100px 0;
		width: calc(50% + 30px);
	}
	.overlapping-grid .item:nth-of-type(2n+2) {
        margin-left: -60px;
	}
    .item-title {
        font-size: 1.5rem;
    }
    .item-subtitle {
        font-size: 1rem;
    }
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images, 
    .woocommerce-page #content div.product div.images, 
    .woocommerce-page div.product div.images,
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary, 
    .woocommerce-page #content div.product div.summary, 
    .woocommerce-page div.product div.summary {
        width: 48%;
    }
}

@media only screen and (max-width: 1280px) {
    /* #d-menu.start.sticky-menu li a span.text {
        right: 30px;
        opacity: 0;
        visibility: hidden;
    }*/
    .container,
    .intro .image,
    .h-section .image {
        width: 80vw;
    }
    .item-title {
        font-size: 2.25vw;
    }
    .item-subtitle {
        font-size: 1.55vw;
        margin-bottom: 5px
    }
    img.bs-1 {
        box-shadow: -30px 30px 0px 0px
    }
    img.bs-2 {
        box-shadow: 30px -30px 0px 0px
    }
}

@media only screen and (max-width: 1024px) {
    .content-full-width,
    .content-max-width {
        padding-left: 40px;
        padding-right: 40px
    }
	.parallax-wrap {
		transform:none!important;
	}
	.parallax-element {
		transform:none!important;
	}
	.has-parallax figcaption {
		display:none;
	}
	.destroy {
		display:none;
	}
    .container {
        padding-left: 40px;
    }
    .container-fluid {
        padding-right: 40px;
        padding-left: 40px;
    }
	.row_padding_left {
		padding-left: 0px;
	}
	.row_padding_right {
		padding-right: 0px;
	}
	.full.row_padding_left {
		padding-left: 40px;
	}
	.full.row_padding_right {
		padding-right: 40px;
	}
	.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 0px;
		padding-right: 0px;
	}
	.full.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 40px;
		padding-right: 40px;
	}
    .intro .button-box {
        right: 40px;
    }
	#magic-cursor {
		display:none;
	}
	.percentage-wrapper {
		right: 40px;
		bottom: 20px;
	}
	.percentage-intro {
		left: 40px;
		bottom: 20px;
	}
	#header-container {
    	padding: 0 40px;
	}
	.header-middle,
	header .button-text {
		display: none;
	}
    .nav-icon {
        right: 40px;
    }
	.footer-button-wrap {
    	bottom: 80px;
	}
	.socials-wrap {
		width: 240px;
		height: 40px;
		float:right;
		margin:0 auto;
		right:-10px;
		transform: translateX(0px) translateY(20px)!important;
		-webkit-transform: translateX(0px) translateY(20px)!important;
	}
	
	.socials-icon, .socials-text {
		display:none;
	}
	
	.socials-wrap .socials {
		margin-top: 5px;
		text-align: right;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);	
	}
	
	.socials li {
		margin-right: 10px;
		line-height: 30px;
		height: 30px;
		width: 30px;
        font-size: 1rem;
		margin: 0 5px auto;
		display: inline-block;
		float: none;
	}
	
	.socials li a {
		height: 30px;
		width: 30px;
        font-size: 1rem;
		line-height: 30px;
	}
    
    #show-filters,
    .show-filters-wrap {
        width: 46px;
        height: 46px
    }
    #filters-overlay .outer {
        padding: 40px 40px 80px
    }
    #filters li a {
        font-size: 24px;
        line-height: 40px
    }
    #show-filters {
        left: 22px;
        bottom: 14px
    }
    #show-filters[data-tooltip][data-placement=top]::before {
        display: none
    }	
	.overlapping-grid .item {
		margin:75px 0;
		width: calc(50% + 20px);
	}
	.overlapping-grid .item:nth-of-type(2n+2) {
        margin-left: -40px;
	}
    
    #home-page-pictures {
        margin-top: 15vw;
        margin-bottom: -10vw
    }
    #home-page-pictures #home-pic-3 {
        top: -24vw
    }
    #home-page-pictures #home-pic-2 {
        top: 41vw;
        right: auto;
        left: -4vw
    }
    #home-page-pictures #home-pic-4 {
        left: auto;
        right: 0;
        top: 11vw
    }
    #home-page-pictures #home-pic-5 {
        top: 50vw;
        right: 25vw
    }
}

@media screen and (max-height:740px) and (max-width:991px) {
    .sticky-menu {
        width: 100%
    }
    .sticky-menu .top-menu {
        position: absolute;
        top: 0;
        right: 0
    }
    .sticky-menu .bottom-menu {
        position: absolute;
        bottom: 0;
        right: 0;
        text-align: right
    }
    .sticky-menu .bottom-menu li {
        display: inline-block;
        margin-right: 20px;
        border: 0
    }
    .sticky-menu .bottom-menu li:last-of-type {
        margin-right: 0
    }
    .sticky-menu .bottom-menu li:first-of-type a {
        border-top: 0
    }
    .sticky-menu .bottom-menu li a {
        border: 0!important
    }
}

@media only screen and (max-width: 991px) {
    .container,
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
    .container {
        width: 100%;
    }
	#header-container {
    	padding: 0 30px;
	}
    .content-full-width,
    .content-max-width {
        padding-left: 30px;
        padding-right: 30px
    }
    .content-margin-left {
        width: 100%;
        margin-left: 0;
        padding-left: 30px;
        padding-right: 30px;
    }
    .nav-icon {
        display: block;
        right: 30px;
    }
    .c-menu {
        display: none;
    }
    .sticky-menu {
        opacity: 0;
        visibility: hidden;
        top: 150px;
        height: calc(100% - 180px);
        transition: opacity 1s ease, visibility 1s ease, right .6s ease
    }
    .sticky-menu .bottom-menu {
        transform: translateX(100px);
        opacity: 0
    }
    .sticky-menu .top-menu li {
        opacity: 0;
        transform: translateX(240px);
    }
    .sticky-menu .top-menu li:first-child {
        transition-delay: .2s
    }
    .sticky-menu .top-menu li:nth-child(2) {
        transition-delay: .3s
    }
    .sticky-menu .top-menu li:nth-child(3) {
        transition-delay: .4s
    }
    .sticky-menu .top-menu li:nth-child(4) {
        transition-delay: .5s
    }
    .sticky-menu .top-menu li:nth-child(5) {
        transition-delay: .6s
    }
    .sticky-menu .top-menu li:nth-child(6) {
        transition-delay: .7s
    }
    .sticky-menu .top-menu li:nth-child(7) {
        transition-delay: .8s
    }
    .sticky-menu .top-menu li a {
        border: 2px solid #fff;
        background-color: #bf0733;
        color: #fff;
    }
    .sticky-menu li a span.text {
        color: #fff!important;
        transition: right .8s ease, opacity .8s ease, visibility .8s ease
    }
    body.menu-open .sticky-menu li a span.text {
        right: 0;
        padding-right: 75px;
    }
    .sticky-menu .top-menu li a.fill {
        color: #bf0733;
        background-color: #fff
    }
    .sticky-menu .top-menu li a .icon sup {
        color: #fff;
    }
    .sticky-menu .bottom-menu li a {
        border-bottom: .25px solid #fff;
        color: #fff;
    }
    hr,
    hr.animated-line {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    section {
        margin-bottom: 120px
    }
    .intro .image,
    .h-section .image,
    .h-section.right .image {
        width: 100%;
        height: calc(90vh - 130px);
        height: calc(calc(var(--vh, 1vh) * 90) - 130px);
        margin-left: 0
    }
    .intro .image-wrap::after,
    .h-section .image-wrap::after {
        height: 50%;
    }
    .intro .button-box {
        right: 30px;
    }
    .intro .button-box.voucher {
        bottom: 160px;
    }
    .intro .button-box.reserve {
        bottom: 230px;
    }
    .intro .headline,
    .h-section .headline {
        font-size: 13vw;
        line-height: 17vw;
    }
    .intro .headline span.line_2,
    .h-section .headline span.line_2 {
        line-height: 13vw;
    }
    .intro .container-fluid .headline,
    .h-section .container-fluid .headline {
        margin-top: -17vw;
    }
    .intro .quote__title,
    .h-section .text {
        margin-top: 40px;
    }
    .h-section.right .text {
        margin-left: 0;
    }
    .item-caption {
        padding: 30px;
    }
    .item-title {
        font-size: 4vw;
        margin-bottom: 5px;
    }
    .item-subtitle {
        font-size: 2.5vw;
    }
	.copyright {
		text-align:center;
        line-height: 25px;
	}
	#footer-bottom .button-wrap.left .button-text {
        display: none;
    }
    .footer-right {
        display: none;
    }
    #footer-container {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images, 
    .woocommerce-page #content div.product div.images, 
    .woocommerce-page div.product div.images, 
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary, 
    .woocommerce-page #content div.product div.summary, 
    .woocommerce-page div.product div.summary {
        float: none;
        width: 100%;
    }
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%
    }
}

@media screen and (max-width:991px) and (orientation:landscape) {
    .sticky-menu {
        position: relative!important;
        top: 110px!important;
        width: 100%;
        height: calc(100% - 110px)!important;
        min-height: 400px
    }
}

@media only screen and (max-width: 767px) {	
	figcaption {
		background-color: rgba(0,0,0,0.3);
		bottom: 0px;
		font-size: 10px;
		padding: 5px 10px;
		right: 0px;
		border-radius: 0;
	}
    
    .intro {
        margin-bottom: 6vw;
    }
	
	.row_padding_top {
		padding-top:6vw;
	}
	
	.row_padding_bottom {
		padding-bottom:6vw;
	}
	
	.row_padding_left {
		padding-left: 0px;
	}
	
	.row_padding_right {
		padding-right: 0px;
	}
	
	.full.row_padding_left {
		padding-left: 30px;
	}
	
	.full.row_padding_right {
		padding-right: 30px;
	}
	
	.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.full.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.percentage-wrapper {
		right: 30px;
		bottom: 10px;
	}
	
	.percentage-intro {
		left: 30px;
		bottom: 10px;
	}
	
	.flexnav li {
        margin-bottom: 10px;
	}
    
	.flexnav li ul li {
        margin-top: 5px;
        margin-bottom: 0;
	}
    
    .flexnav li ul li a {
        padding: 5px 0;
    }
	
	footer.showcase-footer .arrows-wrap {
		right: auto;
		left: -30px;
		float: left;
		margin: auto;
	}
	
	footer.showcase-footer .socials-wrap {
		width: 170px;
		float: right;
		left: auto;
		right: 0;
		top: 0;
	}
	
	.socials-wrap {
		width:100%;
		float: none;
        display: block;
		left: 0;
		right: auto;
		top: 0;
		margin: 0;
        text-align: center;
        transform: translateX(0px) translateY(0px) !important;
        -webkit-transform: translateX(0px) translateY(0px) !important;
	}
	
	.socials-wrap .socials {
		text-align: center;
	}
	
	.socials li {
		margin: 0 0px auto;
	}
    #filters-overlay .outer {
        padding: 30px 30px 80px
    }
    #show-filters {
        left: 12px;
        bottom: 10px
    }
	.overlapping-grid .item {
		width: calc(50% + 15px);
	}
	.overlapping-grid .item:nth-of-type(2n+2) {
        margin-left: -30px;
	}
    .woocommerce .cancel_button {
        float: none;
        padding-left: 0;
        margin-top: 15px;
        margin-bottom: 15px
    }
    .cancel_button .button {
        width: 100%
    }
}

@media only screen and (max-width: 580px) {
    .intro .badge-button-wrap {
        right: 20px;
        top: 20px;
        width: 130px;
        height: 130px;
    }
    .intro .badge-button span {
        font-size: 12px
    }
    .close-lightbox {
        width: 40px;
        height: 40px;
    }
    .close-lightbox::after,
    .close-lightbox::before {
        left: 20px;
        height: 30px;
    }
}


@media only screen and (max-width: 479px) {
    .container,
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
    }
    .content-full-width,
    .content-max-width {
        padding-left: 20px;
        padding-right: 20px
    }
    .content-margin-left {
        padding-left: 20px;
        padding-right: 20px;
    }
	.flexnav li a {
		font-size: 24px;
	}
    
    .intro {
        margin-bottom: 7vw;
    }

	.row_padding_top {
		padding-top:7vw;
	}
	
	.row_padding_bottom {
		padding-bottom:7vw;
	}
		
	.row_padding_left {
		padding-left: 0px;
	}
	
	.row_padding_right {
		padding-right: 0px;
	}
	
	.full.row_padding_left {
		padding-left: 20px;
	}
	
	.full.row_padding_right {
		padding-right: 20px;
	}
	
	.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.full.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	hr {
		height: 10px;
	}
    
	.percentage-wrapper {
		right: 20px;
		bottom: 10px;
	}
	
	.percentage-intro {
		left: 20px;
		bottom: 10px;
	}
    
    header {
        height: 80px;
    }
    
    #header-container {
        padding: 0 20px;
    }
    
	#logo img {
		height: 60px;
	}

    .nav-icon {
        top: 18px;
        right: 20px;
        width: 44px;
        height: 44px;
    }
	
    body.menu-open .sticky-menu {
        right: 20px;
    }
    
    .sticky-menu .top-menu li a {
        width: 44px;
        height: 44px;
    }
    
    body.menu-open .sticky-menu li a span.text {
        padding-right: 60px;
    }
    
    .intro .image,
    .h-section .image {
        height: calc(90vh - 60px);
        height: calc(calc(var(--vh, 1vh) * 90) - 60px);
    }
    .intro .button-box {
        right: 20px;
    }
    .intro .button-box.voucher {
        bottom: 80px;
    }
    .intro .button-box.reserve {
        bottom: 135px;
    }
    .intro .quote__title {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    
	footer.showcase-footer #footer-container {
		padding: 0px 20px;
	}
	
	.copyright {
		left: 0px;
	}
    
    .wp-caption.aligncenter,
    .wp-caption.alignleft,
    .wp-caption.alignright,
    img.aligncenter,
    img.alignleft,
    img.alignright {
        display: block;
        float: none;
        width: 100% !important;
        max-width: 100% !important;
        margin: 1rem 0 !important
    }
    .wp-caption.aligncenter img,
    .wp-caption.alignleft img,
    .wp-caption.alignright img {
        width: 100% !important;
        height: auto !important
    }
	
	.socials-wrap {
		float: none;
		left: 0;
		right: auto;
	}
	
	.arrows-wrap {
		left: -10px;
		width: 80px;
	}
	
	.prev-wrap, .next-wrap {
    	width: 40px;
	}
	
	footer.showcase-footer .arrows-wrap {
		right: 0;
		left: 0;
		float: none;
		margin: auto;
	}
	
	footer.showcase-footer .arrows-wrap {
		width: 100%;
	}
	
	footer.showcase-footer .prev-wrap, footer.showcase-footer .next-wrap {
    	width: 60px;
	}
	
	footer.showcase-footer .footer-middle {
		top: 0px;
	}
	
	footer.showcase-footer .showcase-subtitles-wrap {
		left: 0;
	}
	
	footer.showcase-footer .socials-wrap {
		display:none;
	}
	
	.button-text {
		display:none;
	}
	
	#main-page-content .button-text, #hero .button-text {
		display:block;
        font-size: .875rem!important;
	}
    
    #filters-overlay .outer {
        padding: 20px 20px 80px
    }
    #show-filters {
        left: 2px;
        bottom: 2px
    }
	.overlapping-grid .item {
		margin:50px 0;
		width: calc(50% + 10px);
	}
	.overlapping-grid .item:nth-of-type(2n+2) {
        margin-left: -20px;
	}
    .item-caption {
        padding: 15px 20px
    }
    .below-caption .item-title {
        font-size: 6vw;
    }
    .item-title {
        font-size: 5.5vw;
    }
    .item-subtitle {
        font-size: 3.75vw;
    }
    .button-wrap:not(.menu) {
        min-width: 225px;
    }
    #footer-container {
        padding-top: 60px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 359px) {	
	#logo img {
		height: 50px;
	}
    
}

@media only screen and (orientation: landscape) {
    .show-landscape {
        display: block!important;
    }
    .show-portrait {
        display: none!important;
    }
}
@media only screen and (orientation: portrait) {
    .show-landscape {
        display: none!important;
    }
    .show-portrait {
        display: block!important;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
	#rotate-device {
		display:block;
	}
}