@font-face {
    font-family: 'akaudit';
    src: url('../fonts/akaudit.eot?e8so55');
    src: url('../fonts/akaudit.eot?e8so55#iefix') format('embedded-opentype'), url('../fonts/akaudit.ttf?e8so55') format('truetype'), url('../fonts/akaudit.woff?e8so55') format('woff'), url('../fonts/akaudit.svg?e8so55#akaudit') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'akaudit' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
    content: "\e900";
}
.icon-home:before {
    content: "\e901";
}
.icon-arrow-down:before {
    content: "\e902";
}
.icon-burger:before {
    content: "\e903";
}


html {
    font-family: sans-serif;
}

body {
    margin: 0
}

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

button[disabled], html input[disabled] {
    cursor: default;
    background-color: #292929;
    color: #808080;
    border-color: #000;
}

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

input {
    line-height: normal
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

a, abbr, acronym, address, applet, article, aside, b, blockquote, body, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, main, menu, nav, object, ol, p, pre, q, s, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0
}

iframe {
    border: 0
}

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

html {
    font-family: 'Roboto', sans-serif;
    height: 100%;
    background-color: #fff;
    color: #808080;
    font: 300 16px/1.5em 'Roboto';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: auto;
}
@media (min-width:768px) {
    html {
        font: 300 18px/1.5em 'Roboto', sans-serif;
    }
}
body {
    min-height: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, blockquote, dl, figure, h1, h2, h3, h4, h5, h6, hr, menu, ol, p, pre, summary, table, ul {
    margin-bottom: 24px;
}

caption, p, table, td, textarea, th {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

:focus {
    /* outline: 1px dotted #0069B3; */
}

a {
    text-decoration: none;
    color: #0069B3;
}

a:active, a:focus, a:hover {
    text-decoration: none
}

abbr, acronym, dfn[title] {
    cursor: help
}

abbr a {
    text-decoration: none
}

acronym {
    text-transform: uppercase
}

del {
    font-style: italic;
    text-decoration: line-through;
    color: #777
}

details {
    cursor: pointer
}

dl dt {
    font-weight: 700;
    color: #222
}

dl dd {
    margin: 0
}

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

ins, mark {
    text-decoration: none;
    color: #222;
    background: #ff9
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #0069b4;
    font-family: 'Playfair Display', serif;
    margin-bottom: 8px;
}

.h1, h1 {
    font-size: 30px;
    margin-bottom: 35px;
}

.h2, h2 {
    font-size: 25px;
}

.h3, h3 {
    font-size: 22px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 18px;
}

.h6, h6 {
    font-size: 16px;
}

@media (min-width:768px) {
    .h1, h1 {
        font-size: 46px;
    }
    .h2, h2 {
        font-size: 30px;
    }
    .h3, h3 {
        font-size: 24px;
    }
    .h4, h4 {
        font-size: 20px;
    }
    .h5, h5 {
        font-size: 18px;
    }
    .h6, h6 {
        font-size: 16px;
    }
}

dl dt {
    font-weight: 700;
    color: #222
}

dl dd {
    margin: 0
}

ol li, ul li {
    margin-left: 24px;
}

ol {
    list-style: decimal
}

ol[type="a"] {
    list-style: lower-alpha
}

ol ol {
    list-style: upper-alpha
}

ol ol ol {
    list-style: lower-roman
}

ol ol ol ol {
    list-style: lower-alpha
}

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

hr {
    display: block;
    padding: 0;
    border: 0;
    border-top: 1px solid #dedede;
}

blockquote {margin-bottom: 0;}

blockquote a {
    display: block;
    color: #fff;
    background-color: #0069B3;
    padding: 30px 100px 30px 45px;
    position: relative;
    font-family: 'Playfair Display', serif;
}

blockquote a:after {
    content: '';
    background-image: url("../img/contact_hover.png");
    background-image: url("../img/contact.png");
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -35px;
    width: 76px;
    height: 72px;
}

blockquote a:hover:after {
    background-image: url("../img/contact_hover.png");
}

blockquote p {
    margin: 0
}

blockquote p+p {
    margin-top: 24px;
}

blockquote cite {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-size: 11px;
    color: #777
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a {
    color: #777
}

code, kbd, pre, samp {
    font-family: Monaco, Consolas, "Liberation Mono", Courier, monospace;
    font-size: 11px;
    font-style: normal;
    color: #222
}

code {
    margin: 0;
    padding: 2px 6px;
    white-space: nowrap;
    border: 1px solid #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f8f8f8
}

kbd {
    position: relative;
    top: -1px;
    margin-bottom: 1px;
    padding: 2px 6px;
    white-space: nowrap;
    border: 1px solid #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 1px 0 #dedede, inset 0 0 0 1px #fff;
    -moz-box-shadow: 0 1px 0 #dedede, inset 0 0 0 1px #fff;
    box-shadow: 0 1px 0 #dedede, inset 0 0 0 1px #fff
}

pre {
    position: relative;
    overflow: auto;
    padding: 24px;
    white-space: pre;
    word-wrap: normal;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    color: #444;
    background: #f8f8f8
}

pre code {
    display: block;
    overflow: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    white-space: pre;
    color: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: 0 0
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

audio, canvas, video {
    width: 100%
}

audio:focus, canvas:focus, video:focus {
    outline: 1px dotted #000
}

embed, img, object, video {
    max-width: 100%;
    height: auto
}

embed, object {
    height: 100%
}

figure {
    margin-right: auto;
    margin-left: auto
}

figure>img {
    display: block
}

figcaption {
    font-size: 10px;
    font-style: italic;
    margin-top: 8px;
    color: #777
}

img {
    font-style: italic;
    -ms-interpolation-mode: bicubic
}

button, html input[type=button], input[type=file], input[type=image], input[type=reset], input[type=submit], input[type=checkbox], input[type=radio], label, select {
    cursor: pointer
}

input[type=color], input[type=range] {
    vertical-align: middle
}

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

input[type=image], input[type=checkbox], input[type=radio] {
    display: inline-block;
    /* width: auto; */
    width: 0;
    height: 0;
}

input[type=file] {
    max-width: 100%;
    cursor: pointer
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=image], input[type=button], input[type=reset], input[type=submit], select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

legend {
    font-weight: 700;
    width: 100%;
    padding: 0;
    color: #222;
    border: 0
}

textarea {
    max-width: 100%;
    height: 58px;
    resize: vertical;
}

table {
    width: 100%;
    empty-cells: show
}

tfoot td, th {
    text-align: left
}

td, th {
    overflow: visible
}

@media print {
    * {
        color: #000!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        -moz-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    @page {
        margin: .5cm
    }
    a, a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href)")"
    }
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }
    abbr[title]:after {
        content: " (" attr(title)")"
    }
    blockquote, pre {
        border: 1px solid #777;
        page-break-inside: avoid
    }
    h2, h3, p {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
    img, tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    thead {
        display: table-header-group
    }
}

.box>:last-child {
    margin-bottom: 0;
}

.box-border {
    border: 4px dashed rgba(222, 222, 222, 0.12);
}

.btn.btn-round {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.box-flush {
    padding: 0
}

.btn,
button {
    font-family: 'Playfair Display', serif;
    line-height: 66px;
    display: inline-block;
    margin: 0;
    padding: 0px 82px 0px 20px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #b7b7b7;
    border: 1px solid #0069B3;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 46px;
    position: relative;
}

button i {
    font-size: 60px;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 12px;
    top: 4px;
    -webkit-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
}

.btn:not(.btn-static):hover,
.hover-btn:hover .btn,
button:hover {
    border-color: #0069b3;
    background-color: #0069b3;
    color: #fff;
}
button:hover i{
    color: #fff;
}
.btn-light {
    opacity: 0.5;
}

.btn-light:hover, .btn-light:active {
    opacity: 1;
}

.btn:not(.btn-static):active,
button:active {
    /* border-color: #fff; */
}

.btn:not(.btn-static):active:focus,
button:active:focus {
    outline: 0 none;
}

.btn:disabled, .btn[disabled], .btn.is-disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.50;
    filter: alpha(opacity=50);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.btn-b {
    border: 2px solid #808080;
    color: #808080;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-b:hover {
    border: 2px solid #65a237;
    color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-b:active {
    color: #fff;
    border-color: #437320;
}

.btn-red {
    background-color: #c8b6d6;
}

.btn.btn-red:not(.btn-static):hover {
    background-color: #ceb7e0;
    color: #fff;
}

.btn.btn-red:not(.btn-static):active {
    background-color: #ae9bbd;
}

.btn-block {
    display: block;
}

.btn-static {
    cursor: default;
}

.btn-static:not(.btn-static):hover {
    background-color: inherit;
}

@media (min-width: 960px) {
    .btn-lg {
        font-size: 20px;
        padding: 16px 24px;
    }
}

select:focus, select:active, input:focus, input:active, textarea:focus, textarea:active {

}

.btn-group .btn {
    padding-top: 7px;
    padding-bottom: 3px;
    margin-right: -1px;
    margin-bottom: -1px;
    position: relative;
}

body.single .btn-group .btn {
    padding-top: 12px;
    padding-bottom: 7px;
}

.btn-group .btn-wh:hover {
    border-color: #E0BC7B;
    z-index: 1;
}

.btn-group .btn:not(.btn-wh) {
    z-index: 1;
    border: 1px solid #ffffff;
}

.btn-group .btn-wh {
    border-color: #aaaaaa;
}

.btn-group .btn, .btn-group .btn:hover {
    -webkit-transition-property: background-color, color;
    -moz-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    transition-property: background-color, color;
}

.form-label {
    display: inline-block;
}

.form-label + .form-input, .form-label + .form-select, .form-label + .form-textarea {
    margin-top: 4px;
    margin-top: 4px;
}

.form-input[type="date"], .form-input[type="datetime"], .form-input[type="datetime-local"], .form-input[type="email"], .form-input[type="month"], .form-input[type="number"], .form-input[type="password"], .form-input[type="search"], .form-input[type="tel"], .form-input[type="text"], .form-input[type="time"], .form-input[type="url"], .form-input[type="week"], .form-select, .form-textarea {
    line-height: 1.5;
    display: block;
    width: 100%;
    height: 44px;
    height: 44px;
    padding: 8px;
    padding: 8px;
    color: #222222;
    border: 1px solid #dedede;
    border: 1px solid #dedede;
    outline: 0 none;
}

.form-input[type="date"]:focus, .form-input[type="datetime"]:focus, .form-input[type="datetime-local"]:focus, .form-input[type="email"]:focus, .form-input[type="month"]:focus, .form-input[type="number"]:focus, .form-input[type="password"]:focus, .form-input[type="search"]:focus, .form-input[type="tel"]:focus, .form-input[type="text"]:focus, .form-input[type="time"]:focus, .form-input[type="url"]:focus, .form-input[type="week"]:focus, .form-select:focus, .form-textarea:focus {
    border-color: #1fa3ec;
    outline: 0 none;
}

.form-select {
    padding: 10px;
    padding: 10px;
    background: #f8f8f8;
}

.form-input-round {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.list-bare {
    list-style: none
}

.list-bare li {
    margin-left: 0
}

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

.list-reset li {
    margin-left: 0
}

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

.list-inline li {
    display: inline;
    margin-left: 0
}

.list-inline-delimited>li+li:before {
    content: ",\00A0"
}

.table-container {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.table {
    width: 100%;
    max-width: 100%
}

.table caption {
    font-weight: 700;
    font-style: italic;
    padding-bottom: 4px;
}

.table tfoot td, .table th {
    font-weight: 700;
    text-align: left;
    color: #222
}

.table tfoot td, .table thead th {
    background-color: #efefef
}

.table td, .table th {
    padding: 8px;
    vertical-align: top
}

.table-border {
    border: 1px solid #dedede;
}

.table-border-cells td, .table-border-cells th {
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
}

.table-border-rows td, .table-border-rows th {
    border-top: 1px solid #dedede;
}

.table-border.table-border-cells thead:first-child tr:first-child td, .table-border.table-border-cells thead:first-child tr:first-child th, .table-border.table-border-rows thead:first-child tr:first-child td, .table-border.table-border-rows thead:first-child tr:first-child th {
    border-top: 0
}

.table-border-cells tr td:first-child, .table-border-cells tr th:first-child {
    border-left: 0
}

.table-border-cells thead:first-child tr:first-child th, .table-border-cells tr:first-child th {
    border-top: 0
}

.table-border-rows tr:last-child td {
    border-bottom: 1px solid #dedede;
}

.table-striped tbody>tr:nth-child(odd)>td {
    background-color: #f8f8f8
}

.wrapper {
    width: 94%;
    max-width: 1050px;
    margin: 0 auto;
}

@media (min-width:768px) {
    .wrapper-min {
        width: 94%;
        max-width: 520px;
        margin: 0 auto
    }
    .wrapper-max {
        width: 94%;
        max-width: 1500px;
        margin: 0 auto
    }
}

@media (max-width:767px) {
    .wrapper-max {
        width: 100%;
    }
}

.wrapper-flush {
    width: 100%
}

.wrapper-full-bleed {
    width: auto;
    max-width: none
}

.grid {
    margin: 0;
    margin-left: -24px;
    padding: 0;
    list-style: none;
    font-size: 0;
    letter-spacing: 0;
}

.grid-item {
    display: inline-block;
    margin-left: 0;
    width: 100%;
    padding-left: 24px;
    vertical-align: top;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.grid-ltr {
    direction: ltr;
    text-align: left
}

.grid-ltr>.grid-item {
    direction: rtl;
    text-align: left
}

.grid-rtl {
    direction: rtl;
    text-align: left
}

.grid-rtl>.grid-item {
    direction: ltr;
    text-align: left
}

@media (min-width:480px) {
    .xs-grid-ltr {
        direction: ltr;
        text-align: left
    }
    .xs-grid-ltr>.grid-item {
        direction: rtl;
        text-align: left
    }
    .xs-grid-rtl {
        direction: rtl;
        text-align: left
    }
    .xs-grid-rtl>.grid-item {
        direction: ltr;
        text-align: left
    }
}

@media (min-width:600px) {
    .sm-grid-ltr {
        direction: ltr;
        text-align: left
    }
    .sm-grid-ltr>.grid-item {
        direction: rtl;
        text-align: left
    }
    .sm-grid-rtl {
        direction: rtl;
        text-align: left
    }
    .sm-grid-rtl>.grid-item {
        direction: ltr;
        text-align: left
    }
}

@media (min-width:768px) {
    .md-grid-ltr {
        direction: ltr;
        text-align: left
    }
    .md-grid-ltr>.grid-item {
        direction: rtl;
        text-align: left
    }
    .md-grid-rtl {
        direction: rtl;
        text-align: left
    }
    .md-grid-rtl>.grid-item {
        direction: ltr;
        text-align: left
    }
}

@media (min-width:960px) {
    .lg-grid-ltr {
        direction: ltr;
        text-align: left
    }
    .lg-grid-ltr>.grid-item {
        direction: rtl;
        text-align: left
    }
    .lg-grid-rtl {
        direction: rtl;
        text-align: left
    }
    .lg-grid-rtl>.grid-item {
        direction: ltr;
        text-align: left
    }
}

@media (min-width:1140px) {
    .xl-grid-ltr {
        direction: ltr;
        text-align: left
    }
    .xl-grid-ltr>.grid-item {
        direction: rtl;
        text-align: left
    }
    .xl-grid-rtl {
        direction: rtl;
        text-align: left
    }
    .xl-grid-rtl>.grid-item {
        direction: ltr;
        text-align: left
    }
}

@media (min-width:1380px) {
    .xxl-grid-ltr {
        direction: ltr;
        . text-align: left
    }
    .xxl-grid-ltr>.grid-item {
        direction: rtl;
        text-align: left
    }
    .xxl-grid-rtl {
        direction: rtl;
        text-align: left
    }
    .xxl-grid-rtl>.grid-item {
        direction: ltr;
        text-align: left
    }
}

.gutter-0, .gutter-none {
    margin-left: 0
}

.gutter-0>.grid-item, .gutter-none>.grid-item {
    padding-left: 0
}

.gutter-1px {
    margin-left: -1px;
}

.gutter-1px>.grid-item {
    padding-left: 1px;
}

.gutter-half, [class~="gutter-1/2"] {
    margin-left: -12px;
}

.gutter-half>.grid-item, [class~="gutter-1/2"]>.grid-item {
    padding-left: 12px;
}

.gutter-1, .gutter-whole {
    margin-left: -24px;
}

.gutter-1>.grid-item, .gutter-whole>.grid-item {
    padding-left: 24px;
}

.gutter-2, .gutter-double {
    margin-left: -48px;
}

.gutter-2>.grid-item, .gutter-double>.grid-item {
    padding-left: 48px;
}

@media (min-width:480px) {
    .xs-gutter-0, .xs-gutter-none {
        margin-left: 0
    }
    .xs-gutter-0>.grid-item, .xs-gutter-none>.grid-item {
        padding-left: 0
    }
    .xs-gutter-1px {
        margin-left: -1px;
    }
    .xs-gutter-1px>.grid-item {
        padding-left: 1px;
    }
    .xs-gutter-half, [class~="xs-gutter-1/2"] {
        margin-left: -12px;
    }
    .xs-gutter-half>.grid-item, [class~="xs-gutter-1/2"]>.grid-item {
        padding-left: 12px;
    }
    .xs-gutter-1, .xs-gutter-whole {
        margin-left: -24px;
    }
    .xs-gutter-1>.grid-item, .xs-gutter-whole>.grid-item {
        padding-left: 24px;
    }
    .xs-gutter-2, .xs-gutter-double {
        margin-left: -48px;
    }
    .xs-gutter-2>.grid-item, .xs-gutter-double>.grid-item {
        padding-left: 48px;
    }
}

@media (min-width:600px) {
    .sm-gutter-0, .sm-gutter-none {
        margin-left: 0
    }
    .sm-gutter-0>.grid-item, .sm-gutter-none>.grid-item {
        padding-left: 0
    }
    .sm-gutter-1px {
        margin-left: -1px;
    }
    .sm-gutter-1px>.grid-item {
        padding-left: 1px;
    }
    .sm-gutter-half, [class~="sm-gutter-1/2"] {
        margin-left: -12px;
    }
    .sm-gutter-half>.grid-item, [class~="sm-gutter-1/2"]>.grid-item {
        padding-left: 12px;
    }
    .sm-gutter-1, .sm-gutter-whole {
        margin-left: -24px;
    }
    .sm-gutter-1>.grid-item, .sm-gutter-whole>.grid-item {
        padding-left: 24px;
    }
    .sm-gutter-2, .sm-gutter-double {
        margin-left: -48px;
    }
    .sm-gutter-2>.grid-item, .sm-gutter-double>.grid-item {
        padding-left: 48px;
    }
}

@media (min-width:768px) {
    .md-gutter-0, .md-gutter-none {
        margin-left: 0
    }
    .md-gutter-0>.grid-item, .md-gutter-none>.grid-item {
        padding-left: 0
    }
    .md-gutter-1px {
        margin-left: -1px;
    }
    .md-gutter-1px>.grid-item {
        padding-left: 1px;
    }
    .md-gutter-half, [class~="md-gutter-1/2"] {
        margin-left: -12px;
    }
    .md-gutter-half>.grid-item, [class~="md-gutter-1/2"]>.grid-item {
        padding-left: 12px;
    }
    .md-gutter-1, .md-gutter-whole {
        margin-left: -24px;
    }
    .md-gutter-1>.grid-item, .md-gutter-whole>.grid-item {
        padding-left: 24px;
    }
    .md-gutter-2, .md-gutter-double {
        margin-left: -48px;
    }
    .md-gutter-2>.grid-item, .md-gutter-double>.grid-item {
        padding-left: 48px;
    }
}

@media (min-width:960px) {
    .lg-gutter-0, .lg-gutter-none {
        margin-left: 0
    }
    .lg-gutter-0>.grid-item, .lg-gutter-none>.grid-item {
        padding-left: 0
    }
    .lg-gutter-1px {
        margin-left: -1px;
    }
    .lg-gutter-1px>.grid-item {
        padding-left: 1px;
    }
    .lg-gutter-half, [class~="lg-gutter-1/2"] {
        margin-left: -12px;
    }
    .lg-gutter-half>.grid-item, [class~="lg-gutter-1/2"]>.grid-item {
        padding-left: 12px;
    }
    .lg-gutter-1, .lg-gutter-whole {
        margin-left: -24px;
    }
    .lg-gutter-1>.grid-item, .lg-gutter-whole>.grid-item {
        padding-left: 24px;
    }
    .lg-gutter-2, .lg-gutter-double {
        margin-left: -48px;
    }
    .lg-gutter-2>.grid-item, .lg-gutter-double>.grid-item {
        padding-left: 48px;
    }
}

@media (min-width:1140px) {
    .xl-gutter-0, .xl-gutter-none {
        margin-left: 0
    }
    .xl-gutter-0>.grid-item, .xl-gutter-none>.grid-item {
        padding-left: 0
    }
    .xl-gutter-1px {
        margin-left: -1px;
    }
    .xl-gutter-1px>.grid-item {
        padding-left: 1px;
    }
    .xl-gutter-half, [class~="xl-gutter-1/2"] {
        margin-left: -12px;
    }
    .xl-gutter-half>.grid-item, [class~="xl-gutter-1/2"]>.grid-item {
        padding-left: 12px;
    }
    .xl-gutter-1, .xl-gutter-whole {
        margin-left: -24px;
    }
    .xl-gutter-1>.grid-item, .xl-gutter-whole>.grid-item {
        padding-left: 24px;
    }
    .xl-gutter-2, .xl-gutter-double {
        margin-left: -48px;
    }
    .xl-gutter-2>.grid-item, .xl-gutter-double>.grid-item {
        padding-left: 48px;
    }
}

@media (min-width:1380px) {
    .xxl-gutter-0, .xxl-gutter-none {
        margin-left: 0
    }
    .xxl-gutter-0>.grid-item, .xxl-gutter-none>.grid-item {
        padding-left: 0
    }
    .xxl-gutter-1px {
        margin-left: -1px;
    }
    .xxl-gutter-1px>.grid-item {
        padding-left: 1px;
    }
    .xxl-gutter-half, [class~="xxl-gutter-1/2"] {
        margin-left: -12px;
    }
    .xxl-gutter-half>.grid-item, [class~="xxl-gutter-1/2"]>.grid-item {
        padding-left: 12px;
    }
    .xxl-gutter-1, .xxl-gutter-whole {
        margin-left: -24px;
    }
    .xxl-gutter-1>.grid-item, .xxl-gutter-whole>.grid-item {
        padding-left: 24px;
    }
    .xxl-gutter-2, .xxl-gutter-double {
        margin-left: -48px;
    }
    .xxl-gutter-2>.grid-item, .xxl-gutter-double>.grid-item {
        padding-left: 48px;
    }
}

.grid-align-top>.grid-item {
    vertical-align: top
}

.grid-align-middle>.grid-item {
    vertical-align: middle
}

.grid-align-bottom>.grid-item {
    vertical-align: bottom
}

.grid-align-left {
    text-align: left
}

.grid-align-left>.grid-item {
    text-align: left
}

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

.grid-align-center>.grid-item {
    text-align: left
}

.grid-align-right {
    text-align: right
}

.grid-align-right>.grid-item {
    text-align: left
}

.grid-shrink-wrap>.grid-item {
    width: auto
}

.dn {
    display: none!important
}

.di {
    display: inline!important
}

.db {
    display: block!important
}

.dib {
    display: inline-block!important;
    max-width: 100%!important
}

.dit {
    display: inline-table!important
}

.dt {
    display: table!important;
    table-layout: fixed!important;
    width: 100%!important;
}

.dtr {
    display: table-row!important
}

.dtrg {
    display: table-row-group!important
}

.dtc {
    display: table-cell!important
}

.dtcol {
    display: table-column!important
}

.dtcolg {
    display: table-column-group!important
}

.dif {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media (min-width:480px) {
    .xs-dn {
        display: none!important
    }
    .xs-di {
        display: inline!important
    }
    .xs-db {
        display: block!important
    }
    .xs-dib {
        display: inline-block!important;
        max-width: 100%!important
    }
    .xs-dit {
        display: inline-table!important
    }
    .xs-dt {
        display: table!important;
        table-layout: fixed!important;
        width: 100%!important
    }
    .xs-dtr {
        display: table-row!important
    }
    .xs-dtrg {
        display: table-row-group!important
    }
    .xs-dtc {
        display: table-cell!important
    }
    .xs-dtcol {
        display: table-column!important
    }
    .xs-dtcolg {
        display: table-column-group!important
    }
}

@media (min-width:600px) {
    .sm-dn {
        display: none!important
    }
    .sm-di {
        display: inline!important
    }
    .sm-db {
        display: block!important
    }
    .sm-dib {
        display: inline-block!important;
        max-width: 100%!important
    }
    .sm-dit {
        display: inline-table!important
    }
    .sm-dt {
        display: table!important;
        table-layout: fixed!important;
        width: 100%!important
    }
    .sm-dtr {
        display: table-row!important
    }
    .sm-dtrg {
        display: table-row-group!important
    }
    .sm-dtc {
        display: table-cell!important
    }
    .sm-dtcol {
        display: table-column!important
    }
    .sm-dtcolg {
        display: table-column-group!important
    }
}

@media (min-width:768px) {
    .md-dn {
        display: none!important
    }
    .md-di {
        display: inline!important
    }
    .md-db {
        display: block!important
    }
    .md-dib {
        display: inline-block!important;
        max-width: 100%!important
    }
    .md-dit {
        display: inline-table!important
    }
    .md-dt {
        display: table!important;
        table-layout: fixed!important;
        width: 100%!important
    }
    .md-dtr {
        display: table-row!important
    }
    .md-dtrg {
        display: table-row-group!important
    }
    .md-dtc {
        display: table-cell!important
    }
    .md-dtcol {
        display: table-column!important
    }
    .md-dtcolg {
        display: table-column-group!important
    }
}

@media (min-width:960px) {
    .lg-dn {
        display: none!important
    }
    .lg-di {
        display: inline!important
    }
    .lg-db {
        display: block!important
    }
    .lg-dib {
        display: inline-block!important;
        max-width: 100%!important
    }
    .lg-dit {
        display: inline-table!important
    }
    .lg-dt {
        display: table!important;
        table-layout: fixed!important;
        width: 100%!important
    }
    .lg-dtr {
        display: table-row!important
    }
    .lg-dtrg {
        display: table-row-group!important
    }
    .lg-dtc {
        display: table-cell!important
    }
    .lg-dtcol {
        display: table-column!important
    }
    .lg-dtcolg {
        display: table-column-group!important
    }
}

@media (min-width:1140px) {
    .xl-dn {
        display: none!important
    }
    .xl-di {
        display: inline!important
    }
    .xl-db {
        display: block!important
    }
    .xl-dib {
        display: inline-block!important;
        max-width: 100%!important
    }
    .xl-dit {
        display: inline-table!important
    }
    .xl-dt {
        display: table!important;
        table-layout: fixed!important;
        width: 100%!important
    }
    .xl-dtr {
        display: table-row!important
    }
    .xl-dtrg {
        display: table-row-group!important
    }
    .xl-dtc {
        display: table-cell!important
    }
    .xl-dtcol {
        display: table-column!important
    }
    .xl-dtcolg {
        display: table-column-group!important
    }
}

@media (min-width:1380px) {
    .xxl-dn {
        display: none!important
    }
    .xxl-di {
        display: inline!important
    }
    .xxl-db {
        display: block!important
    }
    .xxl-dib {
        display: inline-block!important;
        max-width: 100%!important
    }
    .xxl-dit {
        display: inline-table!important
    }
    .xxl-dt {
        display: table!important;
        table-layout: fixed!important;
        width: 100%!important
    }
    .xxl-dtr {
        display: table-row!important
    }
    .xxl-dtrg {
        display: table-row-group!important
    }
    .xxl-dtc {
        display: table-cell!important
    }
    .xxl-dtcol {
        display: table-column!important
    }
    .xxl-dtcolg {
        display: table-column-group!important
    }
}

.fz--- {
    font-size: 18px!important;
}

.fz-- {
    font-size: 20px!important;
}

.fz- {
    font-size: 22px!important;
}

.fz {
    font-size: 24px!important;
}

.fz\+ {
    font-size: 26px!important;
}

.fz\+\+ {
    font-size: 28px!important;
}

.fz\+\+\+ {
    font-size: 30px!important;
}

.fz100 {
    font-size: 100%!important
}

.fz0 {
    font-size: 0!important
}

@media (min-width:480px) {
    .xs-fz--- {
        font-size: 9px!important;
    }
    .xs-fz-- {
        font-size: 10px!important;
    }
    .xs-fz- {
        font-size: 11px!important;
    }
    .xs-fz {
        font-size: 13px!important;
    }
    .xs-fz\+ {
        font-size: 15px!important;
    }
    .xs-fz\+\+ {
        font-size: 16px!important;
    }
    .xs-fz\+\+\+ {
        font-size: 17px!important;
    }
    .xs-fz100 {
        font-size: 100%!important
    }
    .xs-fz0 {
        font-size: 0!important
    }
}

@media (min-width:600px) {
    .sm-fz--- {
        font-size: 9px!important;
    }
    .sm-fz-- {
        font-size: 10px!important;
    }
    .sm-fz- {
        font-size: 11px!important;
    }
    .sm-fz {
        font-size: 13px!important;
    }
    .sm-fz\+ {
        font-size: 15px!important;
    }
    .sm-fz\+\+ {
        font-size: 16px!important;
    }
    .sm-fz\+\+\+ {
        font-size: 17px!important;
    }
    .sm-fz100 {
        font-size: 100%!important
    }
    .sm-fz0 {
        font-size: 0!important
    }
}

@media (min-width:768px) {
    .md-fz--- {
        font-size: 9px!important;
    }
    .md-fz-- {
        font-size: 10px!important;
    }
    .md-fz- {
        font-size: 11px!important;
    }
    .md-fz {
        font-size: 24px!important;
    }
    .md-fz\+ {
        font-size: 15px!important;
    }
    .md-fz\+\+ {
        font-size: 16px!important;
    }
    .md-fz\+\+\+ {
        font-size: 17px!important;
    }
    .md-fz100 {
        font-size: 100%!important
    }
    .md-fz0 {
        font-size: 0!important
    }
}

@media (min-width:960px) {
    .lg-fz--- {
        font-size: 9px!important;
    }
    .lg-fz-- {
        font-size: 10px!important;
    }
    .lg-fz- {
        font-size: 11px!important;
    }
    .lg-fz {
        font-size: 13px!important;
    }
    .lg-fz\+ {
        font-size: 15px!important;
    }
    .lg-fz\+\+ {
        font-size: 16px!important;
    }
    .lg-fz\+\+\+ {
        font-size: 17px!important;
    }
    .lg-fz100 {
        font-size: 100%!important
    }
    .lg-fz0 {
        font-size: 0!important
    }
}

@media (min-width:1140px) {
    .xl-fz--- {
        font-size: 9px!important;
    }
    .xl-fz-- {
        font-size: 10px!important;
    }
    .xl-fz- {
        font-size: 11px!important;
    }
    .xl-fz {
        font-size: 13px!important;
    }
    .xl-fz\+ {
        font-size: 15px!important;
    }
    .xl-fz\+\+ {
        font-size: 16px!important;
    }
    .xl-fz\+\+\+ {
        font-size: 17px!important;
    }
    .xl-fz100 {
        font-size: 100%!important
    }
    .xl-fz0 {
        font-size: 0!important
    }
}

@media (min-width:1380px) {
    .xxl-fz--- {
        font-size: 9px!important;
    }
    .xxl-fz-- {
        font-size: 10px!important;
    }
    .xxl-fz- {
        font-size: 11px!important;
    }
    .xxl-fz {
        font-size: 13px!important;
    }
    .xxl-fz\+ {
        font-size: 15px!important;
    }
    .xxl-fz\+\+ {
        font-size: 16px!important;
    }
    .xxl-fz\+\+\+ {
        font-size: 17px!important;
    }
    .xxl-fz100 {
        font-size: 100%!important
    }
    .xxl-fz0 {
        font-size: 0!important
    }
}

.fl {
    float: left!important
}

.fr {
    float: right!important
}

.fn {
    float: none!important
}

@media (min-width:480px) {
    .xs-fl {
        float: left!important
    }
    .xs-fr {
        float: right!important
    }
    .xs-fn {
        float: none!important
    }
}

@media (min-width:600px) {
    .sm-fl {
        float: left!important
    }
    .sm-fr {
        float: right!important
    }
    .sm-fn {
        float: none!important
    }
}

@media (min-width:768px) {
    .md-fl {
        float: left!important
    }
    .md-fr {
        float: right!important
    }
    .md-fn {
        float: none!important
    }
}

@media (min-width:960px) {
    .lg-fl {
        float: left!important
    }
    .lg-fr {
        float: right!important
    }
    .lg-fn {
        float: none!important
    }
}

@media (min-width:1140px) {
    .xl-fl {
        float: left!important
    }
    .xl-fr {
        float: right!important
    }
    .xl-fn {
        float: none!important
    }
}

@media (min-width:1380px) {
    .xxl-fl {
        float: left!important
    }
    .xxl-fr {
        float: right!important
    }
    .xxl-fn {
        float: none!important
    }
}

.cf:after, .cf:before {
    display: table;
    content: " "
}

.cf:after {
    clear: both
}

.clear {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    width: 0;
    height: 0
}

.m {
    margin: 24px!important;
}

.mt {
    margin-top: 24px!important;
}

.mr {
    margin-right: 24px!important;
}

.mb {
    margin-bottom: 24px!important;
}

.mb1 {
    margin-bottom: 1px!important;
}

.ml {
    margin-left: 24px!important;
}

.mh {
    margin-right: 24px!important;
    margin-left: 24px!important;
}

.mv {
    margin-top: 24px!important;
    margin-bottom: 24px!important;
}

.m-- {
    margin: 6px!important;
}

.mt-- {
    margin-top: 6px!important;
}

.mr-- {
    margin-right: 6px!important;
}

.mb-- {
    margin-bottom: 6px!important;
}

.ml-- {
    margin-left: 6px!important;
}

.mh-- {
    margin-right: 6px!important;
    margin-left: 6px!important;
}

.mv-- {
    margin-top: 6px!important;
    margin-bottom: 6px!important;
}

.m- {
    margin: 12px!important;
}

.mt- {
    margin-top: 12px!important;
}

.mr- {
    margin-right: 12px!important;
}

.mb- {
    margin-bottom: 12px!important;
}

.ml- {
    margin-left: 12px!important;
}

.mh- {
    margin-right: 12px!important;
    margin-left: 12px!important;
}

.mv- {
    margin-top: 12px!important;
    margin-bottom: 12px!important;
}

.m\+ {
    margin: 48px!important;
}

.mt\+ {
    margin-top: 48px!important;
}

.mr\+ {
    margin-right: 48px!important;
}

.mb\+ {
    margin-bottom: 48px!important;
}

.ml\+ {
    margin-left: 48px!important;
}

.mh\+ {
    margin-right: 48px!important;
    margin-left: 48px!important;
}

.mv\+ {
    margin-top: 48px!important;
    margin-bottom: 48px!important;
}

.m\+\+ {
    margin: 96px!important;
}

.mt\+\+ {
    margin-top: 96px!important;
}
.mt\+\+\+ {
    margin-top: 148px!important;
}

.mr\+\+ {
    margin-right: 96px!important;
}

.mb\+\+ {
    margin-bottom: 96px!important;
}

.ml\+\+ {
    margin-left: 96px!important;
}

.mh\+\+ {
    margin-right: 96px!important;
    margin-left: 96px!important;
}

.mv\+\+ {
    margin-top: 96px!important;
    margin-bottom: 96px!important;
}

.m0 {
    margin: 0!important;
    margin: 0!important
}

.mt0 {
    margin-top: 0!important;
    margin-top: 0!important
}

.mr0 {
    margin-right: 0!important;
    margin-right: 0!important
}

.mb0 {
    margin-bottom: 0!important;
    margin-bottom: 0!important
}

.ml0 {
    margin-left: 0!important;
    margin-left: 0!important
}

.mh0 {
    margin-right: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
    margin-left: 0!important
}

.mv0 {
    margin-top: 0!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
    margin-bottom: 0!important
}

@media (min-width:480px) {
    .xs-m {
        margin: 24px!important;
    }
    .xs-mt {
        margin-top: 24px!important;
    }
    .xs-mr {
        margin-right: 24px!important;
    }
    .xs-mb {
        margin-bottom: 24px!important;
    }
    .xs-ml {
        margin-left: 24px!important;
    }
    .xs-mh {
        margin-right: 24px!important;
        margin-left: 24px!important;
    }
    .xs-mv {
        margin-top: 24px!important;
        margin-bottom: 24px!important;
    }
    .xs-m-- {
        margin: 6px!important;
    }
    .xs-mt-- {
        margin-top: 6px!important;
    }
    .xs-mr-- {
        margin-right: 6px!important;
    }
    .xs-mb-- {
        margin-bottom: 6px!important;
    }
    .xs-ml-- {
        margin-left: 6px!important;
    }
    .xs-mh-- {
        margin-right: 6px!important;
        margin-left: 6px!important;
    }
    .xs-mv-- {
        margin-top: 6px!important;
        margin-bottom: 6px!important;
    }
    .xs-m- {
        margin: 12px!important;
    }
    .xs-mt- {
        margin-top: 12px!important;
    }
    .xs-mr- {
        margin-right: 12px!important;
    }
    .xs-mb- {
        margin-bottom: 12px!important;
    }
    .xs-ml- {
        margin-left: 12px!important;
    }
    .xs-mh- {
        margin-right: 12px!important;
        margin-left: 12px!important;
    }
    .xs-mv- {
        margin-top: 12px!important;
        margin-bottom: 12px!important;
    }
    .xs-m\+ {
        margin: 48px!important;
    }
    .xs-mt\+ {
        margin-top: 48px!important;
    }
    .xs-mr\+ {
        margin-right: 48px!important;
    }
    .xs-mb\+ {
        margin-bottom: 48px!important;
    }
    .xs-ml\+ {
        margin-left: 48px!important;
    }
    .xs-mh\+ {
        margin-right: 48px!important;
        margin-left: 48px!important;
    }
    .xs-mv\+ {
        margin-top: 48px!important;
        margin-bottom: 48px!important;
    }
    .xs-m\+\+ {
        margin: 96px!important;
    }
    .xs-mt\+\+ {
        margin-top: 96px!important;
    }
    .xs-mr\+\+ {
        margin-right: 96px!important;
    }
    .xs-mb\+\+ {
        margin-bottom: 96px!important;
    }
    .xs-ml\+\+ {
        margin-left: 96px!important;
    }
    .xs-mh\+\+ {
        margin-right: 96px!important;
        margin-left: 96px!important;
    }
    .xs-mv\+\+ {
        margin-top: 96px!important;
        margin-bottom: 96px!important;
    }
    .xs-m0 {
        margin: 0!important;
        margin: 0!important
    }
    .xs-mt0 {
        margin-top: 0!important;
        margin-top: 0!important
    }
    .xs-mr0 {
        margin-right: 0!important;
        margin-right: 0!important
    }
    .xs-mb0 {
        margin-bottom: 0!important;
        margin-bottom: 0!important
    }
    .xs-ml0 {
        margin-left: 0!important;
        margin-left: 0!important
    }
    .xs-mh0 {
        margin-right: 0!important;
        margin-right: 0!important;
        margin-left: 0!important;
        margin-left: 0!important
    }
    .xs-mv0 {
        margin-top: 0!important;
        margin-top: 0!important;
        margin-bottom: 0!important;
        margin-bottom: 0!important
    }
}

@media (min-width:600px) {
    .sm-m {
        margin: 24px!important;
    }
    .sm-mt {
        margin-top: 24px!important;
    }
    .sm-mr {
        margin-right: 24px!important;
    }
    .sm-mb {
        margin-bottom: 24px!important;
    }
    .sm-ml {
        margin-left: 24px!important;
    }
    .sm-mh {
        margin-right: 24px!important;
        margin-left: 24px!important;
    }
    .sm-mv {
        margin-top: 24px!important;
        margin-bottom: 24px!important;
    }
    .sm-m-- {
        margin: 6px!important;
    }
    .sm-mt-- {
        margin-top: 6px!important;
    }
    .sm-mr-- {
        margin-right: 6px!important;
    }
    .sm-mb-- {
        margin-bottom: 6px!important;
    }
    .sm-ml-- {
        margin-left: 6px!important;
    }
    .sm-mh-- {
        margin-right: 6px!important;
        margin-left: 6px!important;
    }
    .sm-mv-- {
        margin-top: 6px!important;
        margin-bottom: 6px!important;
    }
    .sm-m- {
        margin: 12px!important;
    }
    .sm-mt- {
        margin-top: 12px!important;
    }
    .sm-mr- {
        margin-right: 12px!important;
    }
    .sm-mb- {
        margin-bottom: 12px!important;
    }
    .sm-ml- {
        margin-left: 12px!important;
    }
    .sm-mh- {
        margin-right: 12px!important;
        margin-left: 12px!important;
    }
    .sm-mv- {
        margin-top: 12px!important;
        margin-bottom: 12px!important;
    }
    .sm-m\+ {
        margin: 48px!important;
    }
    .sm-mt\+ {
        margin-top: 48px!important;
    }
    .sm-mr\+ {
        margin-right: 48px!important;
    }
    .sm-mb\+ {
        margin-bottom: 48px!important;
    }
    .sm-ml\+ {
        margin-left: 48px!important;
    }
    .sm-mh\+ {
        margin-right: 48px!important;
        margin-left: 48px!important;
    }
    .sm-mv\+ {
        margin-top: 48px!important;
        margin-bottom: 48px!important;
    }
    .sm-m\+\+ {
        margin: 96px!important;
    }
    .sm-mt\+\+ {
        margin-top: 96px!important;
    }
    .sm-mr\+\+ {
        margin-right: 96px!important;
    }
    .sm-mb\+\+ {
        margin-bottom: 96px!important;
    }
    .sm-ml\+\+ {
        margin-left: 96px!important;
    }
    .sm-mh\+\+ {
        margin-right: 96px!important;
        margin-left: 96px!important;
    }
    .sm-mv\+\+ {
        margin-top: 96px!important;
        margin-bottom: 96px!important;
    }
    .sm-m0 {
        margin: 0!important;
        margin: 0!important
    }
    .sm-mt0 {
        margin-top: 0!important;
        margin-top: 0!important
    }
    .sm-mr0 {
        margin-right: 0!important;
        margin-right: 0!important
    }
    .sm-mb0 {
        margin-bottom: 0!important;
        margin-bottom: 0!important
    }
    .sm-ml0 {
        margin-left: 0!important;
        margin-left: 0!important
    }
    .sm-mh0 {
        margin-right: 0!important;
        margin-right: 0!important;
        margin-left: 0!important;
        margin-left: 0!important
    }
    .sm-mv0 {
        margin-top: 0!important;
        margin-top: 0!important;
        margin-bottom: 0!important;
        margin-bottom: 0!important
    }
}

@media (min-width:768px) {
    .md-m {
        margin: 24px!important;
    }
    .md-mt {
        margin-top: 24px!important;
    }
    .md-mr {
        margin-right: 24px!important;
    }
    .md-mb {
        margin-bottom: 24px!important;
    }
    .md-ml {
        margin-left: 24px!important;
    }
    .md-mh {
        margin-right: 24px!important;
        margin-left: 24px!important;
    }
    .md-mv {
        margin-top: 24px!important;
        margin-bottom: 24px!important;
    }
    .md-m-- {
        margin: 6px!important;
    }
    .md-mt-- {
        margin-top: 6px!important;
    }
    .md-mr-- {
        margin-right: 6px!important;
    }
    .md-mb-- {
        margin-bottom: 6px!important;
    }
    .md-ml-- {
        margin-left: 6px!important;
    }
    .md-mh-- {
        margin-right: 6px!important;
        margin-left: 6px!important;
    }
    .md-mv-- {
        margin-top: 6px!important;
        margin-bottom: 6px!important;
    }
    .md-m- {
        margin: 12px!important;
    }
    .md-mt- {
        margin-top: 12px!important;
    }
    .md-mr- {
        margin-right: 12px!important;
    }
    .md-mb- {
        margin-bottom: 12px!important;
    }
    .md-ml- {
        margin-left: 12px!important;
    }
    .md-mh- {
        margin-right: 12px!important;
        margin-left: 12px!important;
    }
    .md-mv- {
        margin-top: 12px!important;
        margin-bottom: 12px!important;
    }
    .md-m\+ {
        margin: 48px!important;
    }
    .md-mt\+ {
        margin-top: 48px!important;
    }
    .md-mr\+ {
        margin-right: 48px!important;
    }
    .md-mb\+ {
        margin-bottom: 48px!important;
    }
    .md-ml\+ {
        margin-left: 48px!important;
    }
    .md-mh\+ {
        margin-right: 48px!important;
        margin-left: 48px!important;
    }
    .md-mv\+ {
        margin-top: 48px!important;
        margin-bottom: 48px!important;
    }
    .md-m\+\+ {
        margin: 96px!important;
    }
    .md-mt\+\+ {
        margin-top: 96px!important;
    }
    .md-mr\+\+ {
        margin-right: 96px!important;
    }
    .md-mb\+\+ {
        margin-bottom: 96px!important;
    }
    .md-mb\+\+\+ {
        margin-bottom: 128px!important;
    }
    .md-ml\+\+ {
        margin-left: 96px!important;
    }
    .md-mh\+\+ {
        margin-right: 96px!important;
        margin-left: 96px!important;
    }
    .md-mv\+\+ {
        margin-top: 96px!important;
        margin-bottom: 96px!important;
    }
    .md-m0 {
        margin: 0!important;
        margin: 0!important
    }
    .md-mt0 {
        margin-top: 0!important;
        margin-top: 0!important
    }
    .md-mr0 {
        margin-right: 0!important;
        margin-right: 0!important
    }
    .md-mb0 {
        margin-bottom: 0!important;
        margin-bottom: 0!important
    }
    .md-ml0 {
        margin-left: 0!important;
        margin-left: 0!important
    }
    .md-mh0 {
        margin-right: 0!important;
        margin-right: 0!important;
        margin-left: 0!important;
        margin-left: 0!important
    }
    .md-mv0 {
        margin-top: 0!important;
        margin-top: 0!important;
        margin-bottom: 0!important;
        margin-bottom: 0!important
    }
}

@media (min-width:960px) {
    .lg-m {
        margin: 24px!important;
    }
    .lg-mt {
        margin-top: 24px!important;
    }
    .lg-mr {
        margin-right: 24px!important;
    }
    .lg-mb {
        margin-bottom: 24px!important;
    }
    .lg-ml {
        margin-left: 24px!important;
    }
    .lg-mh {
        margin-right: 24px!important;
        margin-left: 24px!important;
    }
    .lg-mv {
        margin-top: 24px!important;
        margin-bottom: 24px!important;
    }
    .lg-m-- {
        margin: 6px!important;
    }
    .lg-mt-- {
        margin-top: 6px!important;
    }
    .lg-mr-- {
        margin-right: 6px!important;
    }
    .lg-mb-- {
        margin-bottom: 6px!important;
    }
    .lg-ml-- {
        margin-left: 6px!important;
    }
    .lg-mh-- {
        margin-right: 6px!important;
        margin-left: 6px!important;
    }
    .lg-mv-- {
        margin-top: 6px!important;
        margin-bottom: 6px!important;
    }
    .lg-m- {
        margin: 12px!important;
    }
    .lg-mt- {
        margin-top: 12px!important;
    }
    .lg-mr- {
        margin-right: 12px!important;
    }
    .lg-mb- {
        margin-bottom: 12px!important;
    }
    .lg-ml- {
        margin-left: 12px!important;
    }
    .lg-mh- {
        margin-right: 12px!important;
        margin-left: 12px!important;
    }
    .lg-mv- {
        margin-top: 12px!important;
        margin-bottom: 12px!important;
    }
    .lg-m\+ {
        margin: 48px!important;
    }
    .lg-mt\+ {
        margin-top: 48px!important;
    }
    .lg-mr\+ {
        margin-right: 48px!important;
    }
    .lg-mb\+ {
        margin-bottom: 48px!important;
    }
    .lg-ml\+ {
        margin-left: 48px!important;
    }
    .lg-mh\+ {
        margin-right: 48px!important;
        margin-left: 48px!important;
    }
    .lg-mv\+ {
        margin-top: 48px!important;
        margin-bottom: 48px!important;
    }
    .lg-m\+\+ {
        margin: 96px!important;
    }
    .lg-mt\+\+ {
        margin-top: 96px!important;
    }
    .lg-mr\+\+ {
        margin-right: 96px!important;
    }
    .lg-mb\+\+ {
        margin-bottom: 96px!important;
    }
    .lg-ml\+\+ {
        margin-left: 96px!important;
    }
    .lg-mh\+\+ {
        margin-right: 96px!important;
        margin-left: 96px!important;
    }
    .lg-mv\+\+ {
        margin-top: 96px!important;
        margin-bottom: 96px!important;
    }
    .lg-m0 {
        margin: 0!important;
        margin: 0!important
    }
    .lg-mt0 {
        margin-top: 0!important;
        margin-top: 0!important
    }
    .lg-mr0 {
        margin-right: 0!important;
        margin-right: 0!important
    }
    .lg-mb0 {
        margin-bottom: 0!important;
        margin-bottom: 0!important
    }
    .lg-ml0 {
        margin-left: 0!important;
        margin-left: 0!important
    }
    .lg-mh0 {
        margin-right: 0!important;
        margin-right: 0!important;
        margin-left: 0!important;
        margin-left: 0!important
    }
    .lg-mv0 {
        margin-top: 0!important;
        margin-top: 0!important;
        margin-bottom: 0!important;
        margin-bottom: 0!important
    }
}

@media (min-width:1140px) {
    .xl-m {
        margin: 24px!important;
    }
    .xl-mt {
        margin-top: 24px!important;
    }
    .xl-mr {
        margin-right: 24px!important;
    }
    .xl-mb {
        margin-bottom: 24px!important;
    }
    .xl-ml {
        margin-left: 24px!important;
    }
    .xl-mh {
        margin-right: 24px!important;
        margin-left: 24px!important;
    }
    .xl-mv {
        margin-top: 24px!important;
        margin-bottom: 24px!important;
    }
    .xl-m-- {
        margin: 6px!important;
    }
    .xl-mt-- {
        margin-top: 6px!important;
    }
    .xl-mr-- {
        margin-right: 6px!important;
    }
    .xl-mb-- {
        margin-bottom: 6px!important;
    }
    .xl-ml-- {
        margin-left: 6px!important;
    }
    .xl-mh-- {
        margin-right: 6px!important;
        margin-left: 6px!important;
    }
    .xl-mv-- {
        margin-top: 6px!important;
        margin-bottom: 6px!important;
    }
    .xl-m- {
        margin: 12px!important;
    }
    .xl-mt- {
        margin-top: 12px!important;
    }
    .xl-mr- {
        margin-right: 12px!important;
    }
    .xl-mb- {
        margin-bottom: 12px!important;
    }
    .xl-ml- {
        margin-left: 12px!important;
    }
    .xl-mh- {
        margin-right: 12px!important;
        margin-left: 12px!important;
    }
    .xl-mv- {
        margin-top: 12px!important;
        margin-bottom: 12px!important;
    }
    .xl-m\+ {
        margin: 48px!important;
    }
    .xl-mt\+ {
        margin-top: 48px!important;
    }
    .xl-mr\+ {
        margin-right: 48px!important;
    }
    .xl-mb\+ {
        margin-bottom: 48px!important;
    }
    .xl-ml\+ {
        margin-left: 48px!important;
    }
    .xl-mh\+ {
        margin-right: 48px!important;
        margin-left: 48px!important;
    }
    .xl-mv\+ {
        margin-top: 48px!important;
        margin-bottom: 48px!important;
    }
    .xl-m\+\+ {
        margin: 96px!important;
    }
    .xl-mt\+\+ {
        margin-top: 96px!important;
    }
    .xl-mr\+\+ {
        margin-right: 96px!important;
    }
    .xl-mb\+\+ {
        margin-bottom: 96px!important;
    }
    .xl-ml\+\+ {
        margin-left: 96px!important;
    }
    .xl-mh\+\+ {
        margin-right: 96px!important;
        margin-left: 96px!important;
    }
    .xl-mv\+\+ {
        margin-top: 96px!important;
        margin-bottom: 96px!important;
    }
    .xl-m0 {
        margin: 0!important;
        margin: 0!important
    }
    .xl-mt0 {
        margin-top: 0!important;
        margin-top: 0!important
    }
    .xl-mr0 {
        margin-right: 0!important;
        margin-right: 0!important
    }
    .xl-mb0 {
        margin-bottom: 0!important;
        margin-bottom: 0!important
    }
    .xl-ml0 {
        margin-left: 0!important;
        margin-left: 0!important
    }
    .xl-mh0 {
        margin-right: 0!important;
        margin-right: 0!important;
        margin-left: 0!important;
        margin-left: 0!important
    }
    .xl-mv0 {
        margin-top: 0!important;
        margin-top: 0!important;
        margin-bottom: 0!important;
        margin-bottom: 0!important
    }
}

@media (min-width:1380px) {
    .xxl-m {
        margin: 24px!important;
    }
    .xxl-mt {
        margin-top: 24px!important;
    }
    .xxl-mr {
        margin-right: 24px!important;
    }
    .xxl-mb {
        margin-bottom: 24px!important;
    }
    .xxl-ml {
        margin-left: 24px!important;
    }
    .xxl-mh {
        margin-right: 24px!important;
        margin-left: 24px!important;
    }
    .xxl-mv {
        margin-top: 24px!important;
        margin-bottom: 24px!important;
    }
    .xxl-m-- {
        margin: 6px!important;
    }
    .xxl-mt-- {
        margin-top: 6px!important;
    }
    .xxl-mr-- {
        margin-right: 6px!important;
    }
    .xxl-mb-- {
        margin-bottom: 6px!important;
    }
    .xxl-ml-- {
        margin-left: 6px!important;
    }
    .xxl-mh-- {
        margin-right: 6px!important;
        margin-left: 6px!important;
    }
    .xxl-mv-- {
        margin-top: 6px!important;
        margin-bottom: 6px!important;
    }
    .xxl-m- {
        margin: 12px!important;
    }
    .xxl-mt- {
        margin-top: 12px!important;
    }
    .xxl-mr- {
        margin-right: 12px!important;
    }
    .xxl-mb- {
        margin-bottom: 12px!important;
    }
    .xxl-ml- {
        margin-left: 12px!important;
    }
    .xxl-mh- {
        margin-right: 12px!important;
        margin-left: 12px!important;
    }
    .xxl-mv- {
        margin-top: 12px!important;
        margin-bottom: 12px!important;
    }
    .xxl-m\+ {
        margin: 48px!important;
    }
    .xxl-mt\+ {
        margin-top: 48px!important;
    }
    .xxl-mr\+ {
        margin-right: 48px!important;
    }
    .xxl-mb\+ {
        margin-bottom: 48px!important;
    }
    .xxl-ml\+ {
        margin-left: 48px!important;
    }
    .xxl-mh\+ {
        margin-right: 48px!important;
        margin-left: 48px!important;
    }
    .xxl-mv\+ {
        margin-top: 48px!important;
        margin-bottom: 48px!important;
    }
    .xxl-m\+\+ {
        margin: 96px!important;
    }
    .xxl-mt\+\+ {
        margin-top: 96px!important;
    }
    .xxl-mr\+\+ {
        margin-right: 96px!important;
    }
    .xxl-mb\+\+ {
        margin-bottom: 96px!important;
    }
    .xxl-ml\+\+ {
        margin-left: 96px!important;
    }
    .xxl-mh\+\+ {
        margin-right: 96px!important;
        margin-left: 96px!important;
    }
    .xxl-mv\+\+ {
        margin-top: 96px!important;
        margin-bottom: 96px!important;
    }
    .xxl-m0 {
        margin: 0!important;
        margin: 0!important
    }
    .xxl-mt0 {
        margin-top: 0!important;
        margin-top: 0!important
    }
    .xxl-mr0 {
        margin-right: 0!important;
        margin-right: 0!important
    }
    .xxl-mb0 {
        margin-bottom: 0!important;
        margin-bottom: 0!important
    }
    .xxl-ml0 {
        margin-left: 0!important;
        margin-left: 0!important
    }
    .xxl-mh0 {
        margin-right: 0!important;
        margin-right: 0!important;
        margin-left: 0!important;
        margin-left: 0!important
    }
    .xxl-mv0 {
        margin-top: 0!important;
        margin-top: 0!important;
        margin-bottom: 0!important;
        margin-bottom: 0!important
    }
}

.p {
    padding: 24px!important;
}

.pt {
    padding-top: 24px!important;
}

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

.pb {
    padding-bottom: 24px!important;
}

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

.ph {
    padding-right: 24px!important;
    padding-left: 24px!important;
}

.pv {
    padding-top: 24px!important;
    padding-bottom: 24px!important;
}

.p-- {
    padding: 6px!important;
}

.pt-- {
    padding-top: 6px!important;
}

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

.pb-- {
    padding-bottom: 6px!important;
}

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

.ph-- {
    padding-right: 6px!important;
    padding-left: 6px!important;
}

.pv-- {
    padding-top: 6px!important;
    padding-bottom: 6px!important;
}

.p- {
    padding: 12px!important;
}

.pt- {
    padding-top: 12px!important;
}

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

.pb- {
    padding-bottom: 12px!important;
}

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

.ph- {
    padding-right: 12px!important;
    padding-left: 12px!important;
}

.pv- {
    padding-top: 12px!important;
    padding-bottom: 12px!important;
}

.p\+ {
    padding: 48px!important;
}

.pt\+ {
    padding-top: 48px!important;
}

.pr\+ {
    padding-right: 48px!important;
}

.pb\+ {
    padding-bottom: 48px!important;
}

.pl\+ {
    padding-left: 48px!important;
}

.ph\+ {
    padding-right: 48px!important;
    padding-left: 48px!important;
}

.pv\+ {
    padding-top: 48px!important;
    padding-bottom: 48px!important;
}

.p\+\+ {
    padding: 96px!important;
}

.pt\+\+ {
    padding-top: 96px!important;
}

.pr\+\+ {
    padding-right: 96px!important;
}

.pb\+\+ {
    padding-bottom: 96px!important;
}

.pl\+\+ {
    padding-left: 96px!important;
}

.ph\+\+ {
    padding-right: 96px!important;
    padding-left: 96px!important;
}

.pv\+\+ {
    padding-top: 96px!important;
    padding-bottom: 96px!important;
}

.p0 {
    padding: 0!important;
    padding: 0!important
}

.pt0 {
    padding-top: 0!important;
    padding-top: 0!important
}

.pr0 {
    padding-right: 0!important;
    padding-right: 0!important
}

.pb0 {
    padding-bottom: 0!important;
    padding-bottom: 0!important
}

.pl0 {
    padding-left: 0!important;
    padding-left: 0!important
}

.ph0 {
    padding-right: 0!important;
    padding-right: 0!important;
    padding-left: 0!important;
    padding-left: 0!important
}

.pv0 {
    padding-top: 0!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
    padding-bottom: 0!important
}

@media (min-width:480px) {
    .xs-p {
        padding: 24px!important;
    }
    .xs-pt {
        padding-top: 24px!important;
    }
    .xs-pr {
        padding-right: 24px!important;
    }
    .xs-pb {
        padding-bottom: 24px!important;
    }
    .xs-pl {
        padding-left: 24px!important;
    }
    .xs-ph {
        padding-right: 24px!important;
        padding-left: 24px!important;
    }
    .xs-pv {
        padding-top: 24px!important;
        padding-bottom: 24px!important;
    }
    .xs-p-- {
        padding: 6px!important;
    }
    .xs-pt-- {
        padding-top: 6px!important;
    }
    .xs-pr-- {
        padding-right: 6px!important;
    }
    .xs-pb-- {
        padding-bottom: 6px!important;
    }
    .xs-pl-- {
        padding-left: 6px!important;
    }
    .xs-ph-- {
        padding-right: 6px!important;
        padding-left: 6px!important;
    }
    .xs-pv-- {
        padding-top: 6px!important;
        padding-bottom: 6px!important;
    }
    .xs-p- {
        padding: 12px!important;
    }
    .xs-pt- {
        padding-top: 12px!important;
    }
    .xs-pr- {
        padding-right: 12px!important;
    }
    .xs-pb- {
        padding-bottom: 12px!important;
    }
    .xs-pl- {
        padding-left: 12px!important;
    }
    .xs-ph- {
        padding-right: 12px!important;
        padding-left: 12px!important;
    }
    .xs-pv- {
        padding-top: 12px!important;
        padding-bottom: 12px!important;
    }
    .xs-p\+ {
        padding: 48px!important;
    }
    .xs-pt\+ {
        padding-top: 48px!important;
    }
    .xs-pr\+ {
        padding-right: 48px!important;
    }
    .xs-pb\+ {
        padding-bottom: 48px!important;
    }
    .xs-pl\+ {
        padding-left: 48px!important;
    }
    .xs-ph\+ {
        padding-right: 48px!important;
        padding-left: 48px!important;
    }
    .xs-pv\+ {
        padding-top: 48px!important;
        padding-bottom: 48px!important;
    }
    .xs-p\+\+ {
        padding: 96px!important;
    }
    .xs-pt\+\+ {
        padding-top: 96px!important;
    }
    .xs-pr\+\+ {
        padding-right: 96px!important;
    }
    .xs-pb\+\+ {
        padding-bottom: 96px!important;
    }
    .xs-pl\+\+ {
        padding-left: 96px!important;
    }
    .xs-ph\+\+ {
        padding-right: 96px!important;
        padding-left: 96px!important;
    }
    .xs-pv\+\+ {
        padding-top: 96px!important;
        padding-bottom: 96px!important;
    }
    .xs-p0 {
        padding: 0!important;
        padding: 0!important
    }
    .xs-pt0 {
        padding-top: 0!important;
        padding-top: 0!important
    }
    .xs-pr0 {
        padding-right: 0!important;
        padding-right: 0!important
    }
    .xs-pb0 {
        padding-bottom: 0!important;
        padding-bottom: 0!important
    }
    .xs-pl0 {
        padding-left: 0!important;
        padding-left: 0!important
    }
    .xs-ph0 {
        padding-right: 0!important;
        padding-right: 0!important;
        padding-left: 0!important;
        padding-left: 0!important
    }
    .xs-pv0 {
        padding-top: 0!important;
        padding-top: 0!important;
        padding-bottom: 0!important;
        padding-bottom: 0!important
    }
}

@media (min-width:600px) {
    .sm-p {
        padding: 24px!important;
    }
    .sm-pt {
        padding-top: 24px!important;
    }
    .sm-pr {
        padding-right: 24px!important;
    }
    .sm-pb {
        padding-bottom: 24px!important;
    }
    .sm-pl {
        padding-left: 24px!important;
    }
    .sm-ph {
        padding-right: 24px!important;
        padding-left: 24px!important;
    }
    .sm-pv {
        padding-top: 24px!important;
        padding-bottom: 24px!important;
    }
    .sm-p-- {
        padding: 6px!important;
    }
    .sm-pt-- {
        padding-top: 6px!important;
    }
    .sm-pr-- {
        padding-right: 6px!important;
    }
    .sm-pb-- {
        padding-bottom: 6px!important;
    }
    .sm-pl-- {
        padding-left: 6px!important;
    }
    .sm-ph-- {
        padding-right: 6px!important;
        padding-left: 6px!important;
    }
    .sm-pv-- {
        padding-top: 6px!important;
        padding-bottom: 6px!important;
    }
    .sm-p- {
        padding: 12px!important;
    }
    .sm-pt- {
        padding-top: 12px!important;
    }
    .sm-pr- {
        padding-right: 12px!important;
    }
    .sm-pb- {
        padding-bottom: 12px!important;
    }
    .sm-pl- {
        padding-left: 12px!important;
    }
    .sm-ph- {
        padding-right: 12px!important;
        padding-left: 12px!important;
    }
    .sm-pv- {
        padding-top: 12px!important;
        padding-bottom: 12px!important;
    }
    .sm-p\+ {
        padding: 48px!important;
    }
    .sm-pt\+ {
        padding-top: 48px!important;
    }
    .sm-pr\+ {
        padding-right: 48px!important;
    }
    .sm-pb\+ {
        padding-bottom: 48px!important;
    }
    .sm-pl\+ {
        padding-left: 48px!important;
    }
    .sm-ph\+ {
        padding-right: 48px!important;
        padding-left: 48px!important;
    }
    .sm-pv\+ {
        padding-top: 48px!important;
        padding-bottom: 48px!important;
    }
    .sm-p\+\+ {
        padding: 96px!important;
    }
    .sm-pt\+\+ {
        padding-top: 96px!important;
    }
    .sm-pr\+\+ {
        padding-right: 96px!important;
    }
    .sm-pb\+\+ {
        padding-bottom: 96px!important;
    }
    .sm-pl\+\+ {
        padding-left: 96px!important;
    }
    .sm-ph\+\+ {
        padding-right: 96px!important;
        padding-left: 96px!important;
    }
    .sm-pv\+\+ {
        padding-top: 96px!important;
        padding-bottom: 96px!important;
    }
    .sm-p0 {
        padding: 0!important;
        padding: 0!important
    }
    .sm-pt0 {
        padding-top: 0!important;
        padding-top: 0!important
    }
    .sm-pr0 {
        padding-right: 0!important;
        padding-right: 0!important
    }
    .sm-pb0 {
        padding-bottom: 0!important;
        padding-bottom: 0!important
    }
    .sm-pl0 {
        padding-left: 0!important;
        padding-left: 0!important
    }
    .sm-ph0 {
        padding-right: 0!important;
        padding-right: 0!important;
        padding-left: 0!important;
        padding-left: 0!important
    }
    .sm-pv0 {
        padding-top: 0!important;
        padding-top: 0!important;
        padding-bottom: 0!important;
        padding-bottom: 0!important
    }
}

@media (min-width:768px) {
    .md-p {
        padding: 24px!important;
    }
    .md-pt {
        padding-top: 24px!important;
    }
    .md-pr {
        padding-right: 24px!important;
    }
    .md-pb {
        padding-bottom: 24px!important;
    }
    .md-pl {
        padding-left: 24px!important;
    }
    .md-ph {
        padding-right: 24px!important;
        padding-left: 24px!important;
    }
    .md-pv {
        padding-top: 24px!important;
        padding-bottom: 24px!important;
    }
    .md-p-- {
        padding: 6px!important;
    }
    .md-pt-- {
        padding-top: 6px!important;
    }
    .md-pr-- {
        padding-right: 6px!important;
    }
    .md-pb-- {
        padding-bottom: 6px!important;
    }
    .md-pl-- {
        padding-left: 6px!important;
    }
    .md-ph-- {
        padding-right: 6px!important;
        padding-left: 6px!important;
    }
    .md-pv-- {
        padding-top: 6px!important;
        padding-bottom: 6px!important;
    }
    .md-p- {
        padding: 12px!important;
    }
    .md-pt- {
        padding-top: 12px!important;
    }
    .md-pr- {
        padding-right: 12px!important;
    }
    .md-pb- {
        padding-bottom: 12px!important;
    }
    .md-pl- {
        padding-left: 12px!important;
    }
    .md-ph- {
        padding-right: 12px!important;
        padding-left: 12px!important;
    }
    .md-pv- {
        padding-top: 12px!important;
        padding-bottom: 12px!important;
    }
    .md-p\+ {
        padding: 48px!important;
    }
    .md-pt\+ {
        padding-top: 48px!important;
    }
    .md-pr\+ {
        padding-right: 48px!important;
    }
    .md-pb\+ {
        padding-bottom: 48px!important;
    }
    .md-pl\+ {
        padding-left: 48px!important;
    }
    .md-ph\+ {
        padding-right: 48px!important;
        padding-left: 48px!important;
    }
    .md-pv\+ {
        padding-top: 48px!important;
        padding-bottom: 48px!important;
    }
    .md-p\+\+ {
        padding: 96px!important;
    }
    .md-pt\+\+ {
        padding-top: 96px!important;
    }
    .md-pt\+\+\+ {
        padding-top: 148px!important;
    }
    .md-pr\+\+ {
        padding-right: 96px!important;
    }
    .md-pb\+\+ {
        padding-bottom: 96px!important;
    }
    .md-pb\+\+\+ {
        padding-bottom: 148px!important;
    }
    .md-pl\+\+ {
        padding-left: 96px!important;
    }
    .md-ph\+\+ {
        padding-right: 96px!important;
        padding-left: 96px!important;
    }
    .md-pv\+\+ {
        padding-top: 96px!important;
        padding-bottom: 96px!important;
    }
    .md-p0 {
        padding: 0!important;
        padding: 0!important
    }
    .md-pt0 {
        padding-top: 0!important;
        padding-top: 0!important
    }
    .md-pr0 {
        padding-right: 0!important;
        padding-right: 0!important
    }
    .md-pb0 {
        padding-bottom: 0!important;
        padding-bottom: 0!important
    }
    .md-pl0 {
        padding-left: 0!important;
        padding-left: 0!important
    }
    .md-ph0 {
        padding-right: 0!important;
        padding-right: 0!important;
        padding-left: 0!important;
        padding-left: 0!important
    }
    .md-pv0 {
        padding-top: 0!important;
        padding-top: 0!important;
        padding-bottom: 0!important;
        padding-bottom: 0!important
    }
}

@media (min-width:960px) {
    .lg-p {
        padding: 24px!important;
    }
    .lg-pt {
        padding-top: 24px!important;
    }
    .lg-pr {
        padding-right: 24px!important;
    }
    .lg-pb {
        padding-bottom: 24px!important;
    }
    .lg-pl {
        padding-left: 24px!important;
    }
    .lg-ph {
        padding-right: 24px!important;
        padding-left: 24px!important;
    }
    .lg-pv {
        padding-top: 24px!important;
        padding-bottom: 24px!important;
    }
    .lg-p-- {
        padding: 6px!important;
    }
    .lg-pt-- {
        padding-top: 6px!important;
    }
    .lg-pr-- {
        padding-right: 6px!important;
    }
    .lg-pb-- {
        padding-bottom: 6px!important;
    }
    .lg-pl-- {
        padding-left: 6px!important;
    }
    .lg-ph-- {
        padding-right: 6px!important;
        padding-left: 6px!important;
    }
    .lg-pv-- {
        padding-top: 6px!important;
        padding-bottom: 6px!important;
    }
    .lg-p- {
        padding: 12px!important;
    }
    .lg-pt- {
        padding-top: 12px!important;
    }
    .lg-pr- {
        padding-right: 12px!important;
    }
    .lg-pb- {
        padding-bottom: 12px!important;
    }
    .lg-pl- {
        padding-left: 12px!important;
    }
    .lg-ph- {
        padding-right: 12px!important;
        padding-left: 12px!important;
    }
    .lg-pv- {
        padding-top: 12px!important;
        padding-bottom: 12px!important;
    }
    .lg-p\+ {
        padding: 48px!important;
    }
    .lg-pt\+ {
        padding-top: 48px!important;
    }
    .lg-pr\+ {
        padding-right: 48px!important;
    }
    .lg-pb\+ {
        padding-bottom: 48px!important;
    }
    .lg-pl\+ {
        padding-left: 48px!important;
    }
    .lg-ph\+ {
        padding-right: 48px!important;
        padding-left: 48px!important;
    }
    .lg-pv\+ {
        padding-top: 48px!important;
        padding-bottom: 48px!important;
    }
    .lg-p\+\+ {
        padding: 96px!important;
    }
    .lg-pt\+\+ {
        padding-top: 96px!important;
    }
    .lg-pr\+\+ {
        padding-right: 96px!important;
    }
    .lg-pb\+\+ {
        padding-bottom: 96px!important;
    }
    .lg-pl\+\+ {
        padding-left: 96px!important;
    }
    .lg-ph\+\+ {
        padding-right: 96px!important;
        padding-left: 96px!important;
    }
    .lg-pv\+\+ {
        padding-top: 96px!important;
        padding-bottom: 96px!important;
    }
    .lg-p0 {
        padding: 0!important;
        padding: 0!important
    }
    .lg-pt0 {
        padding-top: 0!important;
        padding-top: 0!important
    }
    .lg-pr0 {
        padding-right: 0!important;
        padding-right: 0!important
    }
    .lg-pb0 {
        padding-bottom: 0!important;
        padding-bottom: 0!important
    }
    .lg-pl0 {
        padding-left: 0!important;
        padding-left: 0!important
    }
    .lg-ph0 {
        padding-right: 0!important;
        padding-right: 0!important;
        padding-left: 0!important;
        padding-left: 0!important
    }
    .lg-pv0 {
        padding-top: 0!important;
        padding-top: 0!important;
        padding-bottom: 0!important;
        padding-bottom: 0!important
    }
}

@media (min-width:1140px) {
    .xl-p {
        padding: 24px!important;
    }
    .xl-pt {
        padding-top: 24px!important;
    }
    .xl-pr {
        padding-right: 24px!important;
    }
    .xl-pb {
        padding-bottom: 24px!important;
    }
    .xl-pl {
        padding-left: 24px!important;
    }
    .xl-ph {
        padding-right: 24px!important;
        padding-left: 24px!important;
    }
    .xl-pv {
        padding-top: 24px!important;
        padding-bottom: 24px!important;
    }
    .xl-p-- {
        padding: 6px!important;
    }
    .xl-pt-- {
        padding-top: 6px!important;
    }
    .xl-pr-- {
        padding-right: 6px!important;
    }
    .xl-pb-- {
        padding-bottom: 6px!important;
    }
    .xl-pl-- {
        padding-left: 6px!important;
    }
    .xl-ph-- {
        padding-right: 6px!important;
        padding-left: 6px!important;
    }
    .xl-pv-- {
        padding-top: 6px!important;
        padding-bottom: 6px!important;
    }
    .xl-p- {
        padding: 12px!important;
    }
    .xl-pt- {
        padding-top: 12px!important;
    }
    .xl-pr- {
        padding-right: 12px!important;
    }
    .xl-pb- {
        padding-bottom: 12px!important;
    }
    .xl-pl- {
        padding-left: 12px!important;
    }
    .xl-ph- {
        padding-right: 12px!important;
        padding-left: 12px!important;
    }
    .xl-pv- {
        padding-top: 12px!important;
        padding-bottom: 12px!important;
    }
    .xl-p\+ {
        padding: 48px!important;
    }
    .xl-pt\+ {
        padding-top: 48px!important;
    }
    .xl-pr\+ {
        padding-right: 48px!important;
    }
    .xl-pb\+ {
        padding-bottom: 48px!important;
    }
    .xl-pl\+ {
        padding-left: 48px!important;
    }
    .xl-ph\+ {
        padding-right: 48px!important;
        padding-left: 48px!important;
    }
    .xl-pv\+ {
        padding-top: 48px!important;
        padding-bottom: 48px!important;
    }
    .xl-p\+\+ {
        padding: 96px!important;
    }
    .xl-pt\+\+ {
        padding-top: 96px!important;
    }
    .xl-pr\+\+ {
        padding-right: 96px!important;
    }
    .xl-pb\+\+ {
        padding-bottom: 96px!important;
    }
    .xl-pl\+\+ {
        padding-left: 96px!important;
    }
    .xl-ph\+\+ {
        padding-right: 96px!important;
        padding-left: 96px!important;
    }
    .xl-pv\+\+ {
        padding-top: 96px!important;
        padding-bottom: 96px!important;
    }
    .xl-p0 {
        padding: 0!important;
        padding: 0!important
    }
    .xl-pt0 {
        padding-top: 0!important;
        padding-top: 0!important
    }
    .xl-pr0 {
        padding-right: 0!important;
        padding-right: 0!important
    }
    .xl-pb0 {
        padding-bottom: 0!important;
        padding-bottom: 0!important
    }
    .xl-pl0 {
        padding-left: 0!important;
        padding-left: 0!important
    }
    .xl-ph0 {
        padding-right: 0!important;
        padding-right: 0!important;
        padding-left: 0!important;
        padding-left: 0!important
    }
    .xl-pv0 {
        padding-top: 0!important;
        padding-top: 0!important;
        padding-bottom: 0!important;
        padding-bottom: 0!important
    }
}

@media (min-width:1380px) {
    .xxl-p {
        padding: 24px!important;
    }
    .xxl-pt {
        padding-top: 24px!important;
    }
    .xxl-pr {
        padding-right: 24px!important;
    }
    .xxl-pb {
        padding-bottom: 24px!important;
    }
    .xxl-pl {
        padding-left: 24px!important;
    }
    .xxl-ph {
        padding-right: 24px!important;
        padding-left: 24px!important;
    }
    .xxl-pv {
        padding-top: 24px!important;
        padding-bottom: 24px!important;
    }
    .xxl-p-- {
        padding: 6px!important;
    }
    .xxl-pt-- {
        padding-top: 6px!important;
    }
    .xxl-pr-- {
        padding-right: 6px!important;
    }
    .xxl-pb-- {
        padding-bottom: 6px!important;
    }
    .xxl-pl-- {
        padding-left: 6px!important;
    }
    .xxl-ph-- {
        padding-right: 6px!important;
        padding-left: 6px!important;
    }
    .xxl-pv-- {
        padding-top: 6px!important;
        padding-bottom: 6px!important;
    }
    .xxl-p- {
        padding: 12px!important;
    }
    .xxl-pt- {
        padding-top: 12px!important;
    }
    .xxl-pr- {
        padding-right: 12px!important;
    }
    .xxl-pb- {
        padding-bottom: 12px!important;
    }
    .xxl-pl- {
        padding-left: 12px!important;
    }
    .xxl-ph- {
        padding-right: 12px!important;
        padding-left: 12px!important;
    }
    .xxl-pv- {
        padding-top: 12px!important;
        padding-bottom: 12px!important;
    }
    .xxl-p\+ {
        padding: 48px!important;
    }
    .xxl-pt\+ {
        padding-top: 48px!important;
    }
    .xxl-pr\+ {
        padding-right: 48px!important;
    }
    .xxl-pb\+ {
        padding-bottom: 48px!important;
    }
    .xxl-pl\+ {
        padding-left: 48px!important;
    }
    .xxl-ph\+ {
        padding-right: 48px!important;
        padding-left: 48px!important;
    }
    .xxl-pv\+ {
        padding-top: 48px!important;
        padding-bottom: 48px!important;
    }
    .xxl-p\+\+ {
        padding: 96px!important;
    }
    .xxl-pt\+\+ {
        padding-top: 96px!important;
    }
    .xxl-pr\+\+ {
        padding-right: 96px!important;
    }
    .xxl-pb\+\+ {
        padding-bottom: 96px!important;
    }
    .xxl-pl\+\+ {
        padding-left: 96px!important;
    }
    .xxl-ph\+\+ {
        padding-right: 96px!important;
        padding-left: 96px!important;
    }
    .xxl-pv\+\+ {
        padding-top: 96px!important;
        padding-bottom: 96px!important;
    }
    .xxl-p0 {
        padding: 0!important;
        padding: 0!important
    }
    .xxl-pt0 {
        padding-top: 0!important;
        padding-top: 0!important
    }
    .xxl-pr0 {
        padding-right: 0!important;
        padding-right: 0!important
    }
    .xxl-pb0 {
        padding-bottom: 0!important;
        padding-bottom: 0!important
    }
    .xxl-pl0 {
        padding-left: 0!important;
        padding-left: 0!important
    }
    .xxl-ph0 {
        padding-right: 0!important;
        padding-right: 0!important;
        padding-left: 0!important;
        padding-left: 0!important
    }
    .xxl-pv0 {
        padding-top: 0!important;
        padding-top: 0!important;
        padding-bottom: 0!important;
        padding-bottom: 0!important
    }
}

.posa {
    position: absolute!important
}

.posf {
    position: fixed!important
}

.posr {
    position: relative!important
}

.poss {
    position: static!important
}

@media (min-width:480px) {
    .xs-posa {
        position: absolute!important
    }
    .xs-posf {
        position: fixed!important
    }
    .xs-posr {
        position: relative!important
    }
    .xs-poss {
        position: static!important
    }
}

@media (min-width:600px) {
    .sm-posa {
        position: absolute!important
    }
    .sm-posf {
        position: fixed!important
    }
    .sm-posr {
        position: relative!important
    }
    .sm-poss {
        position: static!important
    }
}

@media (min-width:768px) {
    .md-posa {
        position: absolute!important
    }
    .md-posf {
        position: fixed!important
    }
    .md-posr {
        position: relative!important
    }
    .md-poss {
        position: static!important
    }
}

@media (min-width:960px) {
    .lg-posa {
        position: absolute!important
    }
    .lg-posf {
        position: fixed!important
    }
    .lg-posr {
        position: relative!important
    }
    .lg-poss {
        position: static!important
    }
}

@media (min-width:1140px) {
    .xl-posa {
        position: absolute!important
    }
    .xl-posf {
        position: fixed!important
    }
    .xl-posr {
        position: relative!important
    }
    .xl-poss {
        position: static!important
    }
}

@media (min-width:1380px) {
    .xxl-posa {
        position: absolute!important
    }
    .xxl-posf {
        position: fixed!important
    }
    .xxl-posr {
        position: relative!important
    }
    .xxl-poss {
        position: static!important
    }
}

.tl {
    text-align: left!important
}

.tr {
    text-align: right!important
}

.tc {
    text-align: center!important
}

.tj {
    text-align: justify!important
}

@media (min-width:480px) {
    .xs-tl {
        text-align: left!important
    }
    .xs-tr {
        text-align: right!important
    }
    .xs-tc {
        text-align: center!important
    }
    .xs-tj {
        text-align: justify!important
    }
}

@media (min-width:600px) {
    .sm-tl {
        text-align: left!important
    }
    .sm-tr {
        text-align: right!important
    }
    .sm-tc {
        text-align: center!important
    }
    .sm-tj {
        text-align: justify!important
    }
}

@media (min-width:768px) {
    .md-tl {
        text-align: left!important
    }
    .md-tr {
        text-align: right!important
    }
    .md-tc {
        text-align: center!important
    }
    .md-tj {
        text-align: justify!important
    }
}

@media (min-width:960px) {
    .lg-tl {
        text-align: left!important
    }
    .lg-tr {
        text-align: right!important
    }
    .lg-tc {
        text-align: center!important
    }
    .lg-tj {
        text-align: justify!important
    }
}

@media (min-width:1140px) {
    .xl-tl {
        text-align: left!important
    }
    .xl-tr {
        text-align: right!important
    }
    .xl-tc {
        text-align: center!important
    }
    .xl-tj {
        text-align: justify!important
    }
}

@media (min-width:1380px) {
    .xxl-tl {
        text-align: left!important
    }
    .xxl-tr {
        text-align: right!important
    }
    .xxl-tc {
        text-align: center!important
    }
    .xxl-tj {
        text-align: justify!important
    }
}

.vat {
    vertical-align: top!important
}

.vab {
    vertical-align: bottom!important
}

.vam {
    vertical-align: middle!important
}

@media (min-width:480px) {
    .xs-vat {
        vertical-align: top!important
    }
    .xs-vab {
        vertical-align: bottom!important
    }
    .xs-vam {
        vertical-align: middle!important
    }
}

@media (min-width:600px) {
    .sm-vat {
        vertical-align: top!important
    }
    .sm-vab {
        vertical-align: bottom!important
    }
    .sm-vam {
        vertical-align: middle!important
    }
}

@media (min-width:768px) {
    .md-vat {
        vertical-align: top!important
    }
    .md-vab {
        vertical-align: bottom!important
    }
    .md-vam {
        vertical-align: middle!important
    }
}

@media (min-width:960px) {
    .lg-vat {
        vertical-align: top!important
    }
    .lg-vab {
        vertical-align: bottom!important
    }
    .lg-vam {
        vertical-align: middle!important
    }
}

@media (min-width:1140px) {
    .xl-vat {
        vertical-align: top!important
    }
    .xl-vab {
        vertical-align: bottom!important
    }
    .xl-vam {
        vertical-align: middle!important
    }
}

@media (min-width:1380px) {
    .xxl-vat {
        vertical-align: top!important
    }
    .xxl-vab {
        vertical-align: bottom!important
    }
    .xxl-vam {
        vertical-align: middle!important
    }
}

.vh {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0
}

.vh.focusable:active, .vh.focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    margin: 0;
    width: auto;
    height: auto
}

.width-auto {
    width: auto!important
}

.one-whole, [class~="1/1"] {
    width: 100%!important
}

.five-tenths, .four-eighths, .one-half, .six-twelfths, .three-sixths, .two-fourths, [class~="1/2"], [class~="2/4"], [class~="3/6"], [class~="4/8"], [class~="5/10"], [class~="6/12"] {
    width: 50%!important
}

.four-twelfths, .one-third, .three-ninths, .two-sixths, [class~="1/3"], [class~="2/6"], [class~="3/9"], [class~="4/12"] {
    width: 33.3333333%!important
}

.eight-twelfths, .four-sixths, .six-ninths, .two-thirds, [class~="2/3"], [class~="4/6"], [class~="6/9"], [class~="8/12"] {
    width: 66.6666666%!important
}

.one-fourth, .three-twelfths, .two-eighths, [class~="1/4"], [class~="2/8"], [class~="3/12"] {
    width: 25%!important
}

.nine-twelfths, .six-eighths, .three-fourths, [class~="3/4"], [class~="6/8"], [class~="9/12"] {
    width: 75%!important
}

.one-fifth, .two-tenths, [class~="1/5"], [class~="2/10"] {
    width: 20%!important
}

.four-tenths, .two-fifths, [class~="2/5"], [class~="4/10"] {
    width: 40%!important
}

.six-tenths, .three-fifths, [class~="3/5"], [class~="6/10"] {
    width: 60%!important
}

.eight-tenths, .four-fifths, [class~="4/5"], [class~="8/10"] {
    width: 80%!important
}

.one-sixth, .two-twelfths, [class~="1/6"], [class~="2/12"] {
    width: 16.6666666%!important
}

.five-sixths, .ten-twelfths, [class~="5/6"], [class~="10/12"] {
    width: 83.3333333%!important
}

.one-eighth, [class~="1/8"] {
    width: 12.5%!important
}

.three-eighths, [class~="3/8"] {
    width: 37.5%!important
}

.five-eighths, [class~="5/8"] {
    width: 62.5%!important
}

.seven-eighths, [class~="7/8"] {
    width: 87.5%!important
}

.one-ninth, [class~="1/9"] {
    width: 11.1111111%!important
}

.two-ninths, [class~="2/9"] {
    width: 22.2222222%!important
}

.four-ninths, [class~="4/9"] {
    width: 44.4444444%!important
}

.five-ninths, [class~="5/9"] {
    width: 55.5555555%!important
}

.seven-ninths, [class~="7/9"] {
    width: 77.7777777%!important
}

.eight-ninths, [class~="8/9"] {
    width: 88.8888888%!important
}

.one-tenth, [class~="1/10"] {
    width: 10%!important
}

.three-tenths, [class~="3/10"] {
    width: 30%!important
}

.seven-tenths, [class~="7/10"] {
    width: 70%!important
}

.nine-tenths, [class~="9/10"] {
    width: 90%!important
}

.one-twelfth, [class~="1/12"] {
    width: 8.3333333%!important
}

.five-twelfths, [class~="5/12"] {
    width: 41.6666666%!important
}

.seven-twelfths, [class~="7/12"] {
    width: 58.3333333%!important
}

.eleven-twelfths, [class~="11/12"] {
    width: 91.6666666%!important
}

@media (min-width:480px) {
    .xs-width-auto {
        width: auto!important
    }
    .xs-one-whole, [class~="xs-1/1"] {
        width: 100%!important
    }
    .xs-five-tenths, .xs-four-eighths, .xs-one-half, .xs-six-twelfths, .xs-three-sixths, .xs-two-fourths, [class~="xs-1/2"], [class~="xs-2/4"], [class~="xs-3/6"], [class~="xs-4/8"], [class~="xs-5/10"], [class~="xs-6/12"] {
        width: 50%!important
    }
    .xs-four-twelfths, .xs-one-third, .xs-three-ninths, .xs-two-sixths, [class~="xs-1/3"], [class~="xs-2/6"], [class~="xs-3/9"], [class~="xs-4/12"] {
        width: 33.3333333%!important
    }
    .xs-eight-twelfths, .xs-four-sixths, .xs-six-ninths, .xs-two-thirds, [class~="xs-2/3"], [class~="xs-4/6"], [class~="xs-6/9"], [class~="xs-8/12"] {
        width: 66.6666666%!important
    }
    .xs-one-fourth, .xs-three-twelfths, .xs-two-eighths, [class~="xs-1/4"], [class~="xs-2/8"], [class~="xs-3/12"] {
        width: 25%!important
    }
    .xs-nine-twelfths, .xs-six-eighths, .xs-three-fourths, [class~="xs-3/4"], [class~="xs-6/8"], [class~="xs-9/12"] {
        width: 75%!important
    }
    .xs-one-fifth, .xs-two-tenths, [class~="xs-1/5"], [class~="xs-2/10"] {
        width: 20%!important
    }
    .xs-four-tenths, .xs-two-fifths, [class~="xs-2/5"], [class~="xs-4/10"] {
        width: 40%!important
    }
    .xs-six-tenths, .xs-three-fifths, [class~="xs-3/5"], [class~="xs-6/10"] {
        width: 60%!important
    }
    .xs-eight-tenths, .xs-four-fifths, [class~="xs-4/5"], [class~="xs-8/10"] {
        width: 80%!important
    }
    .xs-one-sixth, .xs-two-twelfths, [class~="xs-1/6"], [class~="xs-2/12"] {
        width: 16.6666666%!important
    }
    .xs-five-sixths, .xs-ten-twelfths, [class~="xs-5/6"], [class~="xs-10/12"] {
        width: 83.3333333%!important
    }
    .xs-one-eighth, [class~="xs-1/8"] {
        width: 12.5%!important
    }
    .xs-three-eighths, [class~="xs-3/8"] {
        width: 37.5%!important
    }
    .xs-five-eighths, [class~="xs-5/8"] {
        width: 62.5%!important
    }
    .xs-seven-eighths, [class~="xs-7/8"] {
        width: 87.5%!important
    }
    .xs-one-ninth, [class~="xs-1/9"] {
        width: 11.1111111%!important
    }
    .xs-two-ninths, [class~="xs-2/9"] {
        width: 22.2222222%!important
    }
    .xs-four-ninths, [class~="xs-4/9"] {
        width: 44.4444444%!important
    }
    .xs-five-ninths, [class~="xs-5/9"] {
        width: 55.5555555%!important
    }
    .xs-seven-ninths, [class~="xs-7/9"] {
        width: 77.7777777%!important
    }
    .xs-eight-ninths, [class~="xs-8/9"] {
        width: 88.8888888%!important
    }
    .xs-one-tenth, [class~="xs-1/10"] {
        width: 10%!important
    }
    .xs-three-tenths, [class~="xs-3/10"] {
        width: 30%!important
    }
    .xs-seven-tenths, [class~="xs-7/10"] {
        width: 70%!important
    }
    .xs-nine-tenths, [class~="xs-9/10"] {
        width: 90%!important
    }
    .xs-one-twelfth, [class~="xs-1/12"] {
        width: 8.3333333%!important
    }
    .xs-five-twelfths, [class~="xs-5/12"] {
        width: 41.6666666%!important
    }
    .xs-seven-twelfths, [class~="xs-7/12"] {
        width: 58.3333333%!important
    }
    .xs-eleven-twelfths, [class~="xs-11/12"] {
        width: 91.6666666%!important
    }
}

@media (min-width:600px) {
    .sm-width-auto {
        width: auto!important
    }
    .sm-one-whole, [class~="sm-1/1"] {
        width: 100%!important
    }
    .sm-five-tenths, .sm-four-eighths, .sm-one-half, .sm-six-twelfths, .sm-three-sixths, .sm-two-fourths, [class~="sm-1/2"], [class~="sm-2/4"], [class~="sm-3/6"], [class~="sm-4/8"], [class~="sm-5/10"], [class~="sm-6/12"] {
        width: 50%!important
    }
    .sm-four-twelfths, .sm-one-third, .sm-three-ninths, .sm-two-sixths, [class~="sm-1/3"], [class~="sm-2/6"], [class~="sm-3/9"], [class~="sm-4/12"] {
        width: 33.3333333%!important
    }
    .sm-eight-twelfths, .sm-four-sixths, .sm-six-ninths, .sm-two-thirds, [class~="sm-2/3"], [class~="sm-4/6"], [class~="sm-6/9"], [class~="sm-8/12"] {
        width: 66.6666666%!important
    }
    .sm-one-fourth, .sm-three-twelfths, .sm-two-eighths, [class~="sm-1/4"], [class~="sm-2/8"], [class~="sm-3/12"] {
        width: 25%!important
    }
    .sm-nine-twelfths, .sm-six-eighths, .sm-three-fourths, [class~="sm-3/4"], [class~="sm-6/8"], [class~="sm-9/12"] {
        width: 75%!important
    }
    .sm-one-fifth, .sm-two-tenths, [class~="sm-1/5"], [class~="sm-2/10"] {
        width: 20%!important
    }
    .sm-four-tenths, .sm-two-fifths, [class~="sm-2/5"], [class~="sm-4/10"] {
        width: 40%!important
    }
    .sm-six-tenths, .sm-three-fifths, [class~="sm-3/5"], [class~="sm-6/10"] {
        width: 60%!important
    }
    .sm-eight-tenths, .sm-four-fifths, [class~="sm-4/5"], [class~="sm-8/10"] {
        width: 80%!important
    }
    .sm-one-sixth, .sm-two-twelfths, [class~="sm-1/6"], [class~="sm-2/12"] {
        width: 16.6666666%!important
    }
    .sm-five-sixths, .sm-ten-twelfths, [class~="sm-5/6"], [class~="sm-10/12"] {
        width: 83.3333333%!important
    }
    .sm-one-eighth, [class~="sm-1/8"] {
        width: 12.5%!important
    }
    .sm-three-eighths, [class~="sm-3/8"] {
        width: 37.5%!important
    }
    .sm-five-eighths, [class~="sm-5/8"] {
        width: 62.5%!important
    }
    .sm-seven-eighths, [class~="sm-7/8"] {
        width: 87.5%!important
    }
    .sm-one-ninth, [class~="sm-1/9"] {
        width: 11.1111111%!important
    }
    .sm-two-ninths, [class~="sm-2/9"] {
        width: 22.2222222%!important
    }
    .sm-four-ninths, [class~="sm-4/9"] {
        width: 44.4444444%!important
    }
    .sm-five-ninths, [class~="sm-5/9"] {
        width: 55.5555555%!important
    }
    .sm-seven-ninths, [class~="sm-7/9"] {
        width: 77.7777777%!important
    }
    .sm-eight-ninths, [class~="sm-8/9"] {
        width: 88.8888888%!important
    }
    .sm-one-tenth, [class~="sm-1/10"] {
        width: 10%!important
    }
    .sm-three-tenths, [class~="sm-3/10"] {
        width: 30%!important
    }
    .sm-seven-tenths, [class~="sm-7/10"] {
        width: 70%!important
    }
    .sm-nine-tenths, [class~="sm-9/10"] {
        width: 90%!important
    }
    .sm-one-twelfth, [class~="sm-1/12"] {
        width: 8.3333333%!important
    }
    .sm-five-twelfths, [class~="sm-5/12"] {
        width: 41.6666666%!important
    }
    .sm-seven-twelfths, [class~="sm-7/12"] {
        width: 58.3333333%!important
    }
    .sm-eleven-twelfths, [class~="sm-11/12"] {
        width: 91.6666666%!important
    }
}

@media (min-width:768px) {
    [class~="md-1/7"] {
        width: 14.28571428571429%!important
    }
    .md-width-auto {
        width: auto!important
    }
    .md-one-whole, [class~="md-1/1"] {
        width: 100%!important
    }
    .md-five-tenths, .md-four-eighths, .md-one-half, .md-six-twelfths, .md-three-sixths, .md-two-fourths, [class~="md-1/2"], [class~="md-2/4"], [class~="md-3/6"], [class~="md-4/8"], [class~="md-5/10"], [class~="md-6/12"] {
        width: 50%!important
    }
    .md-four-twelfths, .md-one-third, .md-three-ninths, .md-two-sixths, [class~="md-1/3"], [class~="md-2/6"], [class~="md-3/9"], [class~="md-4/12"] {
        width: 33.3333333%!important
    }
    .md-eight-twelfths, .md-four-sixths, .md-six-ninths, .md-two-thirds, [class~="md-2/3"], [class~="md-4/6"], [class~="md-6/9"], [class~="md-8/12"] {
        width: 66.6666666%!important
    }
    .md-one-fourth, .md-three-twelfths, .md-two-eighths, [class~="md-1/4"], [class~="md-2/8"], [class~="md-3/12"] {
        width: 25%!important
    }
    .md-nine-twelfths, .md-six-eighths, .md-three-fourths, [class~="md-3/4"], [class~="md-6/8"], [class~="md-9/12"] {
        width: 75%!important
    }
    .md-one-fifth, .md-two-tenths, [class~="md-1/5"], [class~="md-2/10"] {
        width: 20%!important
    }
    .md-four-tenths, .md-two-fifths, [class~="md-2/5"], [class~="md-4/10"] {
        width: 40%!important
    }
    .md-six-tenths, .md-three-fifths, [class~="md-3/5"], [class~="md-6/10"] {
        width: 60%!important
    }
    .md-eight-tenths, .md-four-fifths, [class~="md-4/5"], [class~="md-8/10"] {
        width: 80%!important
    }
    .md-one-sixth, .md-two-twelfths, [class~="md-1/6"], [class~="md-2/12"] {
        width: 16.6666666%!important
    }
    .md-five-sixths, .md-ten-twelfths, [class~="md-5/6"], [class~="md-10/12"] {
        width: 83.3333333%!important
    }
    .md-one-eighth, [class~="md-1/8"] {
        width: 12.5%!important
    }
    .md-three-eighths, [class~="md-3/8"] {
        width: 37.5%!important
    }
    .md-five-eighths, [class~="md-5/8"] {
        width: 62.5%!important
    }
    .md-seven-eighths, [class~="md-7/8"] {
        width: 87.5%!important
    }
    .md-one-ninth, [class~="md-1/9"] {
        width: 11.1111111%!important
    }
    .md-two-ninths, [class~="md-2/9"] {
        width: 22.2222222%!important
    }
    .md-four-ninths, [class~="md-4/9"] {
        width: 44.4444444%!important
    }
    .md-five-ninths, [class~="md-5/9"] {
        width: 55.5555555%!important
    }
    .md-seven-ninths, [class~="md-7/9"] {
        width: 77.7777777%!important
    }
    .md-eight-ninths, [class~="md-8/9"] {
        width: 88.8888888%!important
    }
    .md-one-tenth, [class~="md-1/10"] {
        width: 10%!important
    }
    .md-three-tenths, [class~="md-3/10"] {
        width: 30%!important
    }
    .md-seven-tenths, [class~="md-7/10"] {
        width: 70%!important
    }
    .md-nine-tenths, [class~="md-9/10"] {
        width: 90%!important
    }
    .md-one-twelfth, [class~="md-1/12"] {
        width: 8.3333333%!important
    }
    .md-five-twelfths, [class~="md-5/12"] {
        width: 41.6666666%!important
    }
    .md-seven-twelfths, [class~="md-7/12"] {
        width: 58.3333333%!important
    }
    .md-eleven-twelfths, [class~="md-11/12"] {
        width: 91.6666666%!important
    }
}

@media (min-width:960px) {
    .lg-width-auto {
        width: auto!important
    }
    .lg-one-whole, [class~="lg-1/1"] {
        width: 100%!important
    }
    .lg-five-tenths, .lg-four-eighths, .lg-one-half, .lg-six-twelfths, .lg-three-sixths, .lg-two-fourths, [class~="lg-1/2"], [class~="lg-2/4"], [class~="lg-3/6"], [class~="lg-4/8"], [class~="lg-5/10"], [class~="lg-6/12"] {
        width: 50%!important
    }
    .lg-four-twelfths, .lg-one-third, .lg-three-ninths, .lg-two-sixths, [class~="lg-1/3"], [class~="lg-2/6"], [class~="lg-3/9"], [class~="lg-4/12"] {
        width: 33.3333333%!important
    }
    .lg-eight-twelfths, .lg-four-sixths, .lg-six-ninths, .lg-two-thirds, [class~="lg-2/3"], [class~="lg-4/6"], [class~="lg-6/9"], [class~="lg-8/12"] {
        width: 66.6666666%!important
    }
    .lg-one-fourth, .lg-three-twelfths, .lg-two-eighths, [class~="lg-1/4"], [class~="lg-2/8"], [class~="lg-3/12"] {
        width: 25%!important
    }
    .lg-nine-twelfths, .lg-six-eighths, .lg-three-fourths, [class~="lg-3/4"], [class~="lg-6/8"], [class~="lg-9/12"] {
        width: 75%!important
    }
    .lg-one-fifth, .lg-two-tenths, [class~="lg-1/5"], [class~="lg-2/10"] {
        width: 20%!important
    }
    .lg-four-tenths, .lg-two-fifths, [class~="lg-2/5"], [class~="lg-4/10"] {
        width: 40%!important
    }
    .lg-six-tenths, .lg-three-fifths, [class~="lg-3/5"], [class~="lg-6/10"] {
        width: 60%!important
    }
    .lg-eight-tenths, .lg-four-fifths, [class~="lg-4/5"], [class~="lg-8/10"] {
        width: 80%!important
    }
    .lg-one-sixth, .lg-two-twelfths, [class~="lg-1/6"], [class~="lg-2/12"] {
        width: 16.6666666%!important
    }
    .lg-five-sixths, .lg-ten-twelfths, [class~="lg-5/6"], [class~="lg-10/12"] {
        width: 83.3333333%!important
    }
    .lg-one-eighth, [class~="lg-1/8"] {
        width: 12.5%!important
    }
    .lg-three-eighths, [class~="lg-3/8"] {
        width: 37.5%!important
    }
    .lg-five-eighths, [class~="lg-5/8"] {
        width: 62.5%!important
    }
    .lg-seven-eighths, [class~="lg-7/8"] {
        width: 87.5%!important
    }
    .lg-one-ninth, [class~="lg-1/9"] {
        width: 11.1111111%!important
    }
    .lg-two-ninths, [class~="lg-2/9"] {
        width: 22.2222222%!important
    }
    .lg-four-ninths, [class~="lg-4/9"] {
        width: 44.4444444%!important
    }
    .lg-five-ninths, [class~="lg-5/9"] {
        width: 55.5555555%!important
    }
    .lg-seven-ninths, [class~="lg-7/9"] {
        width: 77.7777777%!important
    }
    .lg-eight-ninths, [class~="lg-8/9"] {
        width: 88.8888888%!important
    }
    .lg-one-tenth, [class~="lg-1/10"] {
        width: 10%!important
    }
    .lg-three-tenths, [class~="lg-3/10"] {
        width: 30%!important
    }
    .lg-seven-tenths, [class~="lg-7/10"] {
        width: 70%!important
    }
    .lg-nine-tenths, [class~="lg-9/10"] {
        width: 90%!important
    }
    .lg-one-twelfth, [class~="lg-1/12"] {
        width: 8.3333333%!important
    }
    .lg-five-twelfths, [class~="lg-5/12"] {
        width: 41.6666666%!important
    }
    .lg-seven-twelfths, [class~="lg-7/12"] {
        width: 58.3333333%!important
    }
    .lg-eleven-twelfths, [class~="lg-11/12"] {
        width: 91.6666666%!important
    }
}

@media (min-width:1140px) {
    .xl-width-auto {
        width: auto!important
    }
    .xl-one-whole, [class~="xl-1/1"] {
        width: 100%!important
    }
    .xl-five-tenths, .xl-four-eighths, .xl-one-half, .xl-six-twelfths, .xl-three-sixths, .xl-two-fourths, [class~="xl-1/2"], [class~="xl-2/4"], [class~="xl-3/6"], [class~="xl-4/8"], [class~="xl-5/10"], [class~="xl-6/12"] {
        width: 50%!important
    }
    .xl-four-twelfths, .xl-one-third, .xl-three-ninths, .xl-two-sixths, [class~="xl-1/3"], [class~="xl-2/6"], [class~="xl-3/9"], [class~="xl-4/12"] {
        width: 33.3333333%!important
    }
    .xl-eight-twelfths, .xl-four-sixths, .xl-six-ninths, .xl-two-thirds, [class~="xl-2/3"], [class~="xl-4/6"], [class~="xl-6/9"], [class~="xl-8/12"] {
        width: 66.6666666%!important
    }
    .xl-one-fourth, .xl-three-twelfths, .xl-two-eighths, [class~="xl-1/4"], [class~="xl-2/8"], [class~="xl-3/12"] {
        width: 25%!important
    }
    .xl-nine-twelfths, .xl-six-eighths, .xl-three-fourths, [class~="xl-3/4"], [class~="xl-6/8"], [class~="xl-9/12"] {
        width: 75%!important
    }
    .xl-one-fifth, .xl-two-tenths, [class~="xl-1/5"], [class~="xl-2/10"] {
        width: 20%!important
    }
    .xl-four-tenths, .xl-two-fifths, [class~="xl-2/5"], [class~="xl-4/10"] {
        width: 40%!important
    }
    .xl-six-tenths, .xl-three-fifths, [class~="xl-3/5"], [class~="xl-6/10"] {
        width: 60%!important
    }
    .xl-eight-tenths, .xl-four-fifths, [class~="xl-4/5"], [class~="xl-8/10"] {
        width: 80%!important
    }
    .xl-one-sixth, .xl-two-twelfths, [class~="xl-1/6"], [class~="xl-2/12"] {
        width: 16.6666666%!important
    }
    .xl-five-sixths, .xl-ten-twelfths, [class~="xl-5/6"], [class~="xl-10/12"] {
        width: 83.3333333%!important
    }
    .xl-one-eighth, [class~="xl-1/8"] {
        width: 12.5%!important
    }
    .xl-three-eighths, [class~="xl-3/8"] {
        width: 37.5%!important
    }
    .xl-five-eighths, [class~="xl-5/8"] {
        width: 62.5%!important
    }
    .xl-seven-eighths, [class~="xl-7/8"] {
        width: 87.5%!important
    }
    .xl-one-ninth, [class~="xl-1/9"] {
        width: 11.1111111%!important
    }
    .xl-two-ninths, [class~="xl-2/9"] {
        width: 22.2222222%!important
    }
    .xl-four-ninths, [class~="xl-4/9"] {
        width: 44.4444444%!important
    }
    .xl-five-ninths, [class~="xl-5/9"] {
        width: 55.5555555%!important
    }
    .xl-seven-ninths, [class~="xl-7/9"] {
        width: 77.7777777%!important
    }
    .xl-eight-ninths, [class~="xl-8/9"] {
        width: 88.8888888%!important
    }
    .xl-one-tenth, [class~="xl-1/10"] {
        width: 10%!important
    }
    .xl-three-tenths, [class~="xl-3/10"] {
        width: 30%!important
    }
    .xl-seven-tenths, [class~="xl-7/10"] {
        width: 70%!important
    }
    .xl-nine-tenths, [class~="xl-9/10"] {
        width: 90%!important
    }
    .xl-one-twelfth, [class~="xl-1/12"] {
        width: 8.3333333%!important
    }
    .xl-five-twelfths, [class~="xl-5/12"] {
        width: 41.6666666%!important
    }
    .xl-seven-twelfths, [class~="xl-7/12"] {
        width: 58.3333333%!important
    }
    .xl-eleven-twelfths, [class~="xl-11/12"] {
        width: 91.6666666%!important
    }
}

@media (min-width:1380px) {
    .xxl-width-auto {
        width: auto!important
    }
    .xxl-one-whole, [class~="xxl-1/1"] {
        width: 100%!important
    }
    .xxl-five-tenths, .xxl-four-eighths, .xxl-one-half, .xxl-six-twelfths, .xxl-three-sixths, .xxl-two-fourths, [class~="xxl-1/2"], [class~="xxl-2/4"], [class~="xxl-3/6"], [class~="xxl-4/8"], [class~="xxl-5/10"], [class~="xxl-6/12"] {
        width: 50%!important
    }
    .xxl-four-twelfths, .xxl-one-third, .xxl-three-ninths, .xxl-two-sixths, [class~="xxl-1/3"], [class~="xxl-2/6"], [class~="xxl-3/9"], [class~="xxl-4/12"] {
        width: 33.3333333%!important
    }
    .xxl-eight-twelfths, .xxl-four-sixths, .xxl-six-ninths, .xxl-two-thirds, [class~="xxl-2/3"], [class~="xxl-4/6"], [class~="xxl-6/9"], [class~="xxl-8/12"] {
        width: 66.6666666%!important
    }
    .xxl-one-fourth, .xxl-three-twelfths, .xxl-two-eighths, [class~="xxl-1/4"], [class~="xxl-2/8"], [class~="xxl-3/12"] {
        width: 25%!important
    }
    .xxl-nine-twelfths, .xxl-six-eighths, .xxl-three-fourths, [class~="xxl-3/4"], [class~="xxl-6/8"], [class~="xxl-9/12"] {
        width: 75%!important
    }
    .xxl-one-fifth, .xxl-two-tenths, [class~="xxl-1/5"], [class~="xxl-2/10"] {
        width: 20%!important
    }
    .xxl-four-tenths, .xxl-two-fifths, [class~="xxl-2/5"], [class~="xxl-4/10"] {
        width: 40%!important
    }
    .xxl-six-tenths, .xxl-three-fifths, [class~="xxl-3/5"], [class~="xxl-6/10"] {
        width: 60%!important
    }
    .xxl-eight-tenths, .xxl-four-fifths, [class~="xxl-4/5"], [class~="xxl-8/10"] {
        width: 80%!important
    }
    .xxl-one-sixth, .xxl-two-twelfths, [class~="xxl-1/6"], [class~="xxl-2/12"] {
        width: 16.6666666%!important
    }
    .xxl-five-sixths, .xxl-ten-twelfths, [class~="xxl-5/6"], [class~="xxl-10/12"] {
        width: 83.3333333%!important
    }
    .xxl-one-eighth, [class~="xxl-1/8"] {
        width: 12.5%!important
    }
    .xxl-three-eighths, [class~="xxl-3/8"] {
        width: 37.5%!important
    }
    .xxl-five-eighths, [class~="xxl-5/8"] {
        width: 62.5%!important
    }
    .xxl-seven-eighths, [class~="xxl-7/8"] {
        width: 87.5%!important
    }
    .xxl-one-ninth, [class~="xxl-1/9"] {
        width: 11.1111111%!important
    }
    .xxl-two-ninths, [class~="xxl-2/9"] {
        width: 22.2222222%!important
    }
    .xxl-four-ninths, [class~="xxl-4/9"] {
        width: 44.4444444%!important
    }
    .xxl-five-ninths, [class~="xxl-5/9"] {
        width: 55.5555555%!important
    }
    .xxl-seven-ninths, [class~="xxl-7/9"] {
        width: 77.7777777%!important
    }
    .xxl-eight-ninths, [class~="xxl-8/9"] {
        width: 88.8888888%!important
    }
    .xxl-one-tenth, [class~="xxl-1/10"] {
        width: 10%!important
    }
    .xxl-three-tenths, [class~="xxl-3/10"] {
        width: 30%!important
    }
    .xxl-seven-tenths, [class~="xxl-7/10"] {
        width: 70%!important
    }
    .xxl-nine-tenths, [class~="xxl-9/10"] {
        width: 90%!important
    }
    .xxl-one-twelfth, [class~="xxl-1/12"] {
        width: 8.3333333%!important
    }
    .xxl-five-twelfths, [class~="xxl-5/12"] {
        width: 41.6666666%!important
    }
    .xxl-seven-twelfths, [class~="xxl-7/12"] {
        width: 58.3333333%!important
    }
    .xxl-eleven-twelfths, [class~="xxl-11/12"] {
        width: 91.6666666%!important
    }
}

::-webkit-input-placeholder {
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;
}

:-moz-placeholder {
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;
}

::-moz-placeholder {
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;
}

:-ms-input-placeholder {
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;
}

::-moz-selection {
    background: #0069B3;
    text-shadow: none
}

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

::-moz-selection:window-inactive {
    background: #0069B3;
}

::selection:window-inactive {
    background: #0069B3;
}

img::-moz-selection {
    background: transparent;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

.z1 {
    z-index: 1;
}

.z2 {
    z-index: 2;
}

.z3 {
    z-index: 3;
}

.ln1 {
    line-height: 1;
}

.fw3 {
    font-weight: 300;
}

.fw4 {
    font-weight: 400;
}

.fw5 {
    font-weight: 500;
}

.fw6 {
    font-weight: 600;
}

.fw7 {
    font-weight: 700;
}

.fsi {
    font-style: italic;
}

.tdn {
    text-decoration: none;
}

.tdu {
    text-decoration: underline;
}

.ttu {
    text-transform: uppercase;
}

.ttl {
    text-transform: lowercase;
}

.ttn {
    text-transform: none;
}

.whn {
    white-space: nowrap;
}

.playfair {
    font-family: 'Playfair Display', serif;
}

.roboto {
    font-family: 'Roboto', serif;
}

.overflow {
    overflow: hidden;
}

.floated {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.h100 {
    height: 100%;
}

.trans02 {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.rounded {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ns {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ls1 {
    letter-spacing: 1px;
}

.ls3 {
    letter-spacing: 3px;
}

.wh {
    color: #fff;
}

.blue {
    color: #0069B3;
}

.gray {
    color: #808080;
}
.lgray {
    color: #b7b7b7;
}
.bgblack {
    background-color: #252525;
}

#map {
    width: 100%;
    min-height: 350px;
}

#map img {
    max-width: none;
}

input, textarea, select {
    background-color: transparent;
    border: 0px;
    display: block;
    padding: 0px;
    -o-text-overflow: clip;
    text-overflow: clip;
    width: 100%;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    line-height: 45px;
    font-size: 18px;
    color: #b7b7b7;
    font-family: 'Playfair Display', serif;
}
@media (min-width:768px) {
    input, textarea, select {
        font-size: 22px;
    }
}
input, select {
    height: 46px;
}

input + label.error {
    font-size: 12px;
}

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

input[type=radio] + label:before, input[type=checkbox] + label:before, input[type=checkbox] + label {
    content: "";
    -webkit-transition: all 0.05s ease-in-out;
    -moz-transition: all 0.05s ease-in-out;
    -ms-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    margin-right: 3px;
    top: 0px;
}

input[type=radio] + label:before {
    width: 20px;
    height: 20px;
    border: 2px solid #a6a6a6;
    margin-right: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -2px;
    font-size: 2.9em;
    line-height: 20px;
    color: #FFF;
}

input[type=radio]:checked + label:before, input[type=radio] + label:hover:before {
    content: "\2022";
    color: #FFBA00;
}

input[type=radio]:not(:checked) + label:hover:before {
    color: #ffe08f;
}

input[type=checkbox] + label:before {
    content: "";
    width: 19px;
    height: 19px;
    border: 1px solid #dedede;
    left: -4px;
}

input[type=checkbox]:checked + label:before {
    content: "\2714";
    color: #ffffff;
    text-align: center;
    line-height: 17px;
    font-size: 18px;
    font-weight: 700;
    border-color: rgba(255, 255, 255, 0.53);
}

input[type="date"].error + label, input[type="datetime"].error + label, input[type="datetime-local"].error + label, input[type="email"].error + label, input[type="month"].error + label, input[type="number"].error + label, input[type="password"].error + label, input[type="search"].error + label, input[type="tel"].error + label, input[type="text"].error + label, input[type="time"].error + label, input[type="url"].error + label, input[type="week"].error + label, textarea.error + label {
    color: #0069b3;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
}

input[type=checkbox].error + label, input[type=checkbox].error + label * {
    color: #6d1bad;
}

textarea {
    padding: 2px 0 10px 0;
    min-height: 180px;
}


.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots li,
.slick-dots li button {
    cursor: pointer;
}
.slick-dots {
    position: absolute;
    bottom: 50px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    z-index: 99999999;
    margin: 0;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 5px 0 0;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    padding: 5px;
    border: 0;
    outline: 0;
    width: 14px;
    height: 14px;
    background: transparent;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}
.slick-dots li button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    text-align: center;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.slick-dots li.slick-active button:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    text-align: center;
    background-color: #AA1133;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.slick-no-slide .slick-slide {
    float: none;
    display: inline-block;
}

.slick-no-slide .slick-track {
    width: 100% !important;
    text-align: center;
    -webkit-transform: inherit !important;
       -moz-transform: inherit !important;
        -ms-transform: inherit !important;
         -o-transform: inherit !important;
            transform: inherit !important;
    left: 0 !important;
}


@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -o-transform: translateY(-30px);
       transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -o-transform: translateY(-15px);
       transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -o-transform: translateY(-30px);
       transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -o-transform: translateY(-15px);
       transform: translateY(-15px);
  }
}

.bounce {
    -moz-animation: bounce 3s 2s 7 normal forwards;
    -webkit-animation: bounce 3s 2s 7 normal forwards;
    -o-animation: bounce 3s 2s 7 normal forwards;
       animation: bounce 3s 2s 7 normal forwards;
}

.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

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

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
}

.gallery-item img {
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}
/*
@media only screen and (max-width: 800px) {
    .gallery-columns-5 .gallery-item {
        width: 33%;
    }
}

@media only screen and (max-width: 480px) {
    .gallery-columns-5 .gallery-item {
        width: 100%;
    }
}

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
    clear: none;
}
*/
section main#slider {
    position: relative;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
}

section main#slider .arrow {
    left: 50%;
    bottom: 50px;
    margin-left: -30px;
    font-size: 60px;
}

section main#slider.load {
    opacity: 1;
}

body.open nav > .close {
    content: '';
    position: absolute;
    top: 0;
    left: -500%;
    right: 0;
    bottom: 0;
    background-color: transparent;
    cursor: pointer;
    z-index: -1;
}

section main#slider .slick-slide div.resize {
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
section main#slider.home .slick-slide div.resize {
    background-attachment: fixed;
}
body.mobile section main#slider.home .slick-slide div.resize {
    background-attachment: scroll;
}
section main#slider,
section main#slider .slick-slide > .posr,
section main#slider .slick-slide div.resize {
    min-height: 550px;
}

