/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, icon, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none
}

    a:focus {
        outline: none
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

p {
    margin: 0;
    padding: 0
}

button {
    min-width: auto
}

:focus {
    outline: none
}

* {
    box-sizing: border-box
}

html {
    font-size: 18px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    min-height: 100%
}

article, aside, figure, footer, header, hgroup, section {
    display: block
}

body, button, input, select, textarea {
    font-family: "Manrope Regular"
}

code, pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: monospace
}

body {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit
}

    a:hover {
        text-decoration: none
    }

code {
    font-size: 0.8em;
    font-weight: normal;
    padding: 0.25em 0.5em 0.25em
}

hr {
    border: none;
    display: block;
    height: 1px;
    margin: 1.5rem 0
}

input[type="checkbox"], input[type="radio"] {
    vertical-align: baseline
}

small {
    font-size: 0.875em
}

span {
    font-style: inherit;
    font-weight: inherit
}

pre {
    font-size: 0.8em;
    white-space: pre;
    word-wrap: normal
}

    pre code {
        background: none;
        color: inherit;
        display: block;
        font-size: 1em;
        overflow-x: auto;
        padding: 1.25rem 1.5rem
    }

table {
    width: 100%
}

    table td, table th {
        text-align: left;
        vertical-align: top
    }

ul {
    padding: 0;
    margin: 0
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.hidden {
    display: none
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }

    header .header-main {
        position: fixed;
        width: 100%;
        z-index: 22;
        background: #fff;
        top: 0;
        left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

h1 {
    font-size: 28px !important
}

    h1.large {
        font-size: 68px !important
    }

h2 {
    font-size: 22px !important
}

    h2.large {
        font-size: 36px !important
    }

h3 {
    font-size: 16px !important;
    font-weight: 800;
}

    h3.large {
        font-size: 24px !important font-weight:800;
    }

span.h1, span.h2, span.h3 {
    display: block;
    font-weight: 800;
}

span.h1 {
    font-size: 68px !important;
    font-weight: 800;
}

@media screen and (max-width: 1024px) {
    span.h1 {
        font-size: 28px !important;
        line-height: 1.27
    }
}

span.h2 {
    font-size: 38px !important;
    font-weight: 800;
}

@media screen and (max-width: 1024px) {
    span.h2 {
        font-size: 22px !important;
        line-height: 1.27
    }
}

span.h3 {
    font-size: 24px !important;
    font-weight: 800;
}

@media screen and (max-width: 1024px) {
    span.h3 {
        font-size: 15px !important;
        line-height: 1.27
    }
}

span.h2 + .h3 {
    margin-top: 0
}

h1.fw-normal, h2.fw-normal, h3.fw-normal {
    font-weight: normal
}

p {
    font-size: 18px;
    line-height: 1.44
}

body {
    color: #333333
}

img {
    max-width: 100%;
    height: auto
}

main {
    word-break: break-word;
    word-wrap: break-word
}

.grid-content {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

    .grid-content.first {
        margin-top: 80px
    }

        .grid-content.first > .container > .row > [class*="col-"] > span[class^="h"] {
            margin-top: 0
        }

    .grid-content.last:after {
        display: inline-block;
        width: 100%;
        content: "";
        margin-bottom: 80px
    }

    .grid-content.background {
        background: #f9f9f9;
        padding-top: 45px;
        padding-bottom: 60px
    }

        .grid-content.background > .container > .row > [class*="col-"] > span[class^="h"] {
            margin-top: 0
        }

            .grid-content.background > .container > .row > [class*="col-"] > span[class^="h"]:first-child {
                margin-bottom: 10px
            }

            .grid-content.background > .container > .row > [class*="col-"] > span[class^="h"] + span[class^="h"] {
                margin-bottom: 0
            }

    .grid-content.border-top > .container {
        padding-top: 80px;
        border-top: 1px solid #e2e2e2
    }

    .grid-content.border-bottom > .container {
        padding-bottom: 80px;
        border-bottom: 1px solid #e2e2e2
    }

    .grid-content.overlay:after {
        background: black;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        opacity: 0.4;
        z-index: 1
    }

    .grid-content.overlay > div {
        position: relative;
        z-index: 2
    }

a[id]::before {
    content: "";
    display: block;
    height: 80px;
    margin-top: -80px;
    visibility: hidden
}

.hide-element {
    display: none
}

.pw-title {
    margin-bottom: 10px
}

.video-wrapper {
    max-width: 100%
}

    .video-wrapper video, .video-wrapper iframe {
        max-width: 100%
    }

@media screen and (max-width: 767px) {
    .js-intro-text {
        display: none
    }
}

.inactive {
    opacity: 0.5;
    pointer-events: none
}

.clearfix::after {
    display: block;
    content: "";
    clear: both
}

@font-face {
    font-family: "Manrope Regular";
    src: url("./../fonts/Nimbus_Sans_Novus_Medium.otf") format("opentype"),url("./../fonts/Nimbus_Sans_Novus_Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Manrope Bold";
    src: url("./../fonts/NimbusSanNov-Hea.otf") format("opentype"),url("./../fonts/NimbusSanNov-Hea.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icons/icomoon.eot?i0267s");
    src: url("../fonts/icons/icomoon.eot?i0267s#iefix") format("embedded-opentype"),url("../fonts/icons/icomoon.woff2?i0267s") format("woff2"),url("../fonts/icons/icomoon.ttf?i0267s") format("truetype"),url("../fonts/icons/icomoon.woff?i0267s") format("woff"),url("../fonts/icons/icomoon.svg?i0267s#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="icon-"], [class*=" icon-"] {
    font-family: "icomoon" !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-double-arrow-right:before {
    content: "\e93b"
}

.icon-double-arrow-left:before {
    content: "\e93a"
}

.icon-circled-alert:before {
    content: "\e939"
}

.icon-tick:before {
    content: "\e938"
}

.icon-circled-chevron-right:before {
    content: "\e92b"
}

.icon-circled-chevron-left:before {
    content: "\e92c"
}

.icon-icn-sd-alljobs-1 .path1:before {
    content: "\e92d";
    color: #fa5952
}

.icon-icn-sd-alljobs-1 .path2:before {
    content: "\e92e";
    margin-left: -1em;
    color: #fff
}

.icon-icn-sd-openapplication .path1:before {
    content: "\e92f";
    color: #fa5952
}

.icon-icn-sd-openapplication .path2:before {
    content: "\e930";
    margin-left: -1em;
    color: #fff
}

.icon-icn-sd-contactus .path1:before {
    content: "\e931";
    color: #fa5952
}

.icon-icn-sd-contactus .path2:before {
    content: "\e932";
    margin-left: -1em;
    color: #fff
}

.icon-icn-sd-blog .path1:before {
    content: "\e933";
    color: #fa5952
}

.icon-icn-sd-blog .path2:before {
    content: "\e934";
    margin-left: -1em;
    color: #fff
}

.icon-contact-m:before {
    content: "\e935"
}

.icon-contact-lines:before {
    content: "\e936"
}

.icon-arrow-up:before {
    content: "\e937"
}

.icon-maps-walk:before {
    content: "\e910"
}

.icon-maps-car:before {
    content: "\e911"
}

.icon-maps-bus:before {
    content: "\e912"
}

.icon-jobs-type:before {
    content: "\e913"
}

.icon-jobs-phone:before {
    content: "\e914"
}

.icon-jobs-envelope:before {
    content: "\e915"
}

.icon-jobs-category:before {
    content: "\e916"
}

.icon-jobs-cal:before {
    content: "\e917"
}

.icon-jobs-branch:before {
    content: "\e918"
}

.icon-star-fulled:before {
    content: "\e919"
}

.icon-star-empty:before {
    content: "\e91a"
}

.icon-location:before {
    content: "\e91b"
}

.icon-arrow-thick-right:before {
    content: "\e91c"
}

.icon-arrow-thick-left:before {
    content: "\e91d"
}

.icon-jobs-alert-on:before {
    content: "\e91e"
}

.icon-jobs-alert-off:before {
    content: "\e91f"
}

.icon-openapp:before {
    content: "\e920"
}

.icon-no-results:before {
    content: "\e921"
}

.icon-apply-04:before {
    content: "\e922"
}

.icon-apply-03:before {
    content: "\e923"
}

.icon-apply-02:before {
    content: "\e924"
}

.icon-apply-01:before {
    content: "\e925"
}

.icon-download-over:before {
    content: "\e926"
}

.icon-filter:before {
    content: "\e927"
}

.icon-contact-100:before {
    content: "\e928"
}

.icon-advantages-100:before {
    content: "\e929"
}

.icon-share:before {
    content: "\e92a"
}

.icon-search:before {
    content: "\e90f"
}

.icon-file-country:before {
    content: "\e904"
}

.icon-file-customer:before {
    content: "\e905"
}

.icon-file-employee:before {
    content: "\e906"
}

.icon-file-file:before {
    content: "\e907"
}

.icon-file-project:before {
    content: "\e908"
}

.icon-announcements:before {
    content: "\e909"
}

.icon-arrow-down:before {
    content: "\e90a"
}

.icon-calendar:before {
    content: "\e90b"
}

.icon-doc-view:before {
    content: "\e90c"
}

.icon-doc-download:before {
    content: "\e90d"
}

.icon-timer:before {
    content: "\e90e"
}

.icon-arrow-right:before {
    content: "\e902"
}

.icon-arrow-left:before {
    content: "\e903"
}

.icon-close:before {
    content: "\e901"
}

.icon-menu:before {
    content: "\e900"
}

span[class^="weatheri-"] {
    height: 60px;
    width: 85px;
    display: inline-block;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    left: 0
}

.weatheri-sunny {
    background-image: url("../images/weather-sunny.png");
    height: 65px !important;
    width: 110px !important
}

.weatheri-scloud {
    background-image: url("../images/weather-scloud.png")
}

.weatheri-cloud {
    background-image: url("../images/weather-cloud.png")
}

.weatheri-rainy {
    background-image: url("../images/weather-rainy.png")
}

.weatheri-snow {
    background-image: url("../images/weather-snow.png")
}
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, *::before, *::after {
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1200px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: 0.25rem !important
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important
}

.m-2 {
    margin: 0.5rem !important
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: 0.25rem !important
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem !important
}

.pl-1, .px-1 {
    padding-left: 0.25rem !important
}

.p-2 {
    padding: 0.5rem !important
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -0.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -0.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -0.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -0.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -0.25rem !important
}

.m-n2 {
    margin: -0.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -0.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -0.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -0.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -0.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: 0.25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: 0.25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: 0.25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 0.25rem !important
    }

    .m-sm-2 {
        margin: 0.5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 0.5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 0.5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 0.5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: 0.25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: 0.25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: 0.25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: 0.25rem !important
    }

    .p-sm-2 {
        padding: 0.5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: 0.5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: 0.5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 0.5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -0.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -0.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -0.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -0.25rem !important
    }

    .m-sm-n2 {
        margin: -0.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -0.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -0.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -0.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: 0.25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: 0.25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 0.25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 0.25rem !important
    }

    .m-md-2 {
        margin: 0.5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: 0.5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 0.5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 0.5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: 0.25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: 0.25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: 0.25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: 0.25rem !important
    }

    .p-md-2 {
        padding: 0.5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: 0.5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: 0.5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: 0.5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -0.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -0.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -0.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -0.25rem !important
    }

    .m-md-n2 {
        margin: -0.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -0.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -0.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -0.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: 0.25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 0.25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 0.25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 0.25rem !important
    }

    .m-lg-2 {
        margin: 0.5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 0.5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 0.5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 0.5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: 0.25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 0.25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 0.25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 0.25rem !important
    }

    .p-lg-2 {
        padding: 0.5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 0.5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 0.5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 0.5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -0.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -0.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -0.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -0.25rem !important
    }

    .m-lg-n2 {
        margin: -0.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -0.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -0.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -0.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: 0.25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: 0.25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: 0.25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 0.25rem !important
    }

    .m-xl-2 {
        margin: 0.5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 0.5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 0.5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 0.5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: 0.25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: 0.25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: 0.25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: 0.25rem !important
    }

    .p-xl-2 {
        padding: 0.5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 0.5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 0.5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 0.5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -0.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -0.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -0.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -0.25rem !important
    }

    .m-xl-n2 {
        margin: -0.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -0.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -0.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -0.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
    from,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    from,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    from,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    from,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from,to {
        transform: translate3d(0, 0, 0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from,to {
        transform: translate3d(0, 0, 0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }

    10%,20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }

    10%,20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        transform: translate3d(0, 0, 0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes wobble {
    from {
        transform: translate3d(0, 0, 0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    from,11.1%,to {
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }

    88.8% {
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@keyframes jello {
    from,11.1%,to {
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }

    88.8% {
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInDown {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInLeft {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInRight {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.delay-1s {
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }

    .animated.delay-2s {
        -webkit-animation-delay: 2s;
        animation-delay: 2s
    }

    .animated.delay-3s {
        -webkit-animation-delay: 3s;
        animation-delay: 3s
    }

    .animated.delay-4s {
        -webkit-animation-delay: 4s;
        animation-delay: 4s
    }

    .animated.delay-5s {
        -webkit-animation-delay: 5s;
        animation-delay: 5s
    }

    .animated.fast {
        -webkit-animation-duration: 800ms;
        animation-duration: 800ms
    }

    .animated.faster {
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms
    }

    .animated.slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.slower {
        -webkit-animation-duration: 3s;
        animation-duration: 3s
    }

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        transition: none !important
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[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
}

.rangeslider, .rangeslider__fill {
    display: block;
    box-shadow: inset 0px 1px 3px rgba(0,0,0,0.3);
    border-radius: 10px
}

.rangeslider {
    background: #e6e6e6;
    position: relative
}

.rangeslider--horizontal {
    height: 20px;
    width: 100%
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
    height: 100%
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4
}

.rangeslider__fill {
    background: #00ff00;
    position: absolute
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%
}

.rangeslider__handle {
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    background-size: 100%;
    background-image: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.1));
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    border-radius: 50%
}

    .rangeslider__handle:after {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
        background-size: 100%;
        background-image: linear-gradient(rgba(0,0,0,0.13), rgba(255,255,255,0));
        border-radius: 50%
    }

    .rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
        background-size: 100%;
        background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.12))
    }

.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
    box-shadow: 0 0 8px rgba(255,0,255,0.9)
}

.picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none
}

.picker__input {
    cursor: default
}

    .picker__input.picker__input--active {
        border-color: #0089ec
    }

.picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}
/*!
   * Classic picker styling for pickadate.js
   * Demo: http://amsul.github.io/pickadate.js
   */

.picker {
    width: 100%
}

.picker__holder {
    position: absolute;
    background: #fff;
    border: 1px solid #aaaaaa;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    min-width: 176px;
    max-width: 466px;
    max-height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s
}

.picker__frame {
    padding: 1px
}

.picker__wrap {
    margin: -1px
}

.picker--opened .picker__holder {
    max-height: 25em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border-top-width: 1px;
    border-bottom-width: 1px;
    transform: translateY(0) perspective(600px) rotateX(0);
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
    box-shadow: 0 6px 18px 1px rgba(0,0,0,0.12)
}

.picker__box {
    padding: 0 1em
}

.picker__header {
    text-align: center;
    position: relative;
    margin-top: 0.75em
}

.picker__month, .picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: 0.25em;
    margin-right: 0.25em
}

.picker__year {
    color: #999;
    font-size: 0.8em;
    font-style: italic
}

.picker__select--month, .picker__select--year {
    border: 1px solid #b7b7b7;
    height: 2em;
    padding: 0.5em;
    margin-left: 0.25em;
    margin-right: 0.25em
}

@media (min-width: 24.5em) {
    .picker__select--month, .picker__select--year {
        margin-top: -0.5em
    }
}

.picker__select--month {
    width: 35%
}

.picker__select--year {
    width: 22.5%
}

    .picker__select--month:focus, .picker__select--year:focus {
        border-color: #0089ec
    }

.picker__nav--prev, .picker__nav--next {
    position: absolute;
    padding: 0.5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -0.25em
}

@media (min-width: 24.5em) {
    .picker__nav--prev, .picker__nav--next {
        top: -0.33em
    }
}

.picker__nav--prev {
    left: -1em;
    padding-right: 1.25em
}

@media (min-width: 24.5em) {
    .picker__nav--prev {
        padding-right: 1.5em
    }
}

.picker__nav--next {
    right: -1em;
    padding-left: 1.25em
}

@media (min-width: 24.5em) {
    .picker__nav--next {
        padding-left: 1.5em
    }
}

.picker__nav--prev:before, .picker__nav--next:before {
    content: " ";
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-right: 0.75em solid #000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto
}

.picker__nav--next:before {
    border-right: 0;
    border-left: 0.75em solid #000
}

.picker__nav--prev:hover, .picker__nav--next:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb
}

.picker__nav--disabled, .picker__nav--disabled:hover, .picker__nav--disabled:before, .picker__nav--disabled:before:hover {
    cursor: default;
    background: none;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5
}

.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: 0.75em;
    margin-bottom: 0.5em
}

@media (min-height: 33.875em) {
    .picker__table {
        margin-bottom: 0.75em
    }
}

.picker__table td {
    margin: 0;
    padding: 0
}

.picker__weekday {
    width: 14.285714286%;
    font-size: 0.75em;
    padding-bottom: 0.25em;
    color: #999;
    font-weight: 500
}

@media (min-height: 33.875em) {
    .picker__weekday {
        padding-bottom: 0.5em
    }
}

.picker__day {
    padding: 0.3125em 0;
    font-weight: 200;
    border: 1px solid transparent
}

.picker__day--today {
    position: relative
}

    .picker__day--today:before {
        content: " ";
        position: absolute;
        top: 2px;
        right: 2px;
        width: 0;
        height: 0;
        border-top: 0.5em solid #0059bc;
        border-left: 0.5em solid transparent
    }

.picker__day--disabled:before {
    border-top-color: #aaa
}

.picker__day--outfocus {
    color: #ddd
}

    .picker__day--infocus:hover, .picker__day--outfocus:hover {
        cursor: pointer;
        color: #000;
        background: #b1dcfb
    }

.picker__day--highlighted {
    border-color: #0089ec
}

    .picker__day--highlighted:hover, .picker--focused .picker__day--highlighted {
        cursor: pointer;
        color: #000;
        background: #b1dcfb
    }

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    background: #0089ec;
    color: #fff
}

.picker__day--disabled, .picker__day--disabled:hover, .picker--focused .picker__day--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default
}

.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {
    background: #bbb
}

.picker__footer {
    text-align: center
}

.picker__button--today, .picker__button--clear, .picker__button--close {
    border: 1px solid #fff;
    background: #fff;
    font-size: 0.8em;
    padding: 0.66em 0;
    font-weight: bold;
    width: 33%;
    display: inline-block;
    vertical-align: bottom
}

    .picker__button--today:hover, .picker__button--clear:hover, .picker__button--close:hover {
        cursor: pointer;
        color: #000;
        background: #b1dcfb;
        border-bottom-color: #b1dcfb
    }

    .picker__button--today:focus, .picker__button--clear:focus, .picker__button--close:focus {
        background: #b1dcfb;
        border-color: #0089ec;
        outline: none
    }

    .picker__button--today:before, .picker__button--clear:before, .picker__button--close:before {
        position: relative;
        display: inline-block;
        height: 0
    }

    .picker__button--today:before, .picker__button--clear:before {
        content: " ";
        margin-right: 0.45em
    }

    .picker__button--today:before {
        top: -0.05em;
        width: 0;
        border-top: 0.66em solid #0059bc;
        border-left: 0.66em solid transparent
    }

    .picker__button--clear:before {
        top: -0.25em;
        width: 0.66em;
        border-top: 3px solid #e20
    }

    .picker__button--close:before {
        content: "\D7";
        top: -0.1em;
        vertical-align: top;
        font-size: 1.1em;
        margin-right: 0.35em;
        color: #777
    }

    .picker__button--today[disabled], .picker__button--today[disabled]:hover {
        background: #f5f5f5;
        border-color: #f5f5f5;
        color: #ddd;
        cursor: default
    }

        .picker__button--today[disabled]:before {
            border-top-color: #aaa
        }

.trenkwalder-arrow-box {
    margin: 15px 0;
    background: #ffffff;
    min-height: 50px;
    padding: 15px 20px 0 10px;
    position: relative
}

    .trenkwalder-arrow-box p {
        text-align: left;
        font-size: 18px
    }

        .trenkwalder-arrow-box p span {
            position: absolute;
            right: 7px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 11px;
            color: #fa5952
        }

.s-media-box {
    min-height: 200px;
    background: #f9f9f9;
    padding: 20px;
    margin: 0 15px
}

    .s-media-box .social-media-icon {
        text-align: right;
        margin-bottom: 10px
    }

    .s-media-box .text {
        min-height: 90px;
        line-height: 1.44
    }

    .s-media-box .date {
        color: #b2b2b2
    }

.trenkwalder-boxs.wizard {
    position: relative;
    z-index: 1
}

    .trenkwalder-boxs.wizard .image .img {
        height: 270px
    }

    .trenkwalder-boxs.wizard .content {
        background: transparent;
        text-align: center;
        padding: 0
    }

    .trenkwalder-boxs.wizard:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -30px;
        content: url(./../images/icn-jobs-fw.svg);
        z-index: 2
    }

@media screen and (max-width: 767px) {
    .trenkwalder-boxs.wizard:after {
        display: none
    }
}

.trenkwalder-boxs.wizard:hover .image .img:before {
    display: none
}

.trenkwalder-boxs.wizard:hover .content {
    background-color: transparent
}

.trenkwalder-boxs .content .text {
    margin-top: 10px
}

.trenkwalder-boxs.online-app {
    border: 2px solid transparent;
    transition: all 0.3s ease
}

    .trenkwalder-boxs.online-app > .image .img {
        height: 170px
    }

    .trenkwalder-boxs.online-app > .content {
        padding: 19px 13px;
        transition: all 0.3s ease
    }

        .trenkwalder-boxs.online-app > .content .text {
            margin: 0;
            font-size: 18px
        }

    .trenkwalder-boxs.online-app:hover {
        border: 2px solid #fa5952
    }

        .trenkwalder-boxs.online-app:hover > .image .img::before {
            display: none
        }

        .trenkwalder-boxs.online-app:hover > .content {
            background-color: #fa5952;
            color: #ffffff
        }

    .trenkwalder-boxs.online-app.selected {
        border: 2px solid #fa5952
    }

        .trenkwalder-boxs.online-app.selected > .image .img::before {
            display: none
        }

        .trenkwalder-boxs.online-app.selected > .content {
            background-color: #fa5952;
            color: #ffffff
        }

.trenkwalder-boxs.online-app-modal {
    border: 2px solid transparent;
    transition: all 0.3s ease
}

    .trenkwalder-boxs.online-app-modal.selected {
        border: 2px solid black
    }

.row > [class*="-2"]:last-child .wizard:after, .row > [class*="-3"]:last-child .wizard:after, .row > [class*="-4"]:last-child .wizard:after, .row > [class*="-6"]:last-child .wizard:after {
    display: none
}

.favorite-job-box {
    border: 1px solid #f2f2f2;
    margin-bottom: 40px
}

    .favorite-job-box .upper {
        padding: 12px 20px 0px 20px
    }

        .favorite-job-box .upper .job-title {
            font-size: 24px;
            text-align: left;
            line-height: 1.33
        }

        .favorite-job-box .upper .icons-wrapper {
            float: right
        }

        .favorite-job-box .upper:after {
            content: "";
            display: table;
            clear: both
        }

    .favorite-job-box .medium {
        padding: 0 20px;
        margin-bottom: 20px
    }

        .favorite-job-box .medium .job-detail {
            margin-bottom: 20px;
            line-height: 1.44;
            font-size: 18px
        }

        .favorite-job-box .medium .info-list {
            list-style-type: none
        }

            .favorite-job-box .medium .info-list li {
                width: 67%;
                float: left;
                margin-bottom: 10px;
                background: none;
                padding-left: 0;
                line-height: normal
            }

                .favorite-job-box .medium .info-list li:nth-child(odd) {
                    width: 33%
                }

                .favorite-job-box .medium .info-list li:last-child, .favorite-job-box .medium .info-list li:nth-last-child(2) {
                    margin-bottom: 0
                }

                .favorite-job-box .medium .info-list li span {
                    font-size: 14px
                }

            .favorite-job-box .medium .info-list:after {
                content: "";
                display: table;
                clear: both
            }

    .favorite-job-box .bottom {
        border-top: 1px solid #f2f2f2;
        padding: 8px 20px 5px 20px
    }

.tw-team-box {
    height: 214px;
    margin-bottom: 30px
}

    .tw-team-box > div {
        float: left
    }

    .tw-team-box .left {
        width: calc(100% - 214px);
        background: #f9f9f9;
        height: 100%;
        padding: 30px
    }

        .tw-team-box .left .name {
            font-size: 24px;
            margin-bottom: 10px
        }

        .tw-team-box .left .title {
            margin: 0;
            font-size: 18px
        }

        .tw-team-box .left .information {
            margin-top: 40px
        }

            .tw-team-box .left .information > div span {
                font-size: 18px
            }

                .tw-team-box .left .information > div span:last-child {
                    color: #fa5952;
                    margin-left: 5px
                }

    .tw-team-box .right {
        width: 214px
    }

        .tw-team-box .right .img {
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            width: 100%;
            height: 100%
        }

    .tw-team-box:after {
        content: "";
        display: block;
        clear: both
    }

.job-apply-box {
    width: 130px;
    height: 120px;
    display: inline-block;
    text-align: center;
    border: 1px solid #f2f2f2;
    padding-top: 20px
}

.employee-box {
    padding: 20px 30px;
    border: solid 1px #d8d8d9;
    margin-top: 30px;
    min-height: 435px;
    max-height: 435px;
    overflow-x:auto;
}

    .employee-box .title-wrapper {
        position: relative;
        min-height: 50px
    }

        .employee-box .title-wrapper .h3 {
            padding-top: 15px
        }

        .employee-box .title-wrapper .options {
            position: absolute;
            right: 0;
            top: 0;
            width: 300px
        }

            .employee-box .title-wrapper .options.auto-width {
                width: auto
            }

            .employee-box .title-wrapper .options.input {
                width: 370px
            }

                .employee-box .title-wrapper .options.input input {
                    border-bottom: 1px solid #333 !important
                }

@media screen and (max-width: 767px) {
    .employee-box .title-wrapper .options {
        position: static;
        max-width: 100%;
        margin: 20px 0;
        display: block;
        width: 100%
    }
}

.employee-box .content-wrapper {
    margin-top: 20px
}

.employee-box.borderless {
    padding: 0;
    border: 0
}

.space-top-l {
    margin-top: 80px !important
}

.space-top {
    margin-top: 30px !important
}

.twform .item, .profileForm .item {
    display: inline-block;
    width: 100%;
    position: relative
}

    .twform .item .input-wrapper, .profileForm .item .input-wrapper {
        position: relative
    }

        .twform .item .input-wrapper > input[type="text"], .profileForm .item .input-wrapper > input[type="text"] {
            padding-right: 70px
        }

        .twform .item .input-wrapper .in-input, .profileForm .item .input-wrapper .in-input {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 18px;
            opacity: 0.9
        }

            .twform .item .input-wrapper .in-input img, .profileForm .item .input-wrapper .in-input img {
                vertical-align: middle
            }

        .twform .item .input-wrapper.icon-left > input[type="text"], .profileForm .item .input-wrapper.icon-left > input[type="text"] {
            padding-right: 20px;
            padding-left: 50px
        }

        .twform .item .input-wrapper.icon-left .in-input, .profileForm .item .input-wrapper.icon-left .in-input {
            right: auto;
            left: 15px
        }

    .twform .item .verified, .profileForm .item .verified {
        text-align: center
    }

.twform .picker__header select, .profileForm .picker__header select {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

@media screen and (max-width: 767px) {
    .twform .picker__header select.picker__select--year, .profileForm .picker__header select.picker__select--year {
        min-width: 80px
    }
}

@media screen and (max-width: 767px) {
    .twform .picker__header select.picker__select--month, .profileForm .picker__header select.picker__select--month {
        padding-right: 26px;
        min-width: 120px
    }
}

.twform .item label.title, .profileForm .item label.title {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    margin-top: 10px
}

    .twform .item label.title.underline, .profileForm .item label.title.underline {
        text-decoration: underline
    }

    .twform .item label.title.forgot-pass, .profileForm .item label.title.forgot-pass {
        cursor: pointer
    }

    .twform .item label.title span, .profileForm .item label.title span {
        color: #fa5952
    }

.twform .item > div.iti, .profileForm .item > div.iti {
    width: 100%
}

.twform .item.phone-item > label:before, .profileForm .item.phone-item > label:before {
    content: attr(data-prefixlabel);
    margin-right: 40px
}

.twform .item.phone-item .iti__flag-container, .profileForm .item.phone-item .iti__flag-container {
    min-width: 92px
}

.twform .item.phone-item input[type="text"], .profileForm .item.phone-item input[type="text"] {
    padding-left: 100px !important
}

@media (max-width: 1024px) {
    body .twform .item label.title, body .profileForm .item label.title {
        font-size: 15px
    }
}

.twform .item input[type="text"], .twform .item input[type="password"], .twform .item textarea, .twform .item > select {
    display: inline-block;
    width: 100%;
    background-color: #f9f9f9;
    height: 50px;
    line-height: 50px;
    border: none;
    border-bottom: 1px solid #333;
    padding: 0 20px;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal
}

    .twform .item input[type="text"]::-ms-clear, .twform .item input[type="password"]::-ms-clear, .twform .item textarea::-ms-clear, .twform .item > select::-ms-clear {
        display: none
    }

    .twform .item input[type="text"]::-ms-reveal, .twform .item input[type="password"]::-ms-reveal, .twform .item textarea::-ms-reveal, .twform .item > select::-ms-reveal {
        display: none
    }

.profileForm .item input[type="text"], .profileForm .item input[type="password"], .profileForm .item textarea, .profileForm .item > select {
    display: inline-block;
    width: 100%;
    background-color: #f9f9f9;
    height: 50px;
    line-height: 50px;
    border: none;
    border-bottom: 1px solid #333;
    padding: 0 20px;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal
}

    .profileForm .item input[type="text"]::-ms-clear, .profileForm .item input[type="password"]::-ms-clear, .profileForm .item textarea::-ms-clear, .profileForm .item > select::-ms-clear {
        display: none
    }

    .profileForm .item input[type="text"]::-ms-reveal, .profileForm .item input[type="password"]::-ms-reveal, .profileForm .item textarea::-ms-reveal, .profileForm .item > select::-ms-reveal {
        display: none
    }

.twform .item select, .profileForm .item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url("./../images/icn-expand-arrow.svg");
    background-position: 98% center;
    background-repeat: no-repeat
}

    .twform .item select::-ms-expand, .profileForm .item select::-ms-expand {
        display: none
    }

    .twform .item select::-ms-value, .profileForm .item select::-ms-value {
        background: transparent;
        color: #333
    }

@media (max-width: 1024px) {
    body .twform .item input[type="text"], body .twform .item input[type="password"], body .twform .item textarea, body .twform .item select {
        font-size: 15px
    }

    body .profileForm .item input[type="text"], body .profileForm .item input[type="password"], body .profileForm .item textarea, body .profileForm .item select {
        font-size: 15px
    }
}

.twform .item textarea, .profileForm .item textarea {
    resize: none;
    height: 360px;
    padding-top: 10px
}

.twform .item p.error, .profileForm .item p.error {
    font-size: 12px;
    height: 60px;
    line-height: 18px;
    color: #fa5952;
    margin: 0;
    margin-top: 8px
}

.error-msg {
    font-size: 12px;
    color: #fa5952;
    margin: 8px 0
}

.error-msg-wrapper {
    font-size: 14px;
    color: #fa5952;
    margin: 10px 0 20px 0;
    display: inline-block;
    padding: 20px 10px;
    border: 1px solid #fa5952;
    display: none
}

    .error-msg-wrapper > span:first-child {
        vertical-align: middle;
        font-size: 25px;
        border-right: 1px solid #fa5952;
        padding-right: 10px;
        margin-right: 10px;
        display: table-cell
    }

    .error-msg-wrapper > .back-err-msg {
        display: table-cell;
        padding-left: 10px;
        vertical-align: middle;
        word-break: break-word
    }

@media screen and (max-width: 767px) {
    .error-msg-wrapper {
        font-size: 10px
    }
}

@media only screen and (max-width: 373px) {
    .error-msg-wrapper {
        font-size: 11px
    }

        .error-msg-wrapper > span {
            font-size: 20px
        }
}

.error-msg-wrapper.success {
    color: #68bd49;
    border-color: #68bd49
}

    .error-msg-wrapper.success > span:first-child {
        border-right: 1px solid #68bd49
    }

.error-msg-wrapper.panel-box {
    display: block !important
}

.twform .item.error input[type="text"], .twform .item.error input[type="password"], .twform .item.error textarea, .twform .item.error select {
    border-bottom: 1px solid #fa5952;
    background-color: #fcf2f3;
    color: #d0021b !important
}

    .twform .item.error input[type="text"]::-moz-placeholder, .twform .item.error input[type="password"]::-moz-placeholder, .twform .item.error textarea::-moz-placeholder, .twform .item.error select::-moz-placeholder {
        color: #d0021b !important
    }

    .twform .item.error input[type="text"]:-ms-input-placeholder, .twform .item.error input[type="password"]:-ms-input-placeholder, .twform .item.error textarea:-ms-input-placeholder, .twform .item.error select:-ms-input-placeholder {
        color: #d0021b !important
    }

    .twform .item.error input[type="text"]::placeholder, .twform .item.error input[type="password"]::placeholder, .twform .item.error textarea::placeholder, .twform .item.error select::placeholder {
        color: #d0021b !important
    }

    .twform .item.error input[type="text"]::-ms-input-placeholder, .twform .item.error input[type="password"]::-ms-input-placeholder, .twform .item.error textarea::-ms-input-placeholder, .twform .item.error select::-ms-input-placeholder {
        color: #d0021b !important
    }

    .twform .item.error input[type="text"]::-webkit-input-placeholder, .twform .item.error input[type="password"]::-webkit-input-placeholder, .twform .item.error textarea::-webkit-input-placeholder, .twform .item.error select::-webkit-input-placeholder {
        color: #d0021b !important
    }

.profileForm .item.error input[type="text"], .profileForm .item.error input[type="password"], .profileForm .item.error textarea, .profileForm .item.error select {
    border-bottom: 1px solid #fa5952;
    background-color: #fcf2f3;
    color: #d0021b !important
}

    .profileForm .item.error input[type="text"]::-moz-placeholder, .profileForm .item.error input[type="password"]::-moz-placeholder, .profileForm .item.error textarea::-moz-placeholder, .profileForm .item.error select::-moz-placeholder {
        color: #d0021b !important
    }

    .profileForm .item.error input[type="text"]:-ms-input-placeholder, .profileForm .item.error input[type="password"]:-ms-input-placeholder, .profileForm .item.error textarea:-ms-input-placeholder, .profileForm .item.error select:-ms-input-placeholder {
        color: #d0021b !important
    }

    .profileForm .item.error input[type="text"]::placeholder, .profileForm .item.error input[type="password"]::placeholder, .profileForm .item.error textarea::placeholder, .profileForm .item.error select::placeholder {
        color: #d0021b !important
    }

    .profileForm .item.error input[type="text"]::-ms-input-placeholder, .profileForm .item.error input[type="password"]::-ms-input-placeholder, .profileForm .item.error textarea::-ms-input-placeholder, .profileForm .item.error select::-ms-input-placeholder {
        color: #d0021b !important
    }

    .profileForm .item.error input[type="text"]::-webkit-input-placeholder, .profileForm .item.error input[type="password"]::-webkit-input-placeholder, .profileForm .item.error textarea::-webkit-input-placeholder, .profileForm .item.error select::-webkit-input-placeholder {
        color: #d0021b !important
    }

.twform .item input[type="submit"], .twform .item .link-btn, .profileForm .item input[type="submit"], .profileForm .item .link-btn {
    height: 50px;
    line-height: 50px;
    padding: 12px 24px;
    width: 150px;
    text-align: center;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    background-color: #333333;
    color: #ffffff;
    border: none;
    float: right;
    transition: all 0.3s ease
}

    .twform .item input[type="submit"].full, .twform .item .link-btn.full, .profileForm .item input[type="submit"].full, .profileForm .item .link-btn.full {
        width: 100%
    }

    .twform .item input[type="submit"].t, .twform .item .link-btn.t, .profileForm .item input[type="submit"].t, .profileForm .item .link-btn.t {
        border: solid 1px #333333;
        color: #333333;
        background-color: transparent;
        cursor: pointer;
        margin-top: 20px
    }

        .twform .item input[type="submit"].t:hover, .twform .item .link-btn.t:hover, .profileForm .item input[type="submit"].t:hover, .profileForm .item .link-btn.t:hover {
            background: #333333 !important;
            color: #ffffff !important
        }

.twform .item .link-btn, .profileForm .item .link-btn {
    padding: 0 !important;
    line-height: 50px;
    border: solid 1px #333333;
    color: #333333;
    background: #ffffff
}

    .twform .item .link-btn:hover, .profileForm .item .link-btn:hover {
        background: #333333 !important;
        color: #ffffff !important
    }

.twform .item.radio-button-wrapper > label, .profileForm .item.radio-button-wrapper > label {
    margin-right: 20px;
    font-size: 18px
}

.twform .item.radio-button-wrapper > .radio:last-child, .profileForm .item.radio-button-wrapper > .radio:last-child {
    margin-left: 20px
}

.twform .item.phone-w-location .inline-group, .profileForm .item.phone-w-location .inline-group {
    display: inline-block;
    vertical-align: middle
}

    .twform .item.phone-w-location .inline-group:first-child, .profileForm .item.phone-w-location .inline-group:first-child {
        max-width: 150px
    }

        .twform .item.phone-w-location .inline-group:first-child select, .profileForm .item.phone-w-location .inline-group:first-child select {
            background-position: 90% center;
            padding-left: 14px
        }

    .twform .item.phone-w-location .inline-group:last-child, .profileForm .item.phone-w-location .inline-group:last-child {
        max-width: 265px;
        margin-left: 20px
    }

.dd-container {
    max-width: 100%;
    position: relative
}

.dd-select {
    border: 0 !important;
    max-width: 100%
}

.dd-selected {
    height: 50px;
    border: 0;
    border-bottom: 1px solid black;
    background-color: #f9f9f9;
    background-image: url("./../images/icn-expand-arrow.svg");
    background-position: 90% center;
    background-repeat: no-repeat
}

.dd-selected-image {
    padding-top: 3px
}

.dd-selected-text {
    line-height: 30px !important;
    margin-left: 10px
}

.dd-pointer {
    visibility: hidden !important
}

.dd-options {
    max-width: 100% !important;
    width: 100% !important
}

.dd-option-text {
    line-height: normal !important
}

.item.error .dd-selected {
    border-color: #fa5952
}

.custom-date-btn {
    position: absolute;
    background-color: transparent;
    border: 0;
    background-size: 25px;
    background-image: url(./../images/icn-cal.svg);
    background-position: center !important;
    background-repeat: no-repeat;
    width: 50px !important;
    height: 50px !important;
    right: 0;
    top: 35px;
    cursor: pointer;
    opacity: 0.55;
    transition: opacity 0.3s ease
}

    .custom-date-btn:hover {
        opacity: 1
    }

@media (max-width: 1024px) {
    .custom-date-btn {
        height: 46px !important;
        opacity: 1
    }
}

input::-webkit-caps-lock-indicator {
    content: none;
    content: none !important
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent
    }

        .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
            opacity: 1
        }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: 0.25
    }

    .slick-prev:before, .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: white;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.refwrap .slick-slide {
    height: auto
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.message .slick-dotted.slick-slider {
    margin-bottom: 30px;
    padding: 0
}

.message .slick-arrow {
    color: #ffffff
}

.slick-dotted.slick-slider button.slick-arrow {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    right: -5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    z-index: 9;
    font-size: 32px
}

    .slick-dotted.slick-slider button.slick-arrow:first-child {
        left: -7px;
        right: auto
    }

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale
            }

        .slick-dots li.slick-active button:before {
            color: black;
            opacity: 0.75
        }

        .slick-dots li button:before {
            content: "•";
            width: 10px;
            height: 10px;
            font-size: 50px;
            line-height: 10px;
            color: #9e9e9e;
            opacity: 1
        }

        .slick-dots li.slick-active button:before {
            color: #fa5952
        }

        .slick-dots li button {
            height: 10px;
            width: 10px;
            padding: 0
        }

.slick-dots {
    bottom: -65px
}

.banner .banner-list .item {
    position: relative
}

    .banner .banner-list .item .img {
        width: 100%;
        height: 200px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

@media screen and (max-width: 767px) {
    .banner .banner-list .item .img {
        height: 290px
    }
}

.banner .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4)
}

.banner h1, .banner h3 {
    margin: 0
}

    .banner h1 p, .banner h3 p {
        font-size: 68px !important;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        position: absolute;
        color: #ffffff;
        padding: 40px 10px;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

@media screen and (max-width: 1024px) {
    .banner h1 p, .banner h3 p {
        font-size: 28px !important;
        padding: 15px 10px
    }
}

.banner.big .banner-list .item .img {
    height: 500px
}

.banner.blur .banner-list .item {
    overflow: hidden
}

    .banner.blur .banner-list .item .img {
        filter: blur(10px);
        height: 300px
    }

.banner.profile h1 p, .banner.profile h3 p {
    padding: 0;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 38px !important
}

    .banner.profile h1 p .circle, .banner.profile h3 p .circle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 156px;
        height: 156px;
        background-color: #333333;
        margin: 0 auto 30px;
        border-radius: 100%;
        font-size: 68px
    }

.tab-module-wrapper {
    text-align: center;
    max-width: 70%;
    margin: 0 auto
}

    .tab-module-wrapper .tab-buttons {
        display: inline-block;
        margin: auto;
        background: #f9f9f9
    }

        .tab-module-wrapper .tab-buttons button {
            display: inline-block;
            border: 0;
            background: #666666;
            width: 128px;
            height: 50px;
            line-height: 50px;
            float: left;
            margin: 0 1px;
            color: #ffffff;
            cursor: pointer;
            transition: all 0.3s ease
        }

@media screen and (max-width: 767px) {
    .tab-module-wrapper .tab-buttons button {
        width: 85px
    }
}

.tab-module-wrapper .tab-buttons button.active {
    background: #f9f9f9;
    color: #333333
}

.tab-module-wrapper .wrapper {
    background: #f9f9f9;
    min-height: 350px;
    padding: 15px
}

    .tab-module-wrapper .wrapper .tab-content {
        display: none
    }

        .tab-module-wrapper .wrapper .tab-content.active {
            display: block
        }

.tab-module .tab-content {
    display: none
}

    .tab-module .tab-content.active {
        display: block
    }

.tab-buttons.double {
    display: table;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    max-width: 400px
}

    .tab-buttons.double > div {
        width: 50%;
        display: table-cell;
        text-align: center;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        color: #666666;
        background-color: #f9f9f9;
        cursor: pointer
    }

        .tab-buttons.double > div.active {
            background-color: #333333;
            color: #ffffff
        }

.accordion-item {
    margin-bottom: 20px
}

    .accordion-item .accordion-title {
        position: relative;
        margin-bottom: 10px;
        background: #f9f9f9;
        cursor: pointer;
        border-left: 3px solid #fa5952;
        height: 60px;
        padding-left: 20px
    }

        .accordion-item .accordion-title span.h3 {
            margin-bottom: 20px;
            margin: 0;
            line-height: 60px
        }

        .accordion-item .accordion-title .icon-arrow-right {
            position: absolute;
            right: 20px;
            top: 25px;
            transition: all 0.3s ease;
            font-size: 16px
        }

    .accordion-item .accordion-content {
        display: none
    }

    .accordion-item.active .accordion-title .icon-arrow-right {
        transform: rotate(90deg)
    }

    .accordion-item.fixed .accordion-title .icon-arrow-right {
        transform: rotate(90deg)
    }

    .accordion-item.fixed .accordion-content {
        display: block
    }

.trenk-modal {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    display: none
}

    .trenk-modal > .modal-container {
        background: #ffffff;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        position: relative;
        margin: auto;
        max-width: 800px;
        top: 50%;
        transform: translateY(-50%);
        max-height: 90%;
        border: solid 1px #666666
    }

        .trenk-modal > .modal-container .modal-close {
            position: absolute;
            top: 25px;
            right: 25px;
            cursor: pointer
        }

@media only screen and (max-width: 1024px) {
    .trenk-modal > .modal-container {
        max-width: 80%;
        max-height: 80%;
        top: 50%;
        padding: 0 25px
    }
}

.trenk-modal > .modal-container .modal-title {
    padding: 0 30px
}

    .trenk-modal > .modal-container .modal-title.center {
        text-align: center
    }

    .trenk-modal > .modal-container .modal-title .h2 {
        margin: 20px 0
    }

@media only screen and (max-width: 1024px) {
    .trenk-modal > .modal-container .modal-title {
        padding: 0;
        padding-top: 35px
    }
}

.trenk-modal > .modal-container .modal-content {
    padding-bottom: 30px
}

    .trenk-modal > .modal-container .modal-content > .row {
        margin-left: 0;
        margin-right: 0
    }

    .trenk-modal > .modal-container .modal-content.center {
        text-align: center
    }

    .trenk-modal > .modal-container .modal-content .trenk-button {
        margin: 15px auto;
        max-width: 200px;
        height: 50px;
        background: transparent;
        border: solid 1px #333333
    }

@media screen and (max-width: 767px) {
    .trenk-modal > .modal-container .modal-content .trenk-button {
        max-width: 100%
    }
}

.trenk-modal .trenk-modal-bg {
    background: rgba(30,30,30,0.9);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.trenk-modal.session-modal .modal-content {
    padding: 0 30px 30px 30px
}

.categorytitle {
    padding: 52px 0
}

    .categorytitle ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center
    }

        .categorytitle ul li {
            display: inline-block;
            position: relative
        }

            .categorytitle ul li:after {
                position: absolute;
                right: -50px;
                border-right: 1px solid #b2b2b2;
                bottom: 0;
                content: "";
                height: 70%;
                top: 0;
                margin: auto;
                width: 2px
            }

            .categorytitle ul li:last-child:after {
                display: none
            }

            .categorytitle ul li a, .categorytitle ul li {
                font-size: 18px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.44;
                letter-spacing: normal;
                padding: 0;
                color: #333333;
                border-radius: 20px;
                display: inline-flex;
                margin: 0 50px;
                cursor: pointer
            }

@media (max-width: 1024px) {
    body .categorytitle ul li a, body .categorytitle ul li {
        font-size: 15px
    }
}

.categorytitle ul li.active a, .categorytitle ul li.active {
    color: #fa5952
}

@media (max-width: 425px) {
    .categorytitle {
        padding: 15px 0 15px 0;
        width: 100%;
        overflow: auto
    }
}

@media (max-width: 991px) {
    body .categorytitle ul {
        justify-content: table;
        display: flex;
        text-align: center;
        justify-content: center;
        width: 100%;
        max-width: 100%
    }

        body .categorytitle ul li {
            display: table-cell;
            font-size: 15px;
            margin: 0 10px
        }

            body .categorytitle ul li:after {
                right: -10px
            }
}

.detail-title {
    max-width: 940px;
    margin: 0 auto;
    padding: 80px 0
}

    .detail-title p.date {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #b2b2b2;
        margin: 0;
        margin-bottom: 12px
    }

    .detail-title p.title {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        margin: 14px 0 9px 0
    }

        .detail-title p.title a {
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #333333;
            padding: 0px 9px;
            position: relative
        }

            .detail-title p.title a:after {
                content: "";
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                height: 70%;
                border-right: 1px solid #333;
                margin: auto
            }

            .detail-title p.title a:last-child:after {
                display: none
            }

.single_img {
    margin: 40px 0
}

.galleryListWrap {
    padding: 10px 40px
}

.galleryList .item {
    padding: 0 10px;
    height: auto
}

    .galleryList .item .img {
        width: 100%;
        height: 100px;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
        background-position: center
    }

.galleryView .img {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

@media screen and (max-width: 767px) {
    .galleryView .img {
        height: 300px;
        background-size: contain
    }
}

.galleryList .prev {
    position: absolute;
    left: -40px;
    border: none;
    height: 100px;
    width: 30px;
    outline: none;
    padding: 0;
    background-color: #333333;
    top: 0
}

.galleryList .next {
    position: absolute;
    right: -40px;
    border: none;
    height: 100px;
    width: 30px;
    outline: none;
    padding: 0;
    background-color: #333333;
    top: 0
}

@media (max-width: 425px) {
    body .news .item.big img, body .news .item.big .img {
        height: 300px
    }

    body .news .item.mid img, body .news .item.mid .img {
        height: 300px
    }

    body .news .item.small img, body .news .item.small .img {
        height: 300px
    }
}

.picker__weekday, .picker__table td {
    text-align: center
}

.picker__nav--prev:before {
    content: url("./../images/icn-expand-arrow.svg");
    border: 0;
    transform: rotate(90deg)
}

.picker__nav--prev:hover {
    background: transparent
}

.picker__nav--next {
    top: 5px
}

    .picker__nav--next:before {
        content: url("./../images/icn-expand-arrow.svg");
        border: 0;
        top: 10px;
        transform: rotate(-90deg)
    }

    .picker__nav--next:hover {
        background: transparent
    }

.picker__header select {
    padding-right: 30px;
    background-position: 90% center !important
}

    .picker__header select.picker__select--month {
        padding-right: 50px
    }

.picker__day--highlighted:hover, .picker--focused .picker__day--highlighted, .picker__day--infocus:hover, .picker__day--outfocus:hover, .picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected, .picker__button--today:hover, .picker__button--clear:hover, .picker__button--close:hover {
    background: #f9f9f9;
    color: #333333
}

.picker__day--highlighted {
    border-color: #333
}

.picker__day--today:before {
    border-top-color: #333
}

.picker--opened .picker__holder {
    border-color: #333
}

.news {
    padding: 0px 0 25px 0
}

    .news a {
        color: #333333
    }

    .news .item {
        position: relative;
        margin: 15px 0
    }

        .news .item img {
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

        .news .item .img {
            width: 100%;
            background-size: cover;
            background-position: top;
            background-repeat: no-repeat
        }

        .news .item .bg {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgba(0,0,0,0.3)
        }

        .news .item .content {
            background-color: #f9f9f9;
            padding: 30px
        }

            .news .item .content .date {
                font-size: 14px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #9e9e9e;
                margin-bottom: 10px
            }

            .news .item .content h3 {
                font-size: 24px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.33;
                letter-spacing: normal;
                margin-bottom: 10px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden
            }

@media (max-width: 1024px) {
    body .news .item .content h3 {
        font-size: 16px
    }
}

.news .item .content p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal
}

@media (max-width: 1024px) {
    body .news .item .content p {
        font-size: 15px
    }
}

.news .item .content .tags {
    display: inline-block;
    width: 100%
}

.news .content .tags span {
    background: none;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    float: left;
    padding: 0 10px;
    position: relative;
    margin: 0
}

    .news .content .tags span:first-child {
        padding-left: 0
    }

    .news .content .tags span:last-child:after {
        display: none
    }

    .news .content .tags span:after {
        position: absolute;
        content: "";
        border-right: 1px solid #fff;
        height: 60%;
        top: -2px;
        bottom: 0;
        margin: auto;
        right: 0
    }

.news .item.small .content .tags span {
    color: #333
}

    .news .item.small .content .tags span:after {
        border-right: 1px solid #333
    }

.news .item.big img, .news .item.big .img {
    height: 790px
}

.news .item.big .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent
}

    .news .item.big .content .date {
        color: #ffffff
    }

    .news .item.big .content h3 {
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #ffffff;
        white-space: unset
    }

@media (max-width: 1024px) {
    body .news .item.big .content h3 {
        font-size: 16px
    }
}

.news .item.mid img, .news .item.mid .img {
    height: 380px
}

.news .item.mid .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent
}

.othernews .item .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    padding: 30px;
    margin: 0 15px
}

