.support-ua-page {
  background: linear-gradient(135deg, #e4ebf0 0%, #fdfdfe 50%, #e4ebf0 100%);
}

.support-ua-submenu {
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: #042338;
}

.support-ua-submenu__content {
  display: flex;
  align-items: center;
  gap: 3rem;
  max-width: 80rem;
  min-height: 1.875rem;
}

.support-ua-submenu__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 1.875rem;
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.support-ua-submenu__link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: .125rem;
  background-color: #fff;
  content: '';
  opacity: 0;
  transition: opacity .2s ease;
}

.support-ua-submenu__link:hover,
.support-ua-submenu__link:focus {
  color: #fff;
}

.support-ua-submenu__link--active::after {
  opacity: 1;
}

.support-ua-hero {
  display: flex;
  align-items: center;
  min-height: 35rem;
  background-image: url('../images/support-ua/intro-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.support-ua-hero__content {
  width: 100%;
  max-width: 80rem;
}

.support-ua-hero__title {
  max-width: 35rem;
  margin: 0 0 1.875rem;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.support-ua-hero__description {
  max-width: 31rem;
  margin: 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.32;
}

.support-ua-videos-section {
  scroll-margin-top: 1.875rem;
}

.support-ua {
  color: #042338;
}

.support-ua-videos-section {
  padding: 70px 0 60px;
  background-color: #fff;
}

.support-ua-videos-section .support-ua {
  max-width: 80rem;
}

.support-ua .support-ua__videos-title {
  margin: 0 0 1rem;
  color: #042338;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #042338;
}

.support-ua .support-ua-video-card__title {
  color: #042338;
  font-size: 1.375rem;
  line-height: 1.25;
}

.support-ua .support-ua-video-card__play {
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
  background: transparent;
}

.support-ua .support-ua-video-card__play img {
  display: block;
  width: 100%;
  height: 100%;
}

.support-ua-video-card:hover .support-ua-video-card__image,
.support-ua-video-card:focus .support-ua-video-card__image {
  transform: scale(1.03);
}

.support-ua-video-card:hover .support-ua-video-card__play,
.support-ua-video-card:focus .support-ua-video-card__play {
  transform: translate(-50%, -50%) scale(1.1);
}

.freedom-support__conference {
  min-height: 76.75rem;
  padding: 4.375rem 0 5.0625rem;
  scroll-margin-top: 1.875rem;
  background: linear-gradient(131deg, #e4ebf0 7.34%, #fdfdfe 50.06%, #e4ebf0 97.09%);
  color: #162e3f;
  font-family: 'Montserrat', sans-serif;
}

.freedom-support__conference *,
.freedom-support__conference *::before,
.freedom-support__conference *::after {
  box-sizing: border-box;
}

.freedom-support__conference h2,
.freedom-support__conference h3,
.freedom-support__conference p {
  margin: 0;
  color: inherit;
}

.freedom-support__container {
  width: 100%;
  max-width: 80rem;
}

.freedom-support__section-title {
  color: #042338;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.225;
}

.freedom-support__text-link {
  position: relative;
  display: inline-flex;
  gap: .375rem;
  padding-bottom: .4375rem;
  color: #8c060a;
  font-size: .9375rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
}

.freedom-support__text-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 1.5rem);
  height: .0625rem;
  background: #8c060a;
  content: '';
}

.freedom-support__text-link:hover,
.freedom-support__text-link:focus {
  color: #bd1117;
}

.freedom-support__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.125rem;
  height: 3.125rem;
  transform: translate(-50%, -50%);
}

.freedom-support__play img {
  display: block;
  width: 100%;
  height: 100%;
}

.conference-feature {
  display: grid;
  grid-template-columns: 9.8125rem 1fr 32.1875rem;
  height: 20.75rem;
  margin-top: 1.8125rem;
  overflow: hidden;
  border: .0625rem solid #ddeaf6;
  border-radius: .25rem;
  background: #fff;
}

.conference-feature__date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: .0625rem solid #ddeaf6;
  text-align: center;
  text-transform: uppercase;
}

.conference-feature__date span {
  color: #042338;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3125rem;
}

.conference-feature__date strong {
  margin: 1.5625rem 0 1.375rem;
  color: #042338;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1;
}

.conference-feature__copy {
  display: flex;
  flex-direction: column;
  padding: 3.375rem 1.875rem 2.875rem 3.8125rem;
}

.conference-feature__copy h3 {
  color: #042338;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3125rem;
  text-transform: none;
}

.conference-feature__copy p {
  margin-top: 1.3125rem;
  color: #162e3f;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.conference-feature__copy .freedom-support__text-link {
  align-self: flex-start;
  margin-top: auto;
}

.conference-feature__image {
  align-self: center;
  width: 30.3125rem;
  height: 17rem;
  object-fit: cover;
}

.conference-grid {
  display: grid;
  grid-template-columns: 32.3125rem 1fr;
  gap: 1.875rem;
  margin-top: 4.625rem;
}

.conference-news {
  display: flex;
  height: 37.0625rem;
  overflow: hidden;
  flex-direction: column;
  border: .0625rem solid #ddeaf6;
  border-radius: .25rem;
  background: #fff;
}

.conference-news__image {
  display: block;
  width: 100%;
  height: 18.0625rem;
  object-fit: cover;
}