body.mobile section main#slider,
body.mobile section main#slider .slick-slide > .posr,
body.mobile section main#slider .slick-slide div.resize {
    transition: height 1000000s ease;
    -webkit-transition: height 1000000s ease;
    -moz-transition: height 1000000s ease;
    -o-transition: height 1000000s ease;
}
@media (min-width:768px) {
    .bigfont {
        font-size: 60px;
    }
}
.burger {
    right: 0;
    top: 0;
}
.burger ul {
    cursor: pointer;
}

.burger li {
    width: 35px;
    height: 4px;
    background-color: #0069B3;
    margin: 9px 12px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
    opacity: 1;
}

@media (min-width:768px) {
    .burger li {
        width: 45px;
    }
}

body.open .burger li:first-child,
.burger:hover li:first-child {
    top: -5px;
}
body.open .burger li:last-child,
.burger:hover li:last-child {
    top: 5px;
}

body.open .burger li {
    opacity: 0;
}
nav {
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 250px;
    width: 100%;
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    -webkit-transition: left 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: left 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out, left 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, left 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, left 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
}
@media (min-width:600px) {
    nav {
        max-width: 450px;
    }
}
body.open nav {
    -webkit-transform: translate(0%, 0px);
       -moz-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
         -o-transform: translate(0%, 0px);
            transform: translate(0%, 0px);
}