.othernews .item .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    margin: 0 15px
}

.othernews .item .content .date {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 10px;
    text-align: left
}

.othernews .item .content h3, .othernews .item .content .slider-text p {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    color: #ffffff;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

@media (max-width: 1024px) {
    body .othernews .item .content h3, body .othernews .item .content .slider-text p {
        font-size: 16px;
        text-align: left
    }
}

.othernews .item .content .tags {
    display: inline-block;
    width: 100%
}

    .othernews .item .content .tags span {
        background: none;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        float: left;
        padding: 0 10px;
        position: relative;
        margin: 0
    }

        .othernews .item .content .tags span:after {
            position: absolute;
            content: "";
            border-right: 1px solid #fff;
            height: 60%;
            top: -2px;
            bottom: 0;
            margin: auto;
            right: 0
        }

        .othernews .item .content .tags span:last-child:after {
            display: none
        }

        .othernews .item .content .tags span:first-child {
            padding-left: 0
        }

.news .item.mid .content .date {
    color: #ffffff
}

.news .item.mid .content h3, .news .item.mid .content h3 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #ffffff;
    white-space: unset
}

@media (max-width: 1024px) {
    body .news .item.mid .content h3 {
        font-size: 15px
    }
}

.news .item.small img, .news .item.small .img {
    height: 380px
}

