@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap");

html {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

body {
    font-family: Public Sans, sans-serif;
    font-weight: 200;
    background-color: #fff;
    color: #242938;
    font-size: 16px;
    line-height: 1.4
}

@media screen and (min-width: 992px) {
    body {
        line-height: 1.45
    }
}

body.o-hidden {
    overflow: hidden
}

body p {
    font-size: inherit;
    margin-top: 0;
    font-weight: inherit
}

@media screen and (min-width: 1240px) {
    body p {
        font-size: inherit;
        margin-bottom: 16px
    }
}

body p:last-of-type {
    margin-bottom: 0
}

body a {
    color: #29141f;
    text-decoration: none;
    transition: all .3s ease
}

body a:active, body a:hover {
    color: #6b171a;
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

section {
    position: relative
}

strong {
    font-family: Public Sans, sans-serif;
    font-weight: 700;
    font-style: normal
}

.page-container {
    max-width: 1236px
}

.page-container, .page-container-wide {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px
}

.page-container-wide {
    max-width: 1310px
}

.icon {
    display: inline-block
}

body ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

.hide--tablet {
    display: none !important
}

@media screen and (min-width: 992px) {
    .hide--tablet {
        display: block !important
    }
}

@media screen and (min-width: 992px) {
    .hide--desktop {
        display: none
    }
}

.d-none {
    display: none
}

.g-mt {
    margin-top: 40px
}

@media screen and (min-width: 992px) {
    .g-mt {
        margin-top: 80px
    }
}

.g-mb {
    margin-bottom: 40px
}

@media screen and (min-width: 992px) {
    .g-mb {
        margin-bottom: 80px
    }
}

@media screen and (min-width: 768px) {
    .cols.flex-md {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media screen and (min-width: 768px) {
    .cols.flex-md .col-30 {
        width: 30%
    }
}

@media screen and (min-width: 768px) {
    .cols.flex-md .col-70 {
        width: 70%
    }
}

@media screen and (min-width: 992px) {
    .cols {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media screen and (min-width: 992px) {
    .cols .col-20 {
        width: 20%
    }
}

@media screen and (min-width: 992px) {
    .cols .col-25 {
        width: 25%
    }
}

@media screen and (min-width: 992px) {
    .cols .col-30 {
        width: 32%
    }
}

@media screen and (min-width: 992px) {
    .cols .col-35 {
        width: 35%
    }
}

.cols .col-45 {
    position: relative;
    width: 100%
}

@media screen and (min-width: 1240px) {
    .cols .col-45 {
        width: 45%
    }
}

.cols .col-40 {
    position: relative
}

@media screen and (min-width: 1240px) {
    .cols .col-40 {
        width: 40%
    }
}

.cols .col-50 {
    position: relative
}

@media screen and (min-width: 992px) {
    .cols .col-50 {
        width: 50%
    }
}

.cols .col-52 {
    position: relative
}

@media screen and (min-width: 992px) {
    .cols .col-52 {
        width: 52%
    }
}

.cols .col-55 {
    position: relative
}

@media screen and (min-width: 992px) {
    .cols .col-55 {
        width: 55%
    }
}

.cols .col-60 {
    position: relative
}

@media screen and (min-width: 1240px) {
    .cols .col-60 {
        width: 60%
    }
}

.cols .col-65 {
    position: relative
}

@media screen and (min-width: 1240px) {
    .cols .col-65 {
        width: 65%
    }
}

.cols .col-70 {
    position: relative
}

@media screen and (min-width: 992px) {
    .cols .col-70 {
        width: 70%
    }
}

.cols .col-80 {
    position: relative
}

@media screen and (min-width: 992px) {
    .cols .col-80 {
        width: 80%
    }
}

.cols-grid-2 {
    display: grid;
    gap: 24px 0
}

@media screen and (min-width: 768px) {
    .cols-grid-2 {
        grid-template-columns:repeat(2, 1fr);
        gap: 24px 30px
    }
}

.cols-grid-3 {
    display: grid
}

@media screen and (min-width: 768px) {
    .cols-grid-3 {
        grid-template-columns:repeat(2, 1fr);
        gap: 24px 30px
    }
}

@media screen and (min-width: 992px) {
    .cols-grid-3 {
        grid-template-columns:repeat(2, 1fr);
        gap: 24px 44px
    }
}

@media screen and (min-width: 1240px) {
    .cols-grid-3 {
        grid-template-columns:repeat(3, 1fr)
    }
}

.cols-grid-4 {
    display: grid
}

@media screen and (min-width: 768px) {
    .cols-grid-4 {
        grid-template-columns:repeat(2, 1fr);
        gap: 24px 30px
    }
}

@media screen and (min-width: 992px) {
    .cols-grid-4 {
        grid-template-columns:repeat(3, 1fr);
        gap: 24px 44px
    }
}

@media screen and (min-width: 1240px) {
    .cols-grid-4 {
        grid-template-columns:repeat(4, 1fr)
    }
}

@font-face {
    font-family: TiemposRegular;
    src: url(../fonts/Tiempos/OTF/TiemposHeadline-Regular.otf) format("opentype"), url(../fonts/Tiempos/WOFF2/tiempos-headline-regular.woff2) format("woff2");
    font-style: normal
}

h1, h2, h3, h4, h5 {
    line-height: 1.2;
    color: #242938
}

@media screen and (min-width: 768px) {
    h1, h2, h3, h4, h5 {
        line-height: 1.3
    }
}

.h1-title, h1 {
    font-family: TiemposRegular, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 26px;
    line-height: 1.2
}

@media screen and (min-width: 768px) {
    .h1-title, h1 {
        font-size: 38px
    }
}

@media screen and (min-width: 1240px) {
    .h1-title, h1 {
        font-size: 42px
    }
}

.h2-title, h2 {
    font-family: TiemposRegular, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 18px
}

@media screen and (min-width: 768px) {
    .h2-title, h2 {
        font-size: 30px
    }
}

@media screen and (min-width: 1240px) {
    .h2-title, h2 {
        font-size: 34px
    }
}

.h3-title, h3 {
    font-family: Public Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    .h3-title, h3 {
        font-size: 24px
    }
}

h4 {
    font-family: Public Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-top: 0;
    font-size: 19px;
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    h4 {
        font-size: 22px
    }
}

h5 {
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #404f63;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    h5 {
        font-size: 20px
    }
}

h6 {
    font-family: Public Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #242938;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 10px
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.sticky {
    display: block
}

.hentry {
    margin: 0 0 1.5em
}

.byline, .updated:not(.published) {
    display: none
}

.group-blog .byline, .single .byline {
    display: inline
}

.entry-content, .entry-summary, .page-content {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.comment-content .wp-smiley, .entry-content .wp-smiley, .page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.wp-caption, embed, iframe, object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    max-width: 100%;
    background: unset;
    outline: 0 none;
    border: 1px solid #ada8b5;
    padding: 8px 20px;
    min-height: 40px;
    color: #000;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 16px;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1
}

input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #29141f;
    text-transform: uppercase
}

input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #29141f;
    text-transform: uppercase
}

input[type=email]:-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=url]::-ms-input-placeholder, select:-ms-input-placeholder, select::-ms-input-placeholder, textarea:-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #29141f;
    text-transform: uppercase
}

input[type=email]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=url]::placeholder, select::placeholder, textarea::placeholder {
    color: #29141f;
    text-transform: uppercase
}

label {
    color: #242938;
    font-size: 16px
}

select {
    color: #000
}

textarea {
    max-height: 80px;
    resize: unset
}

form {
    margin-bottom: 16px
}

form .wpcf7-spinner {
    position: absolute
}

input[type=submit] {
    outline: 0 none;
    text-align: center;
    transition: all .5s ease;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    width: auto;
    border-color: transparent;
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    white-space: nowrap;
    background: none;
    display: inline-block;
    text-transform: capitalize;
    color: #242938;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    padding-left: 30px
}

input[type=submit]:hover {
    color: #242938
}

.file-upload-wrapper {
    display: inline-block
}

.file-name {
    font-size: 14px;
    color: #555;
    font-style: italic;
    margin-left: 15px
}

input[type=file] {
    border-bottom: 3px solid #e5e5e0;
    display: inline-block;
    text-transform: capitalize;
    color: #29141f;
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0
}

.custom-file-input {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    max-width: 300px
}

.file-upload-wrapper .file-name-default {
    cursor: pointer;
    border-bottom: 3px solid #e5e5e0;
    text-transform: uppercase
}

.submit-wrapper {
    position: relative;
    margin-top: 8px
}

.submit-wrapper:after {
    position: absolute;
    content: "";
    display: block;
    width: 24px;
    height: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon-arrow-short.svg);
    transform: unset;
    left: 0;
    top: 2px;
    transition: all .3s ease
}

.submit-wrapper:hover:after {
    width: 32px
}

.submit-wrapper:hover input {
    padding-left: 38px
}

.file-upload-wrapper input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    opacity: 0
}

.wp-block-search__inside-wrapper {
    position: relative
}

.wp-block-search__inside-wrapper input {
    background-color: #fff !important
}

@media screen and (min-width: 992px) {
    .wp-block-search__inside-wrapper input {
        background-color: #e5f4f7 !important
    }
}

.wp-block-search__inside-wrapper:after {
    position: absolute;
    content: "";
    display: block;
    background-color: transparent;
    background-image: url(../images/icon-search.svg);
    width: 20px;
    height: 20px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    right: 10px;
    top: 19px;
    transform: translateY(-50%);
    pointer-events: none
}

.wp-block-search__inside-wrapper .clear-icon {
    position: absolute;
    right: 0;
    max-height: 40px;
    opacity: 0;
    width: 32px;
    height: 100%;
    min-height: 38px;
    background: transparent
}

.wp-block-search__inside-wrapper button {
    position: absolute;
    right: 0;
    height: 100%;
    max-height: 48px;
    opacity: 0
}

