/* Webfont: LatoLatin-Regular */
@font-face {
  font-family: 'Lato';
  src: url("../fonts/LatoLatin-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/LatoLatin-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoLatin-Regular.woff2") format("woff2"), url("../fonts/LatoLatin-Regular.woff") format("woff"), url("../fonts/LatoLatin-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-Italic */
@font-face {
  font-family: 'Lato';
  src: url("../fonts/LatoLatin-Italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/LatoLatin-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoLatin-Italic.woff2") format("woff2"), url("../fonts/LatoLatin-Italic.woff") format("woff"), url("../fonts/LatoLatin-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-Medium */
@font-face {
  font-family: 'Lato';
  src: url("../fonts/LatoLatin-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/LatoLatin-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoLatin-Medium.woff2") format("woff2"), url("../fonts/LatoLatin-Medium.woff") format("woff"), url("../fonts/LatoLatin-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-Semibold */
@font-face {
  font-family: 'Lato';
  src: url("../fonts/LatoLatin-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/LatoLatin-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoLatin-Semibold.woff2") format("woff2"), url("../fonts/LatoLatin-Semibold.woff") format("woff"), url("../fonts/LatoLatin-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-Bold */
@font-face {
  font-family: 'Lato';
  src: url("../fonts/LatoLatin-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/LatoLatin-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoLatin-Bold.woff2") format("woff2"), url("../fonts/LatoLatin-Bold.woff") format("woff"), url("../fonts/LatoLatin-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-BoldItalic */
@font-face {
  font-family: 'Lato';
  src: url("../fonts/LatoLatin-BoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/LatoLatin-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoLatin-BoldItalic.woff2") format("woff2"), url("../fonts/LatoLatin-BoldItalic.woff") format("woff"), url("../fonts/LatoLatin-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: bold;
  text-rendering: optimizeLegibility; }

.subnav {
  display: none !important; }

.news {
  position: relative;
  padding: 0 0 45px;
  text-align: center; }
  .news > .button__link {
    z-index: 1;
    position: relative;
    margin-top: 30px; }
    .news > .button__link a {
      background-color: #E71D13; }
      .news > .button__link a:hover {
        background-color: #003e6a; }
  .news:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 125px;
    background-color: #e6e6e6; }

.news__heading {
  width: 90%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 0 0 10px;
  margin-bottom: 25px; }
  .news__heading:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #e6e6e6; }
  .news__heading h2 {
    line-height: 100px;
    margin: 0;
    padding: 0 25px;
    font-size: 1.875em;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    position: relative;
    z-index: 1; }

.news__container {
  position: relative; }
  .news__container:before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e6e6e6; }

.news__btn {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #E71D13;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  font-size: 1.25em;
  -webkit-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease; }
  .news__btn:disabled {
    opacity: 0.5; }

.news__btn--prev {
  left: 0;
  right: calc(100% - 60px); }

.news__btn--next {
  left: calc(100% - 60px);
  right: 0; }

.news__list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 90%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden; }
  .news__list ul {
    margin: 0;
    padding: 0; }
    .news__list ul li {
      list-style-type: none; }

.news__item {
  height: 480px;
  text-align: left; }

.news__item__link {
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
  background-color: #003e6a;
  overflow: hidden; }
  .news__item--blog .news__item__link {
    background-color: #E71D13; }
  .news__item__link:hover .news__item__img {
    opacity: 0.15; }
    .news__item__link:hover .news__item__img img {
      -webkit-filter: saturate(0%);
      filter: saturate(0%); }
  .news__item__link:hover .news__item__info {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .news__item__link:hover .news__item__intro {
    opacity: 1;
    -webkit-transition: opacity 350ms ease, visibility 0ms linear;
    -o-transition: opacity 350ms ease, visibility 0ms linear;
    transition: opacity 350ms ease, visibility 0ms linear; }
  .news__item__link:hover .news__item__more {
    opacity: 1;
    -webkit-transition: opacity 350ms ease, visibility 0ms linear, background-color 350ms ease, color 350ms ease;
    -o-transition: opacity 350ms ease, visibility 0ms linear, background-color 350ms ease, color 350ms ease;
    transition: opacity 350ms ease, visibility 0ms linear, background-color 350ms ease, color 350ms ease; }
  .news__item--blog .news__item__link:hover .news__item__info {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.news__item__img {
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease; }
  .news__item__img img {
    -webkit-transition: -webkit-filter 350ms ease;
    transition: -webkit-filter 350ms ease;
    -o-transition: filter 350ms ease;
    transition: filter 350ms ease;
    transition: filter 350ms ease, -webkit-filter 350ms ease; }
  .news__item__img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }

.news__item__date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  -webkit-transform: rotate(90deg) translateY(-25px);
  -ms-transform: rotate(90deg) translateY(-25px);
  transform: rotate(90deg) translateY(-25px);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  line-height: 20px;
  width: 110px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #003e6a;
  padding-top: 5px;
  font-size: 0.875em;
  font-weight: 600; }
  .news__item--blog .news__item__date {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #fff;
    padding-top: 0;
    padding-left: 25px;
    background: none;
    width: auto;
    display: block; }

.news__item__header {
  padding: 45px 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.news__item__feed {
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #E71D13;
  text-align: center;
  line-height: 70px;
  font-size: 1.5em; }

.news__item__info {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 445px;
  padding: 25px 45px 45px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  -o-transition: transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease; }
  .news__item--blog .news__item__info {
    position: static; }

.news__item__type {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.875em; }

.news__item__title {
  margin: 0;
  color: #fff;
  position: absolute;
  bottom: 100%;
  left: 45px;
  right: 45px;
  font-size: 1.875em; }
  .news__item--blog .news__item__title {
    position: static;
    margin: 5px 0 25px; }

.news__item__intro {
  margin: 0;
  color: #fff;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: opacity 350ms ease, visibility 0ms linear 350ms;
  -o-transition: opacity 350ms ease, visibility 0ms linear 350ms;
  transition: opacity 350ms ease, visibility 0ms linear 350ms; }
  .news__item--blog .news__item__intro {
    opacity: 1; }

.news__item__more {
  opacity: 0;
  display: inline-block;
  padding: 2px 20px 0;
  background-color: #fff;
  color: #003e6a;
  line-height: 38px;
  text-decoration: none !important;
  border-radius: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8125em;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  -o-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  margin-top: 25px; }
  .news__item__more:hover {
    background-color: #E71D13;
    color: #fff; }
  .news__item--blog .news__item__more {
    opacity: 1;
    background-color: #fff;
    color: #E71D13; }
  .news__item--blog .news__item__more:hover {
    background-color: #fff;
    color: #003e6a; }

@media all and (min-width: 1025px) {
  .news {
    padding: 0 0 90px; }
    .news .button__link {
      margin-top: 60px; }
    .news:before {
      height: 200px; }
  .news__heading {
    margin-bottom: 50px; }
    .news__heading h2 {
      font-size: 3.75em; } }

@media all and (min-width: 1301px) {
  .news__btn--prev {
    right: calc(100% - (50% - 585px)); }
  .news__btn--next {
    left: calc(100% - (50% - 585px)); } }

.social {
  padding: 0 5%;
  position: relative;
  z-index: 2; }

.social__box {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px; }

.social__box--twitter {
  background-color: #1da1f2; }
  .social__box--twitter .social__list {
    margin: 0;
    width: 100%;
    padding: 0; }
  .social__box--twitter .social__item {
    width: 100%;
    padding: 55px 10% 75px;
    max-height: 390px; }
  .social__box--twitter .social__item__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    opacity: 1; }
  .social__box--twitter .social__footer a {
    color: #0B7BC1; }

.social__box--instagram {
  height: 300px;
  background: -webkit-linear-gradient(45deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%);
  background: -o-linear-gradient(45deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%);
  background: linear-gradient(45deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%); }
  .social__box--instagram .social__list {
    height: 100%; }
  .social__box--instagram .social__item {
    width: 100%;
    height: 100%; }
  .social__box--instagram .social__item__link {
    display: block;
    height: 100%; }

.social__box--facebook {
  background-color: #3b5998;
  margin-bottom: 0; }
  .social__box--facebook .social__list {
    margin: 0;
    width: 100%;
    padding: 0; }
  .social__box--facebook .social__item {
    width: 100%;
    padding: 55px 10% 75px;
    max-height: 390px; }
  .social__box--facebook .social__item__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    opacity: 1; }
  .social__box--facebook .social__footer a {
    color: #3b5998; }

.social__header {
  position: absolute;
  z-index: 101;
  top: 25px;
  left: 10%;
  right: 10%;
  color: #fff;
  text-decoration: none;
  line-height: 30px;
  font-size: 1.125em;
  font-family: "Playfair Display", serif; }
  .social__header i {
    font-size: 1.33333em;
    margin-right: 10px;
    vertical-align: bottom;
    line-height: 30px; }

.social__footer {
  position: absolute;
  bottom: 25px;
  left: 5%;
  right: 10%;
  height: 50px;
  z-index: 101; }
  .social__footer a {
    line-height: 48px;
    padding: 2px 25px 0 27px;
    border-radius: 25px;
    background-color: #fff;
    text-decoration: none;
    float: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.875em;
    font-weight: 600; }

.social__pager {
  float: right; }
  .social__pager span {
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: top;
    margin: 21px 10px 21px 0;
    border: 1px #fff solid;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
    transition: opacity 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
    -o-transition: opacity 350ms ease, transform 350ms ease, background-color 350ms ease;
    transition: opacity 350ms ease, transform 350ms ease, background-color 350ms ease;
    transition: opacity 350ms ease, transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease; }
    .social__pager span:last-child {
      margin: 21px 0; }
    .social__pager span.cycle-pager-active {
      opacity: 1;
      -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      background-color: #fff; }

.social__list {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 0; }

.social__item p {
  color: #fff;
  margin: 15px 0;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  max-height: 200px;
  overflow: hidden; }
  .social__item p a {
    text-decoration: none;
    color: #fff; }

.social__item span {
  font-size: 0.875em;
  color: #fff;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  z-index: 1; }

.social__item--error {
  padding: 55px 10% 75px; }
  .social__item--error p {
    padding: 25px 10px;
    background-color: #EF5B25; }

.social__item__img {
  height: 100%;
  position: relative;
  overflow: hidden; }

@media all and (min-width: 1025px) {
  .social {
    padding: 0 20px; }
  .social__box {
    width: calc(33.3333% - (40px / 3));
    height: 500px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 0; }
    .social__box:last-child {
      margin-right: 0; }
  .social__header {
    top: 60px;
    font-size: 1.5em;
    left: 15%; }
    .social__header i {
      margin-right: 25px;
      font-size: 1.33333em; }
  .social__footer {
    bottom: 60px; }
  .social__box--twitter .social__item {
    height: 500px;
    max-height: none;
    padding: 90px 5% 110px; }
  .social__box--twitter .social__item__img {
    bottom: auto;
    height: 500px; }
  .social__box--facebook .social__item {
    height: 500px;
    max-height: none;
    padding: 90px 5% 110px; }
  .social__box--facebook .social__item__img {
    bottom: auto;
    height: 500px; }
  .social__item p {
    margin: 30px 0; }
  .social__item span {
    margin-bottom: 30px; }
  .social__item--error {
    padding: 90px 5% 110px; } }

.main__inner {
  max-width: 1480px; }

.storywall .storywall__item {
  margin-bottom: 20px; }

.storywall .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.storywall .social__box {
  background: none !important;
  width: auto;
  height: auto;
  min-height: 500px; }

.storywall .social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px; }

.storywall .news__item,
.storywall .social__item {
  position: relative;
  width: 30%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  min-width: 280px;
  height: 480px; }

.storywall .social__item {
  width: 100%;
  padding: 95px 5% 75px;
  min-height: 390px;
  overflow: hidden; }

@media (min-width: 500px) {
  .storywall .social__item {
    min-width: 320px; } }

.storywall .social__item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-size: cover; }
  .storywall .social__item__img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(3, 18, 28, 0.8)), to(rgba(3, 18, 28, 0.4)));
    background: -webkit-linear-gradient(bottom, rgba(3, 18, 28, 0.8) 0%, rgba(3, 18, 28, 0.4) 100%);
    background: -o-linear-gradient(bottom, rgba(3, 18, 28, 0.8) 0%, rgba(3, 18, 28, 0.4) 100%);
    background: linear-gradient(to top, rgba(3, 18, 28, 0.8) 0%, rgba(3, 18, 28, 0.4) 100%);
    z-index: 1; }

.storywall .social__box--facebook .social__item {
  background: #3b5998; }

.storywall .social__box--instagram .social__item {
  background: -webkit-linear-gradient(45deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%);
  background: -o-linear-gradient(45deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%);
  background: linear-gradient(45deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%); }

.storywall .reset__ul {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1; }

.storywall .storywall__main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px; }