.news .item.small .content .desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 90px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%
}

@media (max-width: 1024px) {
    body .news .item.small .content .desc {
        font-size: 15px
    }
}

@media screen and (max-width: 767px) {
    #divDocuments .dataTables_wrapper {
        max-width: 100%;
        overflow: auto
    }

        #divDocuments .dataTables_wrapper table.dataTable {
            min-width: 800px
        }

            #divDocuments .dataTables_wrapper table.dataTable tbody tr td:last-child {
                min-width: 100px
            }
}

#divDocuments .dataTables_wrapper table.dataTable thead th a, #divDocuments .dataTables_wrapper table.dataTable thead td a {
    display: block;
    margin: 0 -18px;
    padding: 0 18px
}

header {
    z-index: 99999;
    position: relative;
}

    header .header-sub {
        display: inline-block;
        z-index: 999;
        position: relative;
        color: #333333;
        text-align: right;
    }

@media screen and (max-width: 767px) {
    header .header-sub {
        padding-left: 0
    }
}

@media only screen and (max-width: 1025px) {
    header .header-sub {
        height: 45px
    }
}

header .header-sub a.link {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: rgba(255,255,255,0.6);
    font-family: "Manrope Regular";
    padding: 7px 20px;
    text-align: center;
    background-color: rgba(51,51,51,0.6);
    float: left;
    width: 144px;
    height: 40px;
}

    header .header-sub a.link.active {
        background-color: #ffffff;
        color: #333333
    }