nav .menu {
    /* max-width: 400px; */
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    overflow-y: scroll;
}

nav .menu::-webkit-scrollbar {
    width: 0.4em;
}

nav .menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

nav .menu::-webkit-scrollbar-thumb {
    background-color: white;
    outline: 1px solid white;
}

nav .menu .dt {
    height: 100%;
}

nav i {
    font-size: 40px;
    position: relative;
    left: -7px;
}

nav .close i {
    left: -5px;
}

nav a {
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-size: 24px;
    padding: 4px 0;
}

@media (min-width:768px) {
    nav a {
        font-size: 26px;
    }
}

nav a:hover,
nav li.current_page_item a,
nav li.current-menu-item a {
    color: #fff;
}

.links > [class~="sm-1/2"] {
    width: 55% !important;
}

.links > [class~="sm-1/2"]:first-child {
    width: 45% !important;
}

.links .flex [class~="1/2"] {
    width: 45% !important;
}

.links .flex [class~="1/2"]:first-child {
    width: 55% !important;
}

.links.grid a {
    overflow: hidden;
}

.links.grid a .dt {
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Playfair Display', serif;
    font-weight: 200;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(1.01);
       -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
         -o-transform: scale(1.01);
            transform: scale(1.01);
    width: 100.5% !important;
}
.links.grid a:hover .dt {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
}
.links.grid a .dt:before {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,0.40);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.links.grid a:hover .dt:before,
body.mobile .links.grid a .dt:before {
    background-color: rgba(0,0,0,0.80);
}
.links.grid:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: #fff;
    height: 2px;
}