.conference-news__body {
  padding: 1.125rem 1rem 0;
}

.conference-news__body h3 {
  color: #042338;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.3125rem;
  text-transform: none;
}

.conference-news__body h3 a,
.conference-news__body h3 a:hover,
.conference-news__body h3 a:focus,
.conference-video__copy h3 a,
.conference-video__copy h3 a:hover,
.conference-video__copy h3 a:focus {
  color: inherit;
}

.conference-news__description {
  margin-top: .6875rem;
  color: #162e3f;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

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

.conference-news__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto 1rem 0;
  padding: .9375rem 0 1.125rem;
  border-top: .0625rem solid #ddeaf6;
}

.conference-news__footer time {
  display: flex;
  align-items: center;
  gap: .3125rem;
  color: #162e3f;
  font-size: .875rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.375rem;
}

.conference-news__footer time img {
  width: 1.125rem;
  height: 1.125rem;
}

.conference-videos {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.conference-video {
  display: grid;
  grid-template-columns: 25.4375rem 1fr;
  gap: 1.875rem;
  height: 14.75rem;
}

.conference-video__media {
  position: relative;
  display: block;
  width: 25.4375rem;
  height: 14.3125rem;
  overflow: hidden;
}

.conference-video__media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.conference-video__copy {
  display: flex;
  flex-direction: column;
  padding-top: .0625rem;
}

.conference-video__copy h3 {
  color: #042338;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.625rem;
  text-transform: none;
}

.conference-video__copy .freedom-support__text-link {
  align-self: flex-start;
  margin: auto 0 3.875rem;
}

@media (max-width: 87.49375rem) {
  .conference-feature {
    grid-template-columns: 8.75rem minmax(0, 1fr) 42%;
  }

  .conference-feature__copy {
    padding-left: 2rem;
  }

  .conference-feature__image {
    justify-self: center;
    width: 100%;
    max-width: calc(100% - 1.875rem);
    height: auto;
  }

  .conference-grid {
    grid-template-columns: 41% minmax(0, 1fr);
  }

  .conference-video {
    grid-template-columns: 56% minmax(0, 1fr);
  }

  .conference-video__media {
    width: 100%;
  }
}

@media (max-width: 61.99375rem) {
  .freedom-support__conference {
    min-height: 0;
  }

  .conference-feature {
    grid-template-columns: 7.5rem minmax(0, 1fr);
    height: auto;
  }

  .conference-feature__copy {
    min-height: 20.625rem;
  }

  .conference-feature__image {
    grid-column: 1 / -1;
    width: calc(100% - 3.75rem);
    max-width: none;
    height: auto;
    margin: 0 1.875rem 1.875rem;
  }

  .conference-grid {
    grid-template-columns: 1fr;
  }

  .conference-news {
    height: auto;
  }

  .conference-news__footer {
    margin-top: 1.5rem;
  }

  .conference-videos {
    gap: 2.25rem;
  }

  .conference-video {
    grid-template-columns: 52% minmax(0, 1fr);
  }

  .conference-video__copy .freedom-support__text-link {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 61.9375rem) {
  .support-ua {
    max-width: 45rem;
  }
}

@media (max-width: 47.9375rem) {
  .support-ua-submenu__content {
    gap: 1.5rem;
  }

  .support-ua-hero {
    min-height: 25rem;
  }

  .support-ua-hero__content {
    padding: 1.5rem;
    background-color: rgba(4, 35, 56, .72);
  }

  .support-ua-hero__title {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .support-ua-hero__description {
    max-width: 24rem;
    font-size: 1.25rem;
  }

  .support-ua-videos-section {
    padding: 2.4rem 0 3.6rem;
  }

  .support-ua .support-ua__videos-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 35.9375rem) {
  .freedom-support__conference {
    padding: 3rem 0 4rem;
  }

  .freedom-support__section-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .conference-feature {
    display: flex;
    flex-direction: column;
  }

  .conference-feature__date {
    flex-direction: row;
    gap: .75rem;
    padding: 1.25rem;
    border-right: 0;
    border-bottom: .0625rem solid #ddeaf6;
  }

  .conference-feature__date strong {
    margin: 0;
    font-size: 2.25rem;
  }

  .conference-feature__copy {
    min-height: 0;
    padding: 1.75rem 1.25rem 2.125rem;
  }

  .conference-feature__copy .freedom-support__text-link {
    margin-top: 1.5rem;
  }

  .conference-feature__image {
    width: calc(100% - 2.5rem);
    margin: 0 1.25rem 1.25rem;
  }

  .conference-grid {
    margin-top: 3rem;
  }

  .conference-news__image {
    height: auto;
  }

  .conference-news__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.125rem;
  }

  .conference-video {
    display: flex;
    height: auto;
    flex-direction: column;
  }

  .conference-video__media {
    height: auto;
  }

  .conference-video__copy {
    gap: 1.25rem;
  }

  .conference-video__copy .freedom-support__text-link {
    margin: 0;
  }

  .support-ua-hero {
    min-height: 22rem;
    background-position: 60% center;
  }

  .support-ua-hero__title {
    font-size: 1.75rem;
  }

  .support-ua-hero__description {
    font-size: 1.25rem;
  }

  .support-ua .support-ua__videos-title {
    font-size: 1.5rem;
  }
}