header .header-sub .language {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

    header .header-sub .language li {
        display: inline-block;
        position: relative;
        z-index: 555
    }

        header .header-sub .language li > a {
            color: #999999;
            font-size: 16px;
            font-family: "Manrope Regular";
            padding: 13px 30px;
            display: inline-block
        }

            header .header-sub .language li > a:hover + .languagesub {
                display: inline-block
            }

            header .header-sub .language li > a > span {
                vertical-align: middle
            }

                header .header-sub .language li > a > span.icon-icn-sort-down {
                    font-size: 5px;
                    padding-left: 7px
                }

                header .header-sub .language li > a > span.icon-icn-globe {
                    font-size: 18px;
                    padding-right: 8px
                }

        header .header-sub .language li .language-sub {
            display: none;
            position: absolute;
            background-color: #ffffff;
            left: 0;
            padding: 10px 0;
            box-shadow: 0 2px 20px 0 rgba(0,0,0,0.1);
            font-size: 0;
            margin: 0;
            list-style: none;
            width: 100%;
            text-align: center
        }

            header .header-sub .language li .language-sub:hover {
                display: inline-block
            }

            header .header-sub .language li .language-sub li {
                font-size: 16px;
                padding: 0;
                border-bottom: 1px solid #f9f9f9
            }

                header .header-sub .language li .language-sub li:last-child {
                    border: none
                }

                header .header-sub .language li .language-sub li a {
                    color: #333333;
                    font-weight: 300;
                    font-family: "Manrope Regular"
                }

header .header-sub .right-side {
    height: 40px;
    line-height: 40px
}

    header .header-sub .right-side > div {
        font-size: 18px;
        padding-right: 1px;
        vertical-align: middle;
        display: inline-block;
        color: #666666;
        position: relative;
        padding: 0 10px;
        cursor: pointer
    }

        header .header-sub .right-side > div.open {
            background-color: #333333
        }

        header .header-sub .right-side > div:first-child {
            /*margin-right: 10px*/
        }

        header .header-sub .right-side > div > div > span[class^="icon-"] {
            font-size: 12px;
            display: inline-block;
            transform: rotate(90deg)
        }

        header .header-sub .right-side > div > div > div {
            display: inline-block;
            vertical-align: middle
        }

            header .header-sub .right-side > div > div > div .circle {
                background-color: #b2b2b2;
                border-radius: 50%;
                font-size: 14px;
                text-align: center;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                padding: 6px 5px;
                min-width: 30px;
                line-height: normal;
            }

        header .header-sub .right-side > div .sub-menu {
            position: absolute;
            width: 220px;
            background: #333333;
            top: 39px;
            right: 0;
            z-index: 999999;
            display: none
        }

            header .header-sub .right-side > div .sub-menu.open {
                display: block
            }

            header .header-sub .right-side > div .sub-menu ul {
                list-style-type: none;
                padding-left: 20px;
                padding-top: 20px;
                line-height: 1.44
            }

                header .header-sub .right-side > div .sub-menu ul li {
                    margin-bottom: 10px
                }

                    header .header-sub .right-side > div .sub-menu ul li a {
                        font-size: 18px;
                        color: #ffffff
                    }

                    header .header-sub .right-side > div .sub-menu ul li.active a {
                        color: #fa5952
                    }

@media only screen and (max-width: 1201px) {
    header .header-sub .right-side > div:hover {
        background: #333333
    }

        header .header-sub .right-side > div:hover .sub-menu {
            display: block;
            right: auto;
            left: 0;
            text-align: left;
        }
}

@media only screen and (min-width: 768px) {
    header .header-sub .right-side > div:hover {
        background: #333333
    }

        header .header-sub .right-side > div:hover .sub-menu {
            display: block;
        }
}


header .header-sub .right-side > div.sub-open {
    background: #333333
}

    header .header-sub .right-side > div.sub-open .sub-menu {
        display: block
    }

header .header-sub .right-side a {
    font-size: 16px;
    color: #999999;
    padding: 0 7px;
    font-weight: 600;
    height: 14px;
    line-height: 14px;
    vertical-align: middle;
    font-family: "Manrope Regular";
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    margin-right: 30px
}

    header .header-sub .right-side a.active {
        color: #fff
    }

    header .header-sub .right-side a:last-child {
        border: none
    }

header .header-main {
    padding-left: 30px
}

    header .header-main.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: rgba(255,255,255,0.95);
    }

        header .header-main.fixed .logo .img {
            margin: 27px 0 !important
        }

    header .header-main .logo {
        display: flex;
        z-index: 555;
        position: relative;
        width: 100%
    }

        header .header-main .logo .img {
            margin: 37px 0;
            width: 100%;
            max-width: 230px;
            height: 26px;
            padding: 0;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat
        }

        header .header-main .logo img {
            width: 100%;
            max-width: 228px;
            padding: 37px 0
        }

        header .header-main .logo > a {
            display: inline-block;
            width: 100%
        }

    header .header-main .mobilebar {
        float: right;
        padding: 26px 0;
        display: none;
        width: 32px;
        text-align: right;
        z-index: 999;
        position: relative
    }

        header .header-main .mobilebar a span {
            font-size: 26px;
            vertical-align: middle
        }