@media (min-width:768px) {
    .links.grid a {
        font-size: 36px;
    }
}
@media (max-width:767px) {
    .links.grid > .grid-item:first-child .dt,
    .links.grid > .grid-item:last-child > a > .dt {
        max-height: 222px;
    }
}
.links.grid a span {
    position: relative;
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.links.grid a span:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 10px;
    right: 10px;
    background-color: #0069B3;
    height: 1px;
}
.links.grid a:hover span,
body.mobile .links.grid a span {
    opacity: 1;
}
section main#form h1 {
    text-align: center;
    left: 0;
    right: 0;
    top: 12%;
}
section main#form .back {
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url("../img/slider.jpg");
}

section main#form .back:before {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,0.80);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

section main#form a.close:hover {
    color: #fff;
}

label {
    font-family: 'Playfair Display', serif;
}

label.posa {
    left: 0;
    top: 11px;
}
@media (min-width:768px) {
    label.posa {
        top: 9px;
    }
}
label[for="name"] + .offset {
    margin-left: 155px;
}

label[for="person"] + .offset {
    margin-left: 193px;
}

label[for="email"] + .offset {
    margin-left: 87px;
}

label[for="message"] + .offset {
    margin-left: 120px;
}

html[lang="en-US"] label[for="name"] + .offset {
    margin-left: 210px;
}