.wp-block-search__inside-wrapper.clearData button {
    display: none
}

.wp-block-search__inside-wrapper.clearData:after {
    content: unset
}

.wp-block-search__inside-wrapper.clearData .clear-icon {
    opacity: 1;
    display: block
}

.clearData .wp-block-search__inside-wrapper:after {
    content: unset;
    background: unset !important;
    height: 0;
    width: 0
}

.clear-icon {
    position: relative
}

.clear-icon:after {
    transform: translateY(5px) translateX(0) rotate(45deg);
    top: 15px
}

.clear-icon:after, .clear-icon:before {
    content: "";
    display: block;
    background-color: #29141f;
    width: 18px;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all .4s
}

.clear-icon:before {
    transform: translateY(-3px) translateX(0) rotate(-45deg);
    top: 23px
}

button.clear-button {
    border: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    color: #404f63;
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    font-style: normal
}

.btn, button.clear-button {
    width: auto;
    cursor: pointer
}

.btn {
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 180px;
    padding: 9px 30px 8px;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    outline: 0 none;
    transition: all .5s ease;
    position: relative;
    line-height: 1;
    min-height: 32px;
    box-sizing: border-box;
    text-align: center
}

.btn, .btn:hover {
    border: 1px solid #fff
}

.btn:hover {
    background-color: #fff;
    color: #242938
}

@media screen and (min-width: 1240px) {
    .btn {
        min-width: 245px
    }
}

.btn.btn-white {
    background-color: #fff;
    color: #242938
}

.btn.btn-white:hover {
    background-color: #242938;
    color: #fff
}

.btn span {
    line-height: 1
}

.c-back-band {
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    padding-top: 22px;
    padding-bottom: 20px
}

@media screen and (min-width: 992px) {
    .c-back-band {
        font-size: 22px
    }
}

.c-back-band a {
    position: relative;
    padding-left: 40px
}

@media screen and (min-width: 768px) {
    .c-back-band a {
        padding-left: 60px
    }
}

.c-back-band a:hover {
    color: #6b171a
}

.c-back-band a:after {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon-arrow.svg);
    left: 0;
    top: 2px
}

@media screen and (min-width: 768px) {
    .c-back-band a:after {
        width: 50px;
        top: 4px
    }
}

.c-link-arrow {
    position: relative;
    padding-left: 60px;
    display: inline-block;
    font-family: Public Sans, sans-serif;
    font-weight: 200;
    font-style: normal
}

.c-link-arrow:after {
    position: absolute;
    content: "";
    display: block;
    width: 50px;
    height: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon-arrow.svg);
    transform: rotate(180deg);
    left: 0;
    top: 2px;
    transition: all .3s ease
}

.c-link-arrow:hover {
    color: #6b171a;
    font-family: Public Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-left: 70px
}

.c-link-arrow:hover:after {
    width: 60px
}

@media screen and (min-width: 768px) {
    .c-link-arrow.heading:after {
        top: 9px
    }
}

@media screen and (min-width: 1240px) {
    .c-link-arrow.heading:after {
        top: 11px
    }
}

.c-link-arrow.short {
    padding-left: 40px
}

.c-link-arrow.short:after {
    position: absolute;
    content: "";
    display: block;
    width: 24px;
    height: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon-arrow-short.svg);
    transform: unset;
    left: 0;
    top: 2px;
    transition: all .3s ease
}

.c-link-arrow.short:hover {
    padding-left: 50px;
    font-family: Public Sans, sans-serif;
    font-weight: 700;
    font-style: normal
}

.c-link-arrow.short:hover:after {
    width: 34px
}

.c-link-arrow.short.active {
    font-family: Public Sans, sans-serif;
    font-weight: 700;
    font-style: normal
}

.c-bg-color {
    position: relative
}

@media screen and (max-width: 991px) {
    .c-bg-color:after {
        display: block;
        position: absolute;
        background-color: #404f63;
        width: 104vw;
        height: 100%;
        content: "";
        left: -24px;
        top: 0;
        z-index: 1
    }
}

.c-bg-color > * {
    position: relative;
    z-index: 2
}

.bg__wrapper {
    position: relative;
    min-height: 80px
}

.bg__wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50vw;
    width: 200vw;
    height: 100%;
    background-color: #fff;
    z-index: 0
}

.c-dropdown {
    position: relative;
    color: #242938;
    text-transform: capitalize;
    width: 100%;
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .c-dropdown {
        max-width: 336px
    }
}

.c-dropdown__container {
    width: 100%;
    min-height: 50px
}

.c-dropdown__container .c-dropdown__opts {
    border: 1px solid rgba(0, 0, 0, .3)
}

.c-dropdown .option {
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    padding: 15px 24px 12px 16px;
    cursor: pointer;
    color: #29141f;
    background-color: #fff;
    display: block;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
    min-height: 44px
}

@media screen and (min-width: 768px) {
    .c-dropdown .option {
        font-size: 16px;
        min-height: 50px;
        padding: 15px 24px 12px
    }
}

.c-dropdown .option:not(.active) {
    display: none;
    opacity: 0;
    transform: translateY(-10%);
    border: 1px solid transparent
}

.c-dropdown.visible:before {
    opacity: 0
}

.c-dropdown.visible:after {
    opacity: 1;
    top: 14px;
    transform: rotate(180deg)
}

.c-dropdown.visible .c-dropdown__opts {
    padding-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, .3)
}

.c-dropdown.visible .option {
    color: #29141f;
    display: block;
    transition: all .3s ease
}

.c-dropdown.visible .option.active {
    border-color: transparent;
    background-color: #fff;
    color: #000
}

.c-dropdown.visible .option:hover {
    color: #6b171a
}

.c-dropdown.opacity .option {
    transform: translateZ(0);
    opacity: 1
}

.c-dropdown.opacity .option:first-child, .c-dropdown.opacity .option:nth-child(0), .c-dropdown.opacity .option:nth-child(2), .c-dropdown.opacity .option:nth-child(3), .c-dropdown.opacity .option:nth-child(4), .c-dropdown.opacity .option:nth-child(5), .c-dropdown.opacity .option:nth-child(6), .c-dropdown.opacity .option:nth-child(7), .c-dropdown.opacity .option:nth-child(8), .c-dropdown.opacity .option:nth-child(9) {
    transition: opacity .5s, color .3s
}

.c-dropdown.opacity .c-dropdown__opts {
    background: #fff;
    padding-top: 0;
    margin-top: 0
}

.c-dropdown:after {
    content: "";
    position: absolute;
    top: 18px;
    right: 16px;
    transition: all .2s;
    pointer-events: none;
    width: 16px;
    height: 12px;
    background-image: url(../images/icon-arrow-down-mob.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg)
}

@media screen and (min-width: 992px) {
    .c-dropdown:after {
        width: 20px;
        height: 16px;
        background-image: url(../images/icon-arrow-down.svg);
        right: 16px;
        transform: unset
    }
}

.c-dropdown__nav {
    padding: 12px 20px 12px 15px;
    cursor: pointer;
    background-color: #fff
}

.c-dropdown__nav + ul {
    transition: all .3s ease;
    opacity: 0;
    z-index: -1;
    height: 0;
    overflow: hidden
}

.dropdown-nav:last-of-type {
    margin-bottom: 24px
}

.dropdown-nav .c-dropdown {
    position: relative
}

.dropdown-nav .c-dropdown:after {
    transform: rotate(90deg)
}

.dropdown-nav ul {
    background-color: #fff;
    margin-left: 0 !important;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10
}

.dropdown-nav ul li {
    padding: 12px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    margin-bottom: 0;
    width: 100%
}

.dropdown-nav ul li.current-menu-item {
    font-family: Public Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #29141f
}

.dropdown-nav ul li a:hover {
    color: #404f63
}

.dropdown-nav.show .c-dropdown {
    position: relative
}

.dropdown-nav.show .c-dropdown:after {
    transform: rotate(0)
}

.dropdown-nav.show ul {
    height: auto;
    background-color: #fff;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, .3);
    border-bottom: unset
}

.dropdown-nav.show ul li:hover {
    font-family: Public Sans, sans-serif;
    font-weight: 700;
    font-style: normal
}

.c-dropdown-underline {
    display: -ms-flexbox;
    display: flex
}

.c-dropdown-underline .dropdowns {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 80%
}

.c-dropdown-underline .dropdowns > button, .c-dropdown-underline .dropdowns > div {
    width: 25%;
    margin-right: 35px
}

.c-dropdown-underline .dropdowns .dropdown {
    position: relative
}

.c-dropdown-underline .dropdowns .dropdown .dropdown-trigger {
    border-bottom: 3px solid #e5e5e0;
    display: inline-block;
    color: #29141f;
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    padding: 8px 28px 0 0;
    position: relative;
    cursor: pointer
}

.c-dropdown-underline .dropdowns .dropdown .dropdown-trigger:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 3px;
    transition: all .2s;
    pointer-events: none;
    width: 14px;
    height: 10px;
    background-image: url(../images/icon-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.c-dropdown-underline .dropdowns .dropdown .dropdown-trigger:hover {
    color: #6b171a
}

.c-dropdown-underline .dropdowns .dropdown .dropdown-menu {
    margin: 0;
    max-width: 260px;
    background-color: #fff;
    margin-left: 0 !important;
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    z-index: -10
}

.c-dropdown-underline .dropdowns .dropdown.show .dropdown-menu {
    height: auto;
    background-color: #fff;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, .3);
    border-bottom: unset;
    z-index: 10
}

.dw-news .c-dropdown:after {
    content: "";
    position: absolute;
    top: 22px;
    right: 16px;
    width: 12px;
    height: 8px
}

.dw-news .c-dropdown.visible:after {
    transform: rotate(1turn)
}

.dw-news .c-dropdown__opts {
    border: 1px solid #404f63 !important
}

.c-member {
    min-height: 348px;
    border-top: 1px solid #29141f;
    padding: 20px 20px 25px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff
}

.c-member:last-of-type {
    border-bottom: 1px solid #29141f
}

@media screen and (min-width: 768px) {
    .c-member {
        border: 1px solid #29141f
    }
}

.c-member .title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: center;
    justify-content: center
}

.c-member .title-wrapper .icons {
    display: block;
    margin-left: 5px;
    line-height: 1.3
}

.c-member .title-wrapper .icons svg {
    height: 18px;
    width: auto
}

.c-member__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
    border: 1px solid hsla(263, 8%, 68%, .2)
}

.c-member__link {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 3px solid #e5e5e0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

.c-member .c-link-underline {
    margin: 20px auto 0
}

.c-transaction {
    min-height: 278px;
    border-top: 1px solid #242938;
    padding: 20px 20px 25px;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #242938;
    background-color: #fff
}

.c-transaction:last-of-type {
    border-bottom: 1px solid #29141f
}

@media screen and (min-width: 768px) {
    .c-transaction {
        border: 1px solid #29141f
    }
}

.c-transaction__status {
    color: #6b171a;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    font-style: normal
}

.c-transaction__role {
    margin-top: 3px
}

.c-transaction__image {
    max-height: 24px;
    width: auto;
    margin-bottom: 20px
}

.c-transaction__type {
    font-family: Public Sans, sans-serif;
    font-weight: 700;
    font-style: normal
}

.c-transaction__nd {
    font-size: 18px;
    min-height: 61px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.c-transaction__amount, .c-transaction__nd {
    font-family: TiemposRegular, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 20px 0
}

.c-transaction__amount {
    font-size: 42px
}

.c-transaction__link {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 3px solid #e5e5e0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

.c-page-bg {
    position: relative
}

.c-page-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .5;
    left: 0;
    top: 0;
    background-image: url(../images/nd-bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 70px;
    background-size: cover;
    z-index: -1
}

.c-top-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.c-top-line h2 {
    display: inline-block;
    margin: 0
}

.c-top-line .line {
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background-color: #242938;
    margin: 0 0 0 15px
}

@media screen and (min-width: 768px) {
    .c-top-line .line {
        margin: 0 0 0 25px
    }
}

.c-top-line .link-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 10px
}

@media screen and (min-width: 768px) {
    .c-top-line .link-wrapper {
        margin-left: 35px;
        width: auto
    }
}

.c-top-line .c-link-underline {
    margin-bottom: 10px
}

.c-link-underline {
    border-bottom: 3px solid #e5e5e0;
    display: inline-block;
    text-transform: uppercase;
    color: #29141f;
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: -moz-fit-content;
    width: fit-content
}

.c-link-underline:hover {
    color: #6b171a
}

.c-breadcrumbs {
    font-size: 14px
}

.c-breadcrumbs, .c-breadcrumbs ul {
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

.c-breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0 !important
}

.c-breadcrumbs ul li {
    margin: 0
}

.c-breadcrumbs ul li a {
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #242938;
    text-transform: uppercase;
    text-decoration: unset
}

.c-breadcrumbs ul li a:hover {
    color: #6b171a;
    text-decoration: unset
}

.c-breadcrumbs ul li:after {
    content: "/";
    margin-left: 5px;
    margin-right: 2px
}

.c-grid-links {
    grid-template-columns:repeat(1, 1fr);
    display: grid;
    gap: 10px 30px
}

@media screen and (min-width: 768px) {
    .c-grid-links {
        grid-template-columns:repeat(2, 1fr)
    }
}

.c-grid-links .c-link-arrow {
    font-size: 20px;
    margin-bottom: 10px
}

.c-col-links {
    gap: 10px 30px
}

@media screen and (min-width: 768px) {
    .c-col-links {
        column-count: 2
    }
}

.c-col-links a {
    font-size: 18px;
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    .c-col-links a {
        font-size: 20px;
        margin-bottom: 10px
    }
}

.c-pagination {
    margin-top: 50px;
    text-align: center
}

.c-pagination .page-numbers {
    display: inline-block;
    margin: 0 20px;
    position: relative;
    color: #29141f;
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    font-style: normal
}

.c-pagination .page-numbers > span {
    visibility: hidden
}

.c-pagination .page-numbers.current {
    text-align: center;
    text-decoration: underline;
    font-family: Public Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #6b171a
}

.c-pagination .page-numbers.arrow-left, .c-pagination .page-numbers.prev {
    padding-left: 10px;
    min-height: 17px
}

.c-pagination .page-numbers.arrow-left:before, .c-pagination .page-numbers.prev:before {
    content: "";
    position: absolute;
    top: 4px;
    right: -8px;
    transition: all .2s;
    pointer-events: none;
    z-index: 1;
    width: 20px;
    height: 16px;
    background-image: url(../images/icon-red-left.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.c-pagination .page-numbers.arrow-right, .c-pagination .page-numbers.next {
    padding-right: 10px;
    min-height: 17px
}

.c-pagination .page-numbers.arrow-right:after, .c-pagination .page-numbers.next:after {
    content: "";
    position: absolute;
    top: 4px;
    right: -8px;
    transition: all .2s;
    pointer-events: none;
    z-index: 1;
    width: 20px;
    height: 16px;
    background-image: url(../images/icon-red-right.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.c-pagination-single {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-pagination-single a {
    position: relative;
    font-size: 16px
}

@media screen and (min-width: 1240px) {
    .c-pagination-single a {
        font-size: 18px;
        font-size: 22px
    }
}

.c-pagination-single .nav-left {
    padding-left: 40px
}

@media screen and (min-width: 992px) {
    .c-pagination-single .nav-left {
        padding-left: 60px
    }
}

.c-pagination-single .nav-left:after {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon-arrow.svg);
    left: 0;
    top: 2px
}

@media screen and (min-width: 992px) {
    .c-pagination-single .nav-left:after {
        width: 50px;
        top: 4px
    }
}

@media screen and (min-width: 1240px) {
    .c-pagination-single .nav-left:after {
        top: 7px
    }
}

.c-pagination-single .nav-right {
    padding-right: 40px
}

@media screen and (min-width: 992px) {
    .c-pagination-single .nav-right {
        padding-right: 60px
    }
}

.c-pagination-single .nav-right:after {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon-arrow.svg);
    transform: rotate(180deg);
    right: 0;
    top: 2px;
    transition: all .3s ease
}

@media screen and (min-width: 992px) {
    .c-pagination-single .nav-right:after {
        width: 50px;
        top: 4px
    }
}

@media screen and (min-width: 1240px) {
    .c-pagination-single .nav-right:after {
        top: 7px
    }
}

.select2-container .select2-selection--single {
    width: -moz-fit-content;
    width: fit-content
}

.select2-container {
    width: -moz-fit-content !important;
    width: fit-content !important;
    border-top: 1px solid rgba(36, 41, 56, .5)
}

@media screen and (min-width: 992px) {
    .select2-container {
        border: unset
    }
}

.box:nth-of-type(4) .select2-container {
    border-bottom: 1px solid rgba(36, 41, 56, .5)
}

@media screen and (min-width: 992px) {
    .box:nth-of-type(4) .select2-container {
        border: unset
    }
}

.select2-container.select2-container--default {
    padding: 8px 35px 8px 15px;
    background: #fff
}

@media screen and (min-width: 992px) {
    .select2-container.select2-container--default {
        background: transparent;
        padding: 0
    }
}

.select2-container + .select2-container.select2-container--open {
    padding: 0
}

.select2-container + .select2-container.select2-container--open li {
    padding: 8px 14px
}

.select2-dropdown {
    min-width: 245px !important;
    border: unset
}

.select2-results__options, .select2-results__options li {
    margin: 0 !important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e5e5e0
}

.select2-results li {
    background: #fff
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: unset;
    border: none
}

.select2-selection__rendered {
    color: #29141f;
    text-transform: uppercase;
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 0 !important
}

@media screen and (min-width: 992px) {
    .select2-selection__rendered {
        border-bottom: 3px solid #e3e3e3 !important
    }
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #e5e5e0 !important;
    color: #242938
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    transition: all .3s;
    pointer-events: none;
    border: unset;
    top: 10px;
    width: 15px;
    height: 9px;
    background-image: url(../images/icon-arrow-down-red.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.select2-container.select2-container--open .select2-selection__arrow b {
    transform: rotate(180deg)
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #29141f
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%
}

@media screen and (min-width: 992px) {
    .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered {
        max-width: 245px;
        min-width: 70px
    }
}

[data-select2-id="7"] + .select2-container .select2-results > .select2-results__options {
    max-height: 0
}

.select2-container {
    width: 100% !important
}

@media screen and (max-width: 991px) {
    .select2-container, .select2-container .select2-dropdown {
        position: static !important
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 9px;
        right: 14px
    }
}

.c-popup.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 1000;
    display: none
}

.c-popup .popup-content {
    position: relative;
    margin: 10% auto;
    padding: 40px;
    background: #fff;
    border-radius: 0;
    width: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    text-align: left;
    color: #242938
}

@media screen and (min-width: 768px) {
    .c-popup .popup-content {
        width: 80%
    }
}

@media screen and (min-width: 1240px) {
    .c-popup .popup-content {
        width: 60%;
        max-width: 860px
    }
}

.c-popup .popup-content a {
    color: #242938
}

.c-popup .popup-content a:hover {
    color: #6b171a
}

.c-popup .close-popup {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: #242938;
    cursor: pointer
}

.c-post {
    color: #242938;
    margin-bottom: 0;
    padding: 30px;
    border-top: 1px solid #242938;
    background-color: #fff
}

.c-post:last-of-type {
    border-bottom: 1px solid #29141f
}

@media screen and (min-width: 768px) {
    .c-post {
        border: 1px solid #29141f;
        margin-bottom: 25px
    }
}

.c-post:hover {
    color: #242938
}

.c-post__title {
    text-transform: unset;
    font-family: TiemposRegular, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: inherit;
    transition: all .3s ease
}

.c-post__title:hover {
    color: #6b171a
}

.c-post__date {
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6b171a;
    margin-bottom: 5px;
    text-transform: uppercase
}

.c-post__excerpt {
    color: inherit
}

.top-nav_wrapper {
    background-color: #404f63;
    padding-top: 14px;
    padding-bottom: 14px;
    display: none
}

@media screen and (min-width: 992px) {
    .top-nav_wrapper {
        display: block
    }
}

.top-nav_wrapper .top-nav {
    position: relative
}

.top-nav_wrapper .top-nav__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.top-nav_wrapper .top-nav__list li {
    margin-left: 44px
}

.top-nav_wrapper .top-nav__list li.menu-item-search span {
    opacity: 0
}

.top-nav_wrapper .top-nav__list li.menu-item-search a {
    position: relative
}

.top-nav_wrapper .top-nav__list li.menu-item-search a:after {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-search.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 1px;
    right: 0
}

.top-nav_wrapper .top-nav__list li.menu-item-visit span {
    font-family: Public Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-decoration: underline
}

.top-nav_wrapper .top-nav__list li a {
    color: #fff;
    font-size: 16px;
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    font-style: normal
}

.top-nav_wrapper .header-search {
    position: absolute;
    right: 0;
    bottom: -110px;
    width: 338px;
    display: none;
    z-index: 1000
}

.top-nav_wrapper .header-search .search-form-wrapper {
    background-color: #404f63;
    padding: 16px 24px
}

.top-nav_wrapper .header-search label {
    display: none
}

.page-header_wrapper {
    background: #f2f2f2;
    padding-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100
}

@media screen and (min-width: 992px) {
    .page-header_wrapper {
        background: #fff;
        border-bottom: 1px solid #000
    }
}

.page-header_wrapper.floatMenu {
    border-bottom: none;
    padding-top: 0;
    top: 0
}

.page-header_wrapper.floatMenu .header-logo {
    cursor: pointer
}

.page-header_wrapper.floatMenu .header-logo img {
    max-height: 42px
}

@media screen and (min-width: 1240px) {
    .page-header_wrapper.floatMenu .header-logo img {
        max-height: 50px
    }
}

.page-header_wrapper.floatMenu:not(.bg) .page-header:before {
    background-color: transparent
}

.page-header_wrapper .page-header {
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 70px;
    padding: 20px 0 15px;
    z-index: 10
}

@media screen and (min-width: 992px) {
    .page-header_wrapper .page-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width: 1240px) {
    .page-header_wrapper .page-header {
        padding: 20px 0
    }
}

.page-header_wrapper .page-header .header-logo {
    position: absolute;
    margin-right: 25px;
    z-index: 10;
    transition: all .4s ease;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (min-width: 768px) {
    .page-header_wrapper .page-header .header-logo {
        padding-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .page-header_wrapper .page-header .header-logo {
        position: static;
        transform: unset
    }
}

.page-header_wrapper .page-header .header-logo img {
    transition: all .4s ease;
    height: 30px;
    width: auto;
    position: relative
}

@media screen and (min-width: 992px) {
    .page-header_wrapper .page-header .header-logo img {
        padding: 0
    }
}

@media screen and (min-width: 1240px) {
    .page-header_wrapper .page-header .header-logo img {
        top: 50%;
        transform: translateY(-50%);
        position: absolute
    }
}

.page-header_wrapper .page-header .main-nav {
    transition: all .3s ease;
    position: absolute;
    width: calc(100% + 48px);
    min-width: 300px;
    z-index: 1;
    right: 0;
    background: #fff;
    top: 40px;
    padding: 35px 24px 30px;
    opacity: 0;
    z-index: -1;
    transform: translateY(-20px);
    left: -24px;
    height: 0;
    overflow: hidden
}

@media screen and (min-width: 992px) {
    .page-header_wrapper .page-header .main-nav {
        display: -ms-flexbox;
        display: flex;
        width: auto;
        position: static;
        text-align: unset;
        opacity: 1;
        padding: 0;
        transform: unset;
        height: auto;
        overflow: unset
    }
}

.page-header_wrapper .page-header .main-nav.show {
    height: auto;
    top: 70px;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
    border-bottom: 1px solid #036
}

@media screen and (min-width: 768px) {
    .page-header_wrapper .page-header .main-nav.show .main-nav__list li {
        margin: 10px 0
    }
}

.page-header_wrapper .page-header .main-nav.show .main-nav__list li a.sub-menu-open:after {
    top: 6px;
    transform: rotate(180deg)
}

@media screen and (min-width: 992px) {
    .page-header_wrapper .page-header .main-nav .header-search {
        display: none
    }
}

.page-header_wrapper .page-header .main-nav .header-search label {
    display: none
}

@media screen and (max-width: 991px) {
    .page-header_wrapper .page-header .main-nav .header-search .search-form-wrapper {
        margin: 0 auto;
        max-width: 294px
    }
}

.page-header_wrapper .page-header .main-nav__list {
    padding-top: 0;
    text-align: center
}

@media screen and (min-width: 992px) {
    .page-header_wrapper .page-header .main-nav__list {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        text-align: unset
    }
}

.page-header_wrapper .page-header .main-nav__list > .current-menu-parent > a, .page-header_wrapper .page-header .main-nav__list > .menu-item.current-menu-item > a {
    font-family: Public Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #29141f;
    border-bottom: 2px solid #29141f
}

.page-header_wrapper .page-header .main-nav__list .current-menu-parent .current-menu-item a {
    font-family: Public Sans, sans-serif;
    font-weight: 700;
    font-style: normal
}

.page-header_wrapper .page-header .main-nav__list > li > a {
    border-bottom: 2px solid transparent
}

.page-header_wrapper .page-header .main-nav__list > li > a:hover {
    border-bottom: 2px solid #29141f
}

.page-header_wrapper .page-header .menu-item {
    position: relative
}

@media screen and (min-width: 992px) {
    .page-header_wrapper .page-header .menu-item {
        margin-left: 34px
    }
}

.page-header_wrapper .page-header .menu-item a {
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #29141f;
    display: inline-block;
    margin: 0 0 20px
}

@media screen and (min-width: 992px) {
    .page-header_wrapper .page-header .menu-item a {
        margin: 0
    }
}

.page-header_wrapper .page-header .menu-item a:hover {
    color: #29141f
}

.page-header_wrapper .page-header .menu-item a .open {
    font-family: Public Sans, sans-serif;
    font-weight: 600;
    font-style: normal
}

.page-header_wrapper .page-header .menu-item:last-of-type {
    padding-right: 0
}

.page-header_wrapper .page-header .menu-item.menu-item-has-children {
    position: relative
}

.page-header_wrapper .page-header .menu-item.menu-item-has-children > a {
    padding-right: 30px;
    position: relative;
    display: inline-block
}

.page-header_wrapper .page-header .menu-item.menu-item-has-children > a:after {
    position: absolute;
    content: "";
    display: block;
    background-color: transparent;
    background-image: url(../images/icon-arrow-down.svg);
    width: 13px;
    height: 7px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    right: 8px;
    top: 8px;
    transition: all .3s ease
}

.page-header_wrapper .page-header .menu-item.menu-item-has-children > .sub-menu {
    display: none;
    top: 150%;
    width: auto;
    text-align: left;
    background-color: #fff;
    z-index: 999;
    transition: all .3s ease-in-out;
    text-align: center
}

@media screen and (min-width: 992px) {
    .page-header_wrapper .page-header .menu-item.menu-item-has-children > .sub-menu {
        display: block;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        padding: 25px 0 0;
        min-width: 165px;
        right: 50%;
        transform: translateX(50%)
    }
}

.page-header_wrapper .page-header .menu-item.menu-item-has-children > .sub-menu > li {
    margin: 0
}

.page-header_wrapper .page-header .menu-item.menu-item-has-children > .sub-menu > li a {
    display: block;
    margin: 0 0 14px
}

@media screen and (min-width: 992px) {
    .page-header_wrapper .page-header .menu-item.menu-item-has-children > .sub-menu > li a {
        margin: 0;
        padding: 13px
    }
}

@media screen and (min-width: 992px) {
    .page-header_wrapper .page-header .menu-item.menu-item-has-children > .sub-menu > li a:hover {
        background-color: #eae9ec
    }
}

@media screen and (min-width: 992px) {
    .page-header_wrapper .page-header .menu-item.menu-item-has-children:hover > .sub-menu {
        top: 100%;
        opacity: 1;
        visibility: visible
    }
}

.page-header_wrapper .page-header .menu-item.menu-item-research a {
    text-transform: uppercase;
    border-bottom: 3px solid #e5e5e0
}

.page-header_wrapper .page-header .menu-item.menu-item-visit span {
    text-decoration: underline;
    font-family: Public Sans, sans-serif;
    font-weight: 600;
    font-style: normal
}

@media screen and (min-width: 992px) {
    .page-header_wrapper .page-header .menu-item.menu-item-visit {
        display: none
    }
}

#hamburger-icon {
    width: 26px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 26px;
    margin: 0;
    z-index: 100
}

@media screen and (min-width: 992px) {
    #hamburger-icon {
        display: none
    }
}

#hamburger-icon .line {
    display: block;
    background: #242938;
    width: 26px;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s
}

#hamburger-icon .line.line-1 {
    top: 0
}

#hamburger-icon .line.line-2 {
    top: 50%
}

#hamburger-icon .line.line-3 {
    top: 100%
}

#hamburger-icon:hover .line-1 {
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    background: #6b171a
}

#hamburger-icon:hover .line-3 {
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    background: #6b171a
}

#hamburger-icon.active .line {
    width: 28px
}

#hamburger-icon.active .line-1 {
    transform: translateY(5px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(5px) translateX(0) rotate(45deg);
    -moz-transform: translateY(5px) translateX(0) rotate(45deg);
    background: #6b171a
}

#hamburger-icon.active .line-2 {
    opacity: 0
}

#hamburger-icon.active .line-3 {
    transform: translateY(-3px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-13px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-13px) translateX(0) rotate(-45deg);
    background: #6b171a
}

.page-header_wrapper {
    width: 100%
}

.fixed {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100
}

.page-footer {
    overflow: hidden;
    background-color: #fff;
    color: #000;
    position: relative;
    border-top: 1px solid #036
}

.page-footer > .footer-wrapper, .page-footer > .footer-wrapper2 {
    position: relative;
    z-index: 1
}

.page-footer .footer-wrapper {
    padding-top: 40px;
    padding-bottom: 20px
}

@media screen and (min-width: 992px) {
    .page-footer .footer-wrapper {
        padding-top: 24px;
        padding-bottom: 20px
    }
}

.page-footer p {
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

.page-footer a {
    color: #242938;
    text-transform: capitalize;
    position: relative;
    transition: all .5s ease
}

.page-footer a:hover {
    color: #242938
}

.page-footer .footer-logo {
    margin-bottom: 30px
}

.page-footer .footer-logo img {
    max-height: 50px;
    width: auto
}

@media screen and (min-width: 768px) {
    .page-footer .footer-logo img {
        max-height: 60px
    }
}

.page-footer .footer-nav {
    text-align: left
}

@media screen and (min-width: 1240px) {
    .page-footer .footer-nav .footer-nav__list {
        text-align: left
    }
}

.page-footer .footer-nav .footer-nav__list > li.menu-item {
    margin-bottom: 14px
}

@media screen and (min-width: 992px) {
    .page-footer .footer-nav .footer-nav__list > li.menu-item {
        margin-bottom: 8px
    }
}

.page-footer .footer-nav .footer-nav__list > li.menu-item.social-in-link a {
    padding-right: 22px
}

.page-footer .footer-nav .footer-nav__list > li.menu-item.social-in-link a:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/icon-in.svg);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 2px
}

.page-footer .footer-nav .footer-nav__list > li.menu-item > a {
    position: relative;
    font-family: Public Sans, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2
}

@media screen and (min-width: 992px) {
    .page-footer .footer-nav + .footer-nav {
        margin-top: 35px
    }
}

.page-footer .footer-wrapper2 {
    background-color: #404f63
}

.page-footer .footer-copyright {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #fff;
    font-size: 12px
}

@media screen and (min-width: 992px) {
    .page-footer .footer-copyright {
        padding-top: 26px;
        padding-bottom: 26px;
        text-align: right
    }
}

@media screen and (min-width: 992px) {
    .page-main {
        margin-top: 70px
    }
}

.page-main ul {
    margin-left: 16px
}

.page-main ul li {
    position: relative;
    margin-bottom: 8px
}

.page-main ul li:last-of-type {
    margin-bottom: 0
}

.page-main .page-wrapper {
    padding-bottom: 80px;
    padding-top: 71px;
    overflow: hidden
}

@media screen and (min-width: 992px) {
    .page-main .page-wrapper {
        padding-top: 0
    }
}

.page-main .page_content {
    word-break: break-word
}

.page-template-default .page-wrapper {
    position: relative
}

.page-template-default .page-wrapper h3 {
    font-family: Public Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 5px;
    margin-top: 25px
}

.page-template-default .page-wrapper ol li, .page-template-default .page-wrapper ul li {
    list-style: unset
}

.error-404 {
    padding-top: 0;
    min-height: calc(100vh - 200px)
}

.error-404.not-found {
    padding-top: 10vh
}

.page-id-48 .page-wrapper, .page-template-template-home .page-wrapper {
    padding-bottom: 0;
    padding-top: 0
}

@media screen and (min-width: 992px) {
    .page-id-48 .page-wrapper, .page-template-template-home .page-wrapper {
        padding-bottom: 80px
    }
}

@media screen and (min-width: 992px) {
    .page-template-template-home .page-main {
        margin-top: 0
    }
}

@media screen and (max-width: 991px) {
    .page-id-44 .s-cols2-img {
        margin-bottom: 0
    }
}

@media screen and (max-width: 991px) {
    .page-id-44 .s-career-color {
        margin-top: 0
    }
}

@media screen and (max-width: 991px) {
    .page-id-44 .page-wrapper {
        margin-bottom: 0;
        padding-bottom: 0
    }
}

@media screen and (max-width: 991px) {
    .page-id-4110 .s-cols2-color-col, .page-id-4119 .s-cols2-color-col {
        margin-top: -40px;
        margin-bottom: 0
    }
}

body.single .single-post {
    color: #29141f
}

body.single .single-post .col-aside {
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 30px
}

@media screen and (min-width: 992px) {
    body.single .single-post .col-aside {
        padding-left: 30px;
        margin-bottom: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (min-width: 1240px) {
    body.single .single-post .col-aside {
        padding-left: 100px
    }
}

body.single .single-post .col-aside .box {
    padding: 25px 0;
    background-color: #404f63;
    color: #fff;
    min-width: 280px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 10px
}

@media screen and (min-width: 992px) {
    body.single .single-post .col-aside .box {
        padding: 25px;
        max-width: 300px;
        grid-template-columns:repeat(1, 1fr)
    }
}

body.single .single-post .col-aside .box .box-item {
    margin-bottom: 8px
}

body.single .single-post .col-aside .box .box-item:last-of-type {
    margin-bottom: 0
}

body.single .single-post .col-aside .box .box-item h3 {
    color: #fff;
    margin-bottom: 5px
}

body.single .single-post .col-aside .box .box-item .btn {
    margin-top: 10px
}

@media screen and (max-width: 991px) {
    body.single .single-post .cols-reorder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width: 1240px) {
    body.single .single-post .col-main .cols {
        -ms-flex-align: center;
        align-items: center
    }
}

body.single .single-post .col-main .h1-title {
    color: #29141f;
    margin-bottom: 8px
}

body.single .single-post .col-main h6 {
    font-family: Public Sans, sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #29141f;
    margin-bottom: 8px
}

body.single .single-post .col-main .text {
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    body.single .single-post .col-main .links {
        padding-left: 20px
    }
}

@media screen and (min-width: 1240px) {
    body.single .single-post .col-main .links {
        padding-left: 30px
    }
}

body.single .single-post .col-main a:hover {
    color: #6b171a
}

body.single .single-post .c-pagination-single {
    margin-top: 40px
}

.single-member {
    color: #29141f
}

@media screen and (min-width: 1240px) {
    .single-member .page-wrapper {
        padding-bottom: 145px
    }
}

@media screen and (min-width: 1240px) {
    .single-member .s-st-content {
        padding-top: 20px
    }
}

.single-member .col-left .box {
    padding: 0 0 45px
}

@media screen and (min-width: 768px) {
    .single-member .col-left .box {
        padding: 45px 30px 45px 0
    }
}

.single-member .bg__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 280px;
    height: 280px;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .single-member .bg__image {
        margin: 0
    }
}

.single-member .col-right {
    padding-top: 28px;
    border-top: 1px solid #29141f
}

@media screen and (min-width: 992px) {
    .single-member .col-right {
        border-top: 0;
        border-left: 1px solid #29141f;
        padding-left: 30px;
        padding-top: 80px
    }
}

@media screen and (min-width: 1240px) {
    .single-member .col-right .cols {
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width: 1240px) {
    .single-member .col-right .cols.fl-end {
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.single-member .col-right .cols.fl-end .links {
    margin-bottom: 3px
}

.single-member .col-right .h1-title, .single-member .col-right h6 {
    color: #29141f;
    margin-bottom: 8px
}

.single-member .col-right h6 {
    font-family: Public Sans, sans-serif;
    font-weight: 200;
    font-style: normal
}

@media screen and (min-width: 992px) {
    .single-member .col-right .links {
        padding-left: 20px
    }
}

@media screen and (min-width: 1240px) {
    .single-member .col-right .links {
        padding-left: 30px
    }
}

.single-member .col-right .links .icons {
    display: -ms-flexbox;
    display: flex;
    margin: 8px 0
}

.single-member .col-right .links .icons svg {
    height: 21px;
    width: auto;
    margin-right: 12px
}

.single-member .col-right .links .icons svg path {
    fill: #29141f
}

.single-member .col-right a:hover {
    color: #6b171a
}

.single-member .text {
    margin-top: 40px
}

@media screen and (min-width: 992px) {
    .single-member .text {
        padding-bottom: 35px
    }
}

@media screen and (min-width: 1240px) {
    .single-member .text {
        padding-bottom: 45px
    }
}

.page-sidebar {
    overflow: hidden;
    padding-bottom: 0 !important
}

.page-sidebar .sidebar-links {
    display: none
}

@media screen and (min-width: 992px) {
    .page-sidebar .sidebar-links {
        display: block
    }
}

@media screen and (min-width: 992px) {
    .page-sidebar .dropdown-nav {
        display: none
    }
}

.page-sidebar .col-80 {
    padding-top: 24px;
    padding-bottom: 30px
}

@media screen and (min-width: 992px) {
    .page-sidebar .col-80 {
        padding-left: 80px;
        padding-top: 50px
    }
}

.page-sidebar .col-80 .box {
    position: relative
}

.page-sidebar .col-80 .box .h1-title {
    margin-bottom: 16px
}

@media screen and (min-width: 992px) {
    .page-sidebar .col-80 .box .h1-title {
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .results_wrapper {
        padding-top: 20px;
        padding-bottom: 30px
    }
}

.results_wrapper a {
    display: block;
    margin-bottom: 30px
}

.results_wrapper a h3 {
    font-family: TiemposRegular, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline
}

.results_wrapper .c-pagination {
    margin-top: 80px
}

.s-hero {
    position: relative;
    margin-bottom: 35px
}

@media screen and (min-width: 768px) {
    .s-hero {
        margin-bottom: 95px
    }
}

@media screen and (min-width: 1240px) {
    .s-hero {
        margin-bottom: 135px
    }
}

.s-hero_image {
    height: 270px;
    width: 100%;
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .s-hero_image {
        height: 400px
    }
}

@media screen and (min-width: 1240px) {
    .s-hero_image {
        height: 500px
    }
}

.s-hero_image .img__bg {
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    left: 0
}

@media screen and (max-width: 767px) {
    .s-hero_content.page-container {
        padding: 0;
        background-color: #404f63
    }
}

.s-hero_content .box {
    color: #fff;
    padding: 30px 24px
}

@media screen and (min-width: 768px) {
    .s-hero_content .box {
        width: 70%;
        bottom: -55px;
        min-height: 100px;
        background-color: rgba(64, 79, 99, .9215686275);
        z-index: 10;
        position: absolute;
        right: 0;
        z-index: 5;
        text-align: left;
        top: unset;
        padding: 30px 30px 25px
    }
}

@media screen and (min-width: 992px) {
    .s-hero_content .box {
        width: 60%
    }
}

@media screen and (min-width: 1240px) {
    .s-hero_content .box {
        padding: 46px 50px 52px 100px;
        width: 60%;
        bottom: -76px;
        min-height: 150px
    }
}

.s-hero_content .box > * {
    color: #fff
}

.s-hero_content .box .hero__title h1 {
    color: #fff;
    margin-bottom: 0
}

.s-hero_content .box .hero__title .link a {
    text-transform: uppercase;
    color: #fff
}

.s-hero_content .box .hero__text {
    margin-top: 15px;
    font-family: Public Sans, sans-serif;
    font-weight: 500;
    font-style: normal;
    max-width: 680px
}

@media screen and (min-width: 768px) {
    .s-hero_content .box .hero__text {
        font-size: 18px
    }
}

@media screen and (min-width: 1240px) {
    .s-hero_content .box .hero__text {
        font-family: Public Sans, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 22px
    }
}

.s-hero_content .box .hero__links {
    margin-top: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 680px
}

@media screen and (min-width: 768px) {
    .s-hero_content .box .hero__links.grid2 {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media screen and (min-width: 1240px) {
    .s-hero_content .box .hero__links.grid2 {
        grid-template-columns:repeat(2, 1fr)
    }
}

.s-hero_content .box .hero__links a {
    margin-right: 20px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    .s-hero_content .box .hero__links a {
        margin-bottom: 5px;
        font-size: 17px;
        margin-right: 30px
    }
}

@media screen and (min-width: 1240px) {
    .s-hero_content .box .hero__links a {
        font-size: 20px;
        margin-right: 60px;
        white-space: nowrap
    }
}

.s-hero_content .box .hero__links a:after {
    top: 3px
}

@media screen and (min-width: 1240px) {
    .s-hero_content .box .hero__links a:after {
        top: 4px
    }
}

.s-hero_content .box .hero__links a:last-of-type {
    margin-right: 0
}

.s-hero_content .box .hero__links a:hover {
    padding-left: 60px
}

.s-hero_content .box .hero__links a:hover:after {
    width: 50px
}

.s-hero.contact .s-hero_image .img__bg {
    background-position: 0
}

.s-hero.contact .list {
    margin-top: 20px
}

.s-hero.contact .list > *, .s-hero.contact .list h3 {
    color: #fff
}

.s-hero.contact .list .item {
    font-size: 16px
}

@media screen and (min-width: 768px) {
    .s-hero.contact .list .item {
        font-size: 18px
    }
}

@media screen and (min-width: 1240px) {
    .s-hero.contact .list .item {
        font-size: 20px
    }
}

.s-hero.contact .list .item a {
    color: #fff;
    display: block
}

.s-hero.contact .list .item a:hover {
    color: #fff
}

.s-hero.contact .list .item__mob {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    margin-bottom: 5px
}

.s-hero.contact .list .item__mob:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/icon-phone-white.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 2px
}

.s-hero.contact .social-link {
    font-family: Public Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    margin-top: 40px
}

.s-hero.contact .social-link > * {
    color: #fff
}

.s-hero.contact .social-link a[href*=linkedin] {
    font-family: Public Sans, sans-serif;
    font-weight: 200;
    font-style: normal;
    position: relative;
    display: inline-block;
    color: #fff;
    padding-left: 25px;
    margin-left: 8px
}

.s-hero.contact .social-link a[href*=linkedin]:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/icon-in-white.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 2px
}

@media screen and (min-width: 768px) {
    .s-hero.contact .social-link a[href*=linkedin]:after {
        top: 5px
    }
}

.s-hero.video {
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.s-hero.video .s-hero__video {
    height: 330px;
    width: 100%;
    position: relative
}

@media screen and (min-width: 768px) {
    .s-hero.video .s-hero__video {
        height: 400px
    }
}

@media screen and (min-width: 992px) {
    .s-hero.video .s-hero__video {
        height: 630px;
        margin-bottom: 80px
    }
}

.s-hero.video .s-hero__video .mejs-container {
    height: 100% !important;
    width: auto !important
}

.s-hero.video .s-hero__video .__bg > div {
    height: 330px !important;
    width: 100vw !important
}

@media screen and (min-width: 768px) {
    .s-hero.video .s-hero__video .__bg > div {
        height: 400px !important
    }
}

@media screen and (min-width: 992px) {
    .s-hero.video .s-hero__video .__bg > div {
        height: 630px !important
    }
}

.s-hero.video .s-hero__video video {
    object-fit: cover;
    height: 100% !important;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    left: 0;
    pointer-events: none
}

.s-hero.video .s-hero__video .mejs-controls {
    display: none !important
}

.s-hero.video .s-hero__video .mejs-overlay-play {
    display: none !important;
    max-width: 1230px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

@media screen and (min-width: 1240px) {
    .s-hero.video .s-hero__video .mejs-overlay-play {
        max-width: 100%
    }
}

.s-hero.video .s-hero__video .mejs-overlay-button, .s-hero.video .s-hero__video .mejs-overlay-loading-bg-img {
    display: none !important
}

.s-hero.video .s-hero__content {
    color: #fff;
    background-color: rgba(64, 79, 99, .9215686275);
    padding: 30px 24px;
    z-index: 10
}

@media screen and (min-width: 992px) {
    .s-hero.video .s-hero__content {
        width: 50vw;
        position: absolute;
        bottom: 0;
        left: 50%;
        padding: 35px 45px
    }
}

.s-hero.video .s-hero__content .h1-title {
    color: #fff;
    margin-bottom: 8px
}

@media screen and (min-width: 992px) {
    .s-hero.video .s-hero__content .h1-title {
        margin-bottom: 24px
    }
}

.s-hero.video .hero-slider {
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px
}

.s-hero.video .hero-slider .swiper-pagination {
    position: static;
    text-align: left;
    margin-top: 10px
}

.s-hero.video .hero-slider .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #fff;
    opacity: 1
}

.s-hero.video .hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}

.s-hero.video .hero__text {
    color: #fff;
    font-size: 46px;
    line-height: 1.1;
    text-align: left;
    position: relative;
    z-index: 1;
    max-width: 580px
}

@media screen and (min-width: 768px) {
    .s-hero.video .hero__text {
        font-size: 76px
    }
}

@media screen and (min-width: 1240px) {
    .s-hero.video .hero__text {
        font-size: 86px
    }
}

.s-hero.video .hero__text p {
    margin: 0
}

.s-hero.video .hero-menu {
    margin-top: 25px
}

.s-hero.video .hero-menu a {
    color: #fff;
    display: block;
    position: relative;
    margin-bottom: 12px
}

@media screen and (min-width: 1240px) {
    .s-hero.video .hero-menu a {
        font-size: 20px
    }
}

.s-hero.video .hero-menu a:last-of-type {
    margin-bottom: 0
}

.s-hero.video .hero-menu a:hover {
    font-family: Public Sans, sans-serif;
    font-weight: 700;
    font-style: normal
}

.s-disclosure {
    margin-top: 35px;
    font-size: 18px
}

@media screen and (min-width: 768px) {
    .s-disclosure {
        margin-top: 95px;
        font-size: 20px
    }
}

@media screen and (min-width: 1240px) {
    .s-disclosure {
        margin-top: 135px
    }
}

.s-cols2-color {
    overflow: hidden
}

@media screen and (min-width: 992px) {
    .s-cols2-color .col-50:first-of-type {
        padding-right: 35px
    }
}

@media screen and (min-width: 1240px) {
    .s-cols2-color .col-50:first-of-type {
        padding-right: 100px
    }
}

.s-cols2-color .box {
    padding: 30px 0;
    background-color: #404f63;
    color: #fff
}

@media screen and (min-width: 992px) {
    .s-cols2-color .box {
        padding: 40px
    }
}

@media screen and (min-width: 1240px) {
    .s-cols2-color .box {
        padding: 70px 100px
    }
}

.s-cols2-color .box > *, .s-cols2-color .box a {
    color: #fff
}

.s-cols2-color .box p {
    margin-bottom: 16px
}

.s-cols2-color .box .add-style {
    margin-top: 35px;
    line-height: 1.8
}

@media screen and (min-width: 1240px) {
    .s-cols2-color .box .add-style {
        line-height: 2
    }
}

.s-contact {
    margin-bottom: 20px
}

.s-contact .list {
    margin-top: 20px;
    gap: 45px 0
}

@media screen and (min-width: 768px) {
    .s-contact .list {
        gap: 55px 20px
    }
}

@media screen and (min-width: 992px) {
    .s-contact .list {
        gap: 55px 20px;
        grid-template-columns:repeat(3, 1fr)
    }
}

.s-contact .list .item a {
    color: #242938
}

.s-contact .list .item a:hover {
    color: #6b171a
}

.s-contact .list .item__text {
    margin-bottom: 15px
}

.s-contact .list .item__map {
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6b171a;
    text-transform: uppercase;
    margin-top: 12px;
    display: inline-block;
    border-bottom: 3px solid #e5e5e0
}

.s-contact .list .item__fax {
    position: relative;
    padding-left: 25px;
    display: block;
    margin-bottom: 5px
}

.s-contact .list .item__fax:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/icon-fax.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 2px
}

.s-contact .list .item__mob {
    position: relative;
    padding-left: 25px;
    display: block;
    margin-bottom: 5px
}

.s-contact .list .item__mob:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/icon-phone-black.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 2px
}

.s-cols2-color-col {
    overflow: hidden
}

.s-cols2-color-col strong {
    font-family: Public Sans, sans-serif;
    font-weight: 600;
    font-style: normal
}

.s-cols2-color-col .cols.right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media screen and (min-width: 992px) {
    .s-cols2-color-col .cols.right {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media screen and (min-width: 992px) {
    .s-cols2-color-col .cols.right .box.no-bg {
        padding-left: 0;
        padding-right: 40px
    }
}

@media screen and (min-width: 1240px) {
    .s-cols2-color-col .cols.right .box.no-bg {
        padding-left: 0;
        padding-right: 76px
    }
}

.s-cols2-color-col .cols.right .box.colored {
    line-height: 1.6
}

@media screen and (min-width: 992px) {
    .s-cols2-color-col .cols.right .box.colored {
        margin-right: 0;
        margin-left: 20px
    }
}

.s-cols2-color-col .cols.right .box.colored a {
    color: #fff;
    position: relative
}

.s-cols2-color-col .cols.right .box.colored a[href^=http] {
    position: relative;
    padding-left: 60px;
    font-size: 20px
}

.s-cols2-color-col .cols.right .box.colored a[href^=http]:after {
    position: absolute;
    content: "";
    display: block;
    width: 50px;
    height: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon-arrow.svg);
    transform: rotate(180deg);
    left: 0;
    top: 2px;
    transition: all .3s ease
}

.s-cols2-color-col .cols.right .box.colored a:hover {
    font-family: Public Sans, sans-serif;
    font-weight: 700;
    font-style: normal
}

.s-cols2-color-col .box.no-bg {
    margin-bottom: 40px;
    margin-top: 28px
}

@media screen and (min-width: 992px) {
    .s-cols2-color-col .box.no-bg {
        padding-left: 40px;
        margin-bottom: 0;
        margin-top: 0
    }
}

@media screen and (min-width: 1240px) {
    .s-cols2-color-col .box.no-bg {
        padding-left: 76px;
        line-height: 1.5
    }
}

@media screen and (min-width: 1240px) {
    .s-cols2-color-col .box.no-bg strong {
        font-size: 22px
    }
}

.s-cols2-color-col .box.colored {
    background-color: #404f63;
    color: #fff;
    padding: 40px 0
}

@media screen and (min-width: 992px) {
    .s-cols2-color-col .box.colored {
        margin-right: 20px;
        padding: 40px 50px 30px
    }
}

.s-cols2-color-col .box.colored > *, .s-cols2-color-col .box.colored > h4, .s-cols2-color-col .box.colored h2, .s-cols2-color-col .box.colored h3, .s-cols2-color-col .box.colored h4, .s-cols2-color-col .box.colored h5 {
    color: #fff
}

.s-cols2-color-col .box.colored ul li {
    list-style: disc;
    margin-bottom: 6px
}

.s-cols2-color-col .box > *, .s-cols2-color-col .box a {
    color: #242938
}

.s-cols2-color-col .box p {
    margin-bottom: 16px
}

@media screen and (min-width: 1240px) {
    .s-cols2-color-col .box p {
        margin-bottom: 24px
    }
}

.s-services-transactions {
    margin-top: 54px;
    margin-bottom: 54px
}

.s-services-team {
    margin-top: 30px;
    margin-bottom: 34px
}

@media screen and (min-width: 768px) {
    .s-services-team {
        margin-top: 54px;
        margin-bottom: 54px
    }
}

.s-services-bgtop {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    margin-top: 16px
}

.s-services-bgtop:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -25px;
    width: 105vw;
    height: 100%;
    background-color: #036
}

@media screen and (min-width: 992px) {
    .s-services-bgtop:before {
        left: -80px;
        width: 100vw
    }
}

.s-services-bgtop .top-text {
    position: relative;
    z-index: 0;
    line-height: 1.5
}

.sidebar-links {
    min-width: 240px;
    padding-top: 50px;
    position: relative
}

@media screen and (min-width: 992px) {
    .sidebar-links {
        padding-right: 32px;
        border-right: 1px solid #242938
    }

    .sidebar-links:after {
        position: absolute;
        content: "";
        width: 40vw;
        display: block;
        background-color: #fff;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 0
    }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
    .sidebar-links {
        padding-right: 50px
    }
}

.sidebar-links .box {
    position: relative;
    z-index: 1
}

.sidebar-links .box > h5 {
    margin-bottom: 20px
}

.sidebar-links .box > h5:nth-of-type(2) {
    margin-top: 36px
}

.sidebar-links .box .aside-nav ul {
    margin: 0
}

.sidebar-links .box .aside-nav ul li {
    margin-bottom: 18px
}

.sidebar-links .box .aside-nav a {
    position: relative;
    padding-left: 40px;
    display: inline-block;
    font-family: Public Sans, sans-serif;
    font-weight: 200;
    font-style: normal;
    line-height: 1.5
}

.sidebar-links .box .aside-nav a:after {
    position: absolute;
    content: "";
    display: block;
    width: 24px;
    height: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon-arrow-short.svg);
    transform: unset;
    left: 0;
    top: 2px;
    transition: all .3s ease
}

.sidebar-links .box .aside-nav a:hover {
    font-family: Public Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #404f63
}

.sidebar-links .box .aside-nav .current-menu-item a {
    font-family: Public Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #404f63
}

.s-cols2-img {
    overflow: hidden
}

@media screen and (min-width: 992px) {
    .s-cols2-img .box .text {
        padding-right: 25px
    }
}

@media screen and (min-width: 1240px) {
    .s-cols2-img .box .text {
        padding-right: 75px
    }
}

.s-cols2-img .box strong {
    font-family: Public Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px
}

@media screen and (min-width: 992px) {
    .s-cols2-img .box strong {
        font-size: 18px
    }
}

@media screen and (min-width: 1240px) {
    .s-cols2-img .box strong {
        font-size: 21px
    }
}

.s-cols2-img .box .link_wrapper {
    margin-top: 20px
}

.s-cols2-img .box__img {
    height: 262px;
    width: 100%;
    margin-top: 35px
}

@media screen and (min-width: 992px) {
    .s-cols2-img .box__img {
        height: 326px
    }
}

.s-cols2-img .box__img .bg {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: -25px;
    width: 104vw;
    height: 100%
}

@media screen and (min-width: 992px) {
    .s-cols2-img .box__img .bg {
        top: 0;
        left: 0;
        width: 100%
    }
}

.s-career-color .box {
    background-color: #404f63;
    padding: 35px 0 45px
}

@media screen and (min-width: 768px) {
    .s-career-color .box {
        padding: 35px 30px 45px
    }
}

@media screen and (min-width: 992px) {
    .s-career-color .box {
        padding: 40px 50px 45px
    }
}

.s-career-color .box .box-top {
    margin-bottom: 25px
}

@media screen and (max-width: 767px) {
    .s-career-color .box .cols-grid-3 {
        gap: 24px 0
    }
}

.s-career-color .box .link {
    font-family: TiemposRegular, sans-serif;
    font-weight: 400;
    font-style: normal
}

.s-career-color .box .list {
    margin-bottom: 40px
}

.s-career-color .box .list .link-bottom {
    background-color: #fff;
    display: block;
    padding: 35px 30px;
    position: relative
}

@media screen and (min-width: 768px) {
    .s-career-color .box .list .link-bottom {
        padding: 30px 30px 45px
    }
}

@media screen and (min-width: 992px) {
    .s-career-color .box .list .link-bottom {
        padding: 30px 35px 45px
    }
}

.s-career-color .box .list .link-bottom:after {
    position: absolute;
    content: "";
    display: block;
    width: 50px;
    height: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon-arrow.svg);
    transform: rotate(180deg);
    left: 30px;
    bottom: 20px;
    transition: all .3s ease
}

.s-career-color .box .list .link-bottom h3 {
    font-family: TiemposRegular, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #242938;
    transition: all .3s ease
}

.s-career-color .box .list .link-bottom:hover h3 {
    color: #82bff5
}

.s-career-color .box .list .link-bottom:hover:after {
    width: 60px
}

.s-career-color .box-border {
    border: 1px solid #fff;
    padding: 30px
}

@media screen and (min-width: 992px) {
    .s-career-color .box-border {
        padding: 35px
    }
}

.s-career-color .popup-trigge-wrapper {
    margin-top: 15px
}

@media screen and (min-width: 768px) {
    .s-career-color .popup-trigge-wrapper .c-link-arrow:after {
        top: 4px
    }
}

@media screen and (min-width: 1240px) {
    .s-career-color .popup-trigge-wrapper .c-link-arrow:after {
        top: 6px
    }
}

.s-career-color .popup-trigge-wrapper .c-link-arrow h3 {
    font-family: TiemposRegular, sans-serif;
    font-weight: 400;
    font-style: normal
}

.s-career-color > *, .s-career-color a, .s-career-color h3, .s-career-color h4 {
    color: #fff
}

@media screen and (min-width: 768px) {
    .s-team .h1-title {
        margin-right: 20px;
        max-width: 50%
    }
}

@media screen and (min-width: 1240px) {
    .s-team .h1-title {
        margin-bottom: 40px
    }
}

.s-team .dropdown-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    min-height: 30px
}

@media screen and (min-width: 768px) {
    .s-team .dropdown-wrapper {
        width: auto
    }
}

@media screen and (min-width: 768px) {
    .s-team .dropdown-wrapper .c-dropdown {
        position: absolute;
        top: 20px
    }
}

.s-team .dropdown-wrapper .c-dropdown:after {
    content: "";
    position: absolute;
    top: 22px;
    right: 16px;
    width: 12px;
    height: 8px
}

@media screen and (min-width: 768px) {
    .s-team .dropdown-wrapper .c-dropdown:after {
        right: 24px
    }
}

.s-team .JS--load-team {
    margin-top: 24px
}

.s-team .c-top-line.s-team {
    margin-bottom: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-template-template-our-services-team .s-team .c-top-line.s-team {
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.page-template-template-our-services-team .s-team .c-dropdown__container {
    min-height: unset
}

.page-template-template-our-services-team .s-team .dropdown-wrapper {
    margin-bottom: 10px;
    margin-top: 10px
}

.page-template-template-our-services-team .s-team .c-dropdown {
    position: absolute;
    left: 0;
    width: auto;
    top: 0;
    margin-top: 5px
}

@media screen and (min-width: 768px) {
    .page-template-template-our-services-team .s-team .c-dropdown {
        margin-top: 10px
    }
}

.page-template-template-our-services-team .s-team .c-dropdown:after {
    background-image: url(../images/icon-arrow-down-red.svg);
    width: 15px;
    height: 9px;
    position: absolute;
    top: 10px;
    right: 1px
}

.page-template-template-our-services-team .s-team .c-dropdown a {
    text-transform: uppercase;
    color: #29141f;
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    background: transparent;
    padding: 6px 25px 2px 0;
    min-height: unset;
    border-radius: 0 !important;
    min-width: 65px
}

.page-template-template-our-services-team .s-team .c-dropdown a.active {
    background: transparent !important
}

.page-template-template-our-services-team .s-team .c-dropdown a[data-industry].active, .page-template-template-our-services-team .s-team .c-dropdown a[data-sort=az].active {
    border-bottom: 3px solid #e5e5e0
}

.page-template-template-our-services-team .s-team .c-dropdown a:hover {
    background: #eae9ec
}

.page-template-template-our-services-team .s-team .c-dropdown a:first-of-type {
    border-bottom: 3px solid #e5e5e0;
    background: transparent
}

.page-template-template-our-services-team .s-team .c-dropdown a:not(:first-of-type) {
    padding: 8px 25px 2px 6px;
    background: #fff
}

.page-template-template-our-services-team .s-team .c-dropdown.opacity .active:not(.placeholder) {
    background: #fff !important;
    border-bottom: transparent
}

.s-block-links > .page-container .box-items:not(:last-of-type) {
    margin-bottom: 50px
}

.s-block-links .aside-nav__list {
    margin: 0
}

.s-block-links .aside-nav__list li {
    margin-bottom: 18px
}

.s-block-links .aside-nav__list a {
    position: relative;
    padding-left: 60px;
    display: inline-block;
    font-family: Public Sans, sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #242938
}

@media screen and (min-width: 992px) {
    .s-block-links .aside-nav__list a {
        font-size: 20px
    }
}

.s-block-links .aside-nav__list a:after {
    position: absolute;
    content: "";
    display: block;
    width: 50px;
    height: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon-arrow.svg);
    transform: rotate(180deg);
    left: 0;
    top: 2px;
    transition: all .3s ease
}

.s-block-links .aside-nav__list a:hover {
    color: #6b171a;
    font-family: Public Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-left: 70px
}

.s-block-links .aside-nav__list a:hover:after {
    width: 60px
}

.s-transactions .filter-container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 992px) {
    .s-transactions .filter-container {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.s-transactions .filter-container .clear-button {
    display: none
}

@media screen and (min-width: 992px) {
    .s-transactions .filter-container .clear-button {
        display: block
    }
}

.s-transactions .filter-container .link-wrapper {
    margin-top: 16px;
    text-align: center
}

@media screen and (min-width: 992px) {
    .s-transactions .filter-container .link-wrapper {
        margin-top: 0;
        text-align: unset
    }
}

.s-transactions .filter-container .link-wrapper .c-link-underline.active {
    border-bottom: 3px solid #6b171a
}

.s-transactions .transaction-filter .filter-title-m {
    font-family: Public Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 8px
}

@media screen and (min-width: 992px) {
    .s-transactions .transaction-filter .filter-title-m {
        display: none
    }
}

.s-transactions .transaction-filter .clear-button {
    display: none
}

@media screen and (min-width: 992px) {
    .s-transactions .transaction-filter .clear-button {
        display: block
    }
}

.s-transactions .transaction-filter .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 992px) {
    .s-transactions .transaction-filter .wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center
    }
}

.s-transactions .transaction-filter .wrapper .box {
    position: relative !important
}

@media screen and (min-width: 768px) {
    .s-transactions .transaction-filter .wrapper .box {
        margin-right: 40px
    }
}

.s-transactions .transaction-filter .search-box .box-placeholder {
    padding-right: 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    border-bottom: 3px solid #e3e3e3 !important;
    line-height: 28px;
    min-height: 31px
}

.s-transactions .transaction-filter .search-box .box-placeholder:after {
    display: block;
    content: "";
    position: absolute;
    transition: all .3s;
    pointer-events: none;
    border: unset;
    top: 10px;
    width: 15px;
    height: 9px;
    right: 7px;
    background-image: url(../images/icon-arrow-down-red.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.s-transactions .transaction-filter .search-box .box-dropdown {
    position: absolute;
    width: 200px;
    background-color: #fff;
    z-index: 1;
    display: none;
    bottom: -43px
}

.s-transactions .transaction-filter .search-box .box-dropdown input {
    margin-bottom: 0
}

.s-transactions .transaction-filter .search-box .box-dropdown input::-webkit-input-placeholder {
    color: #949494
}

.s-transactions .transaction-filter .search-box .box-dropdown input::-moz-placeholder {
    color: #949494
}

.s-transactions .transaction-filter .search-box .box-dropdown input:-ms-input-placeholder, .s-transactions .transaction-filter .search-box .box-dropdown input::-ms-input-placeholder {
    color: #949494
}

.s-transactions .transaction-filter .search-box .box-dropdown input::placeholder {
    color: #949494
}

.s-transactions .transaction-filter .search-box.open .box-dropdown {
    display: block
}

.s-transactions .transaction-results {
    margin: 35px 0 0
}

.s-transactions .pagination {
    margin-top: 80px
}

.s-transactions .results-container {
    min-height: 30vh
}

.table-view .table-wrapper {
    position: relative;
    overflow: hidden
}

.table-view .table-navigation {
    padding: 5px;
    height: 30px;
    position: relative;
    margin-bottom: 5px
}

@media screen and (min-width: 768px) {
    .table-view .table-navigation {
        display: none
    }
}

.table-view .table-navigation .icon {
    position: absolute;
    transition: all .3s;
    border: unset;
    top: 0;
    width: 16px;
    height: 30px;
    background-image: url(../images/icon-arrow-down-red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 5
}

.table-view .table-navigation .icon.arrow-circle-left {
    transform: rotate(90deg);
    right: 50px
}

.table-view .table-navigation .icon.arrow-circle-right {
    transform: rotate(-90deg);
    right: 0
}

.table-view .table-scroll {
    overflow-x: scroll
}

@media screen and (min-width: 768px) {
    .table-view .table-scroll {
        overflow: unset
    }
}

.table-view table {
    width: 180%;
    text-align: center;
    border-spacing: 0
}

@media screen and (min-width: 768px) {
    .table-view table {
        table-layout: auto;
        width: 100%;
        cursor: unset
    }
}

.table-view table .grey {
    background-color: hsla(60, 9%, 89%, .3)
}

.table-view table .name {
    width: 350px
}

.table-view .scrollable-table td:first-child, .table-view .scrollable-table th:first-child {
    font-family: Public Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: left
}

@media screen and (min-width: 768px) {
    .table-view .scrollable-table td:first-child, .table-view .scrollable-table th:first-child {
        width: 265px;
        min-width: 265px
    }
}

.table-view .scrollable-table td, .table-view .scrollable-table th {
    padding: 10px;
    width: 250px
}

.table-view thead th {
    border-bottom: 3px solid #ada8b5
}

.table-view thead th:not(:first-of-type) {
    border-left: 1px solid #ada8b5
}

.table-view td {
    border-bottom: 1px solid #ada8b5;
    padding: 6px 16px
}

@media screen and (min-width: 1100px) {
    .table-view td {
        white-space: nowrap
    }
}

.table-view tr td:not(:first-of-type) {
    border-left: 1px solid #ada8b5
}

.s-news .c-top-line {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width: 992px) {
    .s-news .c-top-line {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 991px) {
    .s-news .c-top-line h2 {
        font-size: 16px;
        margin-bottom: 16px
    }
}

.s-news .c-top-line .line {
    display: none
}

@media screen and (min-width: 992px) {
    .s-news .c-top-line .line {
        width: calc(100% - 160px);
        display: block
    }
}

.s-news .dw-news {
    width: 100%
}

@media screen and (min-width: 992px) {
    .s-news .dw-news {
        width: 170px;
        height: 50px;
        margin-left: 25px
    }
}

.s-news .dw-news .c-dropdown {
    width: 100%
}

@media screen and (min-width: 992px) {
    .s-news .dw-news .c-dropdown {
        position: absolute;
        right: 0;
        max-width: 170px
    }
}