@media screen and (max-width: 1200px) {
    header .header-main.not-login-header {
        padding-left: 0
    }

        header .header-main.not-login-header .logo {
            margin: 0 auto;
        }

            header .header-main.not-login-header .logo .img {
                margin: 26px auto !important
            }
}

header.fixed .header-sub {
    /*display: none*/
}

header.fixed .header-main .logo img {
    padding: 27px 0
}

.fancybox-active header {
    z-index: 99990 !important
}

.nav-bg {
    display: none;
    position: fixed;
    background-color: white;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

@media (min-width: 1200px) {
    header.fixed .header-main nav > ul > li a {
        padding: 32px 20px 20px 20px
    }
}

@media (min-width: 1200px) {
    header.fixed .header-main nav > ul {
        padding-right: 22px
    }
}

@media (min-width: 1024px) {
    body header.fixed .header-main nav > ul > li .subnav {
        top: 80px
    }
}

@media (max-width: 1024px) {
    body header {
    }

        body header.fixed .header-main nav > ul {
            padding-right: 0
        }

        body header.fixed .header-main .logo img {
            padding: 16px 0
        }

    header .header-main .logo .img {
        margin: 26px 0
    }

    body header.fixed .header-main .mobilebar {
        padding: 28px 0 12px 0
    }
}

@media (max-width: 1024px) {
    body header .header-sub a.link {
        padding: 10px 8px;
        text-align: center;
        width: 104px;
        font-size: 15px
    }
}

@media (max-width: 800px) {
    header .header-sub .language {
        float: right
    }
}

@media (max-width: 767px) {
    header .header-sub .language li > a {
        padding: 6px 8px
    }
}

@media (max-width: 900px) {
    header .header-sub .right-side > div > .mobile-subnav {
        display: inline-flex;
        height: 26px;
        align-items: center
    }

    .employee-list-item.news .img {
        height: 250px
    }

    .news .item.big img, .news .item.big .img {
        height: 400px
    }

    .news .item.mid img, .news .item.mid .img {
        height: 185px
    }
}

@media only screen and (min-width: 500px) and (max-width: 900px) {
    .employee-list-item.news .img {
        height: 90px !important
    }

    .employee-list-item.news p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }
}