html[lang="en-US"] label[for="person"] + .offset {
    margin-left: 183px;
}

html[lang="de-DE"] label[for="person"] + .offset {
    margin-left: 180px;
}

input[type="text"],
input[type="email"],
textarea {
    background-image: url("../img/row.png");
    background-position-y: -1px;
}
textarea {
    background-repeat: repeat;
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.loading:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999999;
    background-color: rgba(0, 0, 0, 0.76);
    background-image: url("../img/loading.svg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: fadein 2s;
       -moz-animation: fadein 2s;
         -o-animation: fadein 2s;
            animation: fadein 2s;
}

@media (max-width:480px) {
    .logo {
        max-width: 250px;
        padding-top: 7px;
    }
}

@media (max-width:320px) {
    .logo {
        max-width: 200px;
        padding-top: 10px;
    }
}
h3 {
    position: relative;
}
/*
h3:before {
    content: "\00a0\00a0\00a0\00a0\00a0";
    border-bottom: 1px solid #0069b4;
    position:absolute;
    left: -35px;
}
@media (max-width:768px) {
    h3 {
        padding-left: 35px;
    }
    h3:before {
        left: 0px;
    }
}
*/
ul li ul li {
    list-style: none;
}

ul li ul li:before {
    content:"-";
    display: inline-block;
    vertical-align:middle;
    padding-right: 10px;
}

html:not(.ie7):not(.ie8):not(.ie6):not(.no-js) [data-sr] {
    visibility: hidden;
}

.translations {
    top: 31px;
    right: 27px;
}

.translations img {
    max-width: 48px;
}
.translations a {
    padding: 0;
    /* padding-right: 30px; */
}

.translations li:last-child a {
    padding-right: 0;
}

section .section:last-child {
    padding-bottom: 0px !important;
}

.icon-close {
        font-size: 40px;
}

