.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
    height: 100%;
    width: 100%;
}
.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
    content: "";
}
.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-close,
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-figure,
img.mfp-img {
    line-height: 0;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block;
}
img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        transform-origin: 0;
    }
    .mfp-arrow-right {
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select2-container--classic .select2-results > .select2-results__options,
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots,
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-loading .slick-list {
    background: url(ajax-loader.gif) center center no-repeat #fff;
}
@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/slick.eot);
    src:
        url(fonts/slick.eot?#iefix) format("embedded-opentype"),
        url(fonts/slick.woff) format("woff"),
        url(fonts/slick.ttf) format("truetype"),
        url(fonts/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "←";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    bottom: -25px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #000;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}
.ps {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
    display: block;
    background-color: transparent;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background-color: #999;
    height: 11px;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: #999;
    width: 11px;
}
.ps > .ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition:
        background-color 0.2s linear,
        opacity 0.2s linear;
    bottom: 0;
    height: 15px;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    position: absolute;
    background-color: #aaa;
    border-radius: 6px;
    transition:
        background-color 0.2s linear,
        height 0.2s linear,
        width 0.2s ease-in-out,
        border-radius 0.2s ease-in-out;
    bottom: 2px;
    height: 6px;
}
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
    height: 11px;
}
.ps > .ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition:
        background-color 0.2s linear,
        opacity 0.2s linear;
    right: 0;
    width: 15px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    position: absolute;
    background-color: #aaa;
    border-radius: 6px;
    transition:
        background-color 0.2s linear,
        height 0.2s linear,
        width 0.2s ease-in-out,
        border-radius 0.2s ease-in-out;
    right: 2px;
    width: 6px;
}
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
    width: 11px;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background-color: #999;
    height: 11px;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: #999;
    width: 11px;
}
.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
    opacity: 0.6;
}
.ps:hover > .ps__scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
    background-color: #999;
}
.ps:hover > .ps__scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}
.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
    background-color: #999;
}
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
.scroll-element,
.scroll-element div {
    box-sizing: content-box;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scroll-wrapper.scroll--rtl {
    direction: rtl;
}
.scroll-element {
    display: none;
}
.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
    cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: 0;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}