@media (max-width: 767px) {
    header .header-sub .right-side {
        top: 0;
        right: 5px;
        display: flex;
        height: 45px;
        line-height: normal
    }

        header .header-sub .right-side > div {
            height: 100%;
            display: flex;
            align-items: center
        }

            header .header-sub .right-side > div > .mobile-subnav {
                display: inline-flex;
                height: 26px;
                align-items: center
            }

                header .header-sub .right-side > div > .mobile-subnav span[class^="icon-"] {
                    margin-left: 5px
                }

            header .header-sub .right-side > div .circle {
                padding-top: 5px
            }

        header .header-sub .right-side .mobile-subnav-trigger:first-child {
            padding-top: 5px
        }

            header .header-sub .right-side .mobile-subnav-trigger:first-child .mobile-subnav span[class^="icon-"] {
                margin-top: -5px
            }

    .header .header-sub .right-side > div {
        padding-right: 0
    }

    body .slick-dots {
        bottom: -50px;
        display: inline-block;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .nav-bg {
        display: none !important
    }
}

@media (min-width: 1024.2px) {
    header .header-main .mobilebar {
        padding: 37px 0
    }

    header .header-main.fixed .mobilebar {
        padding: 27px 0
    }
}

@media (max-width: 1200px) {
    header .header-main .mobilebar {
        display: block
    }

        header .header-main .mobilebar > a {
            display: inline-block;
            cursor: pointer;
            z-index: 999
        }

    body header .header-main .logo {
        display: inline-block;
        width: calc(100% - 37px);
        width: -moz-calc(100% - 37px)
    }

    body header .header-main .mobilebar > a:not(.close) > .icon-close {
        display: none !important
    }

    body header .header-main .mobilebar > a.close > .icon-menu {
        display: none
    }

    body header .header-main .mobilebar > a:not(.close) > span {
        display: inline-block !important
    }

    body header .header-main .mobilebar > a > .icon-close {
        display: inline-block
    }

    body header .header-main nav > ul {
        text-align: left
    }

        body header .header-main nav > ul > li {
            width: 100%;
            border-bottom: 1px solid #b2b2b2;
            padding: 20px 0;
            max-width: 90%
        }

            body header .header-main nav > ul > li:last-child {
                border: none
            }

            body header .header-main nav > ul > li > a {
                width: 100%;
                padding: 0;
                background-color: transparent !important
            }

    header .header-main nav > ul > li:hover > a:after {
        background: transparent !important
    }

    body header .header-main nav > ul > li .subnav {
        background-color: #fff
    }

    body header .header-main nav > ul > li .subnav {
        display: inline-block;
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        padding: 0;
        box-shadow: none
    }

        body header .header-main nav > ul > li .subnav > .col-12 {
            padding: 0
        }

            body header .header-main nav > ul > li .subnav > .col-12 > .row > .col-6 {
                flex: 0 0 100%;
                max-width: 100%;
                border: none !important
            }

                body header .header-main nav > ul > li .subnav > .col-12 > .row > .col-6:last-child {
                    display: none
                }

        body header .header-main nav > ul > li .subnav ul li a {
            padding: 10px 0;
            font-family: "Manrope Regular"
        }
}

header .header-main nav {
    display: flex;
    width: 100%;
    justify-content: right;
    align-items: center;
    gap: 30px;
    font-weight: 800;
}

@media (max-width: 1200px) {
    header .header-main nav {
        display: none;
        position: fixed;
        top: 76px;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 555;
        padding: 0px 30px 30px 30px;
        border-bottom: 2px solid silver;
        overflow-y: auto;
        bottom: 0
    }

    header.fixed .header-main nav {
        top: 75px
    }
}

header .header-main nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right
}

    header .header-main nav > ul > li {
        display: inline-block;
        position: relative;
        z-index: 555
    }

        header .header-main nav > ul > li a {
            font-family: "Manrope Regular";
            font-weight: 800;
            font-size: 18px;
            color: #333333;
            display: inline-block;
            padding: 36.5px 20px
        }

            header .header-main nav > ul > li a:hover + .subnav {
                display: block
            }

@media (max-width: 1306px) {
    header .header-main nav > ul > li a {
        padding: 41px 10px
    }
}

header .header-main nav > ul > li .subnav {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 472px;
    left: 0;
    top: 100px;
    padding: 21px
}

    header .header-main nav > ul > li .subnav:hover {
        display: inline-block
    }

    header .header-main nav > ul > li .subnav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left
    }

        header .header-main nav > ul > li .subnav ul li a {
            font-size: 18px;
            color: #666666;
            padding: 15px 0;
            font-family: "Manrope Regular"
        }

@media (max-width: 1024px) {
    header .header-main nav > ul > li a {
        font-size: 15px
    }

    header .header-main nav > ul > li .subnav ul li a {
        font-size: 15px;
        padding: 10px 0
    }
}

header .header-main nav > ul > li .subnav .title {
    color: #9e9e9e;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal
}

header .header-main nav > ul > li .subnav .image {
    padding-bottom: 10px;
    width: 200px
}

    header .header-main nav > ul > li .subnav .image img {
        width: 100%;
        height: 240px;
        -o-object-fit: cover;
        object-fit: cover
    }

    header .header-main nav > ul > li .subnav .image .img {
        width: 100%;
        height: 240px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

header .header-main nav > ul > li .subnav .desc {
    font-size: 12px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    width: 200px;
    letter-spacing: normal
}

header .header-main nav > ul > li .subnav > .col-12 > .row > .col-6:first-child {
    border-right: 1px solid #b2b2b2
}

header .header-main nav > ul > li .subnav > .col-12 > .row > .col-6:last-child {
    padding-right: 0
}

header .header-main nav > ul > li.active > a {
    color: #fa5952
}

nav {
    display: inline-block;
    width: 100%;
    /*overflow: hidden*/
}

    nav > ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: right
    }

        nav > ul > li {
            display: inline-block;
            position: relative;
            z-index: 555
        }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1rem;
    margin-bottom: 18px;
    list-style: none;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-left: 45px
}

    .breadcrumb .breadcrumb-item a {
        color: #333
    }

    .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        color: #333;
        content: "/"
    }

.trenk-pagination {
    margin-top: 30px
}

    .trenk-pagination ul {
        list-style-type: none
    }

@media screen and (max-width: 767px) {
    .trenk-pagination ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.trenk-pagination ul li {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    border: solid 1px #f2f2f2;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    padding: 0 2px;
    margin-right: 10px
}

    .trenk-pagination ul li.active {
        border-color: #fa5952
    }

    .trenk-pagination ul li.passive {
        pointer-events: none
    }

        .trenk-pagination ul li.passive span {
            opacity: 0.5
        }

    .trenk-pagination ul li a {
        line-height: 40px;
        font-size: 18px;
        display: block
    }

@media screen and (max-width: 767px) {
    .trenk-pagination ul li a {
        line-height: 35px
    }
}

.trenk-pagination ul li a span {
    line-height: 40px;
    font-size: 15px
}

@media screen and (max-width: 767px) {
    .trenk-pagination ul li a span {
        line-height: 35px
    }
}

.trenk-pagination ul li:last-child {
    margin-right: 0
}

@media screen and (max-width: 767px) {
    .trenk-pagination ul li {
        margin-right: auto;
        min-width: 35px;
        height: 35px
    }

        .trenk-pagination ul li:last-child {
            margin-right: 0
        }
}

footer {
    background-color: #fa5952;
    color: #ffffff;
    padding: 21px 0 54px 0;
    display: inline-block;
    width: 100%
}

    footer .footer-sub {
        padding-top: 10px;
        padding-bottom: 10px
    }

        footer .footer-sub p {
            color: #fff;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal
        }

            footer .footer-sub p a {
                color: #fff;
                padding-left: 40px;
                font-size: 14px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal
            }

        footer .footer-sub > .container-fluid > p:first-child {
            float: left
        }

@media screen and (max-width: 767px) {
    footer .footer-sub > .container-fluid > p:first-child {
        float: none;
        text-align: center
    }
}

footer .footer-sub > .container-fluid > p:last-child {
    float: right
}

@media screen and (max-width: 767px) {
    footer .footer-sub > .container-fluid > p:last-child {
        float: none;
        text-align: center;
        margin-top: 25px
    }

        footer .footer-sub > .container-fluid > p:last-child a {
            padding: 0;
            margin: 10px
        }
}

.footer-main .container-fluid > .row > div:last-child {
    border-left: 1px solid #666666
}

.footprint {
    padding-top: 84px
}

.footer-link-wrap {
    display: none;
    width: 100%;
    padding: 20px 0
}

    .footer-link-wrap p.title, .footer-link-wrap a.title {
        padding: 10px 0;
        display: inline-block;
        width: 100%;
        font-size: 18px;
        color: #f9f9f9;
        height: 23px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        margin-bottom: 5px
    }

        .footer-link-wrap p.title span.semi, .footer-link-wrap p.title a.semi {
            color: #b2b2b2;
            font-size: 14px;
            padding: 5px 0;
            display: inline-block;
            margin-right: 20px
        }

html {
    scroll-behavior: smooth
}

body {
    background-color: #ffffff;
    scroll-behavior: smooth
}

@media only screen and (min-width: 1200px) {
    body {
        overflow: auto !important
    }
}

.bodyLock {
    overflow: hidden !important
}

.errorBody {
    padding: 40px 0 30px 0;
    text-align: center;
    min-height: 70vh
}

    .errorBody .content img {
        margin: 40px 0;
        max-width: 250px
    }

    .errorBody .content p {
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: center;
        color: #333333
    }

main.main-page {
    padding-bottom: 120px
}

.login-wrapper {
    background-image: url("./../images/login_dummy.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100%;
    position: relative;
    z-index: 1
}

    .login-wrapper.modal-active {
        z-index: 999999
    }

    .login-wrapper:after {
        position: absolute;
        background: rgba(0,0,0,0.3);
        bottom: 0;
        height: 55%;
        width: 100%;
        content: "";
        z-index: 1
    }

@media screen and (max-width: 767px) {
    .login-wrapper:after {
        display: none
    }
}

.login-wrapper .login {
    position: relative;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 20px
}

.login-wrapper .login-form-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #ffffff
}

    .login-wrapper .login-form-text > span.h2 {
        margin-bottom: 20px
    }

@media only screen and (max-width: 992px) {
    .login-wrapper .login-form-text {
        position: static;
        padding: 24px;
        background-color: rgba(0,0,0,0.5)
    }
}

.login-wrapper .login-form-wrapper {
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    padding: 40px;
    min-height: 680px
}

@media only screen and (max-width: 992px) {
    .login-wrapper .login-form-wrapper {
        margin: 20px 0
    }
}

.login-wrapper .login-form-wrapper > .login-form {
    position: relative
}

    .login-wrapper .login-form-wrapper > .login-form > p.error-msg {
        position: absolute;
        bottom: -35px
    }

.login-wrapper .login-form-wrapper .tab-content {
    display: none
}

    .login-wrapper .login-form-wrapper .tab-content.active {
        display: block
    }

.login-wrapper .login-form-wrapper .form-title {
    font-size: 38px;
    text-align: center;
    color: #333333;
    margin: 0;
    font-weight: normal
}

.login-wrapper .form-in-wrapper {
    margin-top: 50px
}

    .login-wrapper .form-in-wrapper .in-input {
        cursor: pointer
    }

.login-wrapper .forgot-form .form-title {
    margin-bottom: 30px
}

.login-wrapper .forgot-form .tab-buttons {
    display: table;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px
}

    .login-wrapper .forgot-form .tab-buttons > div {
        width: 50%;
        display: table-cell;
        text-align: center;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        color: #666666;
        background-color: #f9f9f9;
        cursor: pointer
    }

        .login-wrapper .forgot-form .tab-buttons > div.active {
            background-color: #333333;
            color: #ffffff
        }

.login-wrapper .forgot-form .item.phone-w-location .inline-group:first-child {
    max-width: 110px
}

.login-wrapper .forgot-form .item.phone-w-location .inline-group:last-child {
    max-width: 256px;
    margin-left: 20px
}

.login-wrapper .forgot-form .back-to-login-w {
    margin-top: 35px
}

    .login-wrapper .forgot-form .back-to-login-w .back-to-login {
        text-decoration: underline;
        cursor: pointer
    }

.login-via-wrapper {
    margin-top: 30px
}

    .login-via-wrapper .via-button {
        height: 50px;
        line-height: 50px;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.24);
        padding-left: 17px
    }

@media only screen and (max-width: 373px) {
    .login-via-wrapper .via-button {
        font-size: 12px
    }
}

.login-via-wrapper .via-button.wrapper {
    padding-left: 0
}

    .login-via-wrapper .via-button.wrapper.Google .v-btn .icn .img {
        background-image: url("./../images/icn-google.svg");
        height: 20px;
        width: 20px;
        display: inline-block;
        background-position: center !important;
        background-repeat: no-repeat !important;
        vertical-align: text-bottom
    }

    .login-via-wrapper .via-button.wrapper.Facebook .v-btn {
        background: #4868ad;
        color: #ffffff
    }

        .login-via-wrapper .via-button.wrapper.Facebook .v-btn .icn .img {
            background-image: url("./../images/icn-facebook.svg");
            height: 20px;
            width: 20px;
            display: inline-block;
            background-position: center !important;
            background-repeat: no-repeat !important;
            vertical-align: text-bottom
        }

    .login-via-wrapper .via-button.wrapper:nth-child(2) {
        margin-top: 25px
    }

.login-via-wrapper .via-button a {
    width: 100%;
    display: block
}

.login-via-wrapper .via-button .v-btn {
    height: 50px;
    border-radius: 0;
    border: 0;
    width: 100%;
    background: transparent;
    text-align: left;
    padding-left: 17px;
    cursor: pointer
}

.login-via-wrapper .via-button .icn {
    margin-right: 25px
}

    .login-via-wrapper .via-button .icn img {
        vertical-align: text-bottom
    }

.login-via-wrapper .via-button.blue {
    background: #4868ad;
    color: #ffffff;
    margin-top: 20px
}

.news-detail-wrapper, .announcement-detail-wrapper {
    max-width: 940px;
    margin: 0 auto;
    text-align: justify
}

    .news-detail-wrapper p, .announcement-detail-wrapper p {
        word-break: break-word
    }

.documents-child-cat-wrapper .docs-child-cat-list {
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap
}

@media screen and (max-width: 767px) {
    .documents-child-cat-wrapper .docs-child-cat-list {
        justify-content: center;
        flex-wrap: wrap
    }
}

.documents-child-cat-wrapper .docs-child-cat-list .docs-child-cat-item {
    color: #666666;
    font-size: 14px;
    border: 0;
    padding: 5px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #666666;
    transition: all 0.3s ease;
    margin: 5px 0
}

@media screen and (max-width: 767px) {
    .documents-child-cat-wrapper .docs-child-cat-list .docs-child-cat-item {
        margin-bottom: 10px
    }
}

.documents-child-cat-wrapper .docs-child-cat-list .docs-child-cat-item.active {
    background: #666666 !important;
    color: #ffffff
}

.documents-child-cat-wrapper .docs-child-cat-list .docs-child-cat-item:hover {
    background: #666666 !important;
    color: #ffffff
}

.documents-child-cat-wrapper .docs-child-cat-list .docs-child-cat-item + .docs-child-cat-item {
    margin-left: 5px
}

@media screen and (max-width: 767px) {
    .documens-button-wrapper {
        display: flex;
        flex-wrap: wrap
    }

        .documens-button-wrapper .doc-button {
            width: calc(50% - 10px) !important;
            margin: 0 5px 10px 5px
        }
}

.rtLinkButton, .rtRedLinkButton {
    padding-top: 40px;
    display: inline-block
}

    .rtLinkButton > a {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: normal;
        color: #333333;
        padding: 12px 24px;
        width: 150px;
        height: 50px;
        text-align: center;
        border: 1px solid #333333;
        display: inline-block
    }

        .rtLinkButton > a:hover {
            color: #fff;
            background-color: #333333
        }

.more-button-wrap {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
    background: #fff;
    background: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.7), rgba(255,255,255,0.9), #fff);
    margin-top: -40px;
    text-align: center
}

    .more-button-wrap.close {
        padding: 0;
        margin: 0
    }

    .more-button-wrap .more-button {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: normal;
        text-align: center;
        color: #333333;
        padding: 12px;
        display: inline-block
    }

.trenk-button {
    min-height: 50px;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 50px
}

    .trenk-button.red {
        background: #fa5952;
        color: #ffffff
    }

    .trenk-button.gray {
        background: #f9f9f9;
        color: #333333
    }

    .trenk-button.border {
        min-width: 240px;
        border: 1px solid #333333;
        transition: all 0.3s ease;
        cursor: pointer
    }

        .trenk-button.border:hover {
            background: #333333 !important;
            color: #ffffff
        }

@media screen and (max-width: 767px) {
    .trenk-button.border {
        min-width: inherit
    }
}

@media screen and (max-width: 767px) {
    .trenk-button.border.js-changepassword {
        margin: 10px 0
    }
}

.trenk-button.border.filled {
    background: #333333 !important;
    color: #ffffff
}

.trenk-button.auto-width {
    display: inline-flex;
    width: auto;
    min-width: unset
}

.trenk-button.doc-button {
    padding: 0 10px;
    background-color: transparent;
    border: 1px solid #666666;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #000000
}

    .trenk-button.doc-button:hover {
        background: #666666 !important;
        color: #ffffff
    }

    .trenk-button.doc-button.active {
        background: #666666 !important;
        color: #ffffff
    }

.view-more-wrapper {
    max-width: 240px;
    margin: 0 auto
}

.search-buttons .trenk-button {
    padding: 0 30px;
    margin: 20px 0;
    font-size: 18px;
    min-height: 70px;
    display: block;
    text-align: left;
    line-height: 70px
}

    .search-buttons .trenk-button.createJob > span, .search-buttons .trenk-button.fav > span {
        float: right
    }

    .search-buttons .trenk-button.createJob {
        color: #fa5952
    }

.newSearchBarWrapper {
    position: relative;
    display: inline-block
}

    .newSearchBarWrapper .newSearchBar {
        border: 0 !important;
        background-color: #f9f9f9 !important;
        height: 50px;
        line-height: 50px !important;
        border-bottom: 1px solid #333 !important;
        padding: 0 20px !important;
        margin: 0;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: normal;
        min-width: 300px;
        padding-right: 80px !important
    }

    .newSearchBarWrapper button.newSearchBarButton {
        position: absolute;
        width: 50px;
        height: 100%;
        border: 0;
        right: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        font-weight: bold;
        background: #666666;
        color: #ffffff
    }

    .newSearchBarWrapper button.newSearchBarClearButton {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 5px;
        right: 55px;
        font-size: 12px;
        border: 0;
        cursor: pointer
    }

.btn.view-btn {
    display: none !important
}

.check label {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #333333
}

    .check label a {
        font-size: 18px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        color: #333333;
        text-decoration: underline
    }

@media (max-width: 1024px) {
    body .check label {
        font-size: 15px
    }
}

.check input[type="checkbox"] {
    display: none
}

    .check input[type="checkbox"] + label span {
        position: relative;
        top: 5px;
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 1px solid #e2e2e2;
        background: #f9f9f9;
        margin-top: 10px;
        margin-right: 10px
    }

        .check input[type="checkbox"] + label span:before {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            background: #fa5952;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: none
        }

    .check input[type="checkbox"]:checked + label span:before {
        display: block
    }

.check input[type="submit"] {
    width: 100%;
    font-size: 1.5rem;
    line-height: 50px;
    margin-top: 30px;
    padding: 0;
    background: transparent;
    border: 1px solid black
}

    .check input[type="submit"]:hover {
        background: black
    }

.grid-content ul li {
    background: url("./../images/icon-right-light.svg") no-repeat left 8px;
    background-size: 12px;
    list-style: none;
    padding-left: 26px;
    font-size: 18px;
    line-height: 1.67;
    margin-bottom: 5px
}

.keyword-item {
    display: inline-block;
    height: 30px;
    border-radius: 15px;
    background-color: #f9f9f9;
    line-height: 30px;
    margin-right: 20px;
    padding: 0 15px
}

    .keyword-item span {
        margin-left: 5px;
        cursor: pointer
    }

    .keyword-item:last-child {
        margin-right: 0
    }

.radio label {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #333333
}

    .radio label a {
        font-size: 18px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        color: #333333;
        text-decoration: underline
    }

@media (max-width: 1024px) {
    body .radio label {
        font-size: 15px
    }
}

.radio input[type="radio"] {
    display: none
}

    .radio input[type="radio"] + label span {
        position: relative;
        top: 5px;
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 1px solid #e2e2e2;
        background: #f9f9f9;
        margin-top: 10px;
        margin-right: 10px;
        border-radius: 50%
    }

        .radio input[type="radio"] + label span:before {
            content: "";
            position: absolute;
            background: #fa5952;
            width: 10px;
            height: 10px;
            border-radius: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: none
        }

    .radio input[type="radio"]:checked + label span:before {
        display: block
    }

.employee-list-item {
    list-style-type: none;
    min-height: 70px;
    background-color: #f9f9f9;
    padding: 0 10px;
    margin-bottom: 10px
}

    .employee-list-item:last-child {
        margin-bottom: 0
    }

    .employee-list-item .row {
        align-items: center;
        min-height: 70px
    }

        .employee-list-item .row > div {
            text-align: center
        }

            .employee-list-item .row > div:first-child {
                text-align: left
            }

    .employee-list-item .option-buttons {
        width: 100%;
        text-align: right;
        display: block;
        height: 70px
    }

@media only screen and (max-width: 1200px) {
    .employee-list-item .option-buttons {
        height: auto
    }
}

@media screen and (max-width: 767px) {
    .employee-list-item .option-buttons {
        text-align: center
    }

        .employee-list-item .option-buttons::after {
            display: block;
            content: "";
            clear: both
        }
}

.employee-list-item .option-buttons .btn {
    width: 70px;
    height: 70px;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    position: relative
}

    .employee-list-item .option-buttons .btn span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 24px
    }

@media only screen and (max-width: 1200px) {
    .employee-list-item .option-buttons .btn {
        height: 50px;
        width: 50px
    }
}

.employee-list-item .option-buttons .btn:last-child {
    margin-right: -10px
}

@media only screen and (max-width: 1200px) {
    .employee-list-item .option-buttons .btn:last-child {
        margin-right: 0
    }
}

.employee-list-item .option-buttons .btn.download-btn {
    background-color: #fa5952;
    color: #ffffff
}

@media screen and (max-width: 767px) {
    .employee-list-item .option-buttons .btn { /*width:49%*/
    }
}

.employee-list-item .name-wrapper {
    padding: 5px 0
}

    .employee-list-item .name-wrapper span:first-child {
        font-size: 24px;
        margin-right: 10px;
        vertical-align: middle;
        color: #fa5952
    }

@media only screen and (max-width: 1200px) {
    .employee-list-item .name-wrapper span.name {
        margin: 10px 0 0 0;
        width: 100%;
        display: block
    }
}

@media only screen and (min-width: 1200px) {
    .employee-list-item .name-wrapper {
        white-space: nowrap
    }
}

@media only screen and (max-width: 370px) {
    .employee-list-item .name-wrapper {
        text-align: center
    }

        .employee-list-item .name-wrapper span:first-child {
            display: block;
            margin: 10px 0
        }
}

.employee-list-item.news {
    min-height: 132px;
    height: 132px
}

    .employee-list-item.news .row {
        min-height: 132px;
        height: 132px
    }

        .employee-list-item.news .row > div {
            text-align: left
        }

    .employee-list-item.news .img {
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        width: 100%;
        height: 92px
    }

@media only screen and (min-width: 500px) and (max-width: 900px) {
    .employee-list-item.news .img {
        background-size: contain !important
    }
}

.employee-list-item.news .date {
    color: #b2b2b2
}

.employee-list-item.long .name-wrapper {
    padding: 0
}

@media only screen and (max-width: 1200px) {
    .employee-list-item.long .name-wrapper span.name {
        margin: 0;
        width: auto;
        display: inline-block
    }
}

@media screen and (max-width: 767px) {
    .employee-list-item {
        height: auto
    }

        .employee-list-item .row {
            height: auto !important;
            padding-top: 15px;
            padding-bottom: 15px
        }

            .employee-list-item .row > div {
                text-align: center;
                margin: 5px 0
            }

                .employee-list-item .row > div:first-child {
                    text-align: center
                }

        .employee-list-item.news {
            height: auto
        }

            .employee-list-item.news .date {
                margin-top: 10px;
                display: block
            }
}

.trenk-loader {
    margin-top: 120px
}

    .trenk-loader.barcode {
        margin: 0;
        width: 300px;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .trenk-loader.barcode > .lds-ring {
            left: auto !important;
            transform: none !important
        }

.lds-ring {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-top:10%;
    transform: translateX(-50%)
}

@media only screen and (max-width: 479px) {
    .lds-ring {
        margin-top: 50%;
    }
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #fa5952;
        border-radius: 50%;
        -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fa5952 transparent transparent transparent
    }

        .lds-ring div:nth-child(1) {
            -webkit-animation-delay: -0.45s;
            animation-delay: -0.45s
        }

        .lds-ring div:nth-child(2) {
            -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s
        }

        .lds-ring div:nth-child(3) {
            -webkit-animation-delay: -0.15s;
            animation-delay: -0.15s
        }

    @-webkit-keyframes lds-ring {
        0% {
            transform: rotate(0deg)
        }

        100% {
            transform: rotate(360deg)
        }
    }

    @keyframes lds-ring {
        0% {
            transform: rotate(0deg)
        }

        100% {
            transform: rotate(360deg)
        }
    }

    #cookie-notice {
        display: flex;
        position: fixed;
        right: 20px;
        bottom: 20px;
        z-index: 11;
        width: 100%;
        max-width: 500px;
        padding: 30px 20px;
        background-color: rgba(0,0,0,0.8);
        color: #fff
    }

    @media only screen and (max-width: 767px) {
        #cookie-notice {
            left: 20px;
            width: auto
        }
    }

    #cookie-notice .btn, #cookie-notice .TK_WIDGET {
        display: block;
        margin: 8px auto 0
    }

    .iti-mobile .iti--container {
        top: 125px !important
    }

    @media screen and (max-width: 767px) {
        #document_search_title {
            display: none
        }
    }

    .important-text {
        font-weight: bold;
        color: #fa5952;
    }

    .footer-helplink {
        float: left;
        margin-left: 20px;
    }

    @media only screen and (max-width: 767px) {

        .footer-helplink {
            text-align: center;
            margin-top: 20px;
            float: none;
            margin-left: 0px;
        }
    }

    @media only screen and (max-width: 479px) {

        .footer-helplink {
        }
    }

.pwaBar {
    padding: 20px 10px 30px 10px;
    text-align: left;
    width: 100%;
    height: auto;
    background-color: #515D82;
    color: #fff;
    font-size: 16px;
}

#PwaGiveAccess {
    padding: 20px 10px 30px 10px;
    text-align: left;
    width: 100%;
    height: auto;
    background-color: #515D82;
    color: #fff;
    font-size: 16px;
}

        .pwaBar #androidPwaButton, #iosPwaButton {
            border: solid 1px #fff;
            color: #fff;
            background-color: transparent;
            cursor: pointer;
            margin-bottom: 20px;
            padding: 10px 5px 5px 5px;
            border-radius: 10px;
            position: absolute;
        }

        .pwaBar .close-pwa {
            float: right;
        }

        .pwaBar #GiveAccess {
            margin-top: 20px;
        }

.desktopPwaAppIcon {
 
    color: #fff;
    background-color:transparent;
    width:35px;
    cursor: pointer;
   
}

.notificationList {
    min-width: 450px; width:auto; padding-left: 10px;color:#fff;top:30px; font-weight:normal; top:29px !important;
    
}

@media screen and (max-width: 767px) {

        .notificationList {
           min-width: 450px; width:100% !important; position:fixed !important; margin-top:315px !important; padding: 15px 5px 15px 8px;color:#fff;top:30px; font-weight:normal;
            
        }
        .pwaBar .close-pwa {
            float: right;
        }
}

@media only screen and (max-width: 450px) {
 
    .fancybox-slide {
        padding: 44px 10px 10px 10px !important;
    }
}

.white-bg-hover:hover
{
    background-color:#fff !important;
    
}