@charset "UTF-8";

@font-face {
  font-family: "Plumb";
  src: url("font_1.font");
  src: local("☺"), url("font_2.font") format("truetype"), url("fonts/PLUMB-RE.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Plumb";
  src: url("font_3.font");
  src: local("☺"), url("font_4.font") format("truetype"), url("fonts/PLUMB-BO.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: "Plumb", sans-serif;
  font-size: 5.63vw;
  color: #1B1D3C;
  height: 100%;
}
@media (max-width: 767px) and (orientation: landscape) {
  html, body {
    font-size: 2.34vw;
  }
}
@media (min-width: 768px) {
  html, body {
    font-size: 2.34vw;
  }
}
@media (min-width: 1025px) {
  html, body {
    font-size: 0.94vw;
  }
}
* {
  box-sizing: border-box;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.container {
  width: 100%;
  padding-left: 1.1111111111rem;
  padding-right: 1.1111111111rem;
}
@media (min-width: 768px) {
  .container {
    padding-left: 2.2222222222rem;
    padding-right: 2.2222222222rem;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 93.75%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #1B1D3C;
  font-family: "Plumb", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
*:focus {
  outline: none;
}
* {
  box-sizing: border-box;
}
p {
  margin: 0 0 1em 0;
}
ul {
  padding-left: 1em;
}
embed,
iframe,
object {
  max-width: 100%;
}
img, video {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th, td {
  padding: 0.3em;
  text-align: left;
  border: 1px solid #C4C4C4;
  vertical-align: baseline;
}
b, strong {
  font-weight: bold;
}
.youtube-video, .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.youtube-video iframe, .wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 75%;
}
.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
@media (max-width: 767px) {
  .hidden-to-tablet {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-from-tablet {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .hidden-to-desktop {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hidden-from-desktop {
    display: none !important;
  }
}
header#masthead {
  position: relative;
  background: #1B1D3C;
  padding: 0.7777777778rem 0;
}
@media (min-width: 1025px) {
  header#masthead {
    padding: 1.1666666667rem 0;
  }
}
header#masthead.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 998;
}
header#masthead .container {
  display: flex;
  align-items: center;
}
header#masthead .logo {
  display: block;
  margin-right: auto;
}
header#masthead .logo img {
  display: block;
  width: 3.7222222222rem;
}
@media (min-width: 1025px) {
  header#masthead .logo img {
    width: 5.7222222222rem;
  }
}
header#masthead #site-navigation {
  display: flex;
  align-items: center;
}
header#masthead #site-navigation span.menu {
  font-weight: 700;
  font-size: 0.6111111111rem;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 0.4444444444rem;
}
@media (min-width: 1025px) {
  header#masthead #site-navigation span.menu {
    display: none;
  }
}
header#masthead #site-navigation .menu-toggle {
  display: block;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 999;
}
@media (min-width: 1025px) {
  header#masthead #site-navigation .menu-toggle {
    display: none;
  }
}
header#masthead #site-navigation .menu-toggle span {
  display: block;
  width: 1rem;
  height: 2px;
  background: #FFFFFF;
  transition: all 0.3s;
}
header#masthead #site-navigation .menu-toggle span:nth-child(2) {
  margin: 0.2777777778rem 0;
}
@media (max-width: 1024px) {
  header#masthead #site-navigation .nav-menu-container {
    display: none;
  }
}
@media (min-width: 1025px) {
  header#masthead #site-navigation .nav-menu-container {
    display: flex;
    align-items: center;
  }
  header#masthead #site-navigation .nav-menu-container .social {
    display: flex;
  }
}
@media (max-width: 1024px) {
  header#masthead #site-navigation .nav-menu-container .social {
    padding: 1.1111111111rem 0;
    margin-top: 1rem;
    text-align: center;
    border-top: 1px solid #1B1D3C;
  }
  header#masthead #site-navigation .nav-menu-container .social .follow-us {
    font-weight: 700;
    font-size: 0.6111111111rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0.6666666667rem;
  }
  header#masthead #site-navigation .nav-menu-container .social .social-menu ul li {
    margin: 0 0.4444444444rem;
  }
  header#masthead #site-navigation .nav-menu-container .social .social-menu ul li a {
    width: 2.3333333333rem;
    height: 2.3333333333rem;
    filter: invert(1);
  }
}
header#masthead #site-navigation .nav-menu-container #subscribe-open {
  position: relative;
  font-weight: 700;
  font-size: 0.6111111111rem;
  line-height: 1;
  text-transform: uppercase;
  color: #1B1D3C;
  padding: 1.1111111111rem;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 1025px) {
  header#masthead #site-navigation .nav-menu-container #subscribe-open {
    font-size: 0.8888888889rem;
    padding: 1.2777777778rem 3.8888888889rem;
    width: auto;
    margin: 0 1.8333333333rem 0 0;
  }
}
header#masthead #site-navigation .nav-menu-container #subscribe-open .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
header#masthead #site-navigation .nav-menu-container #subscribe-open span {
  position: relative;
}
@media (min-width: 1025px) {
  header#masthead #site-navigation.toggled {
    position: relative;
  }
}
header#masthead #site-navigation.toggled .nav-menu-container {
  display: flex;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 3.67rem);
  height: calc(var(--vh, 1vh) * 100 - 3.67rem);
  position: absolute;
  left: 0;
  top: 100%;
  color: #1B1D3C;
  background-color: #ffffff;
  padding: 1rem 1.7rem;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999;
}
@media (max-width: 1024px) {
  header#masthead #site-navigation.toggled .nav-menu-container {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (orientation: portrait) {
  header#masthead #site-navigation.toggled .nav-menu-container {
    align-items: center;
  }
}
@media (min-width: 768px) {
  header#masthead #site-navigation.toggled .nav-menu-container {
    padding: 1rem 2rem;
  }
}
@media (min-width: 1025px) {
  header#masthead #site-navigation.toggled .nav-menu-container {
    width: auto;
    height: auto;
    left: initial;
    top: calc(100% + 0.7rem);
    right: 0;
    padding: 1rem 1.5rem;
  }
}
header#masthead #site-navigation.toggled .nav-menu-container > div {
  max-width: 100%;
}
header#masthead #site-navigation.toggled .close-menu {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 2.5rem;
  right: 1.3rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  header#masthead #site-navigation.toggled .close-menu {
    top: 2.8rem;
    right: 2.4rem;
  }
}
header#masthead #site-navigation.toggled ul.nav-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  header#masthead #site-navigation.toggled ul.nav-menu {
    align-items: flex-start;
  }
}
header#masthead #site-navigation.toggled .menu-toggle span:nth-child(1) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header#masthead #site-navigation.toggled .menu-toggle span:nth-child(2) {
  opacity: 0;
}
header#masthead #site-navigation.toggled .menu-toggle span:nth-child(3) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
header#masthead .main-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1025px) {
  header#masthead .main-menu ul {
    display: flex;
    align-items: center;
  }
}
header#masthead .main-menu ul li {
  margin: 0.5555555556rem 0;
  text-align: center;
}
@media (min-width: 1025px) {
  header#masthead .main-menu ul li {
    margin: 0 1.6666666667rem 0 0;
  }
}
header#masthead .main-menu ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 1.7777777778rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #1B1D3C;
}
@media (min-width: 1025px) {
  header#masthead .main-menu ul li a {
    font-size: 1rem;
    color: #ffffff;
  }
}
header#masthead .main-menu ul li a:hover {
  text-decoration: underline;
}
header#masthead .main-menu ul li.current-menu-item a {
  color: #F7D135;
}
header#masthead #lang_choice_1 {
  font-weight: 700;
  font-size: 0.6111111111rem;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background: url("images/arrow.svg") no-repeat right center;
  background-size: 0.5555555556rem;
  margin-left: 0.8333333333rem;
  appearance: none;
  padding-right: 1rem;
}
@media (min-width: 1025px) {
  header#masthead #lang_choice_1 {
    font-size: 1rem;
    margin-left: 1.6666666667rem;
    background-size: 0.6666666667rem;
    padding-right: 1.1111111111rem;
  }
}
.social-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.social-menu ul li:not(:last-child) {
  margin-right: 0.4444444444rem;
}
@media (min-width: 1025px) {
  .social-menu ul li:not(:last-child) {
    margin-right: 0.9444444444rem;
  }
}
.social-menu ul li a {
  display: block;
  width: 1.9444444444rem;
  height: 1.9444444444rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  font-size: 0;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .social-menu ul li a {
    width: 2.8888888889rem;
    height: 2.8888888889rem;
  }
}
.social-menu ul li.youtube a {
  background-image: url("img_4.svg");
}
.social-menu ul li.twitter a {
  background-image: url("img_5.svg");
}
.social-menu ul li.telegram a {
  background-image: url("img_6.svg");
}
.social-menu ul li.facebook a {
  background-image: url("img_7.svg");
}
footer#footer {
  background: #1B1D3C;
  padding: 1.6666666667rem 0;
}
@media (min-width: 1025px) {
  footer#footer {
    padding: 2.2777777778rem 0;
  }
}
@media (min-width: 1025px) {
  footer#footer .container {
    display: flex;
    align-items: center;
  }
}
footer#footer .text {
  font-size: 0.6666666667rem;
  line-height: 1.2;
  color: #FFFFFF;
  margin-right: auto;
}
@media (max-width: 1024px) {
  footer#footer .text {
    margin-bottom: 1.1111111111rem;
  }
}
@media (min-width: 1025px) {
  footer#footer .text {
    font-size: 1.1111111111rem;
    max-width: 30.5555555556rem;
  }
}
footer#footer .links {
  font-size: 0.5555555556rem;
  line-height: 1.25;
}
@media (min-width: 1025px) {
  footer#footer .links {
    display: flex;
    align-items: baseline;
    font-size: 1.1111111111rem;
    justify-content: flex-start;
  }
}
footer#footer .links .follow-us {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  footer#footer .links .follow-us {
    margin-top: 0.8888888889rem;
  }
}
footer#footer .links .contacts div {
  display: flex;
}
@media (max-width: 1024px) {
  footer#footer .links .contacts div:not(:last-child) {
    margin-bottom: 0.1666666667rem;
  }
}
@media (min-width: 768px) {
  footer#footer .links .contacts {
    display: flex;
  }
}
@media (min-width: 768px) {
  footer#footer .links .contacts div {
    margin-right: 1.1111111111rem;
  }
}
@media (min-width: 1025px) {
  footer#footer .links .contacts div {
    margin-right: 2.9444444444rem;
  }
}
footer#footer .links .contacts a:hover {
  text-decoration: underline;
}
footer#footer .links .name {
  font-weight: 700;
  text-transform: uppercase;
  color: #F7D135;
  margin-right: 0.5rem;
}
@media (min-width: 1025px) {
  footer#footer .links .name {
    margin-right: 0.8888888889rem;
  }
}
footer#footer .links a {
  color: #FFFFFF;
  text-decoration: none;
}
#page {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.site-main {
  flex: auto;
  padding: 1.1111111111rem 0;
}
@media (min-width: 768px) {
  .site-main {
    padding: 1.1111111111rem 0 2.2222222222rem 0;
  }
}
@media (min-width: 1025px) {
  .site-main {
    padding: 2.4444444444rem 0 3.6666666667rem 0;
  }
}
#page-content h1:first-child, #page-content h2:first-child, #page-content h3:first-child, #page-content h4:first-child, #page-content h5:first-child, #page-content h6:first-child {
  margin-top: 0;
}
#page-content p:last-child {
  margin-bottom: 0;
}
#page-content p.has-small-font-size {
  font-size: 0.8em;
}
#page-content p.has-medium-font-size {
  font-size: 1.33em;
}
#page-content p.has-large-font-size {
  font-size: 2em;
}
#page-content p.has-huge-font-size {
  font-size: 3em;
}
#page-content p, #page-content ul {
  margin: 0 0 1.5em 0;
}
#page-content p a, #page-content ul a {
  color: #56C2E8;
  font-weight: bold;
}
#page-content p + ul {
  margin-top: -0.8em;
}
#page-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  color: #ffffff;
}
#page-content .wp-block-image, #page-content .wp-block-gallery, #page-content .wp-block-embed {
  margin: 2.8rem 0;
}
@media (min-width: 768px) {
  #page-content .wp-block-image, #page-content .wp-block-gallery, #page-content .wp-block-embed {
    margin: 3.2rem 0 1.9rem 0;
  }
}
@media (min-width: 1025px) {
  #page-content .wp-block-image, #page-content .wp-block-gallery, #page-content .wp-block-embed {
    margin: 4.6rem -6.7rem 2.9rem -6.7rem;
  }
}
#page-content .wp-block-image:last-child, #page-content .wp-block-gallery:last-child, #page-content .wp-block-embed:last-child {
  margin-bottom: 0;
}
#page-content .wp-block-image img, #page-content .wp-block-gallery img, #page-content .wp-block-embed img {
  display: block;
}
#page-content .wp-block-image figcaption, #page-content .wp-block-gallery figcaption, #page-content .wp-block-embed figcaption {
  width: 100%;
  font-size: 0.7rem;
  line-height: 1.6;
  text-align: center;
  color: #626262;
  margin: 1.4rem 0 0 0;
}
@media (min-width: 768px) {
  #page-content .wp-block-image figcaption, #page-content .wp-block-gallery figcaption, #page-content .wp-block-embed figcaption {
    font-size: 0.8rem;
    margin: 1.4rem 0 0 0;
  }
}
@media (min-width: 1025px) {
  #page-content .wp-block-image figcaption, #page-content .wp-block-gallery figcaption, #page-content .wp-block-embed figcaption {
    font-size: 0.8rem;
    margin: 1.1rem 0 0 0;
  }
}
#page-content .wp-block-image figcaption strong, #page-content .wp-block-gallery figcaption strong, #page-content .wp-block-embed figcaption strong {
  font-weight: 700;
  font-size: 0.9rem;
}
#page-content .wp-block-column .wp-block-image, #page-content .wp-block-column .wp-block-gallery, #page-content .wp-block-column .wp-block-embed {
  margin: 0 0 2.8rem 0;
}
@media (min-width: 768px) {
  #page-content .wp-block-column .wp-block-image, #page-content .wp-block-column .wp-block-gallery, #page-content .wp-block-column .wp-block-embed {
    margin: 0 0 1.9rem 0;
  }
}
@media (min-width: 1025px) {
  #page-content .wp-block-column .wp-block-image, #page-content .wp-block-column .wp-block-gallery, #page-content .wp-block-column .wp-block-embed {
    margin: 0 0 2.9rem 0;
  }
}
#page-content .wp-block-gallery {
  margin: 2.9rem -1.5rem;
}
@media (min-width: 768px) {
  #page-content .wp-block-gallery {
    margin: 3.2rem -1.9rem;
  }
}
@media (min-width: 1025px) {
  #page-content .wp-block-gallery {
    margin: 4.6rem -17.8rem;
  }
}
#page-content .wp-block-gallery:last-child {
  margin-bottom: 0;
}
#page-content .wp-block-gallery .blocks-gallery-grid {
  flex-wrap: nowrap;
}
#page-content .wp-block-gallery .blocks-gallery-item {
  width: fit-content;
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  margin: 0;
}
#page-content .wp-block-gallery .blocks-gallery-item figure {
  display: block;
}
#page-content .wp-block-gallery .blocks-gallery-item figure img {
  display: block;
  width: auto;
  height: 11.6rem;
}
@media (min-width: 768px) {
  #page-content .wp-block-gallery .blocks-gallery-item figure img {
    height: 16.6rem;
  }
}
@media (min-width: 1025px) {
  #page-content .wp-block-gallery .blocks-gallery-item figure img {
    height: 27rem;
  }
}
#page-content .wp-block-gallery .blocks-gallery-item figure figcaption {
  position: relative;
  padding: 0;
  background: transparent;
}
@media (min-width: 1025px) {
  .page-template-home-page .container {
    display: flex;
  }
}
@media (min-width: 1025px) {
  .page-template-home-page .container .stream {
    width: 64%;
    flex: none;
    margin-right: 2.6111111111rem;
  }
}
.page-template-home-page .container .stream .tabs-header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.9444444444rem;
}
@media (min-width: 1025px) {
  .page-template-home-page .container .stream .tabs-header {
    margin-bottom: 1.3888888889rem;
  }
}
.page-template-home-page .container .stream .tabs-header div {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.5555555556rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.6666666667rem 1.9444444444rem;
}
@media (min-width: 1025px) {
  .page-template-home-page .container .stream .tabs-header div {
    font-size: 1rem;
    padding: 1.2222222222rem 3.8888888889rem;
  }
}
.page-template-home-page .container .stream .tabs-header div:not(:last-child) {
  margin-right: 0.9444444444rem;
}
.page-template-home-page .container .stream .tabs-header div:not(.active) {
  color: #979797;
  cursor: pointer;
}
.page-template-home-page .container .stream .tabs-header div:not(.active) .back {
  filter: grayscale(100%);
}
.page-template-home-page .container .stream .tabs-header div:not(.active) .live path {
  fill: #979797;
}
.page-template-home-page .container .stream .tabs-header div .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.page-template-home-page .container .stream .tabs-header div .live {
  width: 0.9444444444rem;
  height: auto;
  margin-right: 0.4444444444rem;
}
@media (min-width: 1025px) {
  .page-template-home-page .container .stream .tabs-header div .live {
    width: 1.6666666667rem;
    margin-right: 0.8333333333rem;
  }
}
.page-template-home-page .container .stream .youtube-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.page-template-home-page .container .stream .youtube-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.page-template-home-page .container .short-news {
  position: relative;
  flex: none;
}
@media (min-width: 1025px) {
  .page-template-home-page .container .short-news {
    flex: auto;
  }
}
.page-template-home-page .container .short-news h1 {
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 1.6666666667rem 0 1.1111111111rem 0;
}
@media (min-width: 1025px) {
  .page-template-home-page .container .short-news h1 {
    font-size: 2.4444444444rem;
    margin: 0.8333333333rem 0 1.6666666667rem 0;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .page-template-home-page .container .short-news .short-news-wrap {
    position: absolute;
    left: 0;
    top: 5rem;
    right: 0;
    bottom: 0;
    padding: 1.1111111111rem 2.7222222222rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    overflow: auto;
  }
}
.page-template-home-page .container .short-news .short-news-wrap::-webkit-scrollbar {
  width: 11px;
  
}
.page-template-home-page .container .short-news .short-news-wrap::-webkit-scrollbar-track {
  background: transparent;
  border-left: 1px solid #C4C4C4;
}
.page-template-home-page .container .short-news .short-news-wrap::-webkit-scrollbar-thumb {
  background: #1B1D3C;
  
}
.page-template-home-page .container .short-news .more {
  position: absolute;
  display: flex;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 1.6666666667rem 1.1111111111rem 0.5555555556rem 1.1111111111rem;
  background: linear-gradient(179.37deg, rgba(255, 255, 255, 0) 0.54%, #FFFFFF 60.53%);
  text-align: center;
}
@media (min-width: 1025px) {
  .page-template-home-page .container .short-news .more {
    padding: 5.5555555556rem 2.7222222222rem 1.1111111111rem 2.7222222222rem;
  }
}
.page-template-home-page .container .short-news .more a {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 0.5555555556rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #1B1D3C;
  padding: 0.6666666667rem 2.2222222222rem;
  margin: auto;
}
@media (min-width: 1025px) {
  .page-template-home-page .container .short-news .more a {
    font-size: 1.1111111111rem;
    padding: 1.1111111111rem 4.4444444444rem;
  }
}
.page-template-home-page .container .short-news .more a .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-template-home-page .container .short-news .more a span {
  position: relative;
}
.news-item {
  font-weight: bold;
  font-size: 0.7777777778rem;
  line-height: 1.2;
  border-bottom: 1px solid #C4C4C4;
  padding: 0.8888888889rem 0;
}
@media (min-width: 1025px) {
  .news-item {
    font-size: 1.2222222222rem;
    padding: 1.2222222222rem 0;
  }
}
.news-item .date {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  color: #56C2E8;
  text-align: center;
}
@media (min-width: 1025px) {
  .news-item .date {
    font-size: 1.8888888889rem;
  }
}
.news-item .time {
  float: left;
  margin-right: 0.5em;
  color: #BCBCBC;
}
.news-item p {
  margin: 0;
}
.news-item .read-more {
  margin-top: 0.4444444444rem;
}
@media (min-width: 1025px) {
  .news-item .read-more {
    margin-top: 0.6666666667rem;
  }
}
.news-item .read-more a {
  font-weight: 700;
  font-size: 0.6666666667rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #56C2E8;
}
@media (min-width: 1025px) {
  .news-item .read-more a {
    font-size: 1rem;
  }
}
.page-back {
  margin-bottom: 1.6666666667rem;
}
@media (min-width: 1025px) {
  .page-back {
    margin-bottom: 3.5555555556rem;
  }
}
.page-back .back {
  width: fit-content;
  font-weight: 700;
  font-size: 0.6666666667rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #1B1D3C;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .page-back .back {
    font-size: 1rem;
  }
}
.page-back .back img {
  width: 0.4444444444rem;
  margin-right: 0.2777777778rem;
}
@media (min-width: 1025px) {
  .page-back .back img {
    width: 0.6666666667rem;
    margin-right: 0.3888888889rem;
  }
}
.single-page h1 {
  font-weight: 700;
  font-size: 1.2222222222rem;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  color: #1B1D3C;
  margin: 0 0 1.1111111111rem 0;
}
@media (min-width: 1025px) {
  .single-page h1 {
    font-size: 2.4444444444rem;
    margin-bottom: 2.2222222222rem;
  }
}
@media (min-width: 1025px) {
  .single-page .flex {
    display: flex;
    justify-content: center;
  }
}
.single-page .thumbnail {
  margin-bottom: 1.6666666667rem;
}
@media (min-width: 1025px) {
  .single-page .thumbnail {
    margin-right: 5.2222222222rem;
  }
}
.single-page .thumbnail .description {
  color: #BCBCBC;
  font-size: 0.8888888889rem;
  margin-top: 0.5555555556rem;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 1025px) {
  .single-page .thumbnail .description {
    margin-top: 1.1111111111rem;
  }
}
.single-page .content {
  font-size: 0.8888888889rem;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  .single-page .content {
    font-size: 1.2222222222rem;
    flex: none;
    width: 45.3333333333rem;
  }
}
.single-page .content .date {
  width: fit-content;
  background: #F7D135;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  padding: 0.1666666667rem 0.2777777778rem;
  margin-bottom: 1.1111111111rem;
}
@media (min-width: 1025px) {
  .single-page .content .date {
    font-size: 1.2222222222rem;
    padding: 0.2777777778rem 0.3888888889rem;
    margin-bottom: 2.2222222222rem;
  }
}
.single-page .content h1 {
  font-weight: 700;
  font-size: 1.2222222222rem;
  line-height: 1.25;
  margin: 0 0 1.1111111111rem 0;
  text-align: left;
}
@media (min-width: 1025px) {
  .single-page .content h1 {
    font-size: 2.2222222222rem;
    margin-bottom: 1.3888888889rem;
  }
}
.news-list h1 {
  font-weight: 700;
  font-size: 1.2222222222rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #1B1D3C;
  margin: 0 0 1.1111111111rem 0;
}
@media (min-width: 1025px) {
  .news-list h1 {
    font-size: 2.4444444444rem;
    margin-bottom: 2.2222222222rem;
  }
}
@media (min-width: 1025px) {
  .news-list .container {
    width: 64%;
  }
}
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .nav-links {
    margin-top: 3rem;
  }
}
.nav-links a, .nav-links span {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0.2rem;
  color: #BCBCBC;
}
.nav-links a.current, .nav-links span.current {
  color: #1B1D3C;
}
.nav-links .prev, .nav-links .next {
  width: 0.6rem;
  height: 1rem;
  background: url("images/arrow_left.svg") no-repeat center;
  background-size: contain;
  margin: 0;
}
@media (min-width: 768px) {
  .nav-links .prev, .nav-links .next {
    width: 0.5rem;
    height: 0.9rem;
  }
}
@media (min-width: 1025px) {
  .nav-links .prev, .nav-links .next {
    width: 0.6rem;
    height: 1rem;
  }
}
.nav-links .prev {
  margin-right: 0.5rem;
}
.nav-links .next {
  transform: rotate(180deg);
  margin-left: 0.5rem;
}
#subscribe {
  display: none;
}
#subscribe .subscribe-wrap {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #1B1D3C99;
  padding: 1.1111111111rem;
  z-index: 999;
}
#subscribe #mc_embed_signup {
  position: relative;
  margin: auto;
  background: #FFFFFF;
  padding: 2.2222222222rem 1.1111111111rem;
  max-width: 22.2222222222rem;
  text-align: center;
}
@media (min-width: 1025px) {
  #subscribe #mc_embed_signup {
    padding: 3.8888888889rem 2.2222222222rem;
    max-width: 29.0555555556rem;
  }
}
#subscribe #mc_embed_signup .close {
  width: 0.8333333333rem;
  position: absolute;
  right: 1.0555555556rem;
  top: 1.0555555556rem;
  cursor: pointer;
}
@media (min-width: 1025px) {
  #subscribe #mc_embed_signup .close {
    width: 1.2777777778rem;
    right: 1.6666666667rem;
    top: 1.6666666667rem;
  }
}
#subscribe #mc_embed_signup .close img {
  display: block;
  width: 100%;
}
#subscribe #mc_embed_signup .thank-you {
  display: none;
  padding: 0.5555555556rem;
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #56C2E8;
}
@media (min-width: 1025px) {
  #subscribe #mc_embed_signup .thank-you {
    font-size: 1.8888888889rem;
    padding: 1.1111111111rem;
  }
}
#subscribe #mc_embed_signup .thank-you span {
  display: block;
  color: #F7D135;
}
#subscribe #mc_embed_signup h2 {
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 0.5555555556rem 0;
}
@media (min-width: 1025px) {
  #subscribe #mc_embed_signup h2 {
    font-size: 1.8888888889rem;
    margin-bottom: 0.7777777778rem;
  }
}
#subscribe #mc_embed_signup .text {
  font-size: 0.7777777778rem;
  line-height: 1.14;
  text-align: center;
  margin-bottom: 0.9444444444rem;
}
@media (min-width: 1025px) {
  #subscribe #mc_embed_signup .text {
    font-size: 1rem;
    margin-bottom: 1.9444444444rem;
  }
}
#subscribe #mc_embed_signup input.email {
  width: 100%;
  border: 1px solid #1B1D3C;
  font-size: 0.6666666667rem;
  line-height: 1;
  color: #1B1D3C;
  padding: 0.8333333333rem;
  margin-bottom: 0.5555555556rem;
}
@media (min-width: 768px) {
  #subscribe #mc_embed_signup input.email {
    width: 90%;
  }
}
@media (min-width: 1025px) {
  #subscribe #mc_embed_signup input.email {
    font-size: 1rem;
    padding: 1.3333333333rem;
    margin-bottom: 0.8888888889rem;
  }
}
#subscribe #mc_embed_signup .submit {
  position: relative;
}
#subscribe #mc_embed_signup .submit .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#subscribe #mc_embed_signup .submit input {
  position: relative;
  width: 100%;
  padding: 1.1111111111rem;
  font-weight: 700;
  font-size: 0.6666666667rem;
  line-height: 1;
  text-transform: uppercase;
  color: #1B1D3C;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 1025px) {
  #subscribe #mc_embed_signup .submit input {
    font-size: 1.1111111111rem;
    padding: 1.6666666667rem;
  }
}
#subscribe #mc_embed_signup #mce-error-response {
  padding-top: 0.5em;
  color: red;
  font-size: 0.7777777778rem;
  line-height: 1.14;
  text-align: center;
}
@media (min-width: 1025px) {
  #subscribe #mc_embed_signup #mce-error-response {
    font-size: 1rem;
  }
}