.scrollbar-inner > .scroll-element .scroll-bar,
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track {
    border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-bar,
.scrollbar-inner > .scroll-element .scroll-element_track {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar,
.scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #919191;
}
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-outer > .scroll-element {
    background-color: #fff;
}
.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
    height: 8px;
    top: 2px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 8px;
}
.scrollbar-outer > .scroll-element .scroll-element_track {
    background-color: #eee;
}
.scrollbar-outer > .scroll-element .scroll-bar,
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track {
    border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
}
.scrollbar-outer > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
}
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px;
}
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
    min-width: 10px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
    min-height: 10px;
}
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
    display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6c6e71;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border-radius: 7px;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-light > .scroll-element {
    background-color: #fff;
}
.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-light > .scroll-element .scroll-element_outer {
    border-radius: 10px;
}
.scrollbar-light > .scroll-element .scroll-element_size {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to right, #dbdbdb 0, #e8e8e8 100%);
    border-radius: 10px;
}
.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}
.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}
.scrollbar-light > .scroll-element .scroll-bar {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to right, #fefefe 0, #f5f5f5 100%);
    border: 1px solid #dbdbdb;
    border-radius: 10px;
}
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
    left: 0;
    min-height: 10px;
    width: 10px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px;
}
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-rail > .scroll-element {
    background-color: #fff;
}
.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}
.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px;
}
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px;
}
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 0.3;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #ccc;
    opacity: 0;
    border-radius: 12px;
    transition: opacity 0.2s;
}
.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;
    border-radius: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    transition: height 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    transition: width 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer {
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size {
    opacity: 1;
}
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-chrome > .scroll-element {
    background-color: #fff;
}
.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}
.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}
.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;
    border-radius: 2px;
}
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px;
}
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px;
}
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}
.icon:before,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body,
html {
    background: #fff;
}
.container,
body {
    height: 100%;
    text-align: left;
}
.button-wrap,
.image-container,
.video-container,
body main,
hr,
section {
    float: left;
}
.image-container,
.video-container,
body.fixed,
body.nav-active,
body.search-active,
h1.pageTitleLine,
html.fixed {
    overflow: hidden;
}
.mobileMenu,
body {
    overflow-x: hidden;
}
@-webkit-keyframes bounceIt {
    0%,
    100% {
        transform: translate(0, -40%);
    }
    50% {
        transform: translate(0.3vw, -40%);
    }
}
@-moz-keyframes bounceIt {
    0%,
    100% {
        transform: translate(0, -40%);
    }
    50% {
        transform: translate(0.3vw, -40%);
    }
}
@keyframes bounceIt {
    0%,
    100% {
        transform: translate(0, -40%);
    }
    50% {
        transform: translate(0.3vw, -40%);
    }
}
@font-face {
    font-family: Montserrat;
    src:
        url(../fonts/Montserrat-SemiBold.woff2) format("woff2"),
        url(../fonts/Montserrat-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Montserrat';
    src:
        url(../fonts/'Montserrat'.woff2) format("woff2"),
        url(../fonts/'Montserrat'.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: Poppins;
    src:
        url(../fonts/Poppins-Regular.woff2) format("woff2"),
        url(../fonts/Poppins-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: icons;
    src: url(fonts/icons.eot);
    src:
        url(fonts/icons.eot?#iefix) format("eot"),
        url(fonts/icons.woff2) format("woff2"),
        url(fonts/icons.woff) format("woff"),
        url(fonts/icons.ttf) format("truetype"),
        url(fonts/icons.svg#icons) format("svg");
}
.icon:before {
    font-family: icons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}
body,
body a,
button,
html,
input,
select,
textarea {
    font-family: 'Montserrat', sans-serif;
}
.icon-arrow-right:before {
    content: "\E001";
}
.icon-chat:before {
    content: "\E002";
}
.icon-circle-cross:before {
    content: "\E003";
}
.icon-circle-minus:before {
    content: "\E004";
}
.icon-circle-plus:before {
    content: "\E005";
}
.icon-comment:before {
    content: "\E006";
}
.icon-cross:before {
    content: "\E007";
}
.icon-down-arrow:before {
    content: "\E008";
}
.icon-down:before {
    content: "\E009";
}
.icon-email:before {
    content: "\E00A";
}
.icon-facebook:before {
    content: "\E00B";
}
.icon-google-plus:before {
    content: "\E00C";
}
.icon-instagram:before {
    content: "\E00D";
}
.icon-left-arrow:before {
    content: "\E00E";
}
.icon-like-icon:before {
    content: "\E00F";
}
.icon-like:before {
    content: "\E010";
}
.icon-lines:before {
    content: "\E011";
}
.icon-nav:before {
    content: "\E012";
}
.icon-play:before {
    content: "\E013";
}
.icon-right-arrow:before {
    content: "\E014";
}
.icon-right:before {
    content: "\E015";
}
.icon-search:before {
    content: "\E016";
}
.icon-share:before {
    content: "\E017";
}
.icon-tag:before {
    content: "\E018";
}
.icon-twitter:before {
    content: "\E019";
}
* {
    margin: 0;
    padding: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline-color: transparent;
    outline-style: none;
}
::-webkit-selection {
    color: #000;
    text-shadow: none;
}
html {
    -webkit-tap-highlight-color: transparent;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body,
html {
    font-style: normal;
    min-height: 100%;
    min-width: 280px;
}
html.fixed {
    position: fixed;
}
.container,
.image-container,
article,
body main,
footer,
header,
section {
    position: relative;
    width: 100%;
}
body {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    font-variant-ligatures: none;
}
body.loaded {
    opacity: 1;
    visibility: visible;
}
main {
    background-color: #ffffff;
    min-height: calc(100vh - 180px);
    padding-top: 65px;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
main.active {
    opacity: 1;
}
main.hide {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.container {
    max-width: 100%;
    min-width: 280px;
    margin: 0 auto;
    padding: 0;
}
.container.inset {
    max-width: 640px;
}
@media only screen and (max-width: 1199px) {
    .container {
        max-width: inherit;
        padding: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .container {
        padding: 0;
        max-width: inherit;
    }
}
@media only screen and (max-width: 767px) {
    .container {
        padding: 0;
        max-width: inherit;
    }
}
img {
    display: inline;
    vertical-align: middle;
    max-width: 100%;
    border: none;
}
body,
button,
html,
input,
select,
textarea {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}
@media only screen and (max-width: 767px) {
    body,
    button,
    html,
    input,
    select,
    textarea {
        font-size: 16px;
        line-height: 22px;
    }
}
section {
    width: 100%;
}
body,
header,
html {
    width: 100%;
    font-weight: 400;
}
body.notFound a.home {
    float: left;
    width: 100%;
    text-decoration: underline;
    margin-top: 20px;
}
a,
a.stdBtn.red:hover,
a.stdBtn.warm-grey-button:hover,
a.stdBtn.white-button:hover,
a.stdBtn:hover,
h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
h3 a,
h3 a:hover,
h4 a,
h4 a:hover,
h5 a,
h5 a:hover {
    text-decoration: none;
}
video::-internal-media-controls-download-button {
    display: none;
}
hr {
    height: 1px;
    border: 0;
    background: #979797;
    width: 100%;
}
[data-aos="fade-up"] {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}
#pageContent {
    visibility: hidden;
    opacity: 0;
    height: 100%;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
#pageContent.loaded {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
a.stdBtn,
a.text-button,
span.text-button {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.image-container .bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image-container .bg-container img,
.image-container .bg-container picture {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.video-container {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.video-container .bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container .bg-container video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.button-wrap {
    width: 100%;
    text-align: center;
}
a.stdBtn {
    float: none;
    display: inline-block;
    padding: 0 18px;
    line-height: 37px;
    height: 37px;
    border-radius: 0;
    background-color: transparent;
    letter-spacing: 0.075em;
    font-size: 13px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.stdBtn.dark-grey-button {
    border: 1px solid #6b5f5c;
    color: #6b5f5c;
}
a.stdBtn.dark-grey-button:hover {
    text-decoration: none;
    background-color: #6b5f5c;
    color: #fff;
}
a.stdBtn.warm-grey-button {
    border: 1px solid #b7a99b;
    color: #b7a99b;
}
a.stdBtn.warm-grey-button:hover {
    background-color: #b7a99b;
    color: #fff;
}
a.stdBtn.white-button {
    border: 1px solid #fff;
    color: #fff;
}
a.stdBtn.white-button:hover {
    background-color: #fff;
    color: #6b5f5c;
}
h2,
h3,
h5,
h6 {
    color: #000;
}
a.stdBtn.red {
    background-color: #d33333;
}
a.stdBtn.red:hover {
    background-color: #2d2d2d;
}
a.text-button,
span.text-button {
    color: #000;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.03em;
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a-one,
h1,
h2.large {
    font-family: 'Montserrat', sans-serif;
}
a-one,
h2,
h2.large {
    text-transform: none;
}
a,
a.text-button.down-arrow:after,
span.text-button.down-arrow:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
a.text-button:after,
span.text-button:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 44px;
    padding: 0;
    border: none;
    background-image: url(../images/arrow-right.svg);
    background-size: 16.5px 13.5px;
    background-position: 4px center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
}
.v-box,
.v-wrap:before {
    display: inline-block;
    vertical-align: middle;
}
a.text-button.down-arrow:after,
span.text-button.down-arrow:after {
    right: 32.5px;
    bottom: 0;
    width: 13.5px;
    height: 44px;
    background-image: url(../images/arrow-down.svg);
    background-size: 13.5px 16.5px;
    background-position: center;
    transition: all 0.3s ease;
}
a.text-button.down-arrow.open:after,
span.text-button.down-arrow.open:after {
    transform: rotate(180deg);
}
a.text-button:hover,
span.text-button:hover {
    opacity: 0.5;
    width: calc(100% - 14px);
    margin-left: 9px;
    padding-left: 0;
    border-bottom: 1px solid rgba(26, 25, 25, 0.5);
}
a.text-button.cn-button,
span.text-button.cn-button {
    font-size: 17px;
    letter-spacing: 0;
}
.mfp-iframe-holder .mfp-content {
    max-width: 1560px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px !important;
}
.v-wrap {
    height: 100%;
    white-space: nowrap;
    text-align: center;
}
.v-wrap:before {
    content: "";
    width: 0;
    margin-right: -0.25em;
    height: 100%;
}
h1,
h2,
h2.large {
    margin: 0 0 20px;
    font-weight: 400;
}
.v-box {
    white-space: normal;
}
.v-box.left {
    text-align: left;
    width: 100% !important;
    padding: 0;
    float: none;
}
.breadcrumb,
.btnBlock,
.button,
.content,
.stdButtonWrapper {
    text-align: center;
}
a-one {
    font-size: 38px;
    line-height: 47px;
    letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
    a-one {
        font-size: 25px;
        line-height: 31px;
    }
}
h1,
h2.large {
    font-size: 120px;
    letter-spacing: -0.03em;
    line-height: 140px;
}
@media (max-width: 1023px) {
    h1 {
        font-size: 56px;
        line-height: 66px;
    }
}
@media (max-width: 400px) {
    h1 {
        font-size: 48px;
        line-height: 56px;
    }
}
h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 21px;
}
h2.large {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 120px;
    letter-spacing: -0.03em;
}
body .mepr_error,
p b {
    text-transform: uppercase;
}
@media (max-width: 1023px) {
    h2.large {
        font-size: 56px;
        line-height: 66px;
    }
}
h3,
h4,
h5 {
    line-height: 21px;
}
li,
p {
    line-height:22px;
}
h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 400 !important;
    font-size: 17px;
    margin: 0 0 20px;
    letter-spacing: 0;
}
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0 0 20px;
    letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
    h3 {
        font-size: 14px;
        line-height: 18px;
    }
}
h4 {
    font-size: 17px;
}
@media only screen and (max-width: 767px) {
    h4 {
        font-size: 14px;
        line-height: 18px;
    }
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 14px;
    line-height: 26px;
}
blockquote {
    position: relative;
    padding: 105px 0 15px;
    margin-bottom: 165px;
    margin-top: 100px;
    margin-left: -7%;
    z-index: 5;
}
@media only screen and (max-width: 768px) {
    blockquote {
        margin-bottom: 100px;
        margin-top: 75px;
    }
}
blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: -42px;
    width: 40%;
    height: 120%;
    z-index: 0;
}
@media only screen and (max-width: 1024px) {
    blockquote:before {
        height: 105%;
    }
}
@media only screen and (max-width: 767px) {
    h5,
    h6 {
        font-size: 14px;
        line-height: 18px;
    }
    blockquote {
        padding: 70px 20px 15px;
        margin-left: 0;
        margin-bottom: 60px;
        margin-top: 54px;
    }
    blockquote:before {
        left: 0;
        width: 50%;
    }
}
blockquote:after {
    content: "“";
    position: absolute;
    top: 50px;
    left: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #b49c5b;
    z-index: 1;
}
.alignnone p,
blockquote p,
p b,
p strong {
    font-family: 'Montserrat', sans-serif;
}
blockquote p,
li,
p,
p b,
p strong {
    font-weight: 400;
}
blockquote p {
    position: relative;
    font-size: 42px;
    line-height: 1.3;
    z-index: 5;
}
@media only screen and (max-width: 1023px) {
    main {
        overflow-x: hidden;
    }
    blockquote p {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    blockquote:after {
        left: 17px;
        top: 23px;
    }
    blockquote p {
        font-size: 18px;
    }
}
blockquote p.small {
    font-size: 20px;
}
@media only screen and (max-width: 1023px) {
    blockquote p.small {
        font-size: 18px;
    }
}
.alignnone {
    float: none;
    max-width: 100% !important;
    width: auto;
    margin-top: 34px;
    height: auto;
}
@media only screen and (max-width: 767px) {
    blockquote p.small {
        font-size: 16px;
    }
    .alignnone {
        margin-top: 0;
    }
}
.alignnone p {
    float: left;
    width: 100%;
    font-size: 10px;
    font-style: italic;
    color: #838383;
    margin-bottom: 34px;
    margin-top: 10px;
}
.gm-style-iw p a,
section.careers .container .career-container .column.career-detail-column .career-short .career-short-title p em {
    font-style: normal;
}
main ol,
main ul {
    margin: 0;
    color: #6b5f5c;
    padding-left: 0;
}
p {
    font-size: 14px;
    margin: 0 0 15px;
}
.mepr-login-actions a,
body .mepr_error {
    font-family: 'Montserrat', sans-serif !important;
}
a {
    color: #000;
    border: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.3s ease;
}
section.careers .fixed-careers-container .careers-contact a:hover,
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    .address-container
    .address.one-half
    a:hover,
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    .bottom-text
    a:hover,
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    .pre-form-text
    a:hover {
    text-decoration: underline;
}
.btnBlock a.btn,
.button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
a:active,
a:focus,
a:hover {
    outline: 0;
}
a[data-toggle],
a[data-top] {
    cursor: pointer;
}
ul {
    list-style: none;
}
main ul {
    list-style: disc inside;
}
main ol li,
main ul li {
    margin-bottom: 30px;
}
main ol {
    list-style: decimal inside;
}
.black-bg a,
.black-bg h1,
.black-bg h2,
.black-bg h3,
.black-bg h4,
.black-bg h5,
.black-bg p,
.dark-bg a,
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg p {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    p {
        font-size: 14px;
        line-height: 18px;
    }
    main ol li,
    main ul li {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
    }
}
li {
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    li {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
    }
}
.breadcrumb a span,
.breadcrumb span {
    line-height: 20px;
    display: inline-block;
}
.circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}
.white-bg {
    background-color: #fff;
}
.black-bg {
    background-color: #000;
}
.dark-bg {
    background-color: #2d2d2d;
}
.light-bg {
    background-color: #c5c5c5;
}
.bg-dark {
    background-color: #2d2d2d;
}
.text-light {
    color: #fff;
}
::-moz-selection {
    text-shadow: none;
    background: #000;
    color: #c8c4b9;
}
::selection {
    text-shadow: none;
    background: #000;
    color: #c8c4b9;
}
.hvr-underline-from-left {
    letter-spacing: 1px;
}
.hvr-underline-from-left::before {
    height: 2px !important;
    background-color: #000 !important;
}
@-webkit-keyframes bounce_smooth {
    50% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounce_smooth {
    50% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.mp_wrapper input[type="text"],
.mp_wrapper input[type="url"],
.mp_wrapper input[type="email"],
.mp_wrapper input[type="tel"],
.mp_wrapper input[type="number"],
.mp_wrapper input[type="password"],
.mp_wrapper select,
.mp_wrapper textarea {
    border-radius: 3px;
    -webkit-appearance: none;
    box-shadow: 2px 3px 9px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 3px 9px 0 rgba(0, 0, 0, 0.1);
    border: 0 !important;
    height: 50px;
    font-size: 12px !important;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    color: #000;
    padding: 0 20px;
}
body .mepr_error {
    border: 0 !important;
    background: 0 0 !important;
    padding: 0 !important;
    color: #e7534f;
    font-size: 12px !important;
}
body .mepr_error li {
    font-size: 12px !important;
    color: #e7534f !important;
}
.mp_wrapper .mp-form-row {
    margin-bottom: 20px !important;
}
.mepr-login-actions a {
    font-size: 12px !important;
    text-transform: uppercase;
}
.breadcrumb a span,
.breadcrumb span,
.button,
.mfp-subscribe .nf-form-title h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.button {
    width: auto;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 0;
    padding: 8px 15px;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .button {
        font-size: 14px;
    }
}
.button.large {
    padding: 11px 25px;
}
.button.light {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.button.light:hover {
    background-color: #fff;
    color: #000;
}
.button.dark {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}
.button.dark:hover {
    background-color: #000;
    color: #fff;
}
a.button.pdf {
    padding: 0 40px 0 20px;
    position: relative;
}
a.button.pdf:after {
    content: " ";
    position: absolute;
    background-image: url(../images/download.svg);
    background-size: 14.42px 15.38px;
    width: 14.42px;
    height: 15.38px;
    top: 17px;
    right: 17px;
}
body .mfp-iframe-holder .mfp-content {
    max-width: 1170px !important;
}
.buttonBlock {
    float: left;
    width: 100%;
    padding: 50px 0 30px;
}
.buttonBlock a.button {
    display: inline-block;
    margin-right: 10px;
}
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
h1.pageTitleLine {
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    color: transparent;
    font-size: 2px;
    opacity: 0;
    margin: 0;
    padding: 0;
    height: 0;
}
.breadcrumb {
    float: none;
    display: inline-block;
    width: 100;
}
.btnBlock,
.stdButtonWrapper,
.subscribePopUp {
    width: 100%;
    float: left;
}
.breadcrumb a span {
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 13px;
    color: #000;
    margin-right: 10px;
}
@media only screen and (max-width: 767px) {
    .breadcrumb a span {
        font-size: 10px;
        line-height: 20px;
        letter-spacing: 2.33px;
    }
}
.breadcrumb span {
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 13px;
    color: #9b9b9b;
    margin-left: 10px;
}
.no-padding-top {
    padding-top: 0;
}
.no-padding-bottom {
    padding-bottom: 0;
}
.subscribePopUp {
    display: block;
    background-color: #fff;
    padding: 68px 100px !important;
}
.btnBlock {
    margin-top: 60px;
}
@media only screen and (max-width: 767px) {
    .breadcrumb span {
        font-size: 10px;
        line-height: 20px;
        letter-spacing: 2.33px;
    }
    .subscribePopUp {
        padding: 70px 30px !important;
    }
    .btnBlock {
        margin-top: 40px;
    }
}
.btnBlock a.btn {
    display: inline-block;
    border: 1px solid;
    padding: 14px 65px;
    border-radius: 2px;
    font-size: 24px;
    font-weight: 300;
    transition: all 0.3s ease;
}
.mfp-subscribe .nf-form-content label,
.mfp-subscribe .nf-form-fields-required {
    display: none;
}
.fixed-icon,
.slick-prev {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btnBlock a.btn:hover {
    background-color: #b49c5b;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .btnBlock a.btn {
        padding: 12px 30px;
        font-size: 22px;
        width: 100%;
    }
}
.bg-background-grey {
    background-color: #f2f1ef;
}
.bg-dark-grey,
.bg-warm-grey {
    background-color: #6b5f5c;
}
@-webkit-keyframes pulse {
    0%,
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3);
        opacity: 0.5;
    }
}
.fixed-icon {
    position: fixed;
    width: 490px;
    height: 525px;
    top: calc(50% - 262.5px);
    right: calc(50% - 245px);
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}
.fixed-icon.hide {
    opacity: 0;
    visibility: hidden;
}
.mfp-bg,
.mfp-close {
    opacity: 1 !important;
}
@media only screen and (max-width: 1023px) {
    .fixed-icon {
        width: 207px;
        height: 217px;
        top: calc(50% - 103.5px);
        right: calc(50% - 108.6px);
    }
}
.fixed-icon img {
    width: 100%;
    height: 100%;
}
.columns {
    float: left;
    width: 100%;
    position: relative;
}
.one-half {
    width: 50%;
}
@media only screen and (max-width: 767px) {
    .one-half {
        width: 100%;
    }
}
.content {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -ms-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
}
.content p:last-child {
    margin-bottom: 0;
}
@-webkit-keyframes move-text {
    0% {
        -webkit-transform: translate3d(100vw, 0, 0);
        transform: translate3d(100vw, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes move-text {
    0% {
        -webkit-transform: translate3d(100vw, 0, 0);
        transform: translate3d(100vw, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
body.blurcontainer .sidebar,
body.blurcontainer header,
body.blurcontainer main {
    filter: blur(10px);
    -webkit-filter: blur(10px);
}
.mfp-bg {
    background: rgba(255, 255, 255, 0.14);
}
.mfp-subscribe .mfp-content {
    width: 355px;
    min-height: 185px;
    background-color: #fff;
    padding: 21px 21px 21px 18px;
    border: 1px solid #1a1919;
}
.mfp-subscribe .nf-form-title h3 {
    color: #000;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.03em;
    margin-bottom: 6px;
}
.mfp-subscribe .nf-form-content {
    padding: 0;
}
.mfp-subscribe .nf-form-content p {
    float: left;
    width: 100%;
    padding-right: 70px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.mfp-subscribe .nf-response-msg p,
.mfp-subscribe .nf-response-msg p em {
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}
.mfp-subscribe .nf-field-container,
.mfp-subscribe .submit-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.mfp-subscribe .submit-container input[type="button"] {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 35px !important;
    height: 44px !important;
    padding: 0 !important;
    font-size: 0;
    border: none;
    background-image: url(../images/arrow-right.svg);
    background-size: 16.5px 13.5px;
    background-position: 4px center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
}
.mfp-subscribe .nf-response-msg {
    float: left;
    width: 100%;
    padding: 15px 0 18px 12px;
    border: none;
    position: relative;
}
.mfp-subscribe .nf-response-msg:after {
    content: "";
    position: absolute;
    width: 75px;
    height: 70px;
    background-image: url(../images/smile-winky.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 30px;
    top: calc(50% - 37px);
    display: block;
}
.mfp-subscribe .nf-response-msg p {
    margin-bottom: 0;
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}
.mfp-subscribe .nf-response-msg p em {
    font-size: 23px;
    letter-spacing: -0.01em;
}
.mfp-close {
    color: #000 !important;
    border: none !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 0;
    font-weight: 300;
    position: absolute !important;
    top: 18px !important;
    right: 14px !important;
    background-color: transparent !important;
    width: 33px !important;
    height: 32px !important;
    line-height: 1 !important;
    padding-right: 0 !important;
    text-align: center !important;
    background-image: url(../images/close.svg) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
div.bouncing-image-x,
img.bouncing-image-y {
    width: 100px;
    position: fixed;
    z-index: 99;
}
img.bouncing-image-y {
    height: 100px;
}
@media (max-width: 767px) {
    div.bouncing-image-x,
    img.bouncing-image-y {
        display: none;
    }
}
.bouncing-image-x {
    animation: bouncing-image-x 11s linear infinite alternate;
}
.bouncing-image-y {
    animation: bouncing-image-y 5s linear infinite alternate;
}
@keyframes bouncing-image-x {
    100% {
        transform: translateX(calc(100vw - 100px));
    }
}
@keyframes bouncing-image-y {
    100% {
        transform: translateY(calc(100vh - 100px));
    }
}
.slick-next,
.slick-prev {
    width: 30px;
    height: 30px;
}
.slick-prev {
    left: -100px;
    transition: all 0.3s ease;
}
.slick-next:after,
.slick-prev:after {
    background-position: 0 center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    content: "";
}
.slick-next,
input {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.slick-prev:before {
    display: none;
}
.slick-prev:after {
    background-image: url(../images/arrow-left.svg);
    background-size: 30px;
    opacity: 1;
    display: block;
}
.mobileMenu ul li.work-menu a:after,
.slick-next:after,
input[type="button"] {
    background-image: url(../images/arrow-right.svg);
}
.slick-prev:hover {
    opacity: 0.5;
}
.slick-next {
    right: -100px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slick-next:before {
    display: none;
}
.slick-next:after {
    background-size: 30px 30px;
    opacity: 1;
    display: block;
}
.nf-error-required-error,
.nf-form-fields-required,
.slick-dots > li:only-child {
    display: none;
}
.slick-next:hover {
    opacity: 0.5;
}
body #cookie-notice {
    min-width: 355px;
    width: 355px;
    left: auto;
    right: 64px;
    background-color: #fff !important;
}
@media (max-width: 767px) {
    body #cookie-notice {
        right: 0;
    }
}
@media (max-width: 480px) {
    body #cookie-notice {
        min-width: 100%;
        width: 100%;
    }
}
body #cookie-notice .cookie-notice-container {
    float: left;
    width: 355px;
    padding: 15px 22px 11px 20px;
    text-align: left;
    border: 1px solid #000;
    border-bottom: none;
}
@media (max-width: 480px) {
    body #cookie-notice .cookie-notice-container {
        min-width: 100%;
        width: 100%;
    }
}
body #cookie-notice .cookie-notice-container .cn-text-container {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    line-height: 13px;
    letter-spacing: -0.01em;
    margin-bottom: 4px;
}
.nf-error-field-errors,
.nf-error-wrap .nf-error-invalid-email {
    float: left;
    font-size: 14px;
    color: #e36d41 !important;
    text-align: left;
}
body #cookie-notice .cookie-notice-container .cn-buttons-container {
    width: 100%;
}
body #cookie-notice .cookie-notice-container .cn-buttons-container .cn-button {
    margin-left: 0;
}
body #cookie-notice .cookie-notice-container .cn-close-icon {
    top: 5px;
    right: 5px;
    margin-top: 0;
    opacity: 1;
}
body #cookie-notice .cookie-notice-container .cn-close-icon:after,
body #cookie-notice .cookie-notice-container .cn-close-icon:before {
    opacity: 1;
    background-color: #000;
}
input:not([type="checkbox"]):focus,
textarea:focus {
    outline: 0;
    background-color: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.field-wrap input[type="checkbox"],
input[type="checkbox"] {
    box-shadow: none !important;
    height: auto !important;
    width: auto !important;
    -webkit-appearance: checkbox !important;
    appearance: checkbox !important;
    -moz-appearance: checkbox !important;
}
input,
textarea {
    position: relative;
    box-shadow: none;
}
input[type="radio"]:focus {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
.nf-error-field-errors {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}
.nf-error-wrap .nf-error-invalid-email {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}
#contactForm .nf-response-msg p,
input {
    font-size: 22px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}
.nf-fail.nf-error .nf-field-label label,
.nf-fail.nf-error .ninja-forms-req-symbol {
    color: #e36d41 !important;
}
.nf-response-msg .nf-response-msg {
    padding: 140px 0 156px;
}
@media only screen and (max-width: 767px) {
    .nf-response-msg {
        padding: 0 0 15px;
    }
}
#contactForm .nf-response-msg {
    padding: 40px 0;
    opacity: 0;
}
input,
input[type="button"] {
    height: 44px !important;
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-transition: all 0.3s ease;
}
#contactForm .nf-response-msg.active {
    opacity: 1;
}
#contactForm .nf-response-msg p {
    color: #94baa2;
    font-weight: 500;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}
.nf-field-label label,
.ninja-forms-req-symbol {
    color: #6b5f5c !important;
}
.email-container .nf-error .ninja-forms-field,
.listselect-container .nf-error .ninja-forms-field,
.textbox-container .nf-error .ninja-forms-field {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #e36d41 !important;
}
.textarea-container .nf-error .ninja-forms-field {
    border: none !important;
    border-bottom: 1px solid #e36d41 !important;
}
.nf-field-container {
    width: 100%;
    float: left !important;
    clear: none !important;
    margin-bottom: 10px !important;
}
@media only screen and (max-width: 768px) {
    .one-third,
    .two-thirds {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

input {
    float: left;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 9px;
    letter-spacing: 0;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    transition: all 0.3s ease;
}
input[type="button"],
textarea {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
    padding-left: 9px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
input.white-input {
    background-color: #fff;
}
.select2-selection__rendered,
span.select2 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
textarea.white-input {
    background-color: #fff;
}
.nf-field-label {
    width: 100%;
    position: absolute;
    left: 0;
    top: -8px;
}
.nf-field-label label {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 22px;
    float: left;
    text-align: left;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    margin-bottom: 10px;
}
input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border: none;
}
::placeholder {
    opacity: 1 !important;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
}
::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
}
::-moz-placeholder {
    opacity: 1 !important;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
}
:-ms-input-placeholder {
    opacity: 1 !important;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
}
:-moz-placeholder {
    opacity: 1 !important;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
}
span.select2 {
    float: left;
    position: relative;
    background: 0 0;
    border-radius: 0;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    top: 0 !important;
    left: 0;
    width: 100% !important;
    border-bottom: 1px solid #000;
    text-align: left !important;
    padding-left: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 44px;
    transition: all 0.3s ease;
}
span.select2:hover {
    opacity: 0.5;
    width: calc(100% - 14px) !important;
    margin-left: 9px !important;
    border-bottom: 1px solid rgba(26, 25, 25, 0.5);
}
span.select2:hover .select2-selection__rendered {
    padding-left: 0 !important;
}
.select2-selection--default,
.select2-selection--single {
    border: none !important;
    background-color: transparent;
}
.select2-search--dropdown {
    display: none !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #f6f2f7 !important;
    color: #000;
}
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    color: #000;
    border-radius: none !important;
}
.select2-selection__rendered {
    color: #000 !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    padding-left: 9px !important;
    line-height: 26px !important;
    height: 44px !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    position: absolute;
    top: 0 !important;
    right: 32.5px;
    width: 13.5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    right: 0;
    bottom: 0;
    width: 13.5px;
    height: 44px;
    background-image: url(../images/arrow-down.svg);
    background-size: 13.5px 16.5px;
    background-position: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
    border: none;
    background-repeat: no-repeat;
    top: 0;
    left: auto;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    border: none;
    transform: rotate(180deg);
}
.select2-container--classic .select2-results > .select2-results__options,
.select2-container--default .select2-results > .select2-results__options {
    max-height: 265px !important;
}
.select2-results__option {
    color: #000 !important;
    font-family: Montserrat, sans-serif;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.01em;
    border-bottom: 1px solid #f6f2f7;
    padding: 20px 25px 15px;
}
.select2-results__option:first-child {
    display: none;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f6f2f7 !important;
    color: #000;
}
article,
section {
    margin: 0 auto;
}
article div.centered,
section div.centered {
    display: table;
}
article div.centered center,
section div.centered center {
    display: table-cell;
    vertical-align: middle;
}
article.full,
article.half,
article.quarter,
article.third,
section.full,
section.half,
section.quarter,
section.third {
    float: left;
}
article.quarter,
section.quarter {
    width: 25%;
}
article.third,
section.third {
    width: 33.33%;
}
article.half,
section.half {
    width: 50%;
}
article.full,
section.full {
    width: 100%;
}
article.full:after,
section.full:after {
    content: "";
    display: block;
    clear: both;
}
article.no-padding-top,
section.no-padding-top {
    padding-top: 0 !important;
}
article.no-padding-bottom,
section.no-padding-bottom {
    padding-bottom: 0 !important;
}
article.blue,
section.blue {
    background-color: #000320;
}
article.white-bg,
section.white-bg {
    background-color: #fff;
}
article.light-bg,
section.light-bg {
    background-color: #c8c4b9;
}
article.dark,
section.dark {
    background-color: #2d2d2d;
}
article.dark a,
article.dark h1,
article.dark h2,
article.dark h3,
article.dark input,
article.dark p,
section.dark a,
section.dark h1,
section.dark h2,
section.dark h3,
section.dark input,
section.dark p {
    color: #fff;
    border-color: #fff;
    letter-spacing: 2px;
}
article.dark input::-webkit-input-placeholder,
section.dark input::-webkit-input-placeholder {
    color: #fff;
}
article.dark input:-moz-placeholder,
section.dark input:-moz-placeholder {
    color: #fff;
}
article.dark input::-moz-placeholder,
section.dark input::-moz-placeholder {
    color: #fff;
}
article.dark input:-ms-input-placeholder,
section.dark input:-ms-input-placeholder {
    color: #fff;
}
article.dark a.button,
section.dark a.button {
    border-color: #fff;
    color: #fff;
}
article.dark a.button:hover,
section.dark a.button:hover {
    background-color: #fff;
    color: #000;
}
article .container,
section .container {
    z-index: 2;
}
@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
    }
    thead {
        display: table-header-group;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 1.5cm 0.5cm;
    }
    h1 {
        font-size: 24px !important;
    }
    p {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    footer,
    header,
    section.banner.small {
        display: none !important;
    }
    section.full-width-text-block {
        float: left;
        width: 100%;
    }
}
div[data-carousel] {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
div[data-carousel].active {
    opacity: 1;
}
div.owl-nav {
    top: -60px !important;
}
div.owl-nav button.owl-next,
div.owl-nav button.owl-prev {
    display: inline-block;
    cursor: pointer;
    background: 9.5px 14.7px !important;
    width: 9.5px;
    height: 14.7px;
    position: relative;
    clear: both;
    margin: 0 0 5px !important;
}
@media only screen and (max-width: 767px) {
    div.owl-nav button.owl-next,
    div.owl-nav button.owl-prev {
        display: none;
    }
}
div.owl-nav button.owl-next span,
div.owl-nav button.owl-prev span {
    position: absolute;
    top: 0;
    left: 0;
    color: #000 !important;
    font-size: 0;
}
div.owl-nav button.owl-next:after,
div.owl-nav button.owl-prev:after {
    content: " ";
    font-family: icons;
    font-weight: 400;
    font-size: 100px;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 9.5px;
    height: 14.7px;
    background-size: 9.5px 14.7px;
}
div.owl-nav button.owl-prev {
    float: left;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    margin-left: 10px;
}
div.owl-nav button.owl-next,
div.owl-nav div.owl-prev {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
div.owl-nav button.owl-prev:after {
    background-image: url(../images/prev.svg);
}
div.owl-nav button.owl-next {
    float: right;
    transition: all 0.6s ease;
    margin-right: 10px;
}
div.owl-nav button.owl-next:after {
    background-image: url(../images/next.svg);
}
div.owl-nav {
    position: absolute;
    right: 0;
}
div.owl-nav div.owl-next,
div.owl-nav div.owl-prev {
    display: inline-block;
    cursor: pointer;
    background: 9.5px 14.7px !important;
    width: 9.5px;
    height: 14.7px;
}
div.owl-nav div.owl-next:after,
div.owl-nav div.owl-prev:after {
    font-family: icons;
    font-weight: 400;
    font-size: 57px;
    color: #000;
}
div.owl-nav div.owl-prev {
    float: left;
    transition: all 0.6s ease;
    margin-left: 10px;
}
div.owl-nav div.owl-next,
div.owl-nav div.owl-prev:hover {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
div.owl-nav div.owl-prev:after {
    cursor: pointer;
    content: "\E008";
}
div.owl-nav div.owl-prev:hover {
    transition: all 0.6s ease;
    margin-left: 0;
}
div.owl-nav div.owl-next {
    float: right;
    transition: all 0.6s ease;
    margin-right: 10px;
}
div.owl-nav div.owl-next:after {
    cursor: pointer;
    content: "\E007";
}
div.owl-nav div.owl-next:hover {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    margin-right: 0;
}
div.owl-dots {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    text-align: center;
}
div.owl-dots div.owl-dot {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: 0 4px;
    background: #a3a3a3;
}
div.owl-dots div.owl-dot.active {
    background-color: #2a2a2a;
}
div.flexslider {
    border: none;
    border-radius: 0;
    opacity: 0;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
footer .container .tickertape .band-container-forwards,
footer .footer-socials .container a.social-link svg {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
div.flexslider.active {
    opacity: 1;
}
ul.flex-direction-nav {
    position: absolute;
    top: 49%;
    left: 60px;
    right: 60px;
    z-index: 98;
}
ul.flex-direction-nav li {
    display: inline-block;
}
ul.flex-direction-nav li a {
    border: none;
    background: 0 0;
    opacity: 1 !important;
    text-align: center !important;
    cursor: pointer;
    width: auto;
    height: auto;
}
ul.flex-direction-nav li a:before {
    display: block;
    font-family: icons;
    font-weight: 400;
    font-size: 55px;
    color: #000;
    width: 55px;
    height: 55px;
    text-shadow: none;
}
@media only screen and (max-width: 360px) {
    ul.flex-direction-nav li a:before {
        font-size: 35px;
    }
}
ul.flex-direction-nav li a:hover {
    opacity: 1;
}
ul.flex-direction-nav li.flex-nav-prev {
    float: left;
    display: none;
}
ul.flex-direction-nav li.flex-nav-prev a {
    left: 0 !important;
}
ul.flex-direction-nav li.flex-nav-prev a:before {
    content: "";
}
ul.flex-direction-nav li.flex-nav-next {
    float: right;
}
ul.flex-direction-nav li.flex-nav-next a {
    right: 0 !important;
}
ul.flex-direction-nav li.flex-nav-next a:before {
    content: "";
    text-align: right !important;
}
ol.flex-control-paging {
    position: absolute;
    display: inline-block;
    bottom: 150px;
    height: 6px;
    text-align: center;
    z-index: 98;
}
@media only screen and (max-width: 767px) {
    ol.flex-control-paging {
        bottom: 26%;
    }
}
ol.flex-control-paging li {
    display: inline-block;
    margin: 0 5px;
    height: 6px;
    width: 6px;
}
ol.flex-control-paging li a {
    position: relative;
    display: block;
    height: 6px;
    width: 6px;
    border: none;
    box-shadow: none;
    text-indent: -9999px;
    text-align: center;
    color: #a3a3a3;
    background-color: #a3a3a3;
}
ol.flex-control-paging li a.flex-active,
ol.flex-control-paging li a:hover {
    background-color: #000;
}
.gm-style-cc,
.gmnoprint a,
.gmnoprint span {
    display: none;
}
.gmnoprint div {
    background: 0 0 !important;
}
.gm-style-iw {
    padding: 10px;
}
.gm-style-iw h3 {
    font-size: 19px;
    margin-bottom: 10px;
}
.gm-style-iw h3 span {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.gm-style-iw p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.3;
}
.gm-style-iw p a {
    font-weight: 700;
    color: #000;
}
.gm-style-iw p a:before {
    content: "\E003";
    font-family: icons;
    font-size: 4px;
    padding-right: 4px;
}
footer .container .tickertape {
    float: left;
    width: 100%;
    border-top: 1px solid #1a1919;
    padding: 9px 0;
    position: relative;
}
footer .container .tickertape .band-container-forwards {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    float: left;
    width: 100%;
    overflow: hidden;
    display: flex;
    transition: all 0.3s ease;
}
footer .container .tickertape .band-container-forwards .moving-text {
    width: 100%;
    display: inline-block;
    -webkit-animation: move-text 40s linear infinite;
    animation: move-text 40s linear infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    white-space: nowrap;
    margin: 0;
}
@media (max-width: 1600px) {
    footer .container .tickertape .band-container-forwards .moving-text {
        width: 1600px;
        -webkit-animation: move-text 35s linear infinite;
        animation: move-text 35s linear infinite;
    }
}
@media (max-width: 767px) {
    footer .container .tickertape .band-container-forwards .moving-text {
        width: 1520px;
        -webkit-animation: move-text 30s linear infinite;
        animation: move-text 30s linear infinite;
    }
}
footer .container .tickertape .band-container-forwards .moving-text .acknowledgement-title {
    display: inline-block;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    margin-right: 10px;
}
footer .container .tickertape .band-container-forwards .moving-text .acknowledgement {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}
footer .footer-top {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 180px;
}
footer .footer-top .footer-background-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
footer .footer-top .footer-background-container .image-container {
    height: 100%;
}
footer .footer-top .footer-background-container img,
footer .footer-top .footer-background-container picture {
    object-fit: cover;
}
footer .footer-socials {
    float: left;
    width: 100%;
    border-top: 1px solid #000;
    padding: 20px 0;
    position: relative;
}
footer .footer-socials .container {
    text-align: left;
    padding: 0 20px;
}
footer .footer-socials .container .socials-container {
    float: left;
    width: auto;
    text-align: left;
}
footer .footer-socials .container a.social-link {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 16px;
}
footer .footer-socials .container a.social-link svg {
    width: 20px;
    display: block;
    transition: all 0.3s ease;
}
footer .footer-bottom .container .brand-container .brands a,
header {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
footer .footer-socials .container .footer-text-container {
    float: right;
    text-align: right;
}
footer .footer-bottom {
    background-color: #000;
    float: left;
    width: 100%;
    padding: 30px 0;
}
@media (max-width: 767px) {
    footer .footer-socials {
        display: block;
    }
    footer .footer-bottom {
        padding: 45px 0;
    }
}
footer .footer-bottom .container .brand-container {
    float: left;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
footer .footer-bottom .container .brand-container .group-logo-container img {
    width: 265px;
}
footer .footer-bottom .container .brand-container .brands {
    gap: 30px;
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    footer .footer-bottom .container .brand-container .group-logo-container img {
        width: 210px;
    }
    footer .footer-bottom .container .brand-container .brands {
        gap: 15px;
    }
}
footer .footer-bottom .container .brand-container .brands a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
footer .footer-bottom .container .brand-container .brands a img {
    width: 100%;
    max-width: 72px;
}
footer .footer-bottom .container .brand-container .brands a:hover {
    opacity: 0.7;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    float: left;
background: linear-gradient(to right, #b3eef5 0%, #ffffff 25%);
    border-bottom: 1px solid #000;
    height: 78px;
    text-align: center;
    z-index: 98;
    padding: 20px 20px 0;
    transition: all 0.3s ease;
}
header .container {
    padding-right: 0;
}
header .buttonWrapper {
    position: absolute;
    width: 32px;
    height: 34px;
    top: 0;
    right: 17px;
    z-index: 999;
    display: none;
}
@media only screen and (max-width: 767px) {
    header {
        padding-right: 0;
        padding-left: 0;
    }
    header .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    header .buttonWrapper {
        display: block;
    }
}
header .buttonWrapper a.nav {
    position: absolute;
    width: 32px;
    height: 34px;
    top: 0;
    left: 0;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header .buttonWrapper a.nav .ham {
    display: inline-block;
    width: 24px;
    height: 2px;
    position: relative;
    top: 0;
    right: 0;
    vertical-align: bottom;
    background: #000;
    white-space: nowrap;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
header .buttonWrapper a.nav .ham.active {
    background-color: transparent !important;
}
header .buttonWrapper a.nav .ham::after,
header .buttonWrapper a.nav .ham::before {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 2px;
    outline: transparent solid 2px;
    background: #000;
    content: "";
    right: 0;
}
header .buttonWrapper a.nav .ham::after {
    top: 5px;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    transform: rotate(0);
}
header .buttonWrapper a.nav .ham.active::after {
    -webkit-transform: translateY(-5px) rotateZ(45deg);
    -moz-transform: translateY(-5px) rotateZ(45deg);
    -ms-transform: translateY(-5px) rotateZ(45deg);
    -o-transform: translateY(-5px) rotateZ(45deg);
    transform: translateY(-5px) rotateZ(45deg);
    background-color: #000;
}
header .buttonWrapper a.nav .ham::before {
    top: -5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
header span.logo,
header span.menu-container ul li a {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
header .buttonWrapper a.nav .ham.active::before {
    -webkit-transform: translateY(5px) rotateZ(-45deg);
    -moz-transform: translateY(5px) rotateZ(-45deg);
    -ms-transform: translateY(5px) rotateZ(-45deg);
    -o-transform: translateY(5px) rotateZ(-45deg);
    transform: translateY(5px) rotateZ(-45deg);
    background-color: #000;
}
header span.logo {
    float: left;
    width: 259px;
    height: 36px;
    top: 0;
    z-index: 10;
    padding-top:4px;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header span.logo img {
    float: left;
    width: 100%;
}
header span.menu-container {
    float: right;
    width: auto;
    padding-right: 0;
    position: relative;
}
@media (max-width: 767px) {
    footer .footer-bottom .container .brand-container .brands a img {
        max-width: 45px;
    }
    header span.menu-container {
        display: none;
    }
}
header span.menu-container ul {
    width: auto;
    padding: 0;
}
header span.menu-container ul li {
    width: auto;
    padding: 0 0 16px;
    display: inline-block;
    margin: 0;
}
header span.menu-container ul li a {
    width: auto;
    padding: 0 20px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2%;
    line-height: 34px;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header span.menu-container ul li a:hover {
    opacity: 0.5;
}
.sidebar,
header span.menu-container ul ul.sub-menu {
    display: none;
}
header span.menu-container .work-mega-menu,
header span.menu-container .services-mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% + 1px);
    background-color: #fff;
    border: 1px solid #000;
    border-top: none;
    padding-bottom: 56px;
    display: none;
    top: 58px;
}
header span.menu-container .work-mega-menu .work-mega-inner,
header span.menu-container .services-mega-menu .services-mega-inner {
    float: left;
    width: 100%;
    max-height: 336px;
    overflow-y: auto;
}
header span.menu-container .work-mega-menu .work-mega-inner a.mega-menu-link,
header span.menu-container .services-mega-menu .services-mega-inner a.mega-menu-link {
    float: left;
    width: 100%;
    padding: 20px 20px 18px;
    font-family: 'Montserrat', sans-serif;
    text-transform:uppercase;
    font-weight: 700;
    color: #000;
    font-size: 13px;
    line-height: 17px;
    border-bottom: 1px solid #f6f2f7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header span.menu-container .work-mega-menu .work-mega-inner a.mega-menu-link em,
header span.menu-container .services-mega-menu .services-mega-inner a.mega-menu-link em {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-left: 5px;
    font-weight: 400;
}
header span.menu-container .work-mega-menu .work-mega-inner a.mega-menu-link:hover,
header span.menu-container .services-mega-menu .services-mega-inner a.mega-menu-link:hover {
    color: rgba(0, 0, 0, 0.5);
}
.sidebar .sidebar-title-container,
header span.menu-container .work-mega-menu a.work-mega-view-all,
header span.menu-container .services-mega-menu a.services-mega-view-all {
    float: left;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 700;
}
header span.menu-container .work-mega-menu a.work-mega-view-all,
header span.menu-container .services-mega-menu a.services-mega-view-all {
    width: 100%;
    height: 56px;
    border-top: 1px solid #000;
    padding: 20px 20px 18px;
    line-height: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform:uppercase;
}
header.scrolled.scrolled-fixed,
header.scrolledUp {
    position: fixed !important;
}
header span.menu-container .work-mega-menu a.work-mega-view-all:hover,
header span.menu-container .services-mega-menu a.services-mega-view-all:hover {
    color: rgba(0, 0, 0, 0.5);
}
header span.menu-container .work-mega-menu.open a,
header span.menu-container .services-mega-menu.open a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header.scrolled,
header.scrolledUp {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
header.scrolled {
    top: -65px !important;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header.scrolledUp {
    top: 0 !important;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 65px;
    padding-top: 65px;
    z-index: 99;
    overflow: hidden;
    background-color: #fff;
    border-left: 1px solid #000;
}
@media (max-width: 767px) {
    .sidebar {
        display: none;
    }
}
.sidebar .corner-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    height: 65px;
    border-bottom: 1px solid #000;
}
.sidebar .corner-container .image-container {
    height: 100%;
}
.sidebar .corner-container .image-container .bg-container img,
.sidebar .corner-container .image-container .bg-container picture {
    object-fit: contain;
}
.sidebar .sidebar-title-container {
    width: 65px;
    overflow: hidden;
    height: 200px;
    padding-top: 70px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    line-height: 1;
    padding-right: 25px;
}
.mobileMenu .work-mega-menu-mobile .work-mega-inner .mega-menu-link,
.mobileMenu .work-mega-menu-mobile .work-mega-view-all,
.mobileMenu .work-mega-menu-mobile .work-menu-close,
.mobileMenu .services-mega-menu-mobile .services-mega-inner .mega-menu-link,
.mobileMenu .services-mega-menu-mobile .services-mega-view-all,
.mobileMenu .services-mega-menu-mobile .services-menu-close,
.mobileMenu ul li a {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}
.sidebar .sidebar-socials-container {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    height: 120px;
    padding: 27px 0 29px;
    text-align: center;
    border-top: 1px solid #000;
}
.sidebar .sidebar-socials-container a {
    display: block;
    margin: 0 auto;
    width: 20px;
}
.sidebar .sidebar-socials-container a svg {
    width: 20px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mobileMenu,
.mobileMenu ul,
.mobileMenu ul li {
    width: 100%;
    text-align: center;
}
.sidebar .sidebar-socials-container a:hover svg {
    fill: #a9a9a9;
}
.sidebar .sidebar-socials-container a.linked-in {
    margin-bottom: 25px;
}
.mobileMenu {
    display: none;
    position: fixed;
    top: 65px;
    right: -100%;
    height: calc(100vh - 65px);
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    z-index: 10;
    padding: 80px 20px 180px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media (max-width: 767px) {
    .mobileMenu {
        display: block;
    }
}
.mobileMenu.active {
    opacity: 1;
    visibility: visible;
    right: 0;
}
.mobileMenu ul {
    position: relative;
    float: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.mobileMenu ul li {
    position: relative;
    float: left;
    margin-bottom: 58px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mobileMenu ul li a {
    display: inline-block;
    font-size: 36px;
    line-height: 52px;
    letter-spacing: -0.03em;
}
.mobileMenu .work-mega-menu-mobile .work-menu-close:after,
.mobileMenu .services-mega-menu-mobile .services-menu-close:after,
.mobileMenu ul li.work-menu a:after,
.mobileMenu ul li.services-menu a:after {
    background-size: 15px 15px;
    background-position: 0 center;
    opacity: 1;
    display: block;
    background-repeat: no-repeat;
    content: "";
}
.mobileMenu ul li.work-menu a {
    padding-right: 20px;
    position: relative;
}
.mobileMenu ul li.work-menu a:after {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 22px;
    right: -5px;
}
.mobileMenu .work-mega-menu-mobile,
.mobileMenu .services-mega-menu-mobile {
    position: fixed;
    top: 65px;
    right: -100%;
    width: 100%;
    height: calc(100vh - 65px);
    z-index: 100;
    background-color: #fff;
    padding: 0 0 80px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mobileMenu .work-mega-menu-mobile.active,
.mobileMenu .services-mega-menu-mobile.active {
    right: 0;
}
.mobileMenu .work-mega-menu-mobile .work-menu-close,
.mobileMenu .services-mega-menu-mobile .services-menu-close {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 22px;
    line-height: 26px;
    padding: 30px 20px 30px 55px;
    position: relative;
}
.mobileMenu .work-mega-menu-mobile .work-menu-close:after,
.mobileMenu .services-mega-menu-mobile .services-menu-close:after {
    background-image: url(../images/arrow-left.svg);
    width: 15px;
    height: 15px;
    position: absolute;
    top: 27px;
    left: 20px;
}
body.home .menu-container ul li.current-menu-item a:after,
section.about-text .container .bottom-text-container .form-container .nf-form-content label,
section.about-text .container .bottom-text-container .form-container .nf-form-fields-required {
    display: none;
}
.mobileMenu .work-mega-menu-mobile .work-mega-view-all,
.mobileMenu .services-mega-menu-mobile .services-mega-view-all {
    float: left;
    width: 100%;
    font-size: 36px;
    line-height: 52px;
    padding: 22px 20px 0;
    text-align: center;
}
.mobileMenu .work-mega-menu-mobile .work-mega-inner,
.mobileMenu .services-mega-menu-mobile .services-mega-inner {
    float: left;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 60px;
}
.mobileMenu .work-mega-menu-mobile .work-mega-inner .mega-menu-link, 
.mobileMenu .services-mega-menu-mobile .services-mega-inner .mega-menu-link {
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 38px;
    padding: 22px 20px 10px;
    text-align: center;
}
.mobileMenu .work-mega-menu-mobile .work-mega-inner .mega-menu-link em,
.mobileMenu .services-mega-menu-mobile .services-mega-inner .mega-menu-link em {
    display: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-left: 5px;
    font-weight: 400;
}
section.about-text {
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 0px;
}
section.about-text .container {
    padding-left: 65px;
}
@media (max-width: 1100px) {
    section.about-text {
        padding-top: 220px;
        padding-bottom: 45px;
    }
    section.about-text .container {
        padding-left: 20px;
    }
}
section.about-text .container .heading-text-container {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
section.about-text .container .heading-text-container .heading-text {
    float: left;
    width: 100%;
    max-width: 775px;
}
section.about-text .container .heading-text-container .heading-text p {
    font-family: 'Lora', sans-serif;
font-weight: 400;
font-size: 32px;
    line-height: 42px;

}
@media (max-width: 900px) {
    section.about-text .container .heading-text-container .heading-text p {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    section.about-text .container {
        padding-right: 20px;
    }
    section.about-text .container .heading-text-container .heading-text {
        max-width: 310px;
    }
    section.about-text .container .heading-text-container .heading-text p br {
        display: none;
    }
}
section.about-text .container .heading-text-container .heading-text p strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
section.about-text .container .bottom-text-container {
    float: left;
    width: 100%;
    max-width: 450px;
}
section.about-text .container .bottom-text-container .text {
    float: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.01em;
    color: #000;
    margin-bottom: 40px;
}
section.about-text .container .bottom-text-container .text p {
    margin-bottom: 30px;
}
section.about-text .container .bottom-text-container .tag-container {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
section.about-text .container .bottom-text-container .tag-container .tag-column {
    float: left;
    width: 50%;
}
section.about-text .container .bottom-text-container .tag-container .tag-column .tag-title {
    float: left;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
section.about-text .container .bottom-text-container .tag-container .tag-column .tag {
    float: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
section.about-text .container .bottom-text-container .form-container {
    float: left;
    width: 100%;
}
section.about-text .container .bottom-text-container .form-container .nf-form-title h3 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
section.about-text .container .bottom-text-container .form-container .nf-form-content {
    padding: 0;
}
section.about-text .container .bottom-text-container .form-container .nf-form-content p {
    float: left;
    width: 100%;
    max-width: 250px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}
section.about-text .container .bottom-text-container .form-container .nf-field-container,
section.about-text .container .bottom-text-container .form-container .submit-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
section.about-text .container .bottom-text-container .form-container .submit-container input[type="button"] {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 35px !important;
    height: 44px !important;
    padding: 0 !important;
    font-size: 0;
    border: none;
    background-image: url(../images/arrow-right.svg);
    background-size: 16.5px 13.5px;
    background-position: 4px center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
}
section.about-text .container .bottom-text-container .form-container .submit-container input[type="button"].hover {
    opacity: 0.5;
    right: 5px;
}
section.about-text .container .bottom-text-container .form-container .nf-response-msg {
    float: left;
    width: 100%;
    padding: 15px 0 18px 12px;
    border: none;
    position: relative;
}
section.about-text .container .bottom-text-container .form-container .nf-response-msg:after {
    content: "";
    position: absolute;
    width: 75px;
    height: 70px;
    background-image: url(../images/smile-winky.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 30px;
    top: calc(50% - 37px);
    display: block;
}
section.about-text .container .bottom-text-container .form-container .nf-response-msg p {
    margin-bottom: 0;
    float: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}
section.about-text .container .bottom-text-container .form-container .nf-response-msg p em {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    line-height: 26px;
    letter-spacing: -0.01em;
}
section.cta {
    float: left;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
section.cta .container .cta-container {
    float: left;
    width: 100%;
}
section.cta .container .cta-container .cta-container-text {
    float: left;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 27px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
section.cta .container .cta-container .cta-container-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    text-transform: uppercase;
}
section.cta .container .cta-container .cta-container-text p em {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    line-height: 26px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}
section.cta .container .cta-container .cta-container-text:hover {
    background-color: #e2e0d9;
    color: #000;
}
section.client-logos {
    float: left;
    width: 100%;
    padding: 90px 0;
    background-color: #fff;
}
section.client-logos .gradient-overlay-left,
section.client-logos .gradient-overlay-right {
    display: none;
}
section.client-logos .container {
    padding-left: 140px;
    padding-right: 205px;
}
@media (max-width: 1100px) {
    section.client-logos .container {
        padding-left: 20px;
        padding-right: 85px;
    }
}
@media (max-width: 767px) {
    section.client-logos {
        position: relative;
        height: 100%;
        padding-bottom: 0;
    }
    section.client-logos .gradient-overlay-left,
    section.client-logos .gradient-overlay-right {
        z-index: 2;
        content: "";
        width: 70px;
        height: 100%;
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        background: linear-gradient(90deg, #f3ef92 4.29%, rgba(243, 239, 146, 0) 94.29%);
    }
    section.client-logos .gradient-overlay-left {
        left: 0;
    }
    section.client-logos .gradient-overlay-right {
        right: 0;
        background: linear-gradient(90deg, #f3ef92 4.29%, rgba(243, 239, 146, 0) 94.29%);
        transform: rotate(-180deg);
    }
    section.client-logos .container {
        padding-left: 0;
        padding-right: 0;
        overflow-y: auto;
        padding-bottom: 90px;
    }
}
section.client-logos .container .client-container {
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 48px;
    column-gap: 30px;
    margin: 0 auto;
    justify-content: center;
}
@media (max-width: 767px) {
    section.client-logos .container .client-container {
        row-gap: 30px;
        width: 1100px;
        justify-content: flex-start;
    }
}
section.client-logos .container .client-container span.logo {
    width: calc(16.67% - 26px);
    height: auto;
    text-align: center;
}
section.client-logos .container .client-container span.logo img {
    max-width: 120px;
    width: 100%;
    height: auto;
}
.careers-mobile-image {
    display: none;
    float: left;
    width: 100%;
}
section.page-title-section {
    float: left;
    width: 100%;
    padding: 145px 0 50px;
}
@media (max-width: 1023px) {
    section.page-title-section {
        padding: 70px 0 25px;
    }
}
@media (max-width: 767px) {
    .careers-mobile-image {
        display: block;
    }
    section.page-title-section {
        padding: 15px 0 0;
    }
    section.page-title-section .container h1 {
        margin-bottom: 0;
    }
}
section.page-title-section .container {
    padding-left: 60px;
}
@media (max-width: 1100px) {
    section.page-title-section .container {
        padding-left: 20px;
    }
}
section.page-title-section .container h1 {
    float: left;
    width: 100%;
}
section.page-title-section .container h1 p {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 82px;
    letter-spacing: -0.03em;
    margin-bottom: 0;
}
section.page-title-section .container h1 p em {
    font-family: 'Montserrat', sans-serif;
    font-size: 74px;
}
section.introduction.careers-centered-text {
    padding-top: 0;
    padding-bottom: 60px;
}
@media (max-width: 1023px) {
    section.introduction.careers-centered-text {
        padding: 25px 0 60px;
    }
}
section.careers {
    float: left;
    width: 100%;
    padding: 70px 0;
}
section.careers .container .career-container {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
section.careers .container .career-container .column {
    float: left;
    width: 50%;
}
@media (max-width: 767px) {
    section.careers .container .career-container {
        display: block;
    }
    section.careers .container .career-container .column {
        width: 100%;
    }
    section.careers .container .career-container .column.image-column.image-left {
        display: none;
    }
}
section.careers .container .career-container .column.career-detail-column .career-short:nth-child(2) {
    margin-top: 100px;
}
section.careers .container .career-container .column.career-detail-column .career-short .career-short-title {
    float: left;
    width: 100%;
    color: #000;
}
section.careers .container .career-container .column.career-detail-column .career-short .career-short-title p {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
section.careers .container .career-container .column.career-detail-column .career-short .career-excerpt {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.01em;
    color: #000;
}
section.careers .container .career-container .column.career-detail-column .career-short .read-more-container {
    float: left;
    width: 100%;
}
section.careers .container .career-container .column .image-outer-container.small-square {
    float: left;
    width: 70%;
}
@media (max-width: 1023px) {
    section.careers {
        padding: 25px 0;
    }
    section.careers .container .career-container .column.career-detail-column .career-short:nth-child(2) {
        margin-top: 50px;
    }
    section.careers .container .career-container .column .image-outer-container.landscape .image-container {
        padding-top: 75%;
    }
    section.careers .container .career-container .column .image-outer-container.small-square {
        width: 80%;
    }
}
section.careers .container .career-container .column .image-outer-container.small-square .image-container {
    float: left;
    padding-top: 100%;
}
section.careers .container .career-container .column.image-column.image-left {
    padding-right: 10px;
}
section.careers .container .career-container .column.image-column.image-right {
    order: 1;
    padding-left: 10px;
}
section.careers .container .career-container .column .image-outer-container.large-square {
    float: left;
    width: 100%;
}
section.careers .container .career-container .column .image-outer-container.large-square .image-container {
    float: left;
    width: 100%;
    padding-top: 100%;
}
section.careers .container .career-container .column .image-outer-container.landscape {
    float: left;
    width: 100%;
}
section.careers .container .career-container .column .image-outer-container.landscape .image-container {
    float: left;
    padding-top: 65%;
}
section.careers .container .career-container.image-left .career-detail-column {
    padding-left: 40px;
    padding-right: 40px;
}
@media (max-width: 1023px) {
    section.careers .container .career-container.image-left .career-detail-column {
        padding-left: 10px;
        padding-right: 20px;
    }
}
@media (max-width: 767px) {
    section.careers .container .career-container .column.image-column.image-right {
        display: none;
    }
    section.careers .container .career-container.image-left .career-detail-column {
        padding-left: 20px;
        padding-right: 20px;
    }
}
section.careers .container .career-container.image-left .career-detail-column .career-short {
    float: left;
    width: 100%;
    max-width: 472px;
}
section.careers .container .career-container.image-right .career-detail-column {
    padding-right: 120px;
    padding-left: 40px;
}
@media (max-width: 1100px) {
    section.careers .container .career-container.image-right .career-detail-column {
        padding-left: 20px;
    }
}
section.careers .container .career-container.image-right .career-detail-column .career-short {
    float: right;
    width: 100%;
    max-width: 472px;
}
section.careers .fixed-careers-container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;
    z-index: 98;
    background-color: #e2e0d9;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
@media (max-width: 1023px) {
    section.careers .container .career-container.image-right .career-detail-column {
        padding-right: 10px;
        padding-left: 20px;
    }
    section.careers .fixed-careers-container {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
}
section.careers .fixed-careers-container.moving {
    right: 0;
}
section.careers .fixed-careers-container .careers-details-container {
    float: left;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #e2e0d9;
    padding: 135px 80px 60px;
    position: relative;
}
section.careers .fixed-careers-container .back-container {
    position: absolute;
    left: 80px;
    top: 60px;
}
@media (max-width: 1100px) {
    section.careers .fixed-careers-container .careers-details-container {
        padding: 100px 20px 60px;
    }
    section.careers .fixed-careers-container .back-container {
        left: 20px;
        top: 35px;
    }
}
section.careers .fixed-careers-container .back-container .back-button {
    padding-left: 40px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.03em;
    float: left;
    padding-top: 9px;
    padding-bottom: 9px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
section.careers .fixed-careers-container .back-container .back-button:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 44px;
    padding: 0;
    border: none;
    background-image: url(../images/arrow-left.svg);
    background-size: 16.5px 13.5px;
    background-position: 0 center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
section.careers .fixed-careers-container .back-container .back-button:hover {
    opacity: 0.5;
}
section.careers .fixed-careers-container .back-container .back-button:hover:before {
    background-position: 5px center;
}
section.careers .fixed-careers-container .title-container {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
section.careers .fixed-careers-container .title-container h2 {
    margin-bottom: 0;
}
section.careers .fixed-careers-container .title-container p {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 82px;
    letter-spacing: -0.03em;
    margin-bottom: 0;
}
section.careers .fixed-careers-container .title-container p em {
    font-family: 'Montserrat', sans-serif;
    font-size: 74px;
}
section.careers .fixed-careers-container .career-details {
    float: left;
    width: 100%;
    max-width: 510px;
    margin-bottom: 80px;
}
section.careers .fixed-careers-container .career-details p {
    float: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.01em;
    color: #000;
}
section.careers .fixed-careers-container .careers-contact {
    float: left;
    width: 100%;
}
section.careers .fixed-careers-container .careers-contact a,
section.careers .fixed-careers-container .careers-contact span {
    float: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #000;
}
section.careers .fixed-careers-container .careers-contact a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
section.contact-module .container {
    padding-left: 65px;
}
@media (max-width: 1100px) {
    section.contact-module .container {
        padding-left: 20px;
    }
}
section.contact-module .container .contact-column-container {
    float: left;
    width: 100%;
    display: flex;
}
@media (max-width: 767px) {
    section.contact-module {
        padding-bottom: 20px;
    }
    section.contact-module .container {
        padding-right: 0;
        padding-left: 0;
    }
    section.contact-module .container .contact-column-container {
        display: block;
    }
}
section.contact-module .container .contact-column-container .image-column {
    order: 1;
    width: 50%;
    padding-left: 10px;
}
section.contact-module .container .contact-column-container .image-column .image-container {
    min-height: 710px;
    height: calc(100vh - 65px);
    max-height: calc(100vh - 65px);
    overflow: hidden;
}
@media (max-width: 767px) {
    section.contact-module .container .contact-column-container .image-column {
        order: 0;
        width: 100%;
        float: left;
        padding-left: 0;
    }
    section.contact-module .container .contact-column-container .image-column .image-container {
        min-height: 0;
        height: auto;
        max-height: auto;
        padding-top: 60%;
    }
    section.contact-module .container .contact-column-container .image-column .image-container .bg-container img,
    section.contact-module .container .contact-column-container .image-column .image-container .bg-container picture {
        object-position: top;
    }
    section.contact-module .container .contact-column-container .image-column .image-container.form-open {
        padding-top: 0;
        height: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}
section.contact-module .container .contact-column-container .contact-column {
    width: 50%;
    padding-right: 10px;
    position: relative;
    max-height: calc(100vh - 65px);
    min-height: 700px;
}
section.contact-module .container .contact-column-container .contact-column .loading-container {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}
section.contact-module .container .contact-column-container .contact-column .loading-container.visible {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
section.contact-module .container .contact-column-container .contact-column .loading-container .v-wrap .v-box {
    width: 100%;
}
section.contact-module .container .contact-column-container .contact-column .loading-container .v-wrap .v-box img {
    width: 200px;
}
section.contact-module .container .contact-column-container .contact-column .contact-form-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner {
    float: left;
    width: 100%;
    max-width: 460px;
}
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    h1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    section.contact-module .container .contact-column-container .contact-column {
        float: left;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 60px;
        min-height: 0;
        max-height: auto;
    }
    section.contact-module .container .contact-column-container .contact-column .contact-form-container {
        position: relative;
        bottom: auto;
        left: auto;
    }
    section.contact-module
        .container
        .contact-column-container
        .contact-column
        .contact-form-container
        .contact-form-container-inner
        h1 {
        max-width: 330px;
        margin-bottom: 20px;
    }
}
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    h1
    p {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 87px;
    letter-spacing: -0.03em;
    margin-bottom: 0;
}
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    h1
    p
    em {
    font-family: 'Montserrat', sans-serif;
    font-size: 74px;
}
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    .form-outer-container {
    float: left;
    width: 100%;
}
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    .form-outer-container
    .form-dropdown-trigger {
    margin-bottom: 10px;
}
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    .form-outer-container
    .form-container {
    float: left;
    width: 100%;
    display: none;
}
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    .address-container {
    float: left;
    width: 100%;
    margin-top: 15px;
}
@media (max-width: 767px) {
    section.contact-module
        .container
        .contact-column-container
        .contact-column
        .contact-form-container
        .contact-form-container-inner
        h1
        p {
        font-size: 56px;
        line-height: 66px;
    }
    section.contact-module
        .container
        .contact-column-container
        .contact-column
        .contact-form-container
        .contact-form-container-inner
        h1
        p
        em {
        font-size: 60px;
    }
    section.contact-module
        .container
        .contact-column-container
        .contact-column
        .contact-form-container
        .contact-form-container-inner
        .address-container {
        max-width: 275px;
    }
}
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    .address-container
    .address.one-half {
    float: left;
    width: 50%;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    .address-container
    .address.one-half
    a,
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    .address-container
    .address.one-half
    p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    .pre-form-text,
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    .pre-form-text
    a,
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    .pre-form-text
    p {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: -0.03em;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-transform: uppercase;
}
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    .pre-form-text {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 9px;
}
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    .pre-form-text
    a
    em,
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    .pre-form-text
    p
    em {
    font-family: 'Montserrat', sans-serif;
}
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    .bottom-text {
    float: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-left: 10px;
}
@media (max-width: 767px) {
    section.contact-module
        .container
        .contact-column-container
        .contact-column
        .contact-form-container
        .contact-form-container-inner
        .address-container
        .address.one-half {
        width: 100%;
    }
    section.contact-module
        .container
        .contact-column-container
        .contact-column
        .contact-form-container
        .contact-form-container-inner
        .bottom-text,
    section.contact-module
        .container
        .contact-column-container
        .contact-column
        .contact-form-container
        .contact-form-container-inner
        .pre-form-text {
        max-width: 275px;
    }
}
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    .bottom-text
    a,
section.contact-module
    .container
    .contact-column-container
    .contact-column
    .contact-form-container
    .contact-form-container-inner
    .bottom-text
    p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
section.contact-module .container .contact-column-container .team-column {
    width: 50%;
    align-items: center;
    padding: 40px 40px 40px 10px;
}
@media (max-width: 767px) {
    section.contact-module .container .contact-column-container .team-column {
        float: left;
        width: 100%;
        padding: 20px;
    }
}
section.contact-module .container .contact-column-container .team-column .team-container {
    float: right;
    width: 100%;
    max-width: 34vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 1024px) {
    section.contact-module .container .contact-column-container .team-column .team-container {
        max-width: 100%;
    }
}
section.contact-module .container .contact-column-container .team-column .team-container .team-member {
    width: calc(33.33% - 26.66px);
    margin-left: 40px;
    margin-bottom: 40px;
}
@media (max-width: 1300px) {
    section.contact-module .container .contact-column-container .team-column {
        padding-right: 20px;
    }
    section.contact-module .container .contact-column-container .team-column .team-container .team-member {
        width: calc(33.33% - 13.33px);
        margin-left: 20px;
        margin-bottom: 20px;
    }
}
section.contact-module
    .container
    .contact-column-container
    .team-column
    .team-container
    .team-member:nth-child(3n + 1) {
    margin-left: 0;
}
@media (max-width: 1023px) {
    section.contact-module .container .contact-column-container .team-column .team-container .team-member {
        width: calc(50% - 15px);
        margin-left: 30px;
    }
    section.contact-module
        .container
        .contact-column-container
        .team-column
        .team-container
        .team-member:nth-child(3n + 1) {
        margin-left: 30px;
    }
    section.contact-module
        .container
        .contact-column-container
        .team-column
        .team-container
        .team-member:nth-child(2n + 1) {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    section.contact-module .container .contact-column-container .team-column .team-container {
        display: block;
    }
    section.contact-module .container .contact-column-container .team-column .team-container .team-member {
        float: left;
        width: calc(50% - 10px);
        margin-left: 20px;
    }
    section.contact-module
        .container
        .contact-column-container
        .team-column
        .team-container
        .team-member:nth-child(3n + 1) {
        margin-left: 20px;
    }
    section.contact-module
        .container
        .contact-column-container
        .team-column
        .team-container
        .team-member:nth-child(2n + 1) {
        margin-left: 0;
        clear: both;
    }
}
section.contact-module
    .container
    .contact-column-container
    .team-column
    .team-container
    .team-member
    .team-image-container {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
section.contact-module
    .container
    .contact-column-container
    .team-column
    .team-container
    .team-member
    .team-image-container
    .image-container {
    float: left;
    width: 100%;
    padding-top: 105%;
}
section.contact-module .container .contact-column-container .team-column .team-container .team-member .text-container {
    float: left;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
section.contact-module
    .container
    .contact-column-container
    .team-column
    .team-container
    .team-member
    .text-container
    span.team-name {
    float: left;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    color: #1a1919;
    text-transform: uppercase;
}
section.contact-module
    .container
    .contact-column-container
    .team-column
    .team-container
    .team-member
    .text-container
    span.team-role {
    float: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #1a1919;
    text-transform: uppercase;
}
section.contact-module .container .contact-column-container .team-column .team-container .team-member .white-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
section.contact-module
    .container
    .contact-column-container
    .team-column
    .team-container
    .team-member.link:hover
    .white-overlay {
    opacity: 0.2;
    visibility: visible;
}
section.contact-module
    .container
    .contact-column-container
    .team-column
    .team-container
    .team-member.link:hover
    .text-container {
    opacity: 0.5;
}
body.notFound section.default .container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    padding: 0 40px;
}
body.notFound section.default a,
body.notFound section.default h1,
body.notFound section.default h2,
body.notFound section.default h3,
body.notFound section.default h4,
body.notFound section.default h5,
body.notFound section.default p {
    color: #6b5f5c;
}
body.notFound section.default h1 {
    margin-bottom: 0;
}
body.default .fixed-icon {
    display: none;
}
body.default main {
    background-color: #f2f1ef;
}
body.default main section.default {
    padding-top: 180px;
}
body.default main section.default .content-block {
    padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
    body.default main section.default {
        padding-top: 93px;
    }
    body.default main section.default .content-block {
        padding-bottom: 35px;
    }
}
body.default main .container {
    max-width: 810px;
}
section.introduction {
    float: left;
    width: 100%;
    padding: 30px 0;
}
@media (max-width: 1023px) {
    section.introduction {
        padding: 25px 0;
    }
}
section.introduction:nth-child(2) {
    padding-top: 60px;
}
section.introduction .container {
    text-align: center;
}
section.introduction .container .introduction-inner {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}
@media (max-width: 1023px) {
    section.introduction:nth-child(2) {
        padding: 60px 0 25px;
    }
    section.introduction .container .introduction-inner {
        max-width: 480px;
    }
}
section.introduction .container .introduction-inner p {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    line-height: 64px;
    letter-spacing: normal;
    font-weight: 400;
    color: #000;
    text-transform: none;
    margin-bottom: 0;
}
section.introduction .container .introduction-inner p strong {
    font-weight: 600;
}
@media (min-width: 1900px) {
    section.introduction .container .introduction-inner {
        max-width: 60%;
    }
    section.introduction .container .introduction-inner p {
        font-size: 1.6vw;
        line-height: 1.9vw;
    }
}
@media (max-width: 767px) {
    section.introduction .container {
        padding: 0 20px;
    }
    section.introduction .container .introduction-inner p br {
        display: none;
    }
}
section.introduction .container .introduction-inner p a {
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    line-height: 64px;
    letter-spacing: normal;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}
@media (min-width: 1900px) {
    section.introduction .container .introduction-inner p a {
        font-size: 1.6vw;
        line-height: 1.9vw;
    }
}
section.two-column-image {
    float: left;
    width: 100%;
    padding: 30px 0;
}
section.two-column-image .container .two-column-container {
    float: left;
    width: 100%;
}
section.two-column-image .container .image-container {
    float: left;
    position: relative;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    section.two-column-image {
        padding: 20px 0;
    }
    section.two-column-image .container .two-column-container {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    section.two-column-image .container .image-container {
        margin-bottom: 6px;
    }
}
section.two-column-image .container .title-tag-container {
    float: left;
    width: 100%;
    padding-left: 12px;
}
@media (max-width: 1023px) {
    section.two-column-image .container .title-tag-container {
        padding-left: 10px;
    }
}
section.two-column-image .container .title-tag-container .title {
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    color: #000;
}
section.two-column-image .container .white-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
section.two-column-image .container .landscape-image-container {
    width: calc(60% - 10px);
    position: relative;
}
section.two-column-image .container .landscape-image-container:hover .white-overlay {
    opacity: 0.2;
    visibility: visible;
}
section.two-column-image .container .landscape-image-container:hover .title-tag-container {
    opacity: 0.5;
}
section.two-column-image .container .landscape-image-container.landscape-left {
    float: left;
    margin-right: 10px;
}
section.two-column-image .container .landscape-image-container.landscape-right,
section.two-column-image .container .square-image-container.landscape-left {
    float: right;
    margin-left: 10px;
}
section.two-column-image .container .landscape-image-container .image-container {
    padding-top: 67.6%;
}
@media (max-width: 767px) {
    section.two-column-image .container .landscape-image-container {
        width: calc(100% - 60px);
        flex: 0 0 auto;
    }
    section.two-column-image .container .landscape-image-container.landscape-right {
        order: 1;
    }
    section.two-column-image .container .landscape-image-container .image-container {
        padding-top: 108%;
    }
}
section.two-column-image .container .square-image-container {
    width: calc(40% - 10px);
    position: relative;
}
section.two-column-image .container .square-image-container:hover .white-overlay {
    opacity: 0.2;
    visibility: visible;
}
section.two-column-image .container .square-image-container:hover .title-tag-container {
    opacity: 0.5;
}
section.two-column-image .container .square-image-container.landscape-right {
    float: left;
    margin-right: 10px;
}
section.two-column-image .container .square-image-container .image-container {
    padding-top: 102%;
}
@media (max-width: 767px) {
    section.two-column-image .container .square-image-container {
        width: calc(100% - 60px);
        flex: 0 0 auto;
    }
    section.two-column-image .container .square-image-container .image-container {
        padding-top: 108%;
    }
}
section.three-column-image {
    float: left;
    width: 100%;
    padding: 30px 0;
}
@media (max-width: 767px) {
    section.three-column-image {
        padding: 20px 0;
    }
}
section.three-column-image .container .three-image-item {
    float: left;
    width: calc(33.33% - 13.33px);
    margin-left: 20px;
}
section.three-column-image .container .three-image-item:first-child {
    margin-left: 0;
}
section.three-column-image .container .three-image-item .image-container {
    padding-top: 123.5%;
    margin-bottom: 12px;
}
section.three-column-image .container .three-image-item .white-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
section.three-column-image .container .three-image-item:hover .white-overlay {
    opacity: 0.2;
    visibility: visible;
}
section.three-column-image .container .three-image-item:hover .title-tag-container {
    opacity: 0.5;
}
@media (max-width: 767px) {
    section.three-column-image .container .three-image-item {
        width: calc(50% - 8px);
        margin-left: 16px;
    }
    section.three-column-image .container .three-image-item .image-container {
        padding-top: 135%;
        margin-bottom: 6px;
    }
    section.three-column-image .container .three-image-item:first-child {
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
    }
    section.three-column-image .container .three-image-item:first-child .image-container {
        padding-top: 93%;
    }
    section.three-column-image .container .three-image-item:first-child .image-container .bg-container img,
    section.three-column-image .container .three-image-item:first-child .image-container .bg-container picture {
        object-position: top;
    }
    section.three-column-image .container .three-image-item:nth-child(2) {
        margin-left: 0;
    }
}
section.three-column-image .container .three-image-item .title-tag-container {
    float: left;
    width: 100%;
    padding-left: 12px;
}
section.three-column-image .container .three-image-item .title-tag-container .title {
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    color: #000;
}
.post-container {
    float: left;
    position: relative;
    top: 0;
    right: auto;
    width: 100%;
}
.post-container .post-content {
    float: left;
    width: 100%;
}
.post-container .fixed-second-post {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    z-index: 2;
    padding-top: 65px;
    background: #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
@media (max-width: 1023px) {
    section.three-column-image .container .three-image-item .title-tag-container {
        padding-left: 10px;
    }
    .post-container .fixed-second-post {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
}
.post-container .fixed-second-post.moving {
    right: 0;
}
.post-container .tag {
    font-size: 12px;
    border: 1px solid #0000001a;
    line-height: 24px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    display: table;
    padding: 2px 15px;
    margin: 0 0 10px;
    letter-spacing:2%;
}
section.pagination-section {
    padding: 15px 20px 60px;
}
section.pagination-section .container .homelink-container,
section.pagination-section .container .pagination-container {
    float: right;
    width: 375px;
    text-align: left;
}
@media (max-width: 1023px) {
    section.pagination-section {
        padding: 50px 20px 85px;
    }
    section.pagination-section .container .homelink-container,
    section.pagination-section .container .pagination-container {
        float: left;
    }
}
@media (max-width: 767px) {
    section.pagination-section {
        padding: 35px 20px 70px;
    }
    section.pagination-section .container .homelink-container,
    section.pagination-section .container .pagination-container {
        width: 100%;
    }
}
section.pagination-section .container .homelink-container .pagination-title,
section.pagination-section .container .pagination-container .pagination-title {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
section.pagination-section .container .homelink-container a,
section.pagination-section .container .pagination-container a {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.03em;
    float: left;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
section.pagination-section .container .homelink-container a:after,
section.pagination-section .container .pagination-container a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 44px;
    padding: 0;
    border: none;
    background-image: url(../images/arrow-right.svg);
    background-size: 15px 15px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
}
section.pagination-section .container .homelink-container a:hover,
section.pagination-section .container .pagination-container a:hover {
    opacity: 0.5;
    width: calc(100% - 14px);
    margin-left: 0;
    padding-left: 0;
}
section.post-title-section {
    float: left;
    width: 100%;
    padding: 90px 0 30px;
}
@media (max-width: 1023px) {
    section.post-title-section {
        padding: 45px 0 25px;
    }
}
section.post-title-section .container {
    padding-left: 60px;
}
@media (max-width: 1100px) {
    section.post-title-section .container {
        padding-left: 20px;
    }
}
section.post-title-section .container .logo-container {
    float: left;
    width: 450px;
    height: 140px;
    position: relative;
}
@media (max-width: 1023px) {
    section.post-title-section .container .logo-container {
        width: 250px;
        height: 66px;
    }
    section.post-title-section .container h1 {
        margin-bottom: 0;
    }
}
@media (max-width: 400px) {
    section.post-title-section .container .logo-container {
        width: 190px;
        height: 56px;
    }
}
section.post-title-section .container .logo-container img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center left;
    margin: 0;
}
section.post-full-image {
    float: left;
    width: 100%;
    padding: 45px 0;
}
@media (max-width: 1023px) {
    section.post-full-image {
        padding: 25px 0;
    }
}
section.post-full-image .container {
    padding-left: 0;
}
section.post-full-image .container .full-image-container {
    float: left;
    width: 100%;
}
section.post-full-image .container .full-image-container.offset-left {
    padding-left: 10%;
}
@media (max-width: 767px) {
    section.post-full-image .container .full-image-container.offset-left {
        padding-left: 20px;
        padding-right: 20px;
    }
}
section.post-full-image .container .full-image-container.offset-right {
    padding-right: 10%;
}
@media (max-width: 767px) {
    section.post-full-image .container .full-image-container.offset-right {
        padding-left: 20px;
        padding-right: 20px;
    }
}
section.post-full-image .container .full-image-container img {
    float: left;
    width: 100%;
}
section.post-full-image .container .text-container {
    float: left;
    width: 50%;
    padding: 40px 60px;
}
section.post-full-image .container .text-container p:last-child {
    margin-bottom: 0;
}
section.post-full-image .container .text-container p strong {
    font-size: 13px;
    line-height: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}
@media (max-width: 1100px) {
    section.post-full-image .container .text-container {
        padding: 40px 20px 0;
    }
}
@media (max-width: 1023px) {
    section.post-full-image .container .text-container {
        width: 55%;
        padding: 25px 20px 0;
    }
}
@media (max-width: 767px) {
    section.post-full-image .container .text-container {
        width: 100%;
        padding: 20px 20px 0;
    }
}
section.post-two-column-image {
    float: left;
    width: 100%;
    padding: 45px 0;
}
@media (max-width: 1023px) {
    section.post-two-column-image {
        padding: 25px 0;
    }
}
section.post-two-column-image .container {
    padding-left: 0;
}
section.post-two-column-image .container .column.one-half {
    float: left;
    width: 50%;
}
section.post-two-column-image .container .column.one-half.column-one {
    padding-right: 36px;
}
@media (max-width: 1023px) {
    section.post-two-column-image .container .column.one-half.column-one {
        padding-right: 10px;
        width: 55%;
    }
}
@media (max-width: 767px) {
    section.post-two-column-image .container .column.one-half.column-one {
        width: 100%;
        padding-right: 20px;
        padding-bottom: 50px;
    }
}
section.post-two-column-image .container .column.one-half.column-two {
    padding-left: 36px;
    padding-top: 200px;
}
@media (max-width: 1100px) {
    section.post-two-column-image .container .column.one-half.column-two {
        padding-top: 175px;
    }
}
@media (max-width: 1023px) {
    section.post-two-column-image .container .column.one-half.column-two {
        padding-left: 10px;
        width: 45%;
    }
}
@media (max-width: 767px) {
    section.post-two-column-image .container .column.one-half.column-two {
        width: 100%;
        padding-left: 20px;
        padding-top: 0;
    }
}
section.post-two-column-image .container .column.one-half .right-image-container,
section.post-two-column-image .container .column.one-half .right-image-container img {
    float: left;
    width: 100%;
}
section.post-two-column-image .container .column.one-half .left-image-container {
    float: left;
    width: calc(100% - 185px);
}
@media (max-width: 767px) {
    section.post-two-column-image .container .column.one-half .left-image-container {
        width: 50%;
    }
}
section.post-two-column-image .container .column.one-half .left-image-container img {
    float: left;
    width: 100%;
}
section.post-two-column-image .container .column.one-half .tags-container {
    float: right;
    width: 185px;
    padding-left: 20px;
    padding-top: 0px;
    text-align: left;
}
@media (max-width: 767px) {
    section.post-two-column-image .container .column.one-half .tags-container {
        padding-top: 40px;
        width: 50%;
    }
}
section.post-two-column-image .container .column.one-half .tags-container .tag {

}
section.post-two-column-image .container .column.one-half .tags-container .tag:nth-child(2n) {
}
section.post-two-column-image .container .column.one-half .tags-container .tag:nth-child(2n + 1) {
}
@media (max-width: 767px) {
    section.post-two-column-image .container .column.one-half .tags-container .tag {
        width: 100%;
        margin-bottom: 6px;
    }
    section.post-two-column-image .container .column.one-half .tags-container .tag:nth-child(2n) {
        margin-left: 0;
    }
    section.post-two-column-image .container .column.one-half .tags-container .tag:nth-child(2n + 1) {
        clear: both;
    }
}
section.post-two-column-image .container .column.one-half .text-container {
    float: left;
    width: 85%;
    padding: 40px 60px;
}
section.post-two-column-image .container .column.one-half .text-container .tags-container {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 20px;
    text-align: left;
}
section.post-two-column-image .container .column.one-half .text-container .tags-container .tag {
    float: left;
    width: calc(50% - 3px);
    margin-bottom: 6px;
}
section.post-two-column-image .container .column.one-half .text-container .tags-container .tag:nth-child(2n) {
    margin-left: 6px;
}
section.post-two-column-image .container .column.one-half .text-container .tags-container .tag:nth-child(2n + 1) {
    clear: both;
}
@media (max-width: 767px) {
    section.post-two-column-image .container .column.one-half .text-container .tags-container .tag {
        width: 100%;
        margin-bottom: 6px;
    }
    section.post-two-column-image .container .column.one-half .text-container .tags-container .tag:nth-child(2n) {
        margin-left: 0;
    }
    section.post-two-column-image .container .column.one-half .text-container .tags-container .tag:nth-child(2n + 1) {
        clear: both;
    }
}
section.post-two-column-image .container .column.one-half .text-container p:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    section.post-two-column-image .container .column.one-half .text-container p {
        font-size: 16px;
        line-height: 23px;
    }
}
section.post-two-column-image .container .column.one-half .text-container p strong {
    font-size: 13px;
    line-height: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}
section.post-two-column-image .container .column.one-half .text-container p em {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
@media (max-width: 1100px) {
    section.post-two-column-image .container .column.one-half .text-container {
        padding: 40px 20px;
    }
}
section.post-two-column-image .container .column.one-half .text-container.mobile {
    display: none;
}
@media (max-width: 767px) {
    section.post-two-column-image .container .column.one-half .text-container {
        padding: 20px 20px 0 0;
    }
    section.post-two-column-image .container .column.one-half .text-container.mobile {
        display: block;
    }
    section.post-two-column-image .container .column.one-half .text-container.desktop {
        display: none;
    }
}
@media (max-width: 1023px) {
    section.post-two-column-image.post-small-large-two-column-image {
        padding: 25px 0;
    }
}
section.post-two-column-image.post-small-large-two-column-image .container {
    padding-left: 60px;
}
@media (max-width: 1100px) {
    section.post-two-column-image.post-small-large-two-column-image .container {
        padding-left: 20px;
    }
}
section.post-two-column-image.post-small-large-two-column-image .container .column {
    float: left;
}
section.post-two-column-image.post-small-large-two-column-image .container .column .tags-container {
    float: right;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    text-align: left;
    margin-bottom: calc(100% + 100px);
}
@media (max-width: 767px) {
    section.post-two-column-image.post-small-large-two-column-image .container .column .tags-container {
        width: 145px;
        float: left;
        margin-bottom: 0;
    }
}
section.post-two-column-image.post-small-large-two-column-image .container .column .tags-container .tag {
    float: left;
    width: 50%;
    margin-bottom: 6px;
    clear: both;
}
section.post-two-column-image.post-small-large-two-column-image .container .column.column-one {
    width: 22%;
    padding-right: 10px;
}
@media (max-width: 767px) {
    section.post-two-column-image.post-small-large-two-column-image .container .column.column-one {
        width: 100%;
        padding-right: 0;
    }
}
section.post-two-column-image.post-small-large-two-column-image .container .column.column-two {
    width: 78%;
    padding-left: 10px;
}
@media (max-width: 767px) {
    section.post-two-column-image.post-small-large-two-column-image .container .column.column-two {
        width: 100%;
        padding-left: 0;
    }
}
section.post-two-column-image.post-small-large-two-column-image .container .column .text-container {
    float: left;
    width: 100%;
    padding: 40px 0 60px;
    max-width: 570px;
}
section.post-two-column-image.post-small-large-two-column-image .container .column .text-container.mobile {
    display: none;
}
section.post-two-column-image.post-small-large-two-column-image .container .column .text-container p {
    font-size: 23px;
    line-height: 34px;
}
@media (max-width: 767px) {
    section.post-two-column-image.post-small-large-two-column-image .container .column .text-container p {
        font-size: 16px;
        line-height: 23px;
    }
}
section.post-two-column-image.post-small-large-two-column-image .container .column .text-container p:last-child {
    margin-bottom: 0;
}
section.post-two-column-image.post-small-large-two-column-image .container .column .text-container p strong {
    font-size: 13px;
    line-height: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}
@media (max-width: 1100px) {
    section.post-two-column-image.post-small-large-two-column-image .container .column .text-container {
        padding: 40px 20px 40px 0;
    }
}
@media (max-width: 767px) {
    section.post-two-column-image.post-small-large-two-column-image .container .column .text-container {
        padding: 20px 20px 40px 0;
    }
    section.post-two-column-image.post-small-large-two-column-image .container .column .text-container.mobile {
        display: block;
    }
    section.post-two-column-image.post-small-large-two-column-image .container .column .text-container.desktop {
        display: none;
    }
}
section.post-two-column-image.post-small-large-two-column-image .container .column .right-image-container {
    float: left;
    width: 100%;
}
section.post-two-column-image.post-small-large-two-column-image .container .column .right-image-container.mobile {
    display: none;
}
@media (max-width: 767px) {
    section.post-two-column-image.post-small-large-two-column-image .container .column .right-image-container.mobile {
        display: block;
        width: calc(100% - 165px);
        float: left;
        margin-bottom: 30px;
        margin-left: 20px;
    }
    section.post-two-column-image.post-small-large-two-column-image .container .column .right-image-container.desktop {
        display: none;
    }
    section.post-two-column-image.post-small-large-two-column-image .container .column .left-image-container {
        padding: 0 60px 0 40px;
    }
}
section.post-two-column-image.post-small-large-two-column-image .container .column .left-image-container,
section.post-two-column-image.post-small-large-two-column-image .container .column .right-image-container img {
    float: left;
    width: 100%;
}
section.post-two-column-image.post-small-large-two-column-image .container .column .left-image-container img {
    float: left;
    width: 100%;
}
section.slider-module {
    float: left;
    width: 100%;
    padding: 45px 0;
}
@media (max-width: 1023px) {
    section.slider-module {
        padding: 25px 0;
    }
}
section.slider-module .container {
    padding-left: 0;
    text-align: center;
}
section.slider-module .container .slider-container {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    padding: 0 100px;
    display: inline-block;
}
section.large-text-module .container .large-text-container a:last-child,
section.large-text-module .container .large-text-container p:last-child,
section.small-text-module .container .small-text-container a:last-child,
section.small-text-module .container .small-text-container p:last-child {
    margin-bottom: 0;
}
.slick-dots > section.slider-module .container .slider-container:only-child,
section.slider-module .container .slider-container .slick-dots li button:before,
section.slider-module .container .slider-container .slider .slide .image-container .bg-container img.mobile-slide,
section.slider-module .container .slider-container .slider .slide .image-container .bg-container picture.mobile-slide {
    display: none;
}
@media (max-width: 1023px) {
    section.slider-module .container .slider-container {
        padding: 0 20px;
    }
}
section.slider-module .container .slider-container .slick-dots li {
    width: 12px;
    height: 12px;
}
section.slider-module .container .slider-container .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    border-radius: 50%;
}
section.slider-module .container .slider-container .slick-dots li.slick-active button {
    background-color: #000;
}
section.slider-module .container .slider-container .slider,
section.slider-module .container .slider-container .slider .slide {
    float: left;
    width: 100%;
}
section.slider-module .container .slider-container .slider .slide .image-container {
    float: left;
    width: 100%;
    padding-top: 64%;
}
@media (max-width: 1023px) {
    section.slider-module .container .slider-container .slider .slide .image-container {
        padding-top: 100%;
    }
    section.slider-module .container .slider-container .slider .slide .image-container .bg-container img.desktop-slide,
    section.slider-module
        .container
        .slider-container
        .slider
        .slide
        .image-container
        .bg-container
        picture.desktop-slide {
        display: none;
    }
    section.slider-module .container .slider-container .slider .slide .image-container .bg-container img.mobile-slide,
    section.slider-module
        .container
        .slider-container
        .slider
        .slide
        .image-container
        .bg-container
        picture.mobile-slide {
        display: block;
    }
    section.slider-module
        .container
        .slider-container
        .slider
        .slide
        .image-container
        .bg-container
        img.mobile-slide
        img,
    section.slider-module
        .container
        .slider-container
        .slider
        .slide
        .image-container
        .bg-container
        picture.mobile-slide
        img {
        object-fit: contain;
    }
}
section.small-text-module {
    float: left;
    width: 100%;
    padding: 45px 0;
}
@media (max-width: 1023px) {
    section.small-text-module {
        padding: 25px 0;
    }
}
section.small-text-module .container {
    padding-left: 60px;
}
@media (max-width: 1100px) {
    section.small-text-module .container {
        padding-left: 20px;
    }
}
section.small-text-module .container .small-text-container {
    float: left;
    width: 100%;
    max-width: 550px;
}
@media (max-width: 767px) {
    section.small-text-module .container {
        padding-right: 20px;
    }
    section.small-text-module .container .small-text-container {
        max-width: 100%;
        text-align: center;
    }
}
section.small-text-module .container .small-text-container a,
section.small-text-module .container .small-text-container p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.03em;
}
@media (min-width: 1500px) {
    section.small-text-module .container .small-text-container a,
    section.small-text-module .container .small-text-container p {
        font-size: 1vw;
        line-height: 1.25vw;
    }
}
section.small-text-module .container .small-text-container a strong,
section.small-text-module .container .small-text-container p strong {
    font-size: 13px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}
section.small-text-module.text-centre .container {
    text-align: center;
    padding: 0 20px;
}
section.small-text-module.text-right .container {
    text-align: right;
    padding-right: 60px;
}
@media (max-width: 767px) {
    section.small-text-module.text-right .container {
        padding-right: 20px;
    }
}
section.small-text-module.text-right .container .small-text-container {
    float: right;
}
section.large-text-module {
    float: left;
    width: 100%;
    padding: 45px 0;
}
@media (max-width: 1023px) {
    section.large-text-module {
        padding: 25px 0;
    }
}
section.large-text-module .container {
    padding-left: 60px;
}
@media (max-width: 1100px) {
    section.large-text-module .container {
        padding-left: 20px;
    }
}
section.large-text-module .container .large-text-container {
    float: left;
    width: 100%;
    max-width: 1000px;
}
section.large-text-module .container .large-text-container a,
section.large-text-module .container .large-text-container p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 33px;
    line-height: 48px;
}
@media (max-width: 767px) {
    section.large-text-module .container {
        padding-right: 20px;
    }
    section.large-text-module .container .large-text-container {
        max-width: 100%;
        text-align: center;
    }
    section.large-text-module .container .large-text-container a,
    section.large-text-module .container .large-text-container p {
        font-size: 22px;
        line-height: 32px;
    }
}
section.large-text-module .container .large-text-container a strong,
section.large-text-module .container .large-text-container p strong {
    font-size: 13px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}
section.large-text-module.text-centre .container {
    text-align: center;
    padding: 0 20px;
}
section.large-text-module.text-centre .container .large-text-container {
    float: none;
    display: inline-block;
    margin: 0 auto;
}
section.post-tags .container .tags-container .tag:nth-child(2n),
section.post-tags-text .container .tags-text-container .tags-container .tag:nth-child(2n) {
    margin-left: 6px;
}
section.large-text-module.text-right .container {
    padding-right: 60px;
    text-align: right;
}
@media (max-width: 767px) {
    section.large-text-module.text-right .container {
        padding-right: 20px;
    }
}
section.large-text-module.text-right .container .large-text-container {
    float: right;
}
section.intent-text-module {
    float: left;
    width: 100%;
    padding: 45px 0;
}
@media (max-width: 1023px) {
    section.intent-text-module {
        padding: 15px 0;
    }
    section.intent-text-module .container .intent-text-container {
        padding-right: 20px;
    }
}
section.intent-text-module .container {
    padding-left: 60px;
}
@media (max-width: 1100px) {
    section.intent-text-module .container {
        padding-left: 20px;
    }
}
section.intent-text-module .container .intent-text-container {
    float: left;
    width: 100%;
    max-width: 840px;
}
@media (max-width: 767px) {
    section.intent-text-module .container {
        padding-right: 20px;
    }
    section.intent-text-module .container .intent-text-container {
        padding-right: 0;
    }
}
section.intent-text-module .container .intent-text-container a,
section.intent-text-module .container .intent-text-container p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000;
    text-transform: none;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.03em;
}
@media (min-width: 1500px) {
    section.intent-text-module .container .intent-text-container a,
    section.intent-text-module .container .intent-text-container p {
        font-size: 1vw;
        line-height: 1.25vw;
    }
}
section.intent-text-module .container .intent-text-container a strong,
section.intent-text-module .container .intent-text-container p strong,
section.post-two-column-image-text.text-left .container .column-one .text-container p strong,
section.post-two-column-image-text.text-right .container .column-two .text-container p strong {
    font-size: 13px;
    line-height: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}
section.intent-text-module .container .intent-text-container a:last-child,
section.intent-text-module .container .intent-text-container p:last-child {
    margin-bottom: 0;
}
section.post-tags-text {
    float: left;
    width: 100%;
    padding: 45px 0;
}
@media (max-width: 1023px) {
    section.post-tags-text {
        padding: 25px 0;
    }
}
section.post-tags-text .container {
    padding-left: 60px;
}
@media (max-width: 1100px) {
    section.post-tags-text .container {
        padding-left: 20px;
    }
}
section.post-tags-text .container .tags-text-container {
    float: left;
    width: 100%;
    max-width: 570px;
}
section.post-tags-text .container .tags-text-container .tags-container {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
}
section.post-tags-text .container .tags-text-container .tags-container .tag {
    float: left;
    width: calc(50% - 3px);
    margin-bottom: 6px;
}
section.post-tags,
section.post-tags-text .container .tags-text-container .text-container {
    width: 100%;
    float: left;
}
section.post-tags-text .container .tags-text-container .tags-container .tag:nth-child(2n + 1) {
    clear: both;
}
section.post-tags {
    padding: 45px 0 0;
}
@media (max-width: 1023px) {
    section.post-tags {
        padding: 25px 0 0;
    }
}
section.post-tags .container {
    padding-left: 60px;
}
@media (max-width: 1100px) {
    section.post-tags .container {
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    section.post-tags .container {
        padding-right: 20px;
    }
}
section.post-tags .container .tags-container {
    float: left;
    width: 100%;
    text-align: left;
}
section.post-tags .container .tags-container .tag {
    float: left;
    width: calc(50% - 3px);
    margin-bottom: 6px;
    text-align: center;
}
section.post-tags .container .tags-container .tag:nth-child(2n + 1) {
    clear: both;
}
section.post-two-column-image-text {
    float: left;
    width: 100%;
    padding: 45px 0;
}
@media (max-width: 1023px) {
    section.post-two-column-image-text {
        padding: 25px 0;
    }
}
section.post-two-column-image-text .container {
    padding-left: 0;
}
@media (max-width: 767px) {
    section.post-two-column-image-text .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
section.post-two-column-image-text .container .column.one-half {
    float: left;
    width: 50%;
}
section.post-two-column-image-text .container .column.one-half.column-one {
    padding-right: 10px;
}
section.post-two-column-image-text .container .column.one-half.column-two {
    padding-left: 10px;
}
section.post-two-column-image-text .container .column.one-half .left-image-container,
section.post-two-column-image-text .container .column.one-half .left-image-container img,
section.post-two-column-image-text .container .column.one-half .right-image-container,
section.post-two-column-image-text .container .column.one-half .right-image-container img,
section.post-two-column-image-text .container .column.one-half .text-container {
    float: left;
    width: 100%;
}
section.post-two-column-image-text.text-right .container .column-container {
    float: left;
    width: 100%;
    display: flex;
}
section.post-two-column-image-text.text-right .container .column-one {
    padding-top: 170px;
    width: 52%;
}
@media (max-width: 767px) {
    section.post-two-column-image-text .container .column.one-half.column-one {
        padding-right: 0;
    }
    section.post-two-column-image-text .container .column.one-half.column-two {
        padding-left: 0;
    }
    section.post-two-column-image-text.text-right .container .column-container {
        display: block;
    }
    section.post-two-column-image-text.text-right .container .column-one {
        width: 100%;
        padding-top: 0;
    }
    section.post-two-column-image-text.text-right .container .column-one .left-image-container {
        width: 100%;
        max-width: 220px;
        margin-bottom: 25px;
    }
}
section.post-two-column-image-text.text-right .container .column-one .right-image-container.mobile {
    display: none;
}
@media (max-width: 767px) {
    section.post-two-column-image-text.text-right .container .column-one .right-image-container.mobile {
        display: block;
        float: right;
        width: 100%;
        max-width: 220px;
        margin-bottom: 25px;
    }
}
section.post-two-column-image-text.text-right .container .column-two {
    position: relative;
    width: 48%;
}
@media (max-width: 767px) {
    section.post-two-column-image-text.text-right .container .column-two {
        width: 100%;
        padding-left: 0;
    }
    section.post-two-column-image-text.text-right .container .column-two .right-image-container.desktop {
        display: none;
    }
}
section.post-two-column-image-text.text-right .container .column-two .right-image-container {
    padding-left: 120px;
    padding-right: 70px;
}
@media (max-width: 1100px) {
    section.post-two-column-image-text.text-right .container .column-two .right-image-container {
        padding-left: 40px;
        padding-right: 20px;
    }
}
section.post-two-column-image-text.text-right .container .column-two .text-container {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: calc(100% - 20px);
    max-width: 455px;
}
section.post-two-column-image-text.text-right .container .column-two .text-container p {
    float: left;
    width: 100%;
}
section.post-two-column-image-text.text-right .container .column-two .text-container p:last-child {
    margin-bottom: 0;
}
section.post-two-column-image-text.text-left .container .column-container {
    float: left;
    width: 100%;
    display: flex;
}
@media (max-width: 767px) {
    section.post-two-column-image-text.text-right .container .column-two .text-container {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        padding-left: 0;
    }
    section.post-two-column-image-text.text-left .container {
        padding-left: 0;
        padding-right: 0;
    }
    section.post-two-column-image-text.text-left .container .column-container {
        display: block;
    }
}
section.post-two-column-image-text.text-left .container .column-one {
    padding-top: 0;
    padding-right: 36px;
}
@media (max-width: 767px) {
    section.post-two-column-image-text.text-left .container .column-one {
        padding-right: 0;
        width: 100%;
    }
}
section.post-two-column-image-text.text-left .container .column-one .left-image-container {
    float: left;
    width: calc(100% - 110px);
}
@media (max-width: 1100px) {
    section.post-two-column-image-text.text-left .container .column-one .left-image-container {
        width: calc(100% - 85px);
    }
}
@media (max-width: 1023px) {
    section.post-two-column-image-text.text-left .container .column-one .left-image-container {
        width: 100%;
    }
}
section.post-two-column-image-text.text-left .container .column-one .left-image-container img {
    float: left;
    width: 100%;
}
section.post-two-column-image-text.text-left .container .column-one .right-image-container.mobile {
    display: none;
}
@media (max-width: 767px) {
    section.post-two-column-image-text.text-left .container .column-one .left-image-container {
        width: 100%;
        max-width: 315px;
        margin-bottom: 50px;
    }
    section.post-two-column-image-text.text-left .container .column-one .right-image-container.mobile,
    section.post-two-column-image-text.text-left .container .column-one .text-container.desktop {
        display: none;
    }
}
section.post-two-column-image-text.text-left .container .column-one .text-container {
    float: left;
    padding: 40px 0 40px 60px;
    width: calc(100% - 185px);
}
section.post-two-column-image-text.text-left .container .column-one .text-container p:last-child {
    margin-bottom: 0;
}
@media (max-width: 1100px) {
    section.post-two-column-image-text.text-left .container .column-one .text-container {
        padding: 25px 0 25px 20px;
        width: calc(100% - 85px);
    }
}
@media (max-width: 1023px) {
    section.post-two-column-image-text.text-left .container .column-one .text-container {
        width: 100%;
    }
}
section.post-two-column-image-text.text-left .container .column-two {
    position: relative;
}
section.post-two-column-image-text.text-left .container .column-two .right-image-container {
    padding-top: 150px;
    padding-left: 20px;
}
@media (max-width: 767px) {
    section.post-two-column-image-text.text-left .container .column-two {
        width: 100%;
    }
    section.post-two-column-image-text.text-left .container .column-two .right-image-container {
        width: calc(100% - 240px);
        float: right;
        padding: 0;
    }
    section.post-two-column-image-text.text-left .container .column-two .right-image-container.desktop {
        display: block;
    }
}
section.post-two-column-image-text.text-left .container .column-two .text-container {
    float: left;
    width: 220px;
    padding: 0 0 0 20px;
}
section.post-two-column-image-text.text-left .container .column-two .text-container.mobile {
    display: none;
}
@media (max-width: 767px) {
    section.post-two-column-image-text.text-left .container .column-two .text-container.mobile {
        display: block;
    }
}
