@charset "UTF-8";
/*
 *  Owl Carousel - Core
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,900&family=Russo+One&display=swap");
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
}
body.js-noscroll {
  overflow-y: hidden;
}

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

.error-page__container:before, .archive__container:before, .wordpress-page__container:before, .campaign-date:before, .campaign-hero__container:before, .campaign-header__container:before, .team-fixtures__container:before, .footer__container:before, .footer__container__information:before, .footer__container__fineprint:before, .message__container:before, .banners__container:before, .highlighted-teaser__container:before, .highlighted-teaser__container__box:before, .large-teaser__container:before, .players__container:before, .volunteers__container:before, .staff__container:before, .coaches__container:before, .schedule__container:before, .fixture__container:before, .fixture__container__matches:before, .sponsors__container:before, .category-articles__container:before, .highlighted:before, .newslist__container:before, .layout--post .tags:before, .news__container:before, .trophies__container:before, .intro__container:before, .club-sections__container:before, .breadcrumbs__container:before, .divider__container:before, .slogan__container:before, .single-case__content:before, .post-navigation:before, .post-navigation__container:before, .main-navigation__container:before, .container:before, .error-page__container:after, .archive__container:after, .wordpress-page__container:after, .campaign-date:after, .campaign-hero__container:after, .campaign-header__container:after, .team-fixtures__container:after, .footer__container:after, .footer__container__information:after, .footer__container__fineprint:after, .message__container:after, .banners__container:after, .highlighted-teaser__container:after, .highlighted-teaser__container__box:after, .large-teaser__container:after, .players__container:after, .volunteers__container:after, .staff__container:after, .coaches__container:after, .schedule__container:after, .fixture__container:after, .fixture__container__matches:after, .sponsors__container:after, .category-articles__container:after, .highlighted:after, .newslist__container:after, .layout--post .tags:after, .news__container:after, .trophies__container:after, .intro__container:after, .club-sections__container:after, .breadcrumbs__container:after, .divider__container:after, .slogan__container:after, .single-case__content:after, .post-navigation:after, .post-navigation__container:after, .main-navigation__container:after, .container:after {
  content: "";
  display: table;
}
.error-page__container:after, .archive__container:after, .wordpress-page__container:after, .campaign-date:after, .campaign-hero__container:after, .campaign-header__container:after, .team-fixtures__container:after, .footer__container:after, .footer__container__information:after, .footer__container__fineprint:after, .message__container:after, .banners__container:after, .highlighted-teaser__container:after, .highlighted-teaser__container__box:after, .large-teaser__container:after, .players__container:after, .volunteers__container:after, .staff__container:after, .coaches__container:after, .schedule__container:after, .fixture__container:after, .fixture__container__matches:after, .sponsors__container:after, .category-articles__container:after, .highlighted:after, .newslist__container:after, .layout--post .tags:after, .news__container:after, .trophies__container:after, .intro__container:after, .club-sections__container:after, .breadcrumbs__container:after, .divider__container:after, .slogan__container:after, .single-case__content:after, .post-navigation:after, .post-navigation__container:after, .main-navigation__container:after, .container:after {
  clear: both;
}

.container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body,
input,
textarea,
button {
  font-family: "Montserrat", serif;
  text-align: left;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

a {
  color: #0D52A0;
  text-decoration: none;
  transition: all 300ms ease;
}
.button {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 4px;
  display: inline-block;
  background-color: #0D52A0;
  transition: all 300ms ease;
}
.button:hover {
  background-color: #03356D;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
}
.button--secondary {
  color: #0D52A0;
  background-color: #ffffff;
}
.button--secondary:hover {
  background-color: #E5E5E5;
  color: #000000;
}
.button--tertiary {
  color: #0D52A0;
  background-color: #ffffff;
  border: 2px solid #0D52A0;
}
.button--tertiary:hover {
  background-color: #0D52A0;
  color: #ffffff;
}

input[type=text]:hover, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
textarea:hover,
textarea:focus {
  outline: none;
}

input[type=number]:hover, input[type=number]:focus {
  outline: none;
}

textarea {
  resize: none;
}

.wordpress-page__container h2, .message__container__content h2, .single-case__content__main article h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 1024px) {
  .wordpress-page__container h2, .message__container__content h2, .single-case__content__main article h2 {
    font-size: 38px;
  }
}
.wordpress-page__container h2, .message__container__content h2, .single-case__content__main article h2 {
  margin: 48px auto 16px auto;
  max-width: 585px;
}
.wordpress-page__container h3, .message__container__content h3, .single-case__content__main article h3 {
  font-size: 40px;
  font-weight: 300;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .wordpress-page__container h3, .message__container__content h3, .single-case__content__main article h3 {
    font-size: 32px;
  }
}
.wordpress-page__container h3, .message__container__content h3, .single-case__content__main article h3 {
  margin: 48px auto 16px auto;
  max-width: 585px;
}
.wordpress-page__container h4, .message__container__content h4, .single-case__content__main article h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .wordpress-page__container h4, .message__container__content h4, .single-case__content__main article h4 {
    font-size: 24px;
    line-height: 130%;
  }
}
.wordpress-page__container h4, .message__container__content h4, .single-case__content__main article h4 {
  margin: 48px auto 16px auto;
  max-width: 585px;
}
.wordpress-page__container h5, .message__container__content h5, .single-case__content__main article h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .wordpress-page__container h5, .message__container__content h5, .single-case__content__main article h5 {
    font-size: 20px;
    line-height: 140%;
  }
}
.wordpress-page__container h5, .message__container__content h5, .single-case__content__main article h5 {
  margin: 48px auto 16px auto;
  max-width: 585px;
  color: #0D52A0;
}
.wordpress-page__container h6, .message__container__content h6, .single-case__content__main article h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .wordpress-page__container h6, .message__container__content h6, .single-case__content__main article h6 {
    font-size: 18px;
    line-height: 140%;
  }
}
.wordpress-page__container h6, .message__container__content h6, .single-case__content__main article h6 {
  margin: 48px auto 16px auto;
  max-width: 585px;
  color: #0D52A0;
}
.wordpress-page__container p, .message__container__content p, .single-case__content__main article p {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  line-height: 30px;
  margin: 0px auto 24px auto;
  max-width: 585px;
}
.layout--campaign .wordpress-page__container p, .layout--campaign .message__container__content p, .layout--campaign .single-case__content__main article p, .single-case__content__main .layout--campaign article p {
  font-size: 22px;
  line-height: 160%;
  max-width: 785px;
}
@media only screen and (max-width: 1220px) {
  .layout--campaign .wordpress-page__container p, .layout--campaign .message__container__content p, .layout--campaign .single-case__content__main article p, .single-case__content__main .layout--campaign article p {
    font-size: 18px;
    line-height: 140%;
    max-width: 100%;
  }
}
.wordpress-page__container p, .message__container__content p, .single-case__content__main article p {
  /*
  &:last-child {
      margin: 0px auto 0px auto;
  }
  */
}
@media only screen and (max-width: 768px) {
  .wordpress-page__container p, .message__container__content p, .single-case__content__main article p {
    margin: 24px auto 8px auto;
    max-width: 100%;
  }
}
.wordpress-page__container ul, .message__container__content ul, .single-case__content__main article ul {
  list-style: disc;
  margin: 48px auto 48px auto;
  max-width: 585px;
  padding-left: 24px;
}
@media only screen and (max-width: 768px) {
  .wordpress-page__container ul, .message__container__content ul, .single-case__content__main article ul {
    margin: 0px auto 24px auto;
  }
}
.wordpress-page__container ol, .message__container__content ol, .single-case__content__main article ol {
  list-style: decimal;
  margin: 0px auto 48px auto;
  max-width: 585px;
  padding-left: 24px;
}
@media only screen and (max-width: 768px) {
  .wordpress-page__container ol, .message__container__content ol, .single-case__content__main article ol {
    margin: 0px auto 24px auto;
  }
}
.wordpress-page__container ol li, .message__container__content ol li, .single-case__content__main article ol li,
.wordpress-page__container ul li,
.message__container__content ul li,
.single-case__content__main article ul li {
  margin: 16px 0px;
  line-height: 22px;
  color: #000000;
}
.wordpress-page__container ol li a, .message__container__content ol li a, .single-case__content__main article ol li a,
.wordpress-page__container ul li a,
.message__container__content ul li a,
.single-case__content__main article ul li a {
  position: relative;
  color: #0D52A0;
}
.wordpress-page__container ol li a:before, .message__container__content ol li a:before, .single-case__content__main article ol li a:before,
.wordpress-page__container ul li a:before,
.message__container__content ul li a:before,
.single-case__content__main article ul li a:before {
  content: "";
  transition: all 300ms ease;
  position: absolute;
  left: 0px;
  bottom: -3px;
  height: 1px;
  width: 0%;
  opacity: 0;
  background-color: #0D52A0;
}
.wordpress-page__container ol li a:hover, .message__container__content ol li a:hover, .single-case__content__main article ol li a:hover,
.wordpress-page__container ul li a:hover,
.message__container__content ul li a:hover,
.single-case__content__main article ul li a:hover {
  cursor: pointer;
  text-decoration: none;
}
.wordpress-page__container ol li a:hover:before, .message__container__content ol li a:hover:before, .single-case__content__main article ol li a:hover:before,
.wordpress-page__container ul li a:hover:before,
.message__container__content ul li a:hover:before,
.single-case__content__main article ul li a:hover:before {
  width: 100%;
  opacity: 1;
}
.wordpress-page__container ol li ul, .message__container__content ol li ul, .single-case__content__main article ol li ul,
.wordpress-page__container ol li ol,
.message__container__content ol li ol,
.single-case__content__main article ol li ol,
.wordpress-page__container ul li ul,
.message__container__content ul li ul,
.single-case__content__main article ul li ul,
.wordpress-page__container ul li ol,
.message__container__content ul li ol,
.single-case__content__main article ul li ol {
  margin: 16px auto 16px auto;
  padding-left: 16px;
}
.wordpress-page__container ol li ul li ul, .message__container__content ol li ul li ul, .single-case__content__main article ol li ul li ul,
.wordpress-page__container ol li ul li ol,
.message__container__content ol li ul li ol,
.single-case__content__main article ol li ul li ol,
.wordpress-page__container ol li ol li ul,
.message__container__content ol li ol li ul,
.single-case__content__main article ol li ol li ul,
.wordpress-page__container ol li ol li ol,
.message__container__content ol li ol li ol,
.single-case__content__main article ol li ol li ol,
.wordpress-page__container ul li ul li ul,
.message__container__content ul li ul li ul,
.single-case__content__main article ul li ul li ul,
.wordpress-page__container ul li ul li ol,
.message__container__content ul li ul li ol,
.single-case__content__main article ul li ul li ol,
.wordpress-page__container ul li ol li ul,
.message__container__content ul li ol li ul,
.single-case__content__main article ul li ol li ul,
.wordpress-page__container ul li ol li ol,
.message__container__content ul li ol li ol,
.single-case__content__main article ul li ol li ol {
  margin: 16px auto 16px auto;
  padding-left: 16px;
}
.wordpress-page__container .wp-block-media-text, .message__container__content .wp-block-media-text, .single-case__content__main article .wp-block-media-text {
  background-color: #ffffff;
  box-shadow: -50px -50px 0 -40px #FFB300, 50px 50px 0 -40px #FFB300;
}
.layout--campaign .wordpress-page__container .wp-block-media-text .wp-block-media-text__media, .layout--campaign .message__container__content .wp-block-media-text .wp-block-media-text__media, .layout--campaign .single-case__content__main article .wp-block-media-text .wp-block-media-text__media, .single-case__content__main .layout--campaign article .wp-block-media-text .wp-block-media-text__media {
  clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
  overflow: hidden;
}
.wordpress-page__container .wp-block-separator, .message__container__content .wp-block-separator, .single-case__content__main article .wp-block-separator {
  margin: 24px auto 24px auto;
  max-width: 585px;
  border-top: 1px solid;
  color: #F6F6F6;
}
.layout--campaign .wordpress-page__container .wp-block-separator, .layout--campaign .message__container__content .wp-block-separator, .layout--campaign .single-case__content__main article .wp-block-separator, .single-case__content__main .layout--campaign article .wp-block-separator {
  max-width: 100%;
  color: transparent;
  margin: 48px auto 48px auto;
}
.wordpress-page__container .wp-block-columns, .message__container__content .wp-block-columns, .single-case__content__main article .wp-block-columns {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .wordpress-page__container .wp-block-columns, .message__container__content .wp-block-columns, .single-case__content__main article .wp-block-columns {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .wordpress-page__container .wp-block-columns .wp-block-column, .message__container__content .wp-block-columns .wp-block-column, .single-case__content__main article .wp-block-columns .wp-block-column {
    margin-bottom: 20px;
  }
}
.wordpress-page__container .wp-block-columns .wp-block-column:last-child, .message__container__content .wp-block-columns .wp-block-column:last-child, .single-case__content__main article .wp-block-columns .wp-block-column:last-child {
  margin-bottom: 0px;
}
.wordpress-page__container .wp-block-columns .wp-block-column .wp-block-image, .message__container__content .wp-block-columns .wp-block-column .wp-block-image, .single-case__content__main article .wp-block-columns .wp-block-column .wp-block-image {
  margin: 0px;
}
.wordpress-page__container .wp-block-columns .wp-block-column .wp-block-image figcaption, .message__container__content .wp-block-columns .wp-block-column .wp-block-image figcaption, .single-case__content__main article .wp-block-columns .wp-block-column .wp-block-image figcaption {
  margin-bottom: 0px;
}
.wordpress-page__container .wp-block-embed, .message__container__content .wp-block-embed, .single-case__content__main article .wp-block-embed {
  margin: 48px auto 48px auto;
  max-width: 785px;
  text-align: center;
}
.wordpress-page__container .wp-block-embed .wp-block-embed__wrapper, .message__container__content .wp-block-embed .wp-block-embed__wrapper, .single-case__content__main article .wp-block-embed .wp-block-embed__wrapper {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.wordpress-page__container .wp-block-embed .wp-block-embed__wrapper iframe, .message__container__content .wp-block-embed .wp-block-embed__wrapper iframe, .single-case__content__main article .wp-block-embed .wp-block-embed__wrapper iframe {
  width: 100% !important;
  height: 442px;
}
.wordpress-page__container .wp-block-embed figcaption, .message__container__content .wp-block-embed figcaption, .single-case__content__main article .wp-block-embed figcaption {
  font-size: 12px;
  font-weight: 300;
  line-height: 160%;
  color: #6C6C6C;
  margin-top: 16px;
}
.wordpress-page__container .wp-block-image, .message__container__content .wp-block-image, .single-case__content__main article .wp-block-image {
  margin: 48px auto 48px auto;
}
.layout--post .wordpress-page__container .wp-block-image, .layout--post .message__container__content .wp-block-image, .layout--post .single-case__content__main article .wp-block-image, .single-case__content__main .layout--post article .wp-block-image {
  margin: 48px auto 24px auto;
}
.wordpress-page__container .wp-block-image.size-medium, .message__container__content .wp-block-image.size-medium, .single-case__content__main article .wp-block-image.size-medium {
  text-align: center;
}
.wordpress-page__container .wp-block-image.size-medium img, .message__container__content .wp-block-image.size-medium img, .single-case__content__main article .wp-block-image.size-medium img {
  max-width: 50%;
  height: auto;
}
.wordpress-page__container .wp-block-image img, .message__container__content .wp-block-image img, .single-case__content__main article .wp-block-image img {
  width: 100%;
  height: auto;
}
.wordpress-page__container .wp-block-image figcaption, .message__container__content .wp-block-image figcaption, .single-case__content__main article .wp-block-image figcaption {
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}
.wordpress-page__container blockquote, .message__container__content blockquote, .single-case__content__main article blockquote {
  position: relative;
  margin: 48px auto 48px auto;
  max-width: 770px;
  color: #0D52A0;
}
.wordpress-page__container blockquote:before, .message__container__content blockquote:before, .single-case__content__main article blockquote:before {
  content: "";
  width: 30px;
  height: 23px;
  display: block;
  position: relative;
  margin-left: 40px;
  margin-bottom: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/icons/qoute.svg");
}
@media only screen and (max-width: 1024px) {
  .wordpress-page__container blockquote:before, .message__container__content blockquote:before, .single-case__content__main article blockquote:before {
    margin-left: 8px;
    margin-bottom: 8px;
  }
}
.wordpress-page__container blockquote p, .message__container__content blockquote p, .single-case__content__main article blockquote p {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
@media only screen and (max-width: 1024px) {
  .wordpress-page__container blockquote p, .message__container__content blockquote p, .single-case__content__main article blockquote p {
    font-size: 20px;
    line-height: 130%;
  }
}
.wordpress-page__container blockquote p, .message__container__content blockquote p, .single-case__content__main article blockquote p {
  max-width: 100%;
  margin: 0px 40px;
}
@media only screen and (max-width: 1024px) {
  .wordpress-page__container blockquote p, .message__container__content blockquote p, .single-case__content__main article blockquote p {
    margin: 0px 8px;
  }
}
.wordpress-page__container blockquote cite, .message__container__content blockquote cite, .single-case__content__main article blockquote cite {
  display: block;
  margin: 16px 40px 0px 40px;
  color: #000000;
  line-height: 24px;
}
@media only screen and (max-width: 1024px) {
  .wordpress-page__container blockquote cite, .message__container__content blockquote cite, .single-case__content__main article blockquote cite {
    margin: 16px 8px 0px 8px;
  }
}
.wordpress-page__container .wp-block-table, .message__container__content .wp-block-table, .single-case__content__main article .wp-block-table {
  max-width: 770px;
  margin: 48px auto 48px auto;
}
.teknisk-13 .wordpress-page__container .wp-block-table, .teknisk-13 .message__container__content .wp-block-table, .teknisk-13 .single-case__content__main article .wp-block-table, .single-case__content__main .teknisk-13 article .wp-block-table {
  max-width: 585px;
}
.wordpress-page__container .wp-block-table table, .message__container__content .wp-block-table table, .single-case__content__main article .wp-block-table table {
  width: 100%;
}
.wordpress-page__container .wp-block-table table tbody tr td, .message__container__content .wp-block-table table tbody tr td, .single-case__content__main article .wp-block-table table tbody tr td,
.wordpress-page__container .wp-block-table table thead tr td,
.message__container__content .wp-block-table table thead tr td,
.single-case__content__main article .wp-block-table table thead tr td {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  padding: 8px 0px;
  border-bottom: 1px solid #E5E5E5;
}
.teknisk-13 .wordpress-page__container .wp-block-table table tbody tr td, .teknisk-13 .message__container__content .wp-block-table table tbody tr td, .teknisk-13 .single-case__content__main article .wp-block-table table tbody tr td, .single-case__content__main .teknisk-13 article .wp-block-table table tbody tr td,
.teknisk-13 .wordpress-page__container .wp-block-table table thead tr td,
.teknisk-13 .message__container__content .wp-block-table table thead tr td,
.teknisk-13 .single-case__content__main article .wp-block-table table thead tr td,
.single-case__content__main .teknisk-13 article .wp-block-table table thead tr td {
  border-bottom: 0px solid #E5E5E5;
}
.wordpress-page__container .wp-block-table table tbody tr:last-child td, .message__container__content .wp-block-table table tbody tr:last-child td, .single-case__content__main article .wp-block-table table tbody tr:last-child td,
.wordpress-page__container .wp-block-table table thead tr:last-child td,
.message__container__content .wp-block-table table thead tr:last-child td,
.single-case__content__main article .wp-block-table table thead tr:last-child td {
  border-bottom: 0px solid #E5E5E5;
}
.wordpress-page__container .wp-button, .message__container__content .wp-button, .single-case__content__main article .wp-button {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 4px;
  display: inline-block;
  background-color: #0D52A0;
  transition: all 300ms ease;
}
.wordpress-page__container .wp-button:hover, .message__container__content .wp-button:hover, .single-case__content__main article .wp-button:hover {
  background-color: #03356D;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
}
.wordpress-page__container .wp-block-button .wp-block-button__link, .message__container__content .wp-block-button .wp-block-button__link, .single-case__content__main article .wp-block-button .wp-block-button__link {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 4px;
  display: inline-block;
  background-color: #0D52A0;
  transition: all 300ms ease;
}
.wordpress-page__container .wp-block-button .wp-block-button__link:hover, .message__container__content .wp-block-button .wp-block-button__link:hover, .single-case__content__main article .wp-block-button .wp-block-button__link:hover {
  background-color: #03356D;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
}
.wordpress-page__container .button, .message__container__content .button, .single-case__content__main article .button {
  margin-top: 20px;
}
.wordpress-page__container .wp-block-filebird-block-filebird-gallery, .message__container__content .wp-block-filebird-block-filebird-gallery, .single-case__content__main article .wp-block-filebird-block-filebird-gallery {
  max-width: 100%;
  width: 790px;
  display: block;
  margin: 48px auto 88px auto;
  position: relative;
}
.wordpress-page__container .wp-block-filebird-block-filebird-gallery .blocks-gallery-counter, .message__container__content .wp-block-filebird-block-filebird-gallery .blocks-gallery-counter, .single-case__content__main article .wp-block-filebird-block-filebird-gallery .blocks-gallery-counter {
  position: absolute;
  bottom: -42px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 160%;
}
.wordpress-page__container .wp-block-filebird-block-filebird-gallery .slides, .message__container__content .wp-block-filebird-block-filebird-gallery .slides, .single-case__content__main article .wp-block-filebird-block-filebird-gallery .slides {
  display: block;
  padding: 0px;
  max-width: 100%;
  width: 790px;
  margin: 0px 0px;
  max-width: none;
}
.wordpress-page__container .wp-block-filebird-block-filebird-gallery .slides .blocks-gallery-item, .message__container__content .wp-block-filebird-block-filebird-gallery .slides .blocks-gallery-item, .single-case__content__main article .wp-block-filebird-block-filebird-gallery .slides .blocks-gallery-item {
  margin: 0px;
  display: block;
  width: 100%;
}
.wordpress-page__container .wp-block-filebird-block-filebird-gallery .slides .blocks-gallery-item figure, .message__container__content .wp-block-filebird-block-filebird-gallery .slides .blocks-gallery-item figure, .single-case__content__main article .wp-block-filebird-block-filebird-gallery .slides .blocks-gallery-item figure {
  display: block;
}
.wordpress-page__container .wp-block-filebird-block-filebird-gallery .slides .blocks-gallery-item figure a:before, .message__container__content .wp-block-filebird-block-filebird-gallery .slides .blocks-gallery-item figure a:before, .single-case__content__main article .wp-block-filebird-block-filebird-gallery .slides .blocks-gallery-item figure a:before {
  display: none;
}
.wordpress-page__container .wp-block-filebird-block-filebird-gallery .slides .blocks-gallery-item figure a img, .message__container__content .wp-block-filebird-block-filebird-gallery .slides .blocks-gallery-item figure a img, .single-case__content__main article .wp-block-filebird-block-filebird-gallery .slides .blocks-gallery-item figure a img {
  width: 100%;
  height: auto;
}
.wordpress-page__container .wp-block-filebird-block-filebird-gallery .flex-direction-nav, .message__container__content .wp-block-filebird-block-filebird-gallery .flex-direction-nav, .single-case__content__main article .wp-block-filebird-block-filebird-gallery .flex-direction-nav {
  bottom: 0px;
  width: 100%;
  margin: 0px;
  max-width: 100%;
  padding: 0px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .wordpress-page__container .wp-block-filebird-block-filebird-gallery .flex-direction-nav, .message__container__content .wp-block-filebird-block-filebird-gallery .flex-direction-nav, .single-case__content__main article .wp-block-filebird-block-filebird-gallery .flex-direction-nav {
    bottom: auto;
  }
}
.wordpress-page__container .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-prev, .message__container__content .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-prev, .single-case__content__main article .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-prev,
.wordpress-page__container .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-next,
.message__container__content .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-next,
.single-case__content__main article .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-next {
  list-style: none;
  float: left;
}
.wordpress-page__container .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-prev a, .message__container__content .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-prev a, .single-case__content__main article .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-prev a,
.wordpress-page__container .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-next a,
.message__container__content .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-next a,
.single-case__content__main article .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-next a {
  width: 32px;
  height: 32px;
  display: block;
  background-color: #0D52A0;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 4px;
  background-image: url("../images/icons/slider_prev.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
}
.wordpress-page__container .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-prev a::before, .message__container__content .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-prev a::before, .single-case__content__main article .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-prev a::before,
.wordpress-page__container .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-next a::before,
.message__container__content .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-next a::before,
.single-case__content__main article .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-next a::before {
  display: none;
}
.wordpress-page__container .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-next, .message__container__content .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-next, .single-case__content__main article .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-next {
  float: right;
}
.wordpress-page__container .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-next a, .message__container__content .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-next a, .single-case__content__main article .wp-block-filebird-block-filebird-gallery .flex-direction-nav .flex-nav-next a {
  background-image: url("../images/icons/slider_next.svg");
}
.wordpress-page__container .wp-block-filebird-block-filebird-gallery .flex-control-nav, .message__container__content .wp-block-filebird-block-filebird-gallery .flex-control-nav, .single-case__content__main article .wp-block-filebird-block-filebird-gallery .flex-control-nav {
  display: none;
  width: 100%;
  position: relative;
  text-align: center;
  max-width: none;
  margin-top: 30px;
}
.wordpress-page__container .wp-block-filebird-block-filebird-gallery .flex-control-nav li, .message__container__content .wp-block-filebird-block-filebird-gallery .flex-control-nav li, .single-case__content__main article .wp-block-filebird-block-filebird-gallery .flex-control-nav li {
  margin: 0px 4px;
  display: inline-block;
}
.wordpress-page__container .wp-block-filebird-block-filebird-gallery .flex-control-nav li a, .message__container__content .wp-block-filebird-block-filebird-gallery .flex-control-nav li a, .single-case__content__main article .wp-block-filebird-block-filebird-gallery .flex-control-nav li a {
  width: 11px;
  height: 11px;
  display: block;
  background-color: #AEAEAE;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
}
.wordpress-page__container .wp-block-filebird-block-filebird-gallery .flex-control-nav li a:before, .message__container__content .wp-block-filebird-block-filebird-gallery .flex-control-nav li a:before, .single-case__content__main article .wp-block-filebird-block-filebird-gallery .flex-control-nav li a:before {
  content: "";
  transition: all 300ms ease;
  position: absolute;
  left: 0px;
  bottom: -3px;
  height: 1px;
  width: 0%;
  opacity: 0;
}
.wordpress-page__container .wp-block-filebird-block-filebird-gallery .flex-control-nav li a.flex-active, .message__container__content .wp-block-filebird-block-filebird-gallery .flex-control-nav li a.flex-active, .single-case__content__main article .wp-block-filebird-block-filebird-gallery .flex-control-nav li a.flex-active {
  background-color: #0D52A0;
}

.wpcf7-response-output {
  border: 0px solid !important;
}

.hidden {
  display: none;
}

.main-navigation {
  top: 0px;
  width: 100%;
  z-index: 9999;
  position: fixed;
  transition: background-color 300ms ease;
  background-color: #0D52A0 !important;
}
.layout--frontpage .main-navigation, .layout--campaign .main-navigation {
  background-color: transparent !important;
}
.main-navigation.js-scrolled {
  background-color: #0D52A0 !important;
}
.main-navigation__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .main-navigation__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .main-navigation__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.main-navigation__container {
  max-width: 1440px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .main-navigation__container {
    max-width: 100%;
    padding: 0px;
  }
}
.main-navigation__container__logo {
  float: left;
  width: 70px;
  display: block;
  transition: all 300ms ease;
  padding: 16px 15px 16px 15px;
}
@media only screen and (max-width: 1024px) {
  .js-scrolled .main-navigation__container__logo {
    width: 50px;
  }
}
.main-navigation__container__logo__src {
  width: 70px;
  height: auto;
  display: block;
  transition: all 300ms ease;
}
@media only screen and (max-width: 1024px) {
  .js-scrolled .main-navigation__container__logo__src {
    width: 50px;
  }
}
.main-navigation__container__nav {
  float: right;
  padding: 32px 15px;
}
@media only screen and (max-width: 1024px) {
  .main-navigation__container__nav {
    display: none;
    float: none;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: -1;
    height: 100vh;
    padding: 100px 0px 16px 0px;
    background-color: #0D52A0;
    overflow-y: auto;
  }
  .js-togglenav .main-navigation__container__nav {
    display: block;
  }
}
.main-navigation__container__nav li {
  position: relative;
  display: inline-block;
  margin: 0px 16px;
}
@media only screen and (max-width: 1024px) {
  .main-navigation__container__nav li {
    display: block;
    text-align: right;
    margin-bottom: 16px;
    margin-right: 32px;
  }
  .main-navigation__container__nav li:last-child {
    margin-bottom: 0px;
  }
}
.main-navigation__container__nav li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .main-navigation__container__nav li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    text-transform: none;
    font-weight: 600;
  }
}
.main-navigation__container__nav li a:before {
  content: "";
  transition: all 300ms ease;
  position: absolute;
  left: 0px;
  bottom: -3px;
  height: 2px;
  width: 0%;
  opacity: 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .main-navigation__container__nav li a:before {
    display: none;
  }
}
.main-navigation__container__nav li a:hover {
  cursor: pointer;
  text-decoration: none;
}
.main-navigation__container__nav li a:hover:before {
  width: 100%;
  opacity: 1;
}
.main-navigation__container__nav li__sublist,
.main-navigation__container__nav li .sub-menu {
  display: none;
  position: absolute;
  padding: 0px;
  z-index: 999;
  left: -24px;
  top: 24px;
  transition: all 300ms ease;
  background-color: #ffffff;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
  padding: 8px 0px;
}
@media only screen and (max-width: 1024px) {
  .main-navigation__container__nav li__sublist,
  .main-navigation__container__nav li .sub-menu {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    padding: 0px;
    box-shadow: none;
    padding: 0px;
    background-color: transparent;
  }
}
.main-navigation__container__nav li__sublist .menu-item-type-custom,
.main-navigation__container__nav li__sublist .menu-item-type-post_type,
.main-navigation__container__nav li .sub-menu .menu-item-type-custom,
.main-navigation__container__nav li .sub-menu .menu-item-type-post_type {
  position: relative;
  display: block;
  margin: 0px 0px;
}
.main-navigation__container__nav li__sublist .menu-item-type-custom.menu-item-has-children:after,
.main-navigation__container__nav li__sublist .menu-item-type-post_type.menu-item-has-children:after,
.main-navigation__container__nav li .sub-menu .menu-item-type-custom.menu-item-has-children:after,
.main-navigation__container__nav li .sub-menu .menu-item-type-post_type.menu-item-has-children:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 20px;
  height: 10px;
  width: 10px;
  background-image: url("../images/icons/nav-sublist-off.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  .main-navigation__container__nav li__sublist .menu-item-type-custom.menu-item-has-children:after,
  .main-navigation__container__nav li__sublist .menu-item-type-post_type.menu-item-has-children:after,
  .main-navigation__container__nav li .sub-menu .menu-item-type-custom.menu-item-has-children:after,
  .main-navigation__container__nav li .sub-menu .menu-item-type-post_type.menu-item-has-children:after {
    display: none;
  }
}
.main-navigation__container__nav li__sublist .menu-item-type-custom.menu-item-has-children:hover:after,
.main-navigation__container__nav li__sublist .menu-item-type-post_type.menu-item-has-children:hover:after,
.main-navigation__container__nav li .sub-menu .menu-item-type-custom.menu-item-has-children:hover:after,
.main-navigation__container__nav li .sub-menu .menu-item-type-post_type.menu-item-has-children:hover:after {
  background-image: url("../images/icons/nav-sublist-on.svg");
}
.main-navigation__container__nav li__sublist .menu-item-type-custom a,
.main-navigation__container__nav li__sublist .menu-item-type-post_type a,
.main-navigation__container__nav li .sub-menu .menu-item-type-custom a,
.main-navigation__container__nav li .sub-menu .menu-item-type-post_type a {
  display: block;
  padding: 8px 24px;
  white-space: nowrap;
  color: #0D52A0;
}
@media only screen and (max-width: 1024px) {
  .main-navigation__container__nav li__sublist .menu-item-type-custom a,
  .main-navigation__container__nav li__sublist .menu-item-type-post_type a,
  .main-navigation__container__nav li .sub-menu .menu-item-type-custom a,
  .main-navigation__container__nav li .sub-menu .menu-item-type-post_type a {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    text-transform: none;
    font-weight: 400;
    color: #ffffff;
    padding: 5px 0px;
  }
}
.main-navigation__container__nav li__sublist .menu-item-type-custom a:after,
.main-navigation__container__nav li__sublist .menu-item-type-post_type a:after,
.main-navigation__container__nav li .sub-menu .menu-item-type-custom a:after,
.main-navigation__container__nav li .sub-menu .menu-item-type-post_type a:after {
  display: none !important;
}
.main-navigation__container__nav li__sublist .menu-item-type-custom a:before,
.main-navigation__container__nav li__sublist .menu-item-type-post_type a:before,
.main-navigation__container__nav li .sub-menu .menu-item-type-custom a:before,
.main-navigation__container__nav li .sub-menu .menu-item-type-post_type a:before {
  display: none;
}
.main-navigation__container__nav li__sublist .menu-item-type-custom ul.sub-menu,
.main-navigation__container__nav li__sublist .menu-item-type-post_type ul.sub-menu,
.main-navigation__container__nav li .sub-menu .menu-item-type-custom ul.sub-menu,
.main-navigation__container__nav li .sub-menu .menu-item-type-post_type ul.sub-menu {
  display: none;
  background-color: #ffffff;
  position: absolute;
  min-width: 130px;
  padding: 0px;
  z-index: 999;
  left: 100%;
  top: -8px;
  transition: all 300ms ease;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
  padding: 8px 0px;
}
@media only screen and (max-width: 1024px) {
  .main-navigation__container__nav li__sublist .menu-item-type-custom ul.sub-menu,
  .main-navigation__container__nav li__sublist .menu-item-type-post_type ul.sub-menu,
  .main-navigation__container__nav li .sub-menu .menu-item-type-custom ul.sub-menu,
  .main-navigation__container__nav li .sub-menu .menu-item-type-post_type ul.sub-menu {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    padding: 0px;
    box-shadow: none;
    padding: 0px;
    background-color: transparent;
  }
}
.main-navigation__container__nav li__sublist .menu-item-type-custom ul.sub-menu .menu-item-type-custom,
.main-navigation__container__nav li__sublist .menu-item-type-custom ul.sub-menu .menu-item-type-post_type,
.main-navigation__container__nav li__sublist .menu-item-type-post_type ul.sub-menu .menu-item-type-custom,
.main-navigation__container__nav li__sublist .menu-item-type-post_type ul.sub-menu .menu-item-type-post_type,
.main-navigation__container__nav li .sub-menu .menu-item-type-custom ul.sub-menu .menu-item-type-custom,
.main-navigation__container__nav li .sub-menu .menu-item-type-custom ul.sub-menu .menu-item-type-post_type,
.main-navigation__container__nav li .sub-menu .menu-item-type-post_type ul.sub-menu .menu-item-type-custom,
.main-navigation__container__nav li .sub-menu .menu-item-type-post_type ul.sub-menu .menu-item-type-post_type {
  position: relative;
  display: block;
  margin: 0px 0px;
}
.main-navigation__container__nav li__sublist .menu-item-type-custom ul.sub-menu .menu-item-type-custom a,
.main-navigation__container__nav li__sublist .menu-item-type-custom ul.sub-menu .menu-item-type-post_type a,
.main-navigation__container__nav li__sublist .menu-item-type-post_type ul.sub-menu .menu-item-type-custom a,
.main-navigation__container__nav li__sublist .menu-item-type-post_type ul.sub-menu .menu-item-type-post_type a,
.main-navigation__container__nav li .sub-menu .menu-item-type-custom ul.sub-menu .menu-item-type-custom a,
.main-navigation__container__nav li .sub-menu .menu-item-type-custom ul.sub-menu .menu-item-type-post_type a,
.main-navigation__container__nav li .sub-menu .menu-item-type-post_type ul.sub-menu .menu-item-type-custom a,
.main-navigation__container__nav li .sub-menu .menu-item-type-post_type ul.sub-menu .menu-item-type-post_type a {
  display: block;
  padding: 8px 24px;
  white-space: nowrap;
  color: #0D52A0;
}
@media only screen and (max-width: 1024px) {
  .main-navigation__container__nav li__sublist .menu-item-type-custom ul.sub-menu .menu-item-type-custom a,
  .main-navigation__container__nav li__sublist .menu-item-type-custom ul.sub-menu .menu-item-type-post_type a,
  .main-navigation__container__nav li__sublist .menu-item-type-post_type ul.sub-menu .menu-item-type-custom a,
  .main-navigation__container__nav li__sublist .menu-item-type-post_type ul.sub-menu .menu-item-type-post_type a,
  .main-navigation__container__nav li .sub-menu .menu-item-type-custom ul.sub-menu .menu-item-type-custom a,
  .main-navigation__container__nav li .sub-menu .menu-item-type-custom ul.sub-menu .menu-item-type-post_type a,
  .main-navigation__container__nav li .sub-menu .menu-item-type-post_type ul.sub-menu .menu-item-type-custom a,
  .main-navigation__container__nav li .sub-menu .menu-item-type-post_type ul.sub-menu .menu-item-type-post_type a {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    text-transform: none;
    font-weight: 400;
    color: #ffffff;
    padding: 5px 0px;
  }
}
.main-navigation__container__nav li__sublist .menu-item-type-custom ul.sub-menu .menu-item-type-custom a:after,
.main-navigation__container__nav li__sublist .menu-item-type-custom ul.sub-menu .menu-item-type-post_type a:after,
.main-navigation__container__nav li__sublist .menu-item-type-post_type ul.sub-menu .menu-item-type-custom a:after,
.main-navigation__container__nav li__sublist .menu-item-type-post_type ul.sub-menu .menu-item-type-post_type a:after,
.main-navigation__container__nav li .sub-menu .menu-item-type-custom ul.sub-menu .menu-item-type-custom a:after,
.main-navigation__container__nav li .sub-menu .menu-item-type-custom ul.sub-menu .menu-item-type-post_type a:after,
.main-navigation__container__nav li .sub-menu .menu-item-type-post_type ul.sub-menu .menu-item-type-custom a:after,
.main-navigation__container__nav li .sub-menu .menu-item-type-post_type ul.sub-menu .menu-item-type-post_type a:after {
  display: none !important;
}
.main-navigation__container__nav li__sublist .menu-item-type-custom ul.sub-menu .menu-item-type-custom a:before,
.main-navigation__container__nav li__sublist .menu-item-type-custom ul.sub-menu .menu-item-type-post_type a:before,
.main-navigation__container__nav li__sublist .menu-item-type-post_type ul.sub-menu .menu-item-type-custom a:before,
.main-navigation__container__nav li__sublist .menu-item-type-post_type ul.sub-menu .menu-item-type-post_type a:before,
.main-navigation__container__nav li .sub-menu .menu-item-type-custom ul.sub-menu .menu-item-type-custom a:before,
.main-navigation__container__nav li .sub-menu .menu-item-type-custom ul.sub-menu .menu-item-type-post_type a:before,
.main-navigation__container__nav li .sub-menu .menu-item-type-post_type ul.sub-menu .menu-item-type-custom a:before,
.main-navigation__container__nav li .sub-menu .menu-item-type-post_type ul.sub-menu .menu-item-type-post_type a:before {
  display: none;
}
.main-navigation__container__nav li__sublist .menu-item-type-custom ul.sub-menu .menu-item-type-custom:hover a,
.main-navigation__container__nav li__sublist .menu-item-type-custom ul.sub-menu .menu-item-type-post_type:hover a,
.main-navigation__container__nav li__sublist .menu-item-type-post_type ul.sub-menu .menu-item-type-custom:hover a,
.main-navigation__container__nav li__sublist .menu-item-type-post_type ul.sub-menu .menu-item-type-post_type:hover a,
.main-navigation__container__nav li .sub-menu .menu-item-type-custom ul.sub-menu .menu-item-type-custom:hover a,
.main-navigation__container__nav li .sub-menu .menu-item-type-custom ul.sub-menu .menu-item-type-post_type:hover a,
.main-navigation__container__nav li .sub-menu .menu-item-type-post_type ul.sub-menu .menu-item-type-custom:hover a,
.main-navigation__container__nav li .sub-menu .menu-item-type-post_type ul.sub-menu .menu-item-type-post_type:hover a {
  color: #ffffff;
}
.main-navigation__container__nav li__sublist .menu-item-type-custom:hover,
.main-navigation__container__nav li__sublist .menu-item-type-post_type:hover,
.main-navigation__container__nav li .sub-menu .menu-item-type-custom:hover,
.main-navigation__container__nav li .sub-menu .menu-item-type-post_type:hover {
  background-color: #0D52A0;
}
.main-navigation__container__nav li__sublist .menu-item-type-custom:hover a,
.main-navigation__container__nav li__sublist .menu-item-type-post_type:hover a,
.main-navigation__container__nav li .sub-menu .menu-item-type-custom:hover a,
.main-navigation__container__nav li .sub-menu .menu-item-type-post_type:hover a {
  color: #ffffff;
}
.main-navigation__container__nav li__sublist .menu-item-type-custom:hover .sub-menu,
.main-navigation__container__nav li__sublist .menu-item-type-post_type:hover .sub-menu,
.main-navigation__container__nav li .sub-menu .menu-item-type-custom:hover .sub-menu,
.main-navigation__container__nav li .sub-menu .menu-item-type-post_type:hover .sub-menu {
  display: block;
}
.main-navigation__container__nav li:hover .main-navigation__container__nav__item__sublist,
.main-navigation__container__nav li:hover .sub-menu {
  display: block;
}
.main-navigation__container__toggler {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .main-navigation__container__toggler {
    display: block;
    position: fixed;
    top: 18px;
    right: 16px;
    width: 48px;
    height: 48px;
    z-index: 999;
    transition: all 300ms ease;
  }
  .js-scrolled .main-navigation__container__toggler {
    top: 8px;
  }
  .main-navigation__container__toggler a.toggle {
    display: block;
    padding: 16px 8px 16px 8px;
    text-align: center;
  }
  .main-navigation__container__toggler a.toggle span {
    display: block;
    width: 32px;
    height: 3px;
    margin-bottom: 8px;
    border-radius: 50px;
    background: #ffffff;
    z-index: 999;
    opacity: 1;
    transition: all 300ms ease;
  }
  .main-navigation__container__toggler a.toggle span:last-child {
    margin-bottom: 0px;
  }
  .main-navigation__container__toggler a.toggle.js-active span:first-child {
    transform: rotate(-45deg) translate(2px, 0px);
    transform-origin: 100% 50%;
    margin-left: -8px;
  }
  .main-navigation__container__toggler a.toggle.js-active span:nth-child(2) {
    opacity: 0;
  }
  .main-navigation__container__toggler a.toggle.js-active span:last-child {
    transform: rotate(45deg) translate(0px, 0px);
    transform-origin: 100% 50%;
    margin-left: -6px;
  }
}

.single-case {
  padding-top: 48px;
  padding-bottom: 32px;
  background-color: #ffffff;
}
.single-case__content {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .single-case__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .single-case__content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.single-case__content__intro__headline {
  font-size: 56px;
  font-weight: 500;
  line-height: 110%;
}
@media only screen and (max-width: 1024px) {
  .single-case__content__intro__headline {
    font-size: 40px;
    line-height: 100%;
  }
}
.single-case__content__intro__headline {
  color: #0D52A0;
  margin-bottom: 24px;
  margin: 0px auto 32px auto;
  max-width: 585px;
}
.single-case__content__intro img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.single-case__content__intro__caption {
  margin-bottom: 32px;
}
.single-case__content__main {
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .single-case__content__main {
    padding: 0 10px;
  }
}
.single-case__content__main article {
  margin: 0px auto;
}
.single-case__content__main__button {
  max-width: 585px;
  margin: 0px auto 32px auto;
}

.post-navigation {
  margin-top: 48px;
}
.post-navigation__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .post-navigation__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .post-navigation__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.post-navigation__container__prev, .post-navigation__container__next {
  float: left;
  padding: 0 15px;
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .post-navigation__container__prev, .post-navigation__container__next {
    padding: 0 10px;
  }
}
.post-navigation__container__prev, .post-navigation__container__next {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .post-navigation__container__prev, .post-navigation__container__next {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.post-navigation__container__prev span, .post-navigation__container__next span {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .post-navigation__container__prev span, .post-navigation__container__next span {
    font-size: 18px;
    line-height: 140%;
  }
}
.post-navigation__container__prev span, .post-navigation__container__next span {
  font-size: 20px;
  display: block;
}
.post-navigation__container__prev a, .post-navigation__container__next a {
  display: block;
}
.post-navigation__container__prev {
  text-align: left;
}
.post-navigation__container__next {
  text-align: right;
}

.slogan {
  padding: 64px 0px;
}
.layout--campaign .slogan {
  display: none;
}
.slogan__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .slogan__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .slogan__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.slogan__container {
  text-align: center;
}
.slogan__container__content {
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .slogan__container__content {
    font-size: 20px;
    line-height: 140%;
  }
}
.slogan__container__content {
  color: #0D52A0;
  margin-bottom: 32px;
}
.slogan__container__content span {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .slogan__container__content span {
    font-size: 20px;
    line-height: 140%;
  }
}
.slogan__container__logo {
  display: block;
  width: 60px;
  height: auto;
  margin: 0px auto;
}

.layout--campaign .divider {
  display: none;
}
.divider__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .divider__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .divider__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.divider__container hr {
  height: 1px;
  border: none;
  background-color: #E5E5E5;
}

.breadcrumbs {
  padding: 24px 0px;
  background-color: #F6F6F6;
}
.breadcrumbs__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .breadcrumbs__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .breadcrumbs__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.breadcrumbs__container {
  padding: 0px;
  max-width: 585px;
}
.breadcrumbs__container__list__item {
  display: inline-block;
}
.breadcrumbs__container__list__item:last-child a {
  color: #6C6C6C;
}
.breadcrumbs__container__list__spacer {
  display: inline-block;
  width: 7px;
  height: 19px;
  margin: 0px 16px;
  background-repeat: no-repeat;
  background-position: center 8px;
  background-image: url("../images/icons/breadcrumb-spacer.svg");
}

.club-sections {
  margin-top: 32px;
  margin-bottom: 32px;
}
.club-sections__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .club-sections__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .club-sections__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.club-sections__container__header {
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .club-sections__container__header {
    padding: 0 10px;
  }
}
.club-sections__container__header__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .club-sections__container__header__title {
    font-size: 20px;
    line-height: 140%;
  }
}
.club-sections__container__header__title {
  color: #0D52A0;
  text-align: center;
  margin-bottom: 32px;
}
.club-sections__container__list__item {
  float: left;
  padding: 0 15px;
  width: 33.3333333333%;
}
@media only screen and (max-width: 480px) {
  .club-sections__container__list__item {
    padding: 0 10px;
  }
}
.club-sections__container__list__item {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .club-sections__container__list__item {
    float: left;
    padding: 0 15px;
    width: 50%;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .club-sections__container__list__item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  .club-sections__container__list__item {
    float: left;
    padding: 0 15px;
    width: 100%;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  .club-sections__container__list__item {
    padding: 0 10px;
  }
}
.club-sections__container__list__item a {
  position: relative;
}
.club-sections__container__list__item a img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 230px;
}
.club-sections__container__list__item a span {
  position: relative;
  display: block;
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 16px 0px;
  transition: all 300ms ease;
}
.club-sections__container__list__item a span:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -2;
  background-color: #0D52A0;
}
.club-sections__container__list__item a span:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  bottom: 0px;
  z-index: -1;
  opacity: 0;
  transition: all 300ms ease;
  background-color: #03356D;
}
.club-sections__container__list__item a:hover span:after {
  opacity: 1;
  top: 0px;
}

.intro {
  padding-top: 48px;
}
.intro__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .intro__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .intro__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.intro__container__content {
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .intro__container__content {
    padding: 0 10px;
  }
}
.intro__container__content {
  text-align: center;
}
.intro__container__content__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .intro__container__content__title {
    font-size: 18px;
    line-height: 140%;
  }
}
.intro__container__content__title {
  line-height: 160%;
  color: #6C6C6C;
  margin-bottom: 8px;
}
.intro__container__content__title span {
  color: #0D52A0;
}

.trophies {
  padding: 48px 0px;
}
.trophies__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .trophies__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .trophies__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.trophies__container__list__item {
  float: left;
  padding: 0 15px;
  width: 16.6666666667%;
}
@media only screen and (max-width: 480px) {
  .trophies__container__list__item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .trophies__container__list__item {
    float: left;
    padding: 0 15px;
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .trophies__container__list__item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .trophies__container__list__item {
    float: left;
    padding: 0 15px;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .trophies__container__list__item {
    padding: 0 10px;
  }
}
.trophies__container__list__item {
  text-align: center;
}
.trophies__container__list__item img {
  display: block;
  margin: 0px auto 24px auto;
}
.trophies__container__list__item p {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  color: #0D52A0;
  margin-bottom: 8px;
}
.trophies__container__list__item span {
  font-size: 12px;
  font-weight: 300;
  line-height: 160%;
  color: #6C6C6C;
}

.hero {
  width: 100%;
  height: 512px;
  position: relative;
  background-color: #0D52A0;
}
@media only screen and (max-width: 1024px) {
  .hero {
    height: auto;
  }
}
.hero__header {
  position: absolute;
  color: #ffffff;
  z-index: 99;
  width: 100%;
  display: inline-block;
  left: 0px;
  top: 50%;
  margin-top: -60px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .hero__header {
    position: relative;
    margin-top: 0px;
    padding-top: 92px;
    padding-bottom: 24px;
    display: block;
    top: auto;
  }
}
.hero__header h1 {
  font-size: 56px;
  font-weight: 500;
  line-height: 110%;
}
@media only screen and (max-width: 1024px) {
  .hero__header h1 {
    font-size: 40px;
    line-height: 100%;
  }
}
.hero__header h1 {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hero__header p {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hero__carousel {
  max-width: 1440px;
  margin: 0px auto;
}
@media only screen and (max-width: 1024px) {
  .hero__carousel {
    display: none;
  }
}
.hero__carousel__image {
  width: 100%;
  height: 512px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 1024px) {
  .hero__carousel__image {
    height: auto;
    background-size: cover;
  }
}

.news {
  padding: 48px 0px;
}
.news__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .news__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .news__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.news__container__action {
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .news__container__action {
    padding: 0 10px;
  }
}
.news__container__action {
  text-align: center;
}
.news__container__action a {
  margin-top: 24px;
}

.tags {
  position: relative;
  margin-bottom: 8px;
}
.layout--post .tags {
  margin-top: 8px;
}
.tags__item {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 300ms ease;
  color: #AEAEAE;
}
.tags__item:hover {
  cursor: pointer;
  color: #0D52A0;
}
.layout--post .tags__item {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  display: block;
  margin-right: 0px;
  margin-left: 4px;
  float: right;
}
.category-articles .tags, .archive .tags {
  display: none;
}

.newslist {
  padding: 48px 0px;
}
.newslist__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .newslist__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .newslist__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.newslist__container__header {
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .newslist__container__header {
    padding: 0 10px;
  }
}
.newslist__container__header h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .newslist__container__header h3 {
    font-size: 20px;
    line-height: 140%;
  }
}
.newslist__container__header h3 {
  color: #0D52A0;
  margin-bottom: 24px;
}

.highlighted {
  margin-bottom: 32px;
  position: relative;
}
.highlighted__image {
  float: left;
  padding: 0 15px;
  width: 66.6666666667%;
}
@media only screen and (max-width: 480px) {
  .highlighted__image {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .highlighted__image {
    float: left;
    padding: 0 15px;
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .highlighted__image {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .highlighted__image {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .highlighted__image {
    padding: 0 10px;
  }
}
.highlighted__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .highlighted__image img {
    margin-bottom: 8px;
  }
}
.highlighted__content {
  float: left;
  padding: 0 15px;
  width: 33.3333333333%;
}
@media only screen and (max-width: 480px) {
  .highlighted__content {
    padding: 0 10px;
  }
}
.highlighted__content {
  position: relative;
  padding-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .highlighted__content {
    float: left;
    padding: 0 15px;
    width: 50%;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .highlighted__content {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .highlighted__content {
    float: left;
    padding: 0 15px;
    width: 100%;
    padding-bottom: 32px !important;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .highlighted__content {
    padding: 0 10px;
  }
}
.highlighted__content:after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0px;
  width: 64px;
  height: 2px;
  transition: all 300ms ease;
  background-color: #0D52A0;
}
.highlighted__content h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .highlighted__content h1 {
    font-size: 24px;
    line-height: 130%;
  }
}
.highlighted__content h1 {
  color: #0D52A0;
  margin-bottom: 32px;
  transition: color 300ms ease;
}
@media only screen and (max-width: 768px) {
  .highlighted__content h1 {
    margin-bottom: 0px;
  }
}
.highlighted__content__paragraphs p {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  transition: color 300ms ease;
  color: #000000;
}
.highlighted__content__link {
  display: block;
  margin-top: 32px;
}
.highlighted:hover .highlighted__content__paragraphs p {
  color: #0D52A0;
}
.highlighted:hover .highlighted__content:after {
  width: 120px;
}

.article {
  float: left;
  padding: 0 15px;
  width: 33.3333333333%;
}
@media only screen and (max-width: 480px) {
  .article {
    padding: 0 10px;
  }
}
.article {
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .article {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .article {
    padding: 0 10px;
  }
}
.article__image {
  display: block;
  margin-bottom: 8px;
  overflow: hidden;
  max-height: 208px;
}
@media only screen and (max-width: 768px) {
  .article__image {
    margin-bottom: 8px;
  }
}
.article__image img {
  width: 100%;
  height: auto;
  display: block;
}
.article__content {
  padding-bottom: 32px;
  position: relative;
}
.article__content:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 64px;
  height: 2px;
  transition: all 300ms ease;
  background-color: #0D52A0;
}
.category-articles .article__content:after {
  background-color: #ffffff;
}
.article__content__category {
  margin-bottom: 16px;
}
.article__content__category__link {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.category-articles .article__content__category__link {
  color: #ffffff;
}
.category-articles .article__content__category, .archive .article__content__category {
  display: none;
}
.article__content__paragraphs p {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  transition: all 300ms ease;
  color: #000000;
}
.category-articles .article__content__paragraphs p {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  color: #ffffff;
}
.article__content__link {
  display: block;
  margin-top: 32px;
}
.category-articles .article__content__link {
  display: none;
}
.article:hover .article__content__paragraphs p {
  color: #0D52A0;
}
.category-articles .article:hover .article__content__paragraphs p {
  color: #ffffff;
}
.article:hover .article__content:after {
  width: 120px;
}

.archive-item {
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .archive-item {
    padding: 0 10px;
  }
}
.archive-item {
  margin-top: 24px;
  margin-bottom: 24px;
}
.archive-item__content {
  position: relative;
}
.archive-item__content__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .archive-item__content__title {
    font-size: 18px;
    line-height: 140%;
  }
}
.archive-item__content__title {
  font-weight: 600;
}
.archive-item__content__date {
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 8px;
  color: #6C6C6C;
}
.archive-item__content__date span  {
  color: #0D52A0 !important;
}
.archive-item__content__paragraph {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  transition: all 300ms ease;
  color: #000000;
}
.archive-item__content__link {
  display: block;
  margin-top: 24px;
  position: relative;
  padding-bottom: 8px;
}
.archive-item__content__link:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 64px;
  height: 2px;
  transition: all 300ms ease;
  background-color: #0D52A0;
}
.archive-item:hover .archive-item__content .archive-item__content__link:after {
  width: 120px;
}

.category-articles {
  padding-top: 80px;
  padding-bottom: 120px;
  color: #ffffff;
  background-color: #03356D;
}
@media only screen and (max-width: 1024px) {
  .category-articles {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.category-articles__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .category-articles__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .category-articles__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.category-articles__container__header {
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .category-articles__container__header {
    padding: 0 10px;
  }
}
.category-articles__container__header {
  margin-bottom: 24px;
}
.category-articles__container__header__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .category-articles__container__header__title {
    font-size: 20px;
    line-height: 140%;
  }
}
.category-articles__container__header__title {
  float: left;
  color: #ffffff;
}
.category-articles__container__header__link {
  float: right;
  color: #ffffff;
  padding-top: 16px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .category-articles__container__header__link {
    display: none;
  }
}
.category-articles__container__header__link:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -5px;
  width: 45%;
  height: 2px;
  transition: all 300ms ease;
  background-color: #ffffff;
}
.category-articles__container__header__link:hover:after {
  width: 100%;
}
.category-articles__container__footer {
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .category-articles__container__footer {
    padding: 0 10px;
  }
}
.category-articles__container__footer {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .category-articles__container__footer {
    display: block;
  }
}
.category-articles__container__footer__link {
  display: inline-block;
  color: #ffffff;
  position: relative;
  padding-top: 24px;
}
.category-articles__container__footer__link:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -5px;
  width: 40%;
  height: 2px;
  transition: all 300ms ease;
  background-color: #ffffff;
}
.category-articles__container__footer__link:hover:after {
  width: 100%;
}

.sponsors {
  padding: 64px 0px;
}
.sponsors__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .sponsors__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .sponsors__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.sponsors__container__header {
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .sponsors__container__header {
    padding: 0 10px;
  }
}
.sponsors__container__header {
  text-align: center;
  margin-bottom: 64px;
}
.sponsors__container__header h1 {
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .sponsors__container__header h1 {
    font-size: 20px;
    line-height: 140%;
  }
}
.sponsors__container__header h1 {
  font-weight: 400;
  color: #03356D;
  margin-bottom: 32px;
}
.sponsors__container__header a {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 4px;
  display: inline-block;
  background-color: #0D52A0;
  transition: all 300ms ease;
}
.sponsors__container__header a:hover {
  background-color: #03356D;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
}
.sponsors__container__primary, .sponsors__container__secondary {
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .sponsors__container__primary, .sponsors__container__secondary {
    padding: 0 10px;
  }
}
.sponsors__container__primary, .sponsors__container__secondary {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .sponsors__container__primary, .sponsors__container__secondary {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.sponsors__container__primary__item, .sponsors__container__secondary__item {
  display: inline-block;
  text-align: center;
  align-self: center;
  margin-right: 96px;
}
.sponsors__container__primary__item:last-child, .sponsors__container__secondary__item:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 768px) {
  .sponsors__container__primary__item, .sponsors__container__secondary__item {
    display: block;
    margin-right: 0px;
  }
}
.sponsors__container__primary__item a, .sponsors__container__secondary__item a {
  display: block;
  height: 84px;
}
.sponsors__container__primary__item a .helper, .sponsors__container__secondary__item a .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.sponsors__container__primary__item a img, .sponsors__container__secondary__item a img {
  transition: all 300ms ease;
  vertical-align: middle;
  max-height: 84px;
  opacity: 1;
  width: auto;
}
.sponsors__container__primary__item a:hover img, .sponsors__container__secondary__item a:hover img {
  opacity: 0.5;
}
.sponsors__container__secondary__item:first-child {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .sponsors__container__secondary__item:first-child {
    text-align: center;
  }
}
.sponsors__container__secondary__item:last-child {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .sponsors__container__secondary__item:last-child {
    text-align: center;
    margin-top: 16px;
  }
}

.fixture__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .fixture__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .fixture__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fixture__container {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  text-align: center;
}
.fixture__container:before, .fixture__container:after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  width: 100%;
  height: 1px;
  top: 0px;
  background-color: #E5E5E5;
}
@media only screen and (max-width: 1024px) {
  .fixture__container:before, .fixture__container:after {
    display: none;
  }
}
.fixture__container:after {
  top: auto;
  bottom: 0px;
}
.layout--default .fixture__container:after {
  display: none;
}
.fixture__container__matches__next, .fixture__container__matches__previous {
  float: left;
  padding: 0 15px;
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .fixture__container__matches__next, .fixture__container__matches__previous {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .fixture__container__matches__next, .fixture__container__matches__previous {
    float: left;
    padding: 0 15px;
    width: 100%;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .fixture__container__matches__next, .fixture__container__matches__previous {
    padding: 0 10px;
  }
}
.fixture__container__matches__next__header, .fixture__container__matches__previous__header {
  text-align: center;
  margin-bottom: 32px;
}
.fixture__container__matches__next__header h6, .fixture__container__matches__previous__header h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .fixture__container__matches__next__header h6, .fixture__container__matches__previous__header h6 {
    font-size: 18px;
    line-height: 140%;
  }
}
.fixture__container__matches__next__header h6, .fixture__container__matches__previous__header h6 {
  font-weight: 600;
  color: #0D52A0;
}
.fixture__container__matches__next__header span, .fixture__container__matches__previous__header span {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  display: block;
  color: #6C6C6C;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.fixture__container__matches__next__header a, .fixture__container__matches__previous__header a {
  display: inline-block;
  position: relative;
}
.fixture__container__matches__next__header a:after, .fixture__container__matches__previous__header a:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -5px;
  width: 0%;
  height: 2px;
  transition: all 300ms ease;
  background-color: #0D52A0;
}
.fixture__container__matches__next__header a:hover:after, .fixture__container__matches__previous__header a:hover:after {
  width: 100%;
}
.fixture__container__matches__next__content, .fixture__container__matches__previous__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.fixture__container__matches__next__content__home, .fixture__container__matches__next__content__away, .fixture__container__matches__previous__content__home, .fixture__container__matches__previous__content__away {
  width: 160px;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .fixture__container__matches__next__content__home, .fixture__container__matches__next__content__away, .fixture__container__matches__previous__content__home, .fixture__container__matches__previous__content__away {
    width: 120px;
  }
}
.fixture__container__matches__next__content__home img, .fixture__container__matches__next__content__away img, .fixture__container__matches__previous__content__home img, .fixture__container__matches__previous__content__away img {
  width: 80px;
  height: auto;
  display: block;
  margin: 0px auto 8px auto;
}
.fixture__container__matches__next__content__home p, .fixture__container__matches__next__content__away p, .fixture__container__matches__previous__content__home p, .fixture__container__matches__previous__content__away p {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  color: #0D52A0;
}
.fixture__container__matches__next__content__results, .fixture__container__matches__next__content__versus, .fixture__container__matches__previous__content__results, .fixture__container__matches__previous__content__versus {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .fixture__container__matches__next__content__results, .fixture__container__matches__next__content__versus, .fixture__container__matches__previous__content__results, .fixture__container__matches__previous__content__versus {
    font-size: 18px;
    line-height: 140%;
  }
}
.fixture__container__matches__next__content__results, .fixture__container__matches__next__content__versus, .fixture__container__matches__previous__content__results, .fixture__container__matches__previous__content__versus {
  display: inline-block;
  line-height: 80px;
  color: #0D52A0;
}
@media only screen and (max-width: 768px) {
  .fixture__container__matches__next__content__results, .fixture__container__matches__next__content__versus, .fixture__container__matches__previous__content__results, .fixture__container__matches__previous__content__versus {
    line-height: 76px;
  }
}
.fixture__container__matches__next__content__versus, .fixture__container__matches__previous__content__versus {
  color: #6C6C6C;
}
.fixture__container__matches__next__location, .fixture__container__matches__previous__location {
  padding-top: 24px;
  display: block;
  text-align: center;
}
.fixture__container__matches__next__location span, .fixture__container__matches__previous__location span {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  color: #0D52A0;
}
.fixture__container__actions {
  text-align: center;
  margin-top: 48px;
}
.fixture__container__actions a {
  display: inline-block;
  position: relative;
}

.schedule__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .schedule__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .schedule__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.schedule__container {
  position: relative;
  margin-top: 48px;
  margin-bottom: 48px;
  text-align: center;
}
.schedule__container table {
  width: 100%;
  max-width: 770px;
  margin: 0px auto;
}
.schedule__container table thead tr {
  background-color: #0D52A0;
}
.schedule__container table thead tr th {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  padding: 16px 0px;
  color: #ffffff;
}
.schedule__container table tbody tr {
  border-bottom: 1px solid #E5E5E5;
}
.schedule__container table tbody tr:last-child {
  border-bottom: 0px solid #E5E5E5;
}
.schedule__container table tbody tr.played td {
  color: #6C6C6C;
}
.schedule__container table tbody tr td {
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  color: #000000;
  padding: 16px 0px;
  vertical-align: middle;
  font-weight: 400;
}
.schedule__container table tbody tr td.date {
  text-align: left;
}
.schedule__container table tbody tr td.result {
  text-align: center;
  font-weight: 500;
  color: #0D52A0;
}

.coaches {
  padding: 64px 0px;
  background-color: #F6F6F6;
}
.coaches__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .coaches__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .coaches__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.coaches__container__header {
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .coaches__container__header {
    padding: 0 10px;
  }
}
.coaches__container__header__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .coaches__container__header__title {
    font-size: 20px;
    line-height: 140%;
  }
}
.coaches__container__header__title {
  font-weight: 600;
  color: #0D52A0;
  margin-bottom: 32px;
}
.coaches__container__list .coach {
  float: left;
  padding: 0 15px;
  width: 25%;
}
@media only screen and (max-width: 480px) {
  .coaches__container__list .coach {
    padding: 0 10px;
  }
}
.coaches__container__list .coach {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .coaches__container__list .coach {
    float: left;
    padding: 0 15px;
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .coaches__container__list .coach {
    padding: 0 10px;
  }
}
.coaches__container__list .coach__wrapper {
  background-color: #ffffff;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
}
.coaches__container__list .coach__wrapper__image__src {
  width: 100%;
  height: auto;
  display: block;
}
.coaches__container__list .coach__wrapper__content {
  padding: 16px;
}
.coaches__container__list .coach__wrapper__content__name, .coaches__container__list .coach__wrapper__content__first, .coaches__container__list .coach__wrapper__content__last {
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  color: #0D52A0;
}
.coaches__container__list .coach__wrapper__content__title {
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 8px;
}
.coaches__container__list .coach__wrapper__content__email, .coaches__container__list .coach__wrapper__content__phone {
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}
.coaches__container__list .coach__wrapper__content__email a, .coaches__container__list .coach__wrapper__content__phone a {
  position: relative;
}
.coaches__container__list .coach__wrapper__content__email a:before, .coaches__container__list .coach__wrapper__content__phone a:before {
  content: "";
  transition: all 300ms ease;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 0%;
  opacity: 0;
  background-color: #0D52A0;
}
.coaches__container__list .coach__wrapper__content__email a:hover, .coaches__container__list .coach__wrapper__content__phone a:hover {
  cursor: pointer;
  text-decoration: none;
}
.coaches__container__list .coach__wrapper__content__email a:hover:before, .coaches__container__list .coach__wrapper__content__phone a:hover:before {
  width: 100%;
  opacity: 1;
}

.staff {
  padding: 64px 0px;
  background-color: #ffffff;
}
.staff__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .staff__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .staff__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.staff__container__header {
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .staff__container__header {
    padding: 0 10px;
  }
}
.staff__container__header__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .staff__container__header__title {
    font-size: 20px;
    line-height: 140%;
  }
}
.staff__container__header__title {
  font-weight: 600;
  color: #0D52A0;
  margin-bottom: 32px;
}
.staff__container__list .member {
  float: left;
  padding: 0 15px;
  width: 25%;
}
@media only screen and (max-width: 480px) {
  .staff__container__list .member {
    padding: 0 10px;
  }
}
.staff__container__list .member {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .staff__container__list .member {
    float: left;
    padding: 0 15px;
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .staff__container__list .member {
    padding: 0 10px;
  }
}
.staff__container__list .member__wrapper {
  background-color: #ffffff;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
}
.staff__container__list .member__wrapper__image__src {
  width: 100%;
  height: auto;
  display: block;
}
.staff__container__list .member__wrapper__content {
  padding: 16px;
}
.staff__container__list .member__wrapper__content__name, .staff__container__list .member__wrapper__content__first, .staff__container__list .member__wrapper__content__last {
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  color: #0D52A0;
}
.staff__container__list .member__wrapper__content__title {
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 8px;
}
.staff__container__list .member__wrapper__content__email, .staff__container__list .member__wrapper__content__phone {
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}
.staff__container__list .member__wrapper__content__email a, .staff__container__list .member__wrapper__content__phone a {
  position: relative;
}
.staff__container__list .member__wrapper__content__email a:before, .staff__container__list .member__wrapper__content__phone a:before {
  content: "";
  transition: all 300ms ease;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 0%;
  opacity: 0;
  background-color: #0D52A0;
}
.staff__container__list .member__wrapper__content__email a:hover, .staff__container__list .member__wrapper__content__phone a:hover {
  cursor: pointer;
  text-decoration: none;
}
.staff__container__list .member__wrapper__content__email a:hover:before, .staff__container__list .member__wrapper__content__phone a:hover:before {
  width: 100%;
  opacity: 1;
}

.volunteers {
  padding-top: 0px;
  padding-bottom: 64px;
  margin-top: -96px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .volunteers {
    margin-top: 0px;
  }
}
.volunteers__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .volunteers__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .volunteers__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.volunteers__container__header {
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .volunteers__container__header {
    padding: 0 10px;
  }
}
.volunteers__container__header__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .volunteers__container__header__title {
    font-size: 20px;
    line-height: 140%;
  }
}
.volunteers__container__header__title {
  font-weight: 600;
  color: #0D52A0;
  margin-bottom: 32px;
}
.volunteers__container__list .member {
  float: left;
  padding: 0 15px;
  width: 25%;
}
@media only screen and (max-width: 480px) {
  .volunteers__container__list .member {
    padding: 0 10px;
  }
}
.volunteers__container__list .member {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .volunteers__container__list .member {
    float: left;
    padding: 0 15px;
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .volunteers__container__list .member {
    padding: 0 10px;
  }
}
.volunteers__container__list .member__wrapper {
  background-color: #ffffff;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
}
.volunteers__container__list .member__wrapper__image__src {
  width: 100%;
  height: auto;
  display: block;
}
.volunteers__container__list .member__wrapper__content {
  padding: 16px;
}
.volunteers__container__list .member__wrapper__content__name, .volunteers__container__list .member__wrapper__content__first, .volunteers__container__list .member__wrapper__content__last {
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  color: #0D52A0;
}
.volunteers__container__list .member__wrapper__content__title {
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 8px;
}
.volunteers__container__list .member__wrapper__content__email, .volunteers__container__list .member__wrapper__content__phone {
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}
.volunteers__container__list .member__wrapper__content__email a, .volunteers__container__list .member__wrapper__content__phone a {
  position: relative;
}
.volunteers__container__list .member__wrapper__content__email a:before, .volunteers__container__list .member__wrapper__content__phone a:before {
  content: "";
  transition: all 300ms ease;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 0%;
  opacity: 0;
  background-color: #0D52A0;
}
.volunteers__container__list .member__wrapper__content__email a:hover, .volunteers__container__list .member__wrapper__content__phone a:hover {
  cursor: pointer;
  text-decoration: none;
}
.volunteers__container__list .member__wrapper__content__email a:hover:before, .volunteers__container__list .member__wrapper__content__phone a:hover:before {
  width: 100%;
  opacity: 1;
}

.players {
  padding: 64px 0px;
  background-color: #ffffff;
}
.players__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .players__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .players__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.players__container__header {
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .players__container__header {
    padding: 0 10px;
  }
}
.players__container__header__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .players__container__header__title {
    font-size: 20px;
    line-height: 140%;
  }
}
.players__container__header__title {
  font-weight: 600;
  color: #0D52A0;
  margin-bottom: 32px;
}
.players__container__list {
  margin: 24px 0px;
}
.players__container__list .headline {
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .players__container__list .headline {
    padding: 0 10px;
  }
}
.players__container__list .headline {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .players__container__list .headline {
    font-size: 18px;
    line-height: 140%;
  }
}
.players__container__list .headline {
  font-weight: 400;
  color: #000000;
  margin-top: 24px;
}
.players__container__list .player {
  float: left;
  padding: 0 15px;
  width: 25%;
}
@media only screen and (max-width: 480px) {
  .players__container__list .player {
    padding: 0 10px;
  }
}
.players__container__list .player {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .players__container__list .player {
    float: left;
    padding: 0 15px;
    width: 50%;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .players__container__list .player {
    padding: 0 10px;
  }
}
.players__container__list .player__wrapper {
  background-color: #ffffff;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
}
.players__container__list .player__wrapper__image {
  position: relative;
}
.players__container__list .player__wrapper__image__src {
  width: 100%;
  height: auto;
  display: block;
}
.players__container__list .player__wrapper__image__number {
  font-size: 40px;
  font-weight: 300;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .players__container__list .player__wrapper__image__number {
    font-size: 32px;
  }
}
.players__container__list .player__wrapper__image__number {
  line-height: 60px !important;
  font-weight: 600;
  color: #0D52A0;
  position: absolute;
  min-width: 60px;
  height: 60px;
  top: 5px;
  right: 10px;
  z-index: 9;
  text-align: right;
}
.players__container__list .player__wrapper__content {
  padding: 16px;
}
.players__container__list .player__wrapper__content__name, .players__container__list .player__wrapper__content__first {
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}
.players__container__list .player__wrapper__content__position, .players__container__list .player__wrapper__content__last {
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  color: #0D52A0;
}
.players__container__list .player__wrapper__content__position a, .players__container__list .player__wrapper__content__last a {
  position: relative;
}
.players__container__list .player__wrapper__content__position a:before, .players__container__list .player__wrapper__content__last a:before {
  content: "";
  transition: all 300ms ease;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 0%;
  opacity: 0;
  background-color: #0D52A0;
}
.players__container__list .player__wrapper__content__position a:hover, .players__container__list .player__wrapper__content__last a:hover {
  cursor: pointer;
  text-decoration: none;
}
.players__container__list .player__wrapper__content__position a:hover:before, .players__container__list .player__wrapper__content__last a:hover:before {
  width: 100%;
  opacity: 1;
}
.large-teaser {
  margin-top: 64px;
  margin-bottom: 64px;
}
.large-teaser__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .large-teaser__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .large-teaser__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.large-teaser__container__item {
  padding: 0px 15px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .large-teaser__container__item {
    padding: 0px 10px;
  }
}
.large-teaser__container__item__content {
  float: left;
  padding: 0 15px;
  width: 41.6666666667%;
}
@media only screen and (max-width: 480px) {
  .large-teaser__container__item__content {
    padding: 0 10px;
  }
}
.large-teaser__container__item__content {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #0D52A0;
  color: #ffffff;
  height: 374px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .large-teaser__container__item__content {
    float: left;
    padding: 0 15px;
    width: 100%;
    padding: 24px !important;
    height: auto;
    overflow: initial;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .large-teaser__container__item__content {
    padding: 0 10px;
  }
}
.white-background .large-teaser__container__item__content {
  background-color: #ffffff;
  color: #0D52A0;
}
.large-teaser--inverted .large-teaser__container__item__content {
  float: right;
}
.large-teaser__container__item__content__wrapper {
  margin-left: 17px;
}
@media only screen and (max-width: 1024px) {
  .large-teaser__container__item__content__wrapper {
    margin-left: 0px;
  }
}
.large-teaser--inverted .large-teaser__container__item__content__wrapper {
  margin-left: 0px;
  margin-right: 17px;
}
@media only screen and (max-width: 1024px) {
  .large-teaser--inverted .large-teaser__container__item__content__wrapper {
    margin-right: 0px;
  }
}
.large-teaser__container__item__content__wrapper h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .large-teaser__container__item__content__wrapper h1 {
    font-size: 24px;
    line-height: 130%;
  }
}
.large-teaser__container__item__content__wrapper h1 {
  margin-bottom: 24px;
}
.large-teaser__container__item__content__wrapper .content {
  display: block;
  margin-bottom: 24px;
}
.large-teaser__container__item__content__wrapper .content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}
.large-teaser__container__item__image {
  float: left;
  padding: 0 15px;
  width: 58.3333333333%;
}
@media only screen and (max-width: 480px) {
  .large-teaser__container__item__image {
    padding: 0 10px;
  }
}
.large-teaser__container__item__image {
  background-color: #0D52A0;
  padding: 0px;
  display: block;
  position: relative;
  height: 374px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .large-teaser__container__item__image {
    float: left;
    padding: 0 15px;
    width: 100%;
    height: 199px;
    background-size: cover;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .large-teaser__container__item__image {
    padding: 0 10px;
  }
}
.large-teaser__container__item__image:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -5px;
  width: 230px;
  height: 100%;
  bottom: 0px;
  display: block;
  background-repeat: no-repeat;
  background-image: url("../images/image-right-overlay.png");
}
.large-teaser--inverted .large-teaser__container__item__image:after {
  left: auto;
  right: -5px;
  background-image: url("../images/image-left-overlay.png");
}
@media only screen and (max-width: 1024px) {
  .large-teaser__container__item__image:after {
    display: none;
  }
}
.white-background .large-teaser__container__item__image {
  background-color: #ffffff;
}
.white-background .large-teaser__container__item__image:after {
  background-image: url("../images/image-right-overlay-white.png");
}
.large-teaser--inverted .white-background .large-teaser__container__item__image:after {
  background-image: url("../images/image-left-overlay-white.png");
}
.large-teaser--inverted .large-teaser__container__item__image {
  float: left;
}

.highlighted-teaser {
  padding: 88px 0px;
  background-color: #F6F6F6;
}
.highlighted-teaser__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .highlighted-teaser__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .highlighted-teaser__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.highlighted-teaser__container {
  padding-left: 30px;
  padding-right: 30px;
}
.highlighted-teaser__container__box {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #ffffff;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1024px) {
  .highlighted-teaser__container__box {
    padding-bottom: 16px;
  }
}
.highlighted-teaser__container__box__content {
  float: left;
  padding: 0 15px;
  width: 41.6666666667%;
}
@media only screen and (max-width: 480px) {
  .highlighted-teaser__container__box__content {
    padding: 0 10px;
  }
}
.highlighted-teaser__container__box__content {
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (max-width: 1024px) {
  .highlighted-teaser__container__box__content {
    float: left;
    padding: 0 15px;
    width: 100%;
    padding: 24px !important;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .highlighted-teaser__container__box__content {
    padding: 0 10px;
  }
}
.highlighted-teaser--inverted .highlighted-teaser__container__box__content {
  float: right;
}
.highlighted-teaser__container__box__content h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .highlighted-teaser__container__box__content h1 {
    font-size: 20px;
    line-height: 140%;
  }
}
.highlighted-teaser__container__box__content h1 {
  margin-bottom: 24px;
  color: #0D52A0;
}
.highlighted-teaser__container__box__content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 16px;
}
.highlighted-teaser__container__box__content p:last-child {
  margin-bottom: 0px;
}
.highlighted-teaser__container__box__content .button {
  margin-top: 24px;
}
.highlighted-teaser__container__box__image {
  float: left;
  padding: 0 15px;
  width: 58.3333333333%;
}
@media only screen and (max-width: 480px) {
  .highlighted-teaser__container__box__image {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .highlighted-teaser__container__box__image {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .highlighted-teaser__container__box__image {
    padding: 0 10px;
  }
}
.highlighted-teaser--inverted .highlighted-teaser__container__box__image {
  float: right;
}
.highlighted-teaser__container__box__image img {
  display: block;
  width: 100%;
  height: auto;
}

.banners {
  margin-top: 64px;
  margin-bottom: 64px;
}
.banners__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .banners__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .banners__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.banners__container__list__item {
  float: left;
  padding: 0 15px;
  width: 33.3333333333%;
}
@media only screen and (max-width: 480px) {
  .banners__container__list__item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .banners__container__list__item {
    float: left;
    padding: 0 15px;
    width: 100%;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .banners__container__list__item {
    padding: 0 10px;
  }
}
.banners__container__list__item a {
  display: block;
  position: relative;
}
.banners__container__list__item a:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 98%;
  opacity: 0;
  transition: all 300ms ease;
  background-color: #0D52A0;
}
.banners__container__list__item a:before {
  content: attr(data-text);
  position: absolute;
  top: 30%;
  width: 100%;
  z-index: 99;
  color: #ffffff;
  opacity: 0;
  transition: all 300ms ease;
  text-align: center;
}
.banners__container__list__item a img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 300ms ease;
}
.banners__container__list__item a:hover:after {
  top: 0px;
  opacity: 0.8;
}
.banners__container__list__item a:hover::before {
  opacity: 1;
  top: 50%;
}

.notification {
  position: fixed;
  width: auto;
  padding: 16px;
  background-color: #C35306;
  bottom: 20px;
  left: 20px;
  border-radius: 6px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.45);
}
.notification a {
  color: #ffffff;
}

.message {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .message {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #F6F6F6;
  }
}
.message__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .message__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .message__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.message__container {
  position: relative;
  padding-top: 48px;
  padding-bottom: 16px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .message__container {
    padding-bottom: 48px;
  }
}
.message__container:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  width: 100%;
  height: 1px;
  bottom: -32px;
  background-color: #E5E5E5;
}
@media only screen and (max-width: 768px) {
  .message__container:before {
    display: none;
    width: auto;
    left: 30px;
    right: 30px;
  }
}
.message__container__title {
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .message__container__title {
    padding: 0 10px;
  }
}
.message__container__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .message__container__title {
    font-size: 18px;
    line-height: 140%;
  }
}
.message__container__title {
  color: #0D52A0;
  font-weight: bold;
  margin-bottom: 8px;
}
.message__container__content {
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .message__container__content {
    padding: 0 10px;
  }
}
.message__container__content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  max-width: 865px;
}
@media only screen and (max-width: 768px) {
  .message__container__content p {
    max-width: 100%;
  }
}
.message__container__content p:last-child {
  margin-bottom: 0px;
}
.message__container__content p a {
  color: #0D52A0;
}
.message__container__content p a:hover {
  color: #1A8FE3;
  text-decoration: underline;
}

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer {
  background-color: #0D52A0;
  color: #ffffff;
}
.layout--campaign .footer {
  clip-path: polygon(0 0, 26% 9%, 100% 0, 100% 100%, 0 100%);
}
@media only screen and (max-width: 480px) {
  .layout--campaign .footer {
    clip-path: polygon(0 0, 24% 4%, 100% 0, 100% 100%, 0 100%);
  }
}
.footer__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .footer__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .footer__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer__container__information {
  margin-bottom: 48px;
}
.footer__container__information__contact, .footer__container__information__navigation, .footer__container__information__shortcuts, .footer__container__information__links {
  float: left;
  padding: 0 15px;
  width: 25%;
}
@media only screen and (max-width: 480px) {
  .footer__container__information__contact, .footer__container__information__navigation, .footer__container__information__shortcuts, .footer__container__information__links {
    padding: 0 10px;
  }
}
.footer__container__information__contact, .footer__container__information__navigation, .footer__container__information__shortcuts, .footer__container__information__links {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}
@media only screen and (max-width: 768px) {
  .footer__container__information__contact, .footer__container__information__navigation, .footer__container__information__shortcuts, .footer__container__information__links {
    float: left;
    padding: 0 15px;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .footer__container__information__contact, .footer__container__information__navigation, .footer__container__information__shortcuts, .footer__container__information__links {
    padding: 0 10px;
  }
}
.footer__container__information__contact__title, .footer__container__information__navigation__title, .footer__container__information__shortcuts__title, .footer__container__information__links__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .footer__container__information__contact__title, .footer__container__information__navigation__title, .footer__container__information__shortcuts__title, .footer__container__information__links__title {
    margin-bottom: 8px;
  }
}
.footer__container__information__contact__list li a, .footer__container__information__navigation__list li a, .footer__container__information__shortcuts__list li a, .footer__container__information__links__list li a {
  color: #ffffff;
  position: relative;
  transition: all 300ms ease;
}
.footer__container__information__contact__list li a:before, .footer__container__information__navigation__list li a:before, .footer__container__information__shortcuts__list li a:before, .footer__container__information__links__list li a:before {
  content: "";
  transition: all 300ms ease;
  position: absolute;
  left: 0px;
  bottom: -3px;
  height: 1px;
  width: 0%;
  opacity: 0;
  background-color: #ffffff;
}
.footer__container__information__contact__list li a:hover, .footer__container__information__navigation__list li a:hover, .footer__container__information__shortcuts__list li a:hover, .footer__container__information__links__list li a:hover {
  cursor: pointer;
  text-decoration: none;
}
.footer__container__information__contact__list li a:hover:before, .footer__container__information__navigation__list li a:hover:before, .footer__container__information__shortcuts__list li a:hover:before, .footer__container__information__links__list li a:hover:before {
  width: 100%;
  opacity: 1;
}
.footer__container__information__contact__address p a, .footer__container__information__navigation__address p a, .footer__container__information__shortcuts__address p a, .footer__container__information__links__address p a {
  color: #ffffff;
  position: relative;
}
.footer__container__information__contact__address p a:before, .footer__container__information__navigation__address p a:before, .footer__container__information__shortcuts__address p a:before, .footer__container__information__links__address p a:before {
  content: "";
  transition: all 300ms ease;
  position: absolute;
  left: 0px;
  bottom: -3px;
  height: 1px;
  width: 0%;
  opacity: 0;
  background-color: #ffffff;
}
.footer__container__information__contact__address p a:hover, .footer__container__information__navigation__address p a:hover, .footer__container__information__shortcuts__address p a:hover, .footer__container__information__links__address p a:hover {
  cursor: pointer;
  text-decoration: none;
}
.footer__container__information__contact__address p a:hover:before, .footer__container__information__navigation__address p a:hover:before, .footer__container__information__shortcuts__address p a:hover:before, .footer__container__information__links__address p a:hover:before {
  width: 100%;
  opacity: 1;
}
.footer__container__fineprint__disclaimer {
  float: left;
  padding: 0 15px;
  width: 66.6666666667%;
}
@media only screen and (max-width: 480px) {
  .footer__container__fineprint__disclaimer {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__container__fineprint__disclaimer {
    float: left;
    padding: 0 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .footer__container__fineprint__disclaimer {
    padding: 0 10px;
  }
}
.footer__container__fineprint__disclaimer li {
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  display: inline-block;
  margin-right: 48px;
}
@media only screen and (max-width: 768px) {
  .footer__container__fineprint__disclaimer li {
    display: block;
    margin-right: 0px;
  }
}
.footer__container__fineprint__disclaimer li:last-child {
  margin-right: 0px;
}
.footer__container__fineprint__disclaimer li a {
  color: #ffffff;
  position: relative;
}
.footer__container__fineprint__disclaimer li a:before {
  content: "";
  transition: all 300ms ease;
  position: absolute;
  left: 0px;
  bottom: -3px;
  height: 1px;
  width: 0%;
  opacity: 0;
  background-color: #ffffff;
}
.footer__container__fineprint__disclaimer li a:hover {
  cursor: pointer;
  text-decoration: none;
}
.footer__container__fineprint__disclaimer li a:hover:before {
  width: 100%;
  opacity: 1;
}
.footer__container__fineprint__social {
  float: left;
  padding: 0 15px;
  width: 33.3333333333%;
}
@media only screen and (max-width: 480px) {
  .footer__container__fineprint__social {
    padding: 0 10px;
  }
}
.footer__container__fineprint__social {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .footer__container__fineprint__social {
    float: left;
    padding: 0 15px;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .footer__container__fineprint__social {
    padding: 0 10px;
  }
}
.footer__container__fineprint__social li {
  display: inline-block;
  margin-right: 16px;
}
.footer__container__fineprint__social li:last-child {
  margin-right: 0px;
}
.footer__container__fineprint__social li a img {
  transition: all 300ms ease;
}
.footer__container__fineprint__social li a:hover img {
  opacity: 0.5;
}
.footer__container__designedby {
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .footer__container__designedby {
    padding: 0 10px;
  }
}
.footer__container__designedby p {
  font-size: 12px;
  font-weight: 300;
  line-height: 160%;
  padding-top: 16px;
  font-size: 10px;
  color: #ffffff;
}
.footer__container__designedby p a {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .footer__container__designedby p {
    text-align: center;
  }
}

.team-fixtures {
  padding: 40px 0px;
  background-color: #ffffff;
}
.team-fixtures__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .team-fixtures__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .team-fixtures__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.team-fixtures__container__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .team-fixtures__container__title {
    font-size: 20px;
    line-height: 140%;
  }
}
.team-fixtures__container__title {
  color: #0D52A0;
  text-align: center;
}
.team-fixtures__container .match {
  float: left;
  padding: 0 15px;
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .team-fixtures__container .match {
    padding: 0 10px;
  }
}
.team-fixtures__container .match {
  padding-top: 40px;
  padding-bottom: 40px;
}
.team-fixtures__container .match__header {
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  text-transform: uppercase;
  color: #6C6C6C;
  text-align: center;
  margin-bottom: 16px;
}
.team-fixtures__container .match__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.team-fixtures__container .match__content__home, .team-fixtures__container .match__content__away {
  width: 160px;
  display: inline-block;
  text-align: center;
}
.team-fixtures__container .match__content__home img, .team-fixtures__container .match__content__away img {
  width: 80px;
  height: auto;
  display: block;
  margin: 0px auto 8px auto;
}
.team-fixtures__container .match__content__home p, .team-fixtures__container .match__content__away p {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  height: 48px;
  color: #0D52A0;
}
.team-fixtures__container .match__content__result, .team-fixtures__container .match__content__versus {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
@media only screen and (max-width: 1024px) {
  .team-fixtures__container .match__content__result, .team-fixtures__container .match__content__versus {
    font-size: 20px;
    line-height: 130%;
  }
}
.team-fixtures__container .match__content__result, .team-fixtures__container .match__content__versus {
  font-weight: 600;
  display: inline-block;
  line-height: 80px;
  color: #0D52A0;
}
@media only screen and (max-width: 768px) {
  .team-fixtures__container .match__content__result, .team-fixtures__container .match__content__versus {
    line-height: 76px;
  }
}
.team-fixtures__container .match__content__versus {
  font-weight: 700;
  color: #0D52A0;
}
.team-fixtures__container .match__info {
  width: 100%;
  text-align: center;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
}

.campaign-header {
  top: 0px;
  width: 100%;
  z-index: 9999;
  position: relative;
  transition: background-color 300ms ease;
  background-color: #0D52A0;
}
.campaign-header__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .campaign-header__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .campaign-header__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.campaign-header__container {
  max-width: 1440px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .campaign-header__container {
    max-width: 100%;
    padding: 0px;
  }
}
.campaign-header__container__logo {
  float: left;
  width: 70px;
  display: block;
  transition: all 300ms ease;
  padding: 16px 15px 16px 15px;
}
@media only screen and (max-width: 1024px) {
  .js-scrolled .campaign-header__container__logo {
    width: 50px;
  }
}
.campaign-header__container__logo__src {
  width: 70px;
  height: auto;
  display: block;
  transition: all 300ms ease;
}
@media only screen and (max-width: 1024px) {
  .js-scrolled .campaign-header__container__logo__src {
    width: 50px;
  }
}
.campaign-header__container__nav {
  float: right;
  padding: 32px 15px;
}
@media only screen and (max-width: 1024px) {
  .campaign-header__container__nav {
    display: none;
    float: none;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: -1;
    height: 100vh;
    padding: 100px 0px 16px 0px;
    background-color: #0D52A0;
    overflow-y: auto;
  }
  .js-togglenav .campaign-header__container__nav {
    display: block;
  }
}
.campaign-header__container__nav li {
  position: relative;
  display: inline-block;
  margin: 0px 16px;
}
@media only screen and (max-width: 1024px) {
  .campaign-header__container__nav li {
    display: block;
    text-align: right;
    margin-bottom: 16px;
    margin-right: 32px;
  }
  .campaign-header__container__nav li:last-child {
    margin-bottom: 0px;
  }
}
.campaign-header__container__nav li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .campaign-header__container__nav li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    text-transform: none;
    font-weight: 600;
  }
}
.campaign-header__container__nav li a:before {
  content: "";
  transition: all 300ms ease;
  position: absolute;
  left: 0px;
  bottom: -3px;
  height: 2px;
  width: 0%;
  opacity: 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .campaign-header__container__nav li a:before {
    display: none;
  }
}
.campaign-header__container__nav li a:hover {
  cursor: pointer;
  text-decoration: none;
}
.campaign-header__container__nav li a:hover:before {
  width: 100%;
  opacity: 1;
}

@keyframes bounce {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
  50% {
    top: 90px;
    -webkit-animation-timing-function: ease-out;
  }
  55% {
    top: 100px;
    -webkit-animation-timing-function: ease-in;
  }
  65% {
    top: 80px;
    -webkit-animation-timing-function: ease-out;
  }
  95% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
}
@keyframes scale {
  0% {
    animation-timing-function: ease;
  }
  50% {
    transform: scale(1.2);
    transform-origin: center;
    animation-timing-function: ease;
  }
  55% {
    transform: scale(1.4);
    transform-origin: center;
    animation-timing-function: ease;
  }
  65% {
    transform: scale(1.3);
    transform-origin: center;
    animation-timing-function: ease;
  }
  95% {
    animation-timing-function: ease;
  }
  100% {
    animation-timing-function: ease;
  }
}
.campaign-hero {
  width: 100%;
  height: 512px;
  position: relative;
  background-color: #0D52A0;
}
@media only screen and (max-width: 1220px) {
  .campaign-hero {
    height: 412px;
  }
}
@media only screen and (max-width: 768px) {
  .campaign-hero {
    height: 312px;
  }
}
.campaign-hero:before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  clip-path: polygon(71.5% 0, 0% 100%, 100% 100%);
}
@media only screen and (max-width: 768px) {
  .campaign-hero:before {
    clip-path: polygon(70% 50%, 0% 100%, 100% 100%);
  }
}
.campaign-hero__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .campaign-hero__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .campaign-hero__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.campaign-hero__container {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1220px) {
  .campaign-hero__container {
    max-width: 785px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .campaign-hero__container {
    padding-left: 15px;
  }
}
.campaign-hero__container__content {
  float: left;
  padding: 0 15px;
  width: 66.6666666667%;
}
@media only screen and (max-width: 480px) {
  .campaign-hero__container__content {
    padding: 0 10px;
  }
}
.campaign-hero__container__content {
  text-align: right;
  padding-top: 180px;
}
@media only screen and (max-width: 1220px) {
  .campaign-hero__container__content {
    float: left;
    padding: 0 15px;
    width: 100%;
    text-align: left;
    padding-top: 100px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1220px) and (max-width: 480px) {
  .campaign-hero__container__content {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .campaign-hero__container__content {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .campaign-hero__container__content {
    padding-top: 80px;
    text-align: center;
  }
}
.campaign-hero__container__content__subtitle {
  color: #91ce24;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .campaign-hero__container__content__subtitle {
    font-size: 20px;
    line-height: 140%;
  }
}
.campaign-hero__container__content__subtitle {
  margin-bottom: 8px;
}
.campaign-hero__container__content__title {
  font-size: 64px;
  font-weight: 900;
  line-height: 100%;
}
@media only screen and (max-width: 1024px) {
  .campaign-hero__container__content__title {
    font-size: 48px;
    line-height: 110%;
  }
}
.campaign-hero__container__content__title {
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .campaign-hero__container__content__title {
    font-size: 36px;
  }
}
.campaign-hero__container__content__text {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .campaign-hero__container__content__text {
    font-size: 20px;
    line-height: 140%;
  }
}
.campaign-hero__container__content__text {
  font-size: 32px;
  color: #91ce24;
}
.campaign-hero__container__images {
  float: left;
  padding: 0 15px;
  width: 33.3333333333%;
}
@media only screen and (max-width: 480px) {
  .campaign-hero__container__images {
    padding: 0 10px;
  }
}
.campaign-hero__container__images {
  position: relative;
  padding-top: 120px;
  height: 512px;
}
@media only screen and (max-width: 1220px) {
  .campaign-hero__container__images {
    width: 290px;
    float: none;
    position: absolute;
    height: auto;
    right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .campaign-hero__container__images {
    position: relative;
    width: 100%;
    text-align: center;
  }
}
.campaign-hero__container__images .ball {
  width: 370px;
  height: 370px;
  position: relative;
  z-index: 1;
  animation: bounce 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@media only screen and (max-width: 1220px) {
  .campaign-hero__container__images .ball {
    bottom: 0px;
    right: 0px;
    animation: none;
    width: 290px;
    height: 290px;
  }
}
@media only screen and (max-width: 768px) {
  .campaign-hero__container__images .ball {
    width: 200px;
    height: 200px;
  }
}
.campaign-hero__container__images .shadow {
  position: absolute;
  left: 50%;
  z-index: 0;
  bottom: -40px;
  margin-left: -186px;
  animation: scale 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@media only screen and (max-width: 1220px) {
  .campaign-hero__container__images .shadow {
    position: relative;
    width: 100%;
    height: auto;
    animation: none;
    left: auto;
    right: auto;
    margin-left: -30px;
    bottom: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .campaign-hero__container__images .shadow {
    margin-left: 0px;
    bottom: 48px;
  }
}

.campaign-label {
  max-width: 790px;
  margin: 24px auto;
}
.campaign-label span {
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  font-size: 14px !important;
  font-weight: 600 !important;
  position: relative;
  padding: 8px 8px;
  margin: 0px 15px;
  height: 40px;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  background-color: #91ce24;
}
.campaign-label span:before, .campaign-label span:after {
  content: "";
  width: 20px;
  height: 20px;
  border-width: 20px 15px 20px 0;
  border-color: transparent #91ce24 transparent transparent;
  border-style: solid;
  position: absolute;
  top: 0px;
  left: -20px;
}
.campaign-label span:before {
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #91ce24;
  border-style: solid;
  left: auto;
  right: -20px;
}

@keyframes shake {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-2deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(3deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-2deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(4deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes shakeItUp {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  2% {
    -webkit-transform: translate(-1px, -2px) rotate(-2deg);
  }
  4% {
    -webkit-transform: translate(-3px, 0px) rotate(3deg);
  }
  6% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }
  8% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  10% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  12% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }
  14% {
    -webkit-transform: translate(2px, 1px) rotate(-2deg);
  }
  16% {
    -webkit-transform: translate(-1px, -1px) rotate(4deg);
  }
  18% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
  22% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
.campaign-date {
  background-color: #ffffff;
  margin: 48px auto;
  display: block;
  max-width: 720px;
  padding: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e8ef;
  border-radius: 4px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  animation-name: shakeItUp;
  animation-duration: 5s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: 50% 100%;
}
@media only screen and (max-width: 768px) {
  .campaign-date {
    max-width: 90%;
  }
}
.campaign-date .icon {
  display: flex;
  width: 68px;
  height: 68px;
  background-image: linear-gradient(90deg, #4453ac 0%, #03a9db 51%, #4453ac 100%);
  text-align: center;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 16px;
  left: -30px;
  transition: all 500ms ease;
  background-size: 200% auto;
}
@media only screen and (max-width: 768px) {
  .campaign-date .icon {
    display: none;
  }
}
.campaign-date__content {
  text-align: center;
  text-align: -webkit-center;
}
.campaign-date__content p {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  font-family: "Russo One", sans-serif;
  position: relative;
  margin: 0px !important;
  max-width: 600px !important;
  color: #6C6C6C;
  z-index: 1;
}
.campaign-date__content p span {
  color: #91ce24;
}
@media only screen and (max-width: 768px) {
  .campaign-date__content p {
    max-width: 100%;
    font-size: 18px !important;
  }
}

.campaign-payment {
  display: block;
  max-width: 360px;
  margin: 48px auto;
  border-radius: 6px;
  background-color: #ffffff;
  transition: all 300ms ease;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.campaign-payment__header {
  font-family: "Russo One", sans-serif;
  padding: 48px 32px;
  background: rgb(131, 58, 180);
  background: linear-gradient(90deg, rgb(131, 58, 180) 0%, rgb(253, 29, 29) 50%, rgb(252, 176, 69) 100%);
  border-radius: 0% 0% 100% 100%/0% 0% 30% 30%;
  text-align: center;
}
.campaign-payment__header p {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 8px;
  color: white;
}
.campaign-payment__header h3 {
  margin: 0px;
  color: white;
}
.campaign-payment__content {
  padding: 0px 32px 32px 32px;
  position: relative;
  text-align: center;
}
.campaign-payment__content__logo {
  width: 68px;
  height: 64px;
  position: relative;
  margin: 0px auto 24px auto;
  top: -32px;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 8px;
  border: 1px solid #E5E5E5;
}
.campaign-payment__content__logo__src {
  display: block;
  width: 100%;
  height: auto;
}
.campaign-payment__content .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  margin: 0px 0px !important;
  padding-bottom: 16px;
  color: #0D52A0;
}
.campaign-payment__content img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100px;
  margin: 0px auto 24px auto;
}
.campaign-payment__content .mp-number {
  margin: 0px !important;
}
.campaign-payment:hover {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.campaign-disclaimer {
  max-width: 485px;
  text-align: center;
  margin: 24px auto 0px auto;
}
.campaign-disclaimer p {
  font-size: 12px;
  font-weight: 300;
  line-height: 160%;
  font-size: 14px !important;
  margin: 8px 0px !important;
}

.wordpress-page {
  padding-top: 48px;
  margin-bottom: 96px;
  background-color: #ffffff;
}
.layout--campaign .wordpress-page {
  background-color: transparent;
}
@media only screen and (max-width: 1220px) {
  .layout--campaign .wordpress-page {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .layout--campaign .wordpress-page {
    padding-top: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .wordpress-page {
    margin-bottom: 0px;
  }
}
.wordpress-page__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .wordpress-page__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .wordpress-page__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wordpress-page__container__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 1024px) {
  .wordpress-page__container__title {
    font-size: 38px;
  }
}
.wordpress-page__container__title {
  color: #0D52A0;
  margin: 0px auto 24px auto;
  max-width: 585px;
}
@media only screen and (max-width: 768px) {
  .wordpress-page__container__title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.layout--campaign .wordpress-page__container__title {
  font-size: 64px;
  font-weight: 900;
  line-height: 100%;
}
@media only screen and (max-width: 1024px) {
  .layout--campaign .wordpress-page__container__title {
    font-size: 48px;
    line-height: 110%;
  }
}
.layout--campaign .wordpress-page__container__title {
  max-width: 785px;
}
.layout--campaign .wordpress-page__container__title span {
  color: #91ce24;
}
.wordpress-page__container__info {
  color: #0D52A0;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .wordpress-page__container__info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wordpress-page__container__info span {
  display: block;
}
.wordpress-page__container article {
  position: relative;
  margin: 0px auto;
  max-width: 790px;
}
@media only screen and (max-width: 768px) {
  .wordpress-page__container article {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.layout--campaign .wordpress-page__container article {
  max-width: 100%;
}
.wordpress-page .wp-block-table td,
.wordpress-page .wp-block-table th {
  border: 0px;
}

.pagination {
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .pagination {
    padding: 0 10px;
  }
}
.pagination {
  margin-top: 24px;
  margin-bottom: 24px;
}
.pagination .nav-links {
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  text-align: center;
}
.pagination .nav-links .page-numbers {
  display: inline-block;
  padding: 6px 8px;
  width: 32px;
  border: 1px solid #0D52A0;
  transition: all 300ms ease;
}
.pagination .nav-links .page-numbers:hover {
  background-color: #0D52A0;
  color: #ffffff;
}
.pagination .nav-links .page-numbers.current {
  background-color: #0D52A0;
  color: #ffffff;
}
.pagination .nav-links .page-numbers.next {
  width: auto;
  float: right;
}
.pagination .nav-links .page-numbers.prev {
  width: auto;
  float: left;
}

.archive {
  padding-bottom: 64px;
}
.archive__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .archive__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .archive__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.archive__container {
  max-width: 790px;
}
.archive__container__header {
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .archive__container__header {
    padding: 0 10px;
  }
}
.archive__container__header__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 1024px) {
  .archive__container__header__title {
    font-size: 38px;
  }
}
.archive__container__header__title {
  color: #0D52A0;
  margin-top: 32px;
  margin-bottom: 24px;
}
.archive__container__header__description {
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .archive__container__header__description {
    font-size: 20px;
    line-height: 140%;
  }
}
.archive__container__header__description {
  color: #0D52A0;
  margin-bottom: 32px;
}

.layout--frontpage {
  background-color: #ffffff;
  position: relative;
  transition: all 300ms ease;
}

.layout--archive {
  padding-top: 93px;
  background-color: #ffffff;
  position: relative;
  transition: all 300ms ease;
}

.layout--default {
  padding-top: 93px;
  background-color: #ffffff;
  position: relative;
  transition: all 300ms ease;
}

.layout--campaign {
  background-color: #ffffff;
  position: relative;
  transition: all 300ms ease;
  background-image: url("../images/campaign/pattern_background.png");
  background-position: left 500px;
  background-size: cover;
  background-repeat: no-repeat;
}

.layout--post {
  padding-top: 93px;
  background-color: #ffffff;
  position: relative;
  transition: all 300ms ease;
}

.layout--all-posts {
  padding-top: 93px;
  background-color: #ffffff;
  position: relative;
  transition: all 300ms ease;
}

.error-page {
  padding-top: 80px;
  padding-bottom: 80px;
}
.error-page__container {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .error-page__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .error-page__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.error-page__container__content {
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .error-page__container__content {
    padding: 0 10px;
  }
}
.error-page__container__content {
  text-align: center;
}
.error-page__container__content h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .error-page__container__content h5 {
    font-size: 18px;
    line-height: 140%;
  }
}
.error-page__container__content h5 {
  font-size: 20px;
}
.error-page__container__content h1 {
  font-size: 56px;
  font-weight: 500;
  line-height: 110%;
}
@media only screen and (max-width: 1024px) {
  .error-page__container__content h1 {
    font-size: 40px;
    line-height: 100%;
  }
}
.error-page__container__content h1 {
  margin-top: 0px;
  color: #0D52A0;
}
.error-page__container__content img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 420px;
  margin: 0px auto;
}
.error-page__container__content h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .error-page__container__content h2 {
    font-size: 20px;
    line-height: 140%;
  }
}
.error-page__container__content h2 {
  margin-bottom: 32px;
  color: #0D52A0;
}
.error-page__container__content p {
  line-height: 32px;
}
.error-page__container__content a {
  margin-top: 48px;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: black;
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
  transition: all 300ms ease;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .owl-prev {
  top: 20px;
  left: -20px;
}
.owl-theme .owl-nav .owl-next {
  top: 20px;
  right: -20px;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #AC2328;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: black;
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
  transition: all 300ms ease;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .owl-prev {
  top: 20px;
  left: -20px;
}
.owl-theme .owl-nav .owl-next {
  top: 20px;
  right: -20px;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #AC2328;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */
