._flex-display {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
._justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
._justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
._justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
._justify-content-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bdrs-4 {
  border-radius: 4px;
}
.bg-light-yellow {
  background-color: #FBF7F3;
}
.full-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-hover-scale {
  position: relative;
  overflow: hidden;
}
.img-hover-scale > img {
  transition: transform 0.3s;
}
.img-hover-scale:hover > img {
  transform: scale(1.04);
}
.h-100 {
  height: 100%;
}
.fw-500 {
  font-weight: 500;
}
.cur-pointer {
  cursor: pointer;
}
.banner-leader {
  background: #B04224;
  min-height: 400px;
  display: flex;
  padding-block: 68px;
  background-position: center;
  background-size: cover;
  border-radius: 0 0 32px 0;
  overflow: hidden;
}
.banner-leader .container {
  margin-top: auto;
}
.banner-leader .title_head {
  color: #fff;
}
.tabs-nav {
  padding-block: 40px;
}
.tabs-nav__wrap {
  display: flex;
  border: 1px solid #F8E8D8;
  background: var(--Primary-White, #FFF);
  padding: 4px;
}
.tabs-nav__wrap--alt {
  border: none;
  padding: 0;
  gap: 16px;
}
.tabs-nav__nav {
  color: inherit;
  text-align: center;
  line-height: 1.5;
  transition: all 0.3s;
  padding: 10px 16px;
  flex-grow: 1;
}
.tabs-nav__nav.active {
  background-color: #DCA91F;
}
.tabs-nav__nav--alt {
  color: #fff;
  text-align: center;
  font: 400 24px / 1 var(--second-family);
  transition: all 0.3s;
  padding: 10px 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  border: 1px solid #BA9850;
  background-color: #fff;
  color: #BA9850;
  border-radius: 4px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .tabs-nav__nav--alt {
    height: 55px;
    font-size: 22px;
  }
}
.tabs-nav__nav--alt.active {
  background-color: #BA9850;
  color: #fff;
}
.tabs-nav__tab {
  display: none;
}
.tabs-nav__tab.active {
  display: block;
}
.fz-14,
.video-blockk__btn-wrap {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
.fz-20,
.great-at-card-1 .txt h3,
.page-article-content h3 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.2px;
}
.fz-24,
.member-card__name,
.opportunity-tile__txt-wrap h3,
.txt-block-v-center h3,
.page-article-content h1,
.page-article-content h2 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.48px;
}
.lh1_4 {
  line-height: 1.4;
}
.fz-30,
.member-popup__name {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.6px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-24 {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 20px;
  }
}
.mt-32 {
  margin-top: 32px;
}
.mt-48 {
  margin-top: 48px;
}
.sflex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.member-card {
  padding-top: 3px;
  max-width: 295px;
  display: flex;
  flex-direction: column;
  color: #000;
}
.member-card__name {
  margin-top: 18px;
}
.member-card__position {
  margin-block: 8px 16px;
  font-weight: 14px;
}
.member-card .read_more_link {
  margin-top: auto;
}
.member-card:hover .read_more_link svg {
  transform: translateX(4px);
}
.member-photo {
  position: relative;
  z-index: 1;
}
.member-photo::before {
  content: '';
  position: absolute;
  inset: 32px 0 0 0;
  border-radius: 0 0 32px 0;
  background: linear-gradient(136deg, #743929 24.45%, #E8B221 187.95%);
  z-index: -1;
}
.member-photo img {
  margin-inline: auto;
  display: block;
  max-width: 238px;
}
.member-popup {
  max-width: 944px;
  max-height: 500px;
  background-color: #fff;
  position: relative;
  padding: 72px 48px;
  display: flex;
  gap: 40px;
  margin-inline: auto;
  color: #000;
  border-left: 4px solid #DCA91F;
}
@media (max-width: 991px) {
  .member-popup {
    flex-direction: column;
    padding: 40px 20px;
    max-width: calc(100vw - 30px);
    gap: 25px;
  }
}
.member-popup__photo {
  max-width: 295px;
  margin-inline: auto;
}
.member-popup__txt-wrap {
  flex: 1 1 513px;
  max-height: 500px;
  overflow-y: auto;
  padding-right: 10px;
}
.member-popup__txt-wrap::-webkit-scrollbar {
  width: 5px;
  /* ширина скролбара */
}
.member-popup__txt-wrap::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 3px;
}
.member-popup__txt-wrap::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .member-popup__txt-wrap {
    flex-basis: auto;
  }
}
.member-popup__img-wrap {
  flex: 0 1 295px;
}
@media (max-width: 991px) {
  .member-popup__img-wrap {
    flex-basis: auto;
  }
}
@media (max-width: 767px) {
  .member-popup__name {
    font-size: 24px;
  }
}
.member-popup__position {
  line-height: 1.4;
  margin-top: 10px;
}
.member-popup__bio {
  line-height: 1.4;
}
.member-popup .mfp-close {
  margin: 8px 8px 0 0;
}
.row_gap24 {
  row-gap: 24px;
}
.benefit-wide {
  --benefit-wide-color: #C37529;
  padding: 24px;
  height: 100%;
  border-left: 4px solid var(--benefit-wide-color, #C37529);
}
.benefit-wide__title {
  font: 400 36px / 1.4 var(--second-family);
  color: var(--benefit-wide-color);
}
@media (min-width: 1200px) {
  .main-sect.p-100 {
    padding-block: 100px;
  }
}
.main-sect.p-45 {
  padding-block: 45px;
}
.container.other-contacts-container {
  padding-top: 45px;
}
.container.row-padding-12 {
  padding-inline: 12px;
}
.container.row-padding-12 .row {
  margin-inline: -12px;
}
.container.row-padding-12 .row > * {
  padding-inline: 12px;
}
.values-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  margin-top: 42px;
  gap: 16px;
}
.value-item {
  --value-color: #DCA91F;
  padding: 24px;
  position: relative;
  border-left: 4px solid var(--value-color);
  background-color: #fff;
  border-radius: 0 0 32px 0;
}
.value-item.no_border {
  border-left: none;
}
.value-item.background-yellow {
  background-color: #FBF7F3;
}
.value-item__title {
  font: 400 36px / 1.4 var(--second-family);
  color: var(--value-color);
}
.value-item__icon {
  max-width: 80px;
}
.bg-primary-red {
  background-color: #B04224;
  color: #fff;
}
.bg-primary-red .title_main {
  color: inherit;
}
.ttxt-btn-wrap {
  display: flex;
  align-items: flex-start;
}
.ttxt-btn-wrap__txt {
  max-width: 850px;
}
.ttxt-btn-wrap__btn {
  margin-left: auto;
}
.job-oportunities-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, 273px);
  justify-content: center;
  gap: 16px;
}
.opportunity-tile {
  position: relative;
  border-radius: 0 0 32px 0;
  overflow: hidden;
}
.opportunity-tile__txt-wrap {
  border-radius: 0 0 32px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 80%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 24px;
}
.opportunity-tile__txt-wrap h3 {
  color: #fff;
  margin-bottom: 1.33333333em;
}
.opportunity-tile:hover .arrow_btn {
  transform: translateX(4px);
}
.video-blockk {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0 0 32px 0;
}
.video-blockk__layer {
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67.5%, rgba(0, 0, 0, 0.7) 100%);
  display: flex;
  flex-direction: column;
}
.video-blockk__btn-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  padding: 32px 24px;
  margin-top: auto;
}
.video-blockk__thumb {
  width: 100%;
}
.people_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  color: #302E2C;
  border-radius: 0 0 32px 0;
  background-color: var(--people-card-color, #B04224);
}
.people_card:hover .read_more_link svg {
  transform: translateX(4px);
}
.people_card.color_white {
  color: #fff;
}
.people_card:hover .img img {
  transform: scale(1.1);
}
.people_card .img {
  overflow: hidden;
  width: 100%;
  border-radius: 0 0 32px 0;
}
.people_card .img img {
  width: 100%;
  transition: 0.3s ease;
}
.people_card h3 {
  margin-bottom: 12px;
  font-family: 'Gotham';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  /* 24px */
}
.people_card .text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 20px;
}
.people_card .text-inner {
  flex: 1 1 auto;
}
.page-template-our-people .people_card {
  background-color: #6698c6;
}
.connect-tile {
  padding: 24px;
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  display: block;
  max-width: 370px;
  border: 1px solid #E8E8E8;
  margin-right: 8px;
}
.connect-tile__header-wrap {
  display: flex;
  gap: 12px;
}
.connect-tile__header-wrap img {
  flex-shrink: 0;
}
.connect-tile__header-wrap-inner h4 {
  line-height: 1.2;
  margin-bottom: 4px;
}
.connect-tile__txt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.connect-tile__img img {
  width: 100%;
  aspect-ratio: 320 / 220;
  object-fit: cover;
}
.slick-basic-styles .slick-track {
  display: flex;
}
.slider-btn-style {
  position: relative;
  overflow: hidden;
  margin: 0 -8px;
  padding-bottom: 98px;
}
.slider-btn-style.ov-visible {
  overflow: visible;
}
.slider-btn-style .slick-dots {
  position: absolute;
  left: 0;
  line-height: 1;
  list-style: none;
  padding: 0;
  bottom: 12px;
  margin-left: 5px;
}
.slider-btn-style .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 3px;
  line-height: 1;
  display: inline-block;
  transition: 0.3s ease;
  border-radius: 4px;
  background: #CCC;
}
.slider-btn-style .slick-dots li.slick-active {
  width: 35px;
  background: #E8B221;
}
.slider-btn-style .slick-dots li button {
  display: none;
}
.slider-btn-style .slick-arrow {
  cursor: pointer;
  position: absolute;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  bottom: 0;
  background: #E8B221;
}
.slider-btn-style .slick-arrow.slick-disabled {
  pointer-events: none;
  background: #CCC;
}
.slider-btn-style .slick-arrow.slick-disabled path {
  fill: #AAA !important;
}
.slider-btn-style .slick-arrow.slick-next {
  right: 8px;
}
.slider-btn-style .slick-arrow.slick-prev {
  right: 56px;
}
.slider-btn-style .slick-arrow.slick-prev svg {
  transform: rotate(180deg);
}
.btn_st.btn_st--transparent {
  background-color: transparent;
  color: #fff;
  border: 1px solid currentColor;
}
.img-round-corner {
  border-radius: 0 0 32px 0;
  overflow: hidden;
}
.img-round-corner img {
  width: 100%;
}
.career-tabs__nav {
  display: flex;
}
.career-tabs__nav-item {
  padding: 16px 32px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: inherit;
}
.career-tabs__nav-item.active {
  border-top: 3px solid #E9B221;
  background: #FFF;
}
.career-tabs__tabs {
  display: grid;
}
.career-tabs__tab {
  padding: 40px;
  background-color: #fff;
  grid-column: 1;
  grid-row: 1;
  display: none;
}
.career-tabs__tab.active {
  display: block;
}
.career-tabs__tiles {
  display: flex;
}
.career-tabs__content {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.career-tabs__with-tiles {
  display: flex;
  gap: 32px;
}
.caree-info-tile {
  background-color: var(--caree-info-tile-bg, #743929);
  padding: 64px 8px 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  border-radius: 0 0 32px 0;
  max-width: 128px;
}
.great-top {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 256px);
  gap: 12px;
}
@media (max-width: 991px) {
  .great-top {
    justify-content: center;
  }
}
.great-at-card-1 {
  padding: 24px;
  min-height: 256px;
  position: relative;
}
.great-at-card-1::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background-color: #DCA91F;
}
.great-at-card-1 .txt h3 {
  font-weight: 500;
  margin-bottom: 8px;
}
.great-at-card-1 .txt p {
  line-height: 1.4;
  margin-bottom: 0;
}
.great-bottom {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 12px;
}
.color-card {
  background-color: var(--color-card-bg, #743929);
  border-radius: 0 0 32px 0;
  padding: 24px;
  color: #fff;
}
.color-card h3 {
  font-family: var(--second-family);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
}
.global-benefits {
  padding-block: 17px;
}
.global-benefits__txt {
  display: flex;
  align-items: center;
}
.accordions_content.border_left_yello .accordion_item {
  border-left: 4px solid #f6e9c7;
}
.accordions_content.border_left_yello .accordion_item.open {
  border-left: 4px solid #DCA91F;
}
.accordions_content.border_left_yello .accordion_item.open .accordion_toggle .angle {
  transform: rotate(180deg);
}
.bg-teal {
  background-color: #008080;
  color: #fff;
}
.bg-teal .title_main {
  color: inherit;
}
.txt-block-v-center {
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
}
.txt-block-v-center.height-auto {
  height: auto;
}
.txt-block-v-center h3 {
  margin-bottom: 1em;
  font-weight: 500;
}
.hero-investor__box .page-updated-at {
  color: #fff;
  font: 300 20px / 1.3 Gotham, sans-serif;
}
.page-article-content h1,
.page-article-content h2 {
  font-weight: 500;
  margin-block: 1em;
}
.page-article-content h3 {
  margin-block: 1.2em 0.8em;
  font-weight: 500;
}
.page-article-content p {
  margin-bottom: 1em;
  line-height: 1.4;
}
.page-article-content em {
  display: block;
  font-style: normal;
  font-weight: 500;
}
.has-ul ul {
  margin: 0 0 16px 0;
  padding: 0;
  list-style: none;
}
.has-ul ul li {
  position: relative;
  padding-left: 24px;
}
.has-ul ul li:not(:last-child) {
  margin-bottom: 4px;
}
.has-ul ul li:not(:last-child):has(em) {
  margin-bottom: 8px;
}
.has-ul ul li::after {
  content: '';
  position: absolute;
  top: 9px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
}
.sstandard-table {
  margin-block: 24px;
}
.sstandard-table table thead {
  background-color: #B04224;
  color: #fff;
}
.sstandard-table table td,
.sstandard-table table th {
  font-size: 14px;
  line-height: 1.4;
  padding: 8px 4px;
  text-align: left;
}
.sstandard-table table td {
  border-bottom: 1px solid #B04224;
}
@media (max-width: 1199px) {
  .price-history__wrapper {
    padding-inline: 24px;
    width: 100%;
  }
  .price-history {
    display: flex;
  }
  .price-history .tabs__labels {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .price-history__wrapper {
    padding-inline: 24px;
  }
  .btn__mob {
    width: 48px;
    height: 48px;
    background-color: transparent;
  }
  .btn__mob span {
    width: 33px;
  }
  .btn__mob span:nth-child(2) {
    display: none;
  }
  .btn__mob span:nth-child(3) {
    transform: none;
    left: auto;
    top: calc(50% - 1px);
    right: 10%;
  }
}
.news__item.block-on-mobile .news__img-mobile {
  display: none !important;
}
@media (max-width: 991px) {
  .career-tabs__with-tiles {
    flex-wrap: wrap;
  }
  .career-tabs__content {
    min-height: 0;
  }
  .career-tabs__nav {
    flex-wrap: wrap;
    background-color: #fff;
  }
  .career-tabs__nav-item {
    font-size: 16px;
    flex: 0 0 50%;
  }
  .caree-info-tile {
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .career-tabs__tiles {
    flex-wrap: wrap;
  }
  .caree-info-tile {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .great-top {
    grid-template-columns: 1fr;
  }
  .ttxt-btn-wrap {
    display: block;
  }
  .job-oportunities-wrap {
    grid-template-columns: 1fr 1fr;
  }
  .main-header .top_panel {
    display: none;
  }
  #header {
    top: 0;
  }
  .header-logo {
    max-width: 110px;
  }
  .main-sect {
    padding-block: 32px;
  }
  .main-sect.pad-t100 {
    padding-top: 32px;
  }
  .home .careers {
    display: none;
  }
  .home .about .tabs .tabs__title {
    font-size: 14px;
  }
  .home .about .tabs label {
    font-size: 14px;
    line-height: 1;
  }
  .home .about .tabs .tabs__content {
    margin-top: 48px;
  }
  .home .about .tabs .tabs__content .h2 {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .news__featured-img {
    position: static;
    margin-left: auto;
    transform: translateX(0);
    width: 108%;
  }
  .news__featured {
    gap: 17px;
    flex-direction: row;
  }
  .news__featured .news__featured-item {
    height: auto;
  }
  .news__featured-item {
    padding: 16px 16px 0 16px;
  }
  .news.bg-beige {
    background-color: #fff;
  }
  .news__item.block-on-mobile {
    border-radius: 0 0 32px 0;
    border: 1px solid var(--Borders, #E9E9E9);
    display: block;
  }
  .news__item.block-on-mobile .news__image {
    max-width: none;
  }
  .news__item.block-on-mobile .news__image .size-news {
    display: none !important;
  }
  .news__item.block-on-mobile .news__img-mobile {
    display: block !important;
    aspect-ratio: 343 / 200;
  }
  .news__item.block-on-mobile .news__title {
    font-size: 18px;
    line-height: 1.2;
  }
  .news__item.block-on-mobile .news__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .news__item.block-on-mobile .news__content {
    border-top: none;
    padding: 16px;
  }
  .news__item.block-on-mobile .news__date {
    font-size: 12px;
    line-height: 1.66;
  }
  .mobile-column-reverse {
    flex-direction: column-reverse;
  }
  .btn_st {
    border-radius: 4px;
    padding-block: 8px;
    min-height: 40px;
  }
  .btn_st.br-0 {
    border-radius: 4px;
  }
  .about__wrapper {
    margin-top: 58px;
  }
  .hightlights .title_main {
    margin-bottom: 16px;
  }
  .hightlights__wrapper {
    margin-block: 24px;
  }
  .hightlights__wrapper .row {
    row-gap: 16px;
  }
  .hightlights p:not([class]) {
    font-size: 14px;
  }
  .hightlights__item-title {
    font-size: 24px;
  }
  .hightlights__item-text {
    font-size: 40px !important;
  }
  .hightlights .hightlights__item {
    min-height: 160px;
  }
  .results-banner__wrapper {
    min-height: 490px;
    background-image: url('../images/bg/Lightbulb_on white 1.png');
    padding-left: 16px;
    padding-top: 32px;
  }
  .results-banner__wrapper p {
    margin-bottom: 16px;
  }
  .results-banner__wrapper .title_main {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .price-history {
    display: flex;
  }
  .price-history .tab__body {
    min-height: 150px;
  }
  .price-history__price {
    font-size: 46px;
    font-weight: 500;
  }
  .price-history .tabs__content {
    margin-top: 32px;
  }
  .price-history .tabs__labels label {
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 400;
  }
  .tabs .price-history__description {
    font-size: 12px;
  }
  .results__wrapper .row {
    row-gap: 24px;
  }
  .results__wrapper .list-events {
    margin-top: 16px;
  }
  .results__wrapper .list__border {
    font-size: 14px;
    font-weight: 500;
    gap: 8px;
  }
  .results__wrapper .list__border time {
    font-weight: 400;
    font-size: 12px;
  }
  .results__wrapper .text-right .link {
    color: #000;
    align-items: flex-end;
    gap: 8pxa;
    line-height: normal;
  }
  .results__wrapper .text-right .link .text-underline {
    border-bottom-color: currentColor;
    font-size: 14px;
    margin-top: 16px;
  }
  .results__wrapper .text-right .link svg path {
    fill: #000;
  }
  .upcoming-events-wrap .link__icon {
    width: 100%;
    color: #000;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 8px;
    line-height: normal;
  }
  .upcoming-events-wrap .link__icon .text-underline {
    border-bottom-color: currentColor;
    font-size: 14px;
  }
  .upcoming-events-wrap .link__icon svg path {
    fill: #000;
  }
  .upcoming-events-wrap .list-events li {
    flex-direction: row-reverse;
  }
  .upcoming-events-wrap .list-events li time {
    margin-left: auto;
  }
  .section-asx .title_main {
    margin-bottom: 16px;
  }
  .list-events + .link {
    margin-top: 16px;
  }
  .home .latest-reports .title_main {
    margin-bottom: 16px;
  }
  .latest-reports__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.18px;
    margin-top: 16px;
  }
  .main-sect__head {
    gap: 2px;
  }
  .news__featured-excerpt {
    font-size: 12px;
  }
  .news__featured-title {
    font-size: 16px;
  }
  .news__featured .watch-video {
    border: none;
    gap: 10px;
    margin-bottom: 12px;
    padding: 0;
  }
  .news__featured .watch-video span {
    font-size: 14px;
    border-bottom: 1px solid #fff;
  }
  .footer-logo {
    max-width: 110px;
  }
  #footer {
    padding-block: 32px;
  }
  #footer .site-description {
    display: none;
  }
  #footer .menu {
    gap: 20px;
  }
  #footer .list-links {
    max-width: 315px;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  #footer .list-links a {
    font-size: 14px;
  }
  #footer .copy {
    font-size: 14px;
  }
  .footer-nav > * {
    order: 1;
    grid-column: auto;
  }
  .footer-nav {
    grid-template-columns: 1fr 1fr;
  }
  .footer-nav .footer-col:last-child {
    border-left: none;
    padding-left: 0;
  }
  .footer-menu a {
    font-size: 14px;
    font-weight: 500;
  }
  .footer-col__item:first-child {
    display: none;
  }
  .footer-col__item + .footer-col__item {
    margin-top: 27px;
  }
  .footer-bottom {
    border-top: none;
    padding: 0;
    margin-top: 48px;
  }
}
@media (max-width: 767px) and (max-width: 450px) {
  .results-banner__wrapper {
    min-height: 470px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .results__wrapper {
    row-gap: 45px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .results__wrapper {
    row-gap: 32px;
  }
}
@media (max-width: 550px) {
  .opportunity-tile__txt-wrap h3 {
    font-size: 18px;
  }
  .hightlights__item-text {
    font-size: 27px !important;
  }
}
@media (max-width: 400px) {
  .opportunity-tile__txt-wrap {
    padding: 19px;
  }
  .job-oportunities-wrap {
    grid-template-columns: 1fr;
  }
  .job-oportunities-wrap .opportunity-tile {
    max-width: 273px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 389px) {
  .hightlights__item-title {
    font-size: 20px;
  }
}
.subcat-docs-header {
  margin-bottom: 15px;
}
.subcat-docs-header:not(:first-child) {
  margin-top: 15px;
}
.ppst-date {
  color: #444;
  font-family: Gotham;
  font-size: 14px;
  font-style: normal;
  font-weight: 325;
  line-height: 1.71;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.img-round-corner .featured-label {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font: 14px / 1.71 Gotham, sans-serif;
  font-weight: 500;
  color: #fff;
  border-radius: 0 0 0 16px;
  background: #B04224;
  padding: 8px 24px;
}
.searchh-posts {
  border: none;
  border-bottom: 1px solid var(--Primary-Black, #302E2C);
  font: 400 16px / 1.4 Gotham, sans-serif;
  color: #302E2C;
  background: url('../images/icons/glass.svg') no-repeat 100% 50% / auto;
  margin-left: auto;
  display: block;
}
@media (max-width: 991px) {
  .searchh-posts {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
  }
}
.searchh-posts::placeholder {
  color: #302E2C;
  opacity: 1;
  align-self: flex-end;
}
.quick_links_panel.quick_links_panel--search-posts p {
  font-size: 16px;
}
@media (max-width: 991px) {
  .quick_links_panel.quick_links_panel--search-posts .container {
    flex-wrap: wrap;
  }
}
.quick_links_panel.quick_links_panel--search-posts .sort-by {
  font-weight: 600;
  white-space: nowrap;
}
/*# sourceMappingURL=./style-sy.css.map */