@charset "UTF-8";
@import url("https://p.typekit.net/p.css?s=1&k=qli5rga&ht=tk&f=24561.24562.24571.24572.28747.28752.28755.28762&a=22221064&app=typekit&e=css");
:root {
  --swiper-navigation-size: 24px; }

@font-face {
  font-family: "filson-pro";
  src: url("https://use.typekit.net/af/c12453/0000000000000000000157bf/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/c12453/0000000000000000000157bf/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/c12453/0000000000000000000157bf/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "filson-pro";
  src: url("https://use.typekit.net/af/125ffe/0000000000000000000157c0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/125ffe/0000000000000000000157c0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/125ffe/0000000000000000000157c0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700; }

@font-face {
  font-family: "filson-pro";
  src: url("https://use.typekit.net/af/19c742/0000000000000000000157c9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/19c742/0000000000000000000157c9/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/19c742/0000000000000000000157c9/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "filson-pro";
  src: url("https://use.typekit.net/af/27caf4/0000000000000000000157ca/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/27caf4/0000000000000000000157ca/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/27caf4/0000000000000000000157ca/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  padding-top: calc(65px + 15vh); 
  color: #182e4c;
  font-family: "filson-pro", sans-serif;
  background-color: #ffffff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 240px) {
    body {
      font-size: 14px; } }
  @media only screen and (min-width: 768px) {
    body {
      font-size: 16px; } }
  @media only screen and (min-width: 1260px) {
    body {
      font-size: 18px; } }
  @media only screen and (min-width: 240px) {
    body {
      line-height: 150%; } }
  @media only screen and (min-width: 1024px) {
    body {
      line-height: 135%; } }
  @media only screen and (min-width: 1024px) {
    body {
      padding-top: calc(115px + 15vh); 
    }
  }

.main-wrapper {
  max-width: 1170px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 110px; }
  @media only screen and (min-width: 240px) {
    .main-wrapper {
      padding: 10px 16px 20px; } }
  @media only screen and (min-width: 1024px) {
    .main-wrapper {
      padding: 10px 50px 50px; } }
  @media only screen and (min-width: 1260px) {
    .main-wrapper {
      padding: 10px 0 70px; } }
  @media only screen and (min-width: 240px) {
    .main-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media only screen and (min-width: 1260px) {
    .main-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.header-wrapper,
.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px; }
  @media only screen and (min-width: 1260px) {
    .header-wrapper,
    .footer-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media only screen and (min-width: 240px) {
    .header-wrapper,
    .footer-wrapper {
      width: 100%; } }
  @media only screen and (min-width: 1260px) {
    .header-wrapper,
    .footer-wrapper {
      width: 1170px; } }

.footer-wrapper {
  padding-left: 0;
  padding-right: 0; }

main.main-outer {
  position: relative;
  padding: 0; }

main,
aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

main {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }
  @media only screen and (min-width: 240px) {
    main {
      width: 100%; } }
  @media only screen and (min-width: 1260px) {
    main {
      width: calc(100% - 300px); } }

aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  min-width: 300px; }
  @media only screen and (min-width: 240px) {
    aside {
      padding-left: 0; } }
  @media only screen and (min-width: 1260px) {
    aside {
      padding-left: 30px; } }

#breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1170px;
  margin: 10px auto 0;
  font-size: 14px;
  color: #879bb9; }
  @media only screen and (min-width: 240px) {
    #breadcrumbs {
      padding: 8px 16px; } }
  @media only screen and (min-width: 1024px) {
    #breadcrumbs {
      padding: 8px 48px; } }
  @media only screen and (min-width: 1260px) {
    #breadcrumbs {
      padding: 8px 0; } }
  #breadcrumbs span {
    color: #1e3960; }
    #breadcrumbs span a {
      color: #879bb9;
      font-weight: normal; }

.h1,
h1 {
  margin-top: 0;
  line-height: 120%; }
  @media only screen and (min-width: 240px) {
    .h1,
    h1 {
      font-size: 24px; } }
  @media only screen and (min-width: 1024px) {
    .h1,
    h1 {
      font-size: 36px; } }

.h2,
h2 {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 120%; }
  @media only screen and (min-width: 240px) {
    .h2,
    h2 {
      font-size: 20px; } }
  @media only screen and (min-width: 1024px) {
    .h2,
    h2 {
      font-size: 32px; } }

.h3,
h3 {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 120%; }
  @media only screen and (min-width: 240px) {
    .h3,
    h3 {
      font-size: 18px; } }
  @media only screen and (min-width: 1024px) {
    .h3,
    h3 {
      font-size: 28px; } }

.h4,
h4 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 120%; }
  @media only screen and (min-width: 240px) {
    .h4,
    h4 {
      font-size: 18px; } }
  @media only screen and (min-width: 1024px) {
    .h4,
    h4 {
      font-size: 20px; } }

.h5,
h5 {
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 120%; }
  @media only screen and (min-width: 240px) {
    .h5,
    h5 {
      font-size: 16px; } }
  @media only screen and (min-width: 1024px) {
    .h5,
    h5 {
      font-size: 20px; } }

.h6,
h6 {
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 130%; }
  @media only screen and (min-width: 240px) {
    .h6,
    h6 {
      font-size: 14px; } }
  @media only screen and (min-width: 1024px) {
    .h6,
    h6 {
      font-size: 18px; } }

strong {
  font-weight: 700; }

p {
  margin-top: 0;
  margin-bottom: 16px; }
  p a {
    color: #fa2200; }

a {
  color: #879bb9;
  font-weight: bold;
  -webkit-transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  -o-transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s; }
  a:hover {
    color: #fa2200;
    text-decoration: underline; }

picture {
  display: inline-block;
  background-color: #b8c6d9; }

figure {
  max-width: 100%; }

path {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s; }

hr.wp-block-separator {
  margin-left: auto;
  margin-right: auto; }
  hr.wp-block-separator.aligncenter {
    width: 25%; }
  hr.wp-block-separator.alignfull {
    width: 100%; }
  hr.wp-block-separator.alignwide {
    width: 75%; }

input,
button {
  border: 0;
  outline: none; }
  input:hover,
  button:hover {
    border: 0;
    outline: none; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  background-color: #1e3960;
  border: 1px solid #1e3960;
  border-radius: 6px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding: 12px;
  cursor: pointer; }
  .btn:hover {
    color: #0c2345;
    text-decoration: none;
    background-color: transparent; }
  .btn.none {
    display: none; }
  .btn.btn--invert {
    background-color: transparent;
    color: #1e3960; }
    .btn.btn--invert:hover {
      color: #ffffff;
      background-color: #1e3960; }

.sticker {
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 1; }
  .sticker img {
    max-width: 68px; }
  .sticker span {
    display: block;
    padding: 4px 8px;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    background-color: #ffd22e;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    -webkit-box-shadow: 1px 1px 5px rgba(24, 46, 76, 0.4);
    box-shadow: 1px 1px 5px rgba(24, 46, 76, 0.4); }
    .sticker span::before {
      content: "";
      height: 100%;
      width: 10px;
      position: absolute;
      left: -6px;
      -webkit-transform: skewX(15deg);
      -ms-transform: skewX(15deg);
      transform: skewX(15deg);
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      top: 0;
      background-color: inherit; }

.link-underlined {
  position: relative;
  padding-bottom: 4px;
  overflow: hidden;
  cursor: pointer; }
  .link-underlined::after {
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    background-color: currentColor;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    content: ""; }
  @media only screen and (min-width: 1024px) {
    .link-underlined:hover::after {
      left: 0; } }

.author-publication-timestamp {
  color: rgba(0, 0, 0, 0.6); }
  @media only screen and (min-width: 240px) {
    .author-publication-timestamp {
      margin-bottom: 34px; } }
  @media only screen and (min-width: 1024px) {
    .author-publication-timestamp {
      margin-bottom: 48px; } }
  .author-publication-timestamp b {
    color: #182e4c; }
  .author-publication-timestamp p {
    margin: 0; }

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid #ffffff;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .back-to-top svg {
    width: 16px;
    height: 16px; }
  .back-to-top.show {
    opacity: 0.5; }
  .back-to-top:hover {
    border: 1px solid #ffffff; }

.search-update-time {
  display: inline-block;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  line-height: 120%; }

.toplist-update-time {
  margin-bottom: 16px;
  color: #182e4c;
  font-size: 12px;
  line-height: 120%; }
  .toplist-update-time time {
    color: #182e4c;
    font-weight: 700;
    text-transform: uppercase; }

hr {
  color: #b8c6d9; }
  @media only screen and (min-width: 240px) {
    hr {
      margin: 16px 0; } }
  @media only screen and (min-width: 1024px) {
    hr {
      margin: 24px 0; } }

.text-small {
  line-height: 140%; }
  @media only screen and (min-width: 240px) {
    .text-small {
      font-size: 16px; } }
  @media only screen and (min-width: 1024px) {
    .text-small {
      font-size: 18px; } }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }

.read-more--button {
  display: inline;
  padding: 0;
  text-decoration: underline;
  background: transparent;
  text-decoration: none; }
  .read-more--button:hover {
    color: #1e3960; }

.read-more-text.none {
  display: none; }

.iframe {
  max-width: 100%; }

.ps-ajax-load-more {
  padding-bottom: 30px; }

div.vcu_faq-accordion-title {
  padding-right: 30px; }
  div.vcu_faq-accordion-title .arrow {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto; }

.vcu_faq-accordion-wrapper,
.vcu_faq-accordion-title {
  border-color: #b8c6d9;
  color: #182e4c; }

.vcu_faq-accordion-title::after {
  background-color: #b8c6d9; }

@media only screen and (min-width: 240px) {
  .vcu_faq-accordion-title,
  .vcu_faq-accordion-panel .vcu_faq-accordion-content {
    padding: 8px; } }

@media only screen and (min-width: 1024px) {
  .vcu_faq-accordion-title,
  .vcu_faq-accordion-panel .vcu_faq-accordion-content {
    padding: 16px; } }

.vcu_faq-accordion-wrapper {
  border-radius: 8px; }
  @media only screen and (min-width: 240px) {
    .vcu_faq-accordion-wrapper {
      font-size: 14px; } }
  @media only screen and (min-width: 1024px) {
    .vcu_faq-accordion-wrapper {
      font-size: 18px; } }
  .vcu_faq-accordion-wrapper .vcu_faq-accordion-item:first-child .vcu_faq-accordion-title {
    border-radius: 8px 8px 0 0; }

.more-button {
  display: table;
  color: #182e4c;
  line-height: 16px;
  border: 1px solid #1e3960;
  padding: 12px;
  border-radius: 4px;
  min-width: 170px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold; }
  .more-button:hover {
    border: 1px solid #fa2200; }
  .more-button.button--header {
    margin-right: 0;
    margin-left: auto; }
    @media only screen and (min-width: 240px) {
      .more-button.button--header {
        display: none; } }
    @media only screen and (min-width: 1024px) {
      .more-button.button--header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .more-button.button--footer {
    margin: 0 auto 16px; }
    @media only screen and (min-width: 240px) {
      .more-button.button--footer {
        display: table; } }
    @media only screen and (min-width: 1024px) {
      .more-button.button--footer {
        display: none; } }

.error-404 .error-title {
  margin: 32px auto;
  text-align: center; }
  @media only screen and (min-width: 240px) {
    .error-404 .error-title {
      font-size: 24px; } }
  @media only screen and (min-width: 1024px) {
    .error-404 .error-title {
      font-size: 48px; } }

.error-404 .error-button {
  height: 40px;
  line-height: 40px;
  max-width: 320px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold; }
  @media only screen and (min-width: 240px) {
    .error-404 .error-button {
      margin: 32px auto; } }
  @media only screen and (min-width: 1024px) {
    .error-404 .error-button {
      margin: 64px auto; } }

.error-404 .error-image {
  max-width: 600px;
  width: 100%;
  display: block;
  margin: 40px auto; }

.card a {
  text-decoration: none; }

img, figure {
  max-width: 100%;
  height: auto;
  margin: 0; }

.posted-on {
  white-space: break-spaces; }

.vcos-wrapper .vcos-slider {
  overflow: hidden; }

input,
button,
fieldset {
  border: 0;
  outline: none; }
  input:hover,
  button:hover,
  fieldset:hover {
    border: 0;
    outline: none; }

[type="search"] {
  padding: 10px 30px 10px 10px;
  color: #182e4c;
  font-size: 12px;
  line-height: 16px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  @media only screen and (min-width: 240px) {
    [type="search"] {
      width: 100%; } }
  @media only screen and (min-width: 1024px) {
    [type="search"] {
      width: 310px; } }
  [type="search"]:focus {
    border: 1px solid rgba(30, 57, 96, 0.4); }
  [type="search"]::-webkit-input-placeholder {
    color: #67778d; }
  [type="search"]::-moz-placeholder {
    color: #67778d; }
  [type="search"]:-ms-input-placeholder {
    color: #67778d; }
  [type="search"]::-ms-input-placeholder {
    color: #67778d; }
  [type="search"]::placeholder {
    color: #67778d; }

[type="text"] {
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-transition: margin-bottom 0.3s;
  -o-transition: margin-bottom 0.3s;
  transition: margin-bottom 0.3s; }

.field-error-message {
  color: #ff0000; }

.input-error {
  -webkit-transition: margin-bottom 0.3s;
  -o-transition: margin-bottom 0.3s;
  transition: margin-bottom 0.3s; }

input.search {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

#esg_nl_container_snackbar {
  display: none;
  visibility: hidden; }

.tableWrap {
  display: block;
  width: 100%;
  overflow: auto; }

table {
  width: 100%;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  border-collapse: separate;
  border-spacing: 0; }
  table thead th,
  table thead td {
    padding: 10px;
    border-top: 1px solid #67778d;
    border-left: 1px solid #67778d; }
    table thead th:first-child,
    table thead td:first-child {
      border-left: 1px solid #67778d;
      border-top-left-radius: 6px; }
    table thead th:last-child,
    table thead td:last-child {
      border-right: 1px solid #67778d;
      border-top-right-radius: 6px; }
  table tbody tr:first-child td {
    border-top: 1px solid #67778d; }
  table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 6px; }
  table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 6px; }
  table tbody tr td {
    padding: 10px;
    border-bottom: 1px solid #67778d;
    border-left: 1px solid #67778d; }
    table tbody tr td:first-child {
      border-left: 1px solid #67778d; }
    table tbody tr td:last-child {
      border-right: 1px solid #67778d; }

#header {
  left: 0;
  right: 0;
  top: 15vh;
  transition: 0.4s;
  position: fixed;
  z-index: 200;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 1260px) {
    #header {
      min-height: 110px; } }
  #header .top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ffffff; }
    @media only screen and (min-width: 240px) {
      #header .top-wrapper {
        padding: 20px 70px 20px 0; } }
    @media only screen and (min-width: 1024px) {
      #header .top-wrapper {
        padding: 16px 10px; } }
    #header .top-wrapper .header-wrapper {
      padding: 0; }
  #header .custom-logo-link {
    display: block;
    width: auto; }
    @media only screen and (min-width: 240px) {
      #header .custom-logo-link {
        height: 24px; } }
    @media only screen and (min-width: 1024px) {
      #header .custom-logo-link {
        height: 40px; } }
    @media only screen and (min-width: 240px) {
      #header .custom-logo-link {
        margin-right: 10px; } }
    @media only screen and (min-width: 240px) {
      #header .custom-logo-link {
        width: 280px; } }
    @media only screen and (min-width: 1024px) {
      #header .custom-logo-link {
        width: auto; } }
    @media only screen and (min-width: 240px) {
      #header .custom-logo-link {
        padding-left: 16px; } }
    @media only screen and (min-width: 1024px) {
      #header .custom-logo-link {
        padding-left: 0; } }
    #header .custom-logo-link img {
      width: auto;
      max-height: 100%; }

.open-mobile-menu {
  position: fixed;
  overflow-y: hidden; }

.js-vcsa-slider-top {
  top: 0;
  z-index: 200;
  width: 100%; }
  @media only screen and (min-width: 240px) {
    .js-vcsa-slider-top {
      position: relative; } }
  @media only screen and (min-width: 1024px) {
    .js-vcsa-slider-top {
      position: fixed; } }
  @media only screen and (min-width: 240px) {
    .js-vcsa-slider-top ~ #header {
      top: 0; } }
  @media only screen and (min-width: 1024px) {
    .js-vcsa-slider-top ~ #header {
      top: 40px; } }
  @media only screen and (min-width: 240px) {
    .js-vcsa-slider-top ~ #header .nav-wrapper {
      top: 100px; } }
  @media only screen and (min-width: 1024px) {
    .js-vcsa-slider-top ~ #header .nav-wrapper {
      top: auto; } }

.admin-bar #wpadminbar {
  position: fixed; }

@media only screen and (min-width: 240px) {
  .admin-bar #header {
    top: 46px; } }

@media only screen and (min-width: 768px) {
  .admin-bar #header {
    top: 32px; } }

@media only screen and (min-width: 240px) {
  .admin-bar #header .nav-wrapper {
    top: 110px; } }

@media only screen and (min-width: 768px) {
  .admin-bar #header .nav-wrapper {
    top: 95px; } }

@media only screen and (min-width: 1024px) {
  .admin-bar #header .nav-wrapper {
    top: auto; } }

.search-bar-result .result-false, .search-bar-result .result-true {
  display: none; }

.search-form {
  margin-left: auto;
  display: block; }
  @media only screen and (min-width: 240px) {
    .search-form {
      width: 100%; } }
  @media only screen and (min-width: 1024px) {
    .search-form {
      width: initial; } }
  .search-form.is-active .search-wrapper {
    z-index: 1; }
    @media only screen and (min-width: 240px) {
      .search-form.is-active .search-wrapper {
        width: calc(100% - 20px); } }
    @media only screen and (min-width: 768px) {
      .search-form.is-active .search-wrapper {
        width: calc(100% - 280px); } }
    @media only screen and (min-width: 1024px) {
      .search-form.is-active .search-wrapper {
        width: auto; } }
    @media only screen and (min-width: 240px) {
      .search-form.is-active .search-wrapper {
        right: 10px; } }
    @media only screen and (min-width: 768px) {
      .search-form.is-active .search-wrapper {
        right: 55px; } }
    @media only screen and (min-width: 1024px) {
      .search-form.is-active .search-wrapper {
        right: 0; } }
    .search-form.is-active .search-wrapper .search-autocomplete {
      border: 1px solid #b8c6d9; }
    .search-form.is-active .search-wrapper .search-back {
      margin-right: 10px;
      margin-top: 10px; }
      @media only screen and (min-width: 240px) {
        .search-form.is-active .search-wrapper .search-back {
          display: block; } }
      @media only screen and (min-width: 768px) {
        .search-form.is-active .search-wrapper .search-back {
          display: none; } }

.search-wrapper {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 240px) {
    .search-wrapper {
      position: absolute; } }
  @media only screen and (min-width: 1024px) {
    .search-wrapper {
      position: relative; } }
  @media only screen and (min-width: 240px) {
    .search-wrapper {
      right: 55px; } }
  @media only screen and (min-width: 1024px) {
    .search-wrapper {
      right: auto; } }
  @media only screen and (min-width: 240px) {
    .search-wrapper {
      top: 14px; } }
  @media only screen and (min-width: 1024px) {
    .search-wrapper {
      top: auto; } }
  @media only screen and (min-width: 240px) {
    .search-wrapper {
      width: 40px; } }
  @media only screen and (min-width: 768px) {
    .search-wrapper {
      width: calc(100% - 280px); } }
  @media only screen and (min-width: 1024px) {
    .search-wrapper {
      width: auto; } }
  @media only screen and (min-width: 240px) {
    .search-wrapper {
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; } }
  @media only screen and (min-width: 1024px) {
    .search-wrapper {
      -webkit-transition: auto;
      -o-transition: auto;
      transition: auto; } }
  @media only screen and (min-width: 240px) {
    .search-wrapper .search-autocomplete {
      border: 0; } }
  @media only screen and (min-width: 768px) {
    .search-wrapper .search-autocomplete {
      border: 1px solid #b8c6d9; } }
  @media only screen and (min-width: 240px) {
    .search-wrapper .search-autocomplete {
      background-color: transparent; } }
  @media only screen and (min-width: 768px) {
    .search-wrapper .search-autocomplete {
      background-color: rgba(255, 255, 255, 0.05); } }
  @media only screen and (min-width: 240px) {
    .search-wrapper .search-autocomplete {
      -webkit-transition: width 0.3s ease;
      -o-transition: width 0.3s ease;
      transition: width 0.3s ease; } }
  @media only screen and (min-width: 1024px) {
    .search-wrapper .search-autocomplete {
      -webkit-transition: auto;
      -o-transition: auto;
      transition: auto; } }
  .search-wrapper .search-back {
    display: none; }

.btn-search {
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  background: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .btn-search .search-icon {
    position: inherit;
    height: 20px;
    width: 20px; }
    .btn-search .search-icon path {
      fill: black; }

.search-bar-result {
  position: absolute;
  z-index: -100;
  display: none; }
  .search-bar-result.is-active {
    display: block;
    z-index: 9999;
    background-color: #f2f7ff;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 5px 10px 5px rgba(24, 46, 76, 0.3);
    box-shadow: 0 5px 10px 5px rgba(24, 46, 76, 0.3);
    max-height: 50vh;
    overflow-y: scroll; }
    @media only screen and (min-width: 240px) {
      .search-bar-result.is-active {
        top: 100%; } }
    @media only screen and (min-width: 1024px) {
      .search-bar-result.is-active {
        top: calc(100% - 50px); } }
  .search-bar-result .result-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px; }
  .search-bar-result small {
    font-size: 12px;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #879bb9; }
    @media only screen and (min-width: 240px) {
      .search-bar-result small {
        padding: 5px 20px; } }
    @media only screen and (min-width: 1260px) {
      .search-bar-result small {
        padding: 5px 10px; } }
  .search-bar-result ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px; }
    .search-bar-result ul li {
      padding-top: 0;
      padding-bottom: 0;
      display: block;
      border-bottom: 1px solid #879bb9;
      padding: 8px 10px; }
      .search-bar-result ul li a:hover {
        color: #182e4c; }

header .nav-wrapper {
  top: 64px;
  right: -100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #1e3960;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (min-width: 240px) {
    header .nav-wrapper {
      padding: 0; } }
  @media only screen and (min-width: 1260px) {
    header .nav-wrapper {
      padding: 0 50px; } }
  @media only screen and (min-width: 1024px) {
    header .nav-wrapper {
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); } }
  @media only screen and (min-width: 240px) {
    header .nav-wrapper {
      position: fixed; } }
  @media only screen and (min-width: 1024px) {
    header .nav-wrapper {
      position: relative; } }
  @media only screen and (min-width: 240px) {
    header .nav-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media only screen and (min-width: 1024px) {
    header .nav-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media screen and (min-width: 1024px) {
    header .nav-wrapper {
      top: initial;
      right: initial;
      bottom: initial;
      overflow-x: visible;
      overflow-y: visible; } }
  header .nav-wrapper.open {
    right: 0; }
  header .nav-wrapper .header-wrapper {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (min-width: 240px) {
      header .nav-wrapper .header-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media only screen and (min-width: 1024px) {
      header .nav-wrapper .header-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  header .nav-wrapper a {
    text-decoration: none; }

header .nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  border-bottom: 4px solid transparent;
  text-transform: uppercase; }
  @media only screen and (min-width: 240px) {
    header .nav-link {
      padding: 12px; } }
  @media only screen and (min-width: 1024px) {
    header .nav-link {
      padding: 8px 24px; } }
  header .nav-link svg {
    margin-left: 10px;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s; }
  header .nav-link:hover {
    text-decoration: none; }

header .nav-content {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #f2f7ff;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 240px) {
    header .nav-content {
      padding: 0; } }
  @media only screen and (min-width: 1024px) {
    header .nav-content {
      padding: 8px 24px; } }
  @media only screen and (min-width: 240px) {
    header .nav-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media only screen and (min-width: 1024px) {
    header .nav-content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media only screen and (min-width: 240px) {
    header .nav-content {
      position: static; } }
  @media only screen and (min-width: 1024px) {
    header .nav-content {
      position: absolute; } }
  @media only screen and (min-width: 240px) {
    header .nav-content {
      display: none; } }
  @media only screen and (min-width: 1024px) {
    header .nav-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (min-width: 1024px) {
    header .nav-content {
      -webkit-transform: translateY(calc(-100% - 1px));
      -ms-transform: translateY(calc(-100% - 1px));
      transform: translateY(calc(-100% - 1px)); } }
  header .nav-content .h4 {
    padding: 0 16px;
    font-weight: bold; }

header .nav-item {
  cursor: pointer; }
  @media only screen and (min-width: 240px) {
    header .nav-item {
      display: block; } }
  @media only screen and (min-width: 1024px) {
    header .nav-item {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }
  @media only screen and (min-width: 240px) {
    header .nav-item {
      width: 100%; } }
  @media only screen and (min-width: 1024px) {
    header .nav-item {
      width: auto; } }
  header .nav-item svg {
    margin-right: 20px;
    margin-left: auto; }
    @media only screen and (min-width: 240px) {
      header .nav-item svg {
        display: block; } }
    @media only screen and (min-width: 1024px) {
      header .nav-item svg {
        display: none; } }
  header .nav-item .nav-item-holder {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }
    @media only screen and (min-width: 240px) {
      header .nav-item .nav-item-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media only screen and (min-width: 1024px) {
      header .nav-item .nav-item-holder {
        display: block; } }
    @media only screen and (min-width: 240px) {
      header .nav-item .nav-item-holder {
        border: 1px solid #0c2345; } }
    @media only screen and (min-width: 1024px) {
      header .nav-item .nav-item-holder {
        border: 0; } }
    header .nav-item .nav-item-holder .arrow path {
      fill: #ffffff; }
  header .nav-item.open .nav-item-holder {
    background-color: #0c2345;
    border-color: transparent; }
    @media only screen and (min-width: 240px) {
      header .nav-item.open .nav-item-holder .arrow {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); } }
    @media only screen and (min-width: 1024px) {
      header .nav-item.open .nav-item-holder .arrow {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
  header .nav-item.current {
    background-color: #0c2345; }
    @media only screen and (min-width: 240px) {
      header .nav-item.current .nav-item-holder {
        border-color: #fa2200; } }
    @media only screen and (min-width: 1024px) {
      header .nav-item.current .nav-item-holder {
        border-color: transparent; } }
    @media only screen and (min-width: 1024px) {
      header .nav-item.current .nav-link {
        border-color: #fa2200; } }

header .hide-item-block {
  display: none; }

header .content-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  header .content-wrapper .h4 {
    margin-bottom: 30px; }
    @media only screen and (min-width: 240px) {
      header .content-wrapper .h4 {
        display: none; } }
    @media only screen and (min-width: 1024px) {
      header .content-wrapper .h4 {
        display: block; } }

header .items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  header .items-wrapper.masonry--stack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
    @media only screen and (min-width: 240px) {
      header .items-wrapper.masonry--stack {
        height: auto; } }
    @media only screen and (min-width: 1024px) {
      header .items-wrapper.masonry--stack {
        height: 500px; } }

header .nav-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
  color: #182e4c;
  font-weight: 500;
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
  @media only screen and (min-width: 240px) {
    header .nav-content-item {
      width: 100%; } }
  @media only screen and (min-width: 1024px) {
    header .nav-content-item {
      width: calc(50% - 24px); } }
  @media only screen and (min-width: 1260px) {
    header .nav-content-item {
      width: calc(33% - 24px); } }
  @media only screen and (min-width: 1400px) {
    header .nav-content-item {
      width: calc(25% - 24px); } }
  @media only screen and (min-width: 240px) {
    header .nav-content-item {
      margin-bottom: 0; } }
  @media only screen and (min-width: 1024px) {
    header .nav-content-item {
      margin-bottom: 8px; } }
  @media only screen and (min-width: 240px) {
    header .nav-content-item {
      border-bottom: 1px solid #1e3960; } }
  @media only screen and (min-width: 1024px) {
    header .nav-content-item {
      border-bottom: 0; } }
  @media only screen and (min-width: 240px) {
    header .nav-content-item {
      padding: 0; } }
  @media only screen and (min-width: 1024px) {
    header .nav-content-item {
      padding: 4px 16px; } }
  @media only screen and (min-width: 240px) {
    header .nav-content-item {
      background-color: #b8c6d9; } }
  @media only screen and (min-width: 1024px) {
    header .nav-content-item {
      background-color: transparent; } }
  header .nav-content-item input[type="checkbox"] {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    z-index: 1;
    opacity: 0; }
    @media only screen and (min-width: 240px) {
      header .nav-content-item input[type="checkbox"] {
        display: block; } }
    @media only screen and (min-width: 1024px) {
      header .nav-content-item input[type="checkbox"] {
        display: none; } }
    header .nav-content-item input[type="checkbox"]:checked + .arrow {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
      @media only screen and (min-width: 240px) {
        header .nav-content-item input[type="checkbox"]:checked + .arrow + ul {
          display: block; } }
      @media only screen and (min-width: 240px) {
        header .nav-content-item input[type="checkbox"]:checked + .arrow + ul {
          background-color: #f2f7ff; } }
      @media only screen and (min-width: 1024px) {
        header .nav-content-item input[type="checkbox"]:checked + .arrow + ul {
          background-color: transparent; } }
  header .nav-content-item .arrow {
    position: absolute;
    top: 24px;
    right: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  header .nav-content-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #182e4c; }
    @media only screen and (min-width: 240px) {
      header .nav-content-item a {
        padding: 8px 32px; } }
    @media only screen and (min-width: 1024px) {
      header .nav-content-item a {
        padding: 0; } }
    @media only screen and (min-width: 240px) {
      header .nav-content-item a {
        font-weight: normal; } }
    @media only screen and (min-width: 1024px) {
      header .nav-content-item a {
        font-weight: bold; } }
    header .nav-content-item a .image-wrapper {
      width: 40px;
      min-width: 40px;
      height: 40px;
      margin-right: 14px;
      overflow: hidden;
      border-radius: 50%; }
    header .nav-content-item a img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    header .nav-content-item a:hover {
      text-decoration: none; }
  header .nav-content-item ul {
    margin: 0;
    list-style: none;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 240px) {
      header .nav-content-item ul {
        display: none; } }
    @media only screen and (min-width: 1024px) {
      header .nav-content-item ul {
        display: block; } }
    header .nav-content-item ul li {
      padding-left: 48px; }
      @media only screen and (min-width: 240px) {
        header .nav-content-item ul li {
          border-bottom: 1px solid #b8c6d9; } }
      @media only screen and (min-width: 1024px) {
        header .nav-content-item ul li {
          border-bottom: none; } }
      header .nav-content-item ul li a {
        font-size: 16px;
        font-weight: normal; }
        @media only screen and (min-width: 240px) {
          header .nav-content-item ul li a {
            padding: 8px; } }
        @media only screen and (min-width: 1024px) {
          header .nav-content-item ul li a {
            padding: 4px; } }
        header .nav-content-item ul li a:hover {
          color: #fa2200; }

header .header-menu {
  top: 0;
  right: 0; }
  @media only screen and (min-width: 240px) {
    header .header-menu {
      width: 50px; } }
  @media only screen and (min-width: 1024px) {
    header .header-menu {
      width: initial; } }
  @media only screen and (min-width: 240px) {
    header .header-menu {
      height: 100%; } }
  @media only screen and (min-width: 1024px) {
    header .header-menu {
      height: initial; } }
  @media only screen and (min-width: 240px) {
    header .header-menu {
      position: absolute; } }
  @media only screen and (min-width: 1024px) {
    header .header-menu {
      position: static; } }

header .mobile-menu-btn {
  position: absolute;
  top: -3px;
  bottom: 0;
  display: none;
  width: 100%;
  margin: auto 0 auto auto;
  background: transparent; }
  @media only screen and (min-width: 240px) {
    header .mobile-menu-btn {
      display: block; } }
  @media only screen and (min-width: 1024px) {
    header .mobile-menu-btn {
      display: none; } }
  header .mobile-menu-btn .menu-icon {
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 2px;
    margin: auto;
    background: #182e4c; }
    header .mobile-menu-btn .menu-icon::before, header .mobile-menu-btn .menu-icon::after {
      position: absolute;
      display: block;
      width: 100%;
      height: 2px;
      background: #182e4c;
      content: ""; }
    header .mobile-menu-btn .menu-icon::before {
      top: -8px; }
    header .mobile-menu-btn .menu-icon::after {
      bottom: -8px; }
  header .mobile-menu-btn.open .menu-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    header .mobile-menu-btn.open .menu-icon::before {
      content: none; }
    header .mobile-menu-btn.open .menu-icon::after {
      bottom: 0;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

@media screen and (min-width: 1024px) {
  body.no-touch .nav-item:hover {
    background-color: #0c2345; }
    body.no-touch .nav-item:hover .nav-content {
      -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
      transform: translateY(-1px);
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      -o-transition: transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s; }
    body.no-touch .nav-item:hover .nav-link {
      border-color: #fa2200; }
      body.no-touch .nav-item:hover .nav-link svg {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
        -webkit-transition: -webkit-transform 0.6s;
        transition: -webkit-transform 0.6s;
        -o-transition: transform 0.6s;
        transition: transform 0.6s;
        transition: transform 0.6s, -webkit-transform 0.6s; }
    body.no-touch .nav-item:hover .arrow {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); } }

@media screen and (min-width: 1024px) {
  body.touch .nav-item.open .nav-content {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s; }
  body.touch .nav-item.open .nav-link {
    border-color: #fa2200; }
    body.touch .nav-item.open .nav-link svg {
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      transform: scaleY(-1);
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      -o-transition: transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s; }
  body.touch .nav-item.open .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); } }

footer {
  margin-top: auto;
  color: #ffffff;
  background: #0c2345; }
  footer a {
    color: #ffffff; }
    footer a:hover {
      color: #fa2200;
      text-decoration: none; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  footer .sub-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #b8c6d9; }
    @media only screen and (min-width: 240px) {
      footer .sub-footer {
        padding: 40px 25px 130px; } }
    @media only screen and (min-width: 768px) {
      footer .sub-footer {
        padding: 40px 50px 100px; } }
    @media only screen and (min-width: 1024px) {
      footer .sub-footer {
        padding: 40px 50px 50px; } }
    @media only screen and (min-width: 240px) {
      footer .sub-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media only screen and (min-width: 768px) {
      footer .sub-footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  footer .copy {
    width: 100%;
    text-align: center; }
    footer .copy ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (min-width: 768px) {
        footer .copy ul li {
          margin-right: 10px; } }
      @media only screen and (min-width: 1260px) {
        footer .copy ul li {
          margin-right: 40px; } }
      footer .copy ul li:last-of-type {
        margin-right: 0; }
    footer .copy a {
      display: block;
      margin-bottom: 20px; }
    footer .copy p {
      font-size: 15px;
      line-height: 1.4em; }
    footer .copy img {
      height: 36px;
      width: auto;
      transition: -webkit-filter 0.6s;
      -webkit-transition: -webkit-filter 0.6s;
      -o-transition: filter 0.6s;
      transition: filter 0.6s;
      transition: filter 0.6s, -webkit-filter 0.6s; }
      @media only screen and (min-width: 1024px) {
        footer .copy img:hover {
          -webkit-filter: grayscale(0);
          filter: grayscale(0); } }
  footer .footer-logos a {
    margin: 0 10px 20px; }
  footer ul.footer-sub-links {
    margin-bottom: 32px; }
    footer ul.footer-sub-links li {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 0;
      margin: 0; }
      footer ul.footer-sub-links li::after {
        content: "-";
        display: inline-block;
        padding: 0 16px; }
      footer ul.footer-sub-links li:last-child::after {
        display: none; }
  footer .footer-top__button {
    border: 1px solid #67778d;
    border-radius: 4px;
    background-color: #1e3960;
    color: #b8c6d9;
    font-size: 14px;
    padding: 8px 24px;
    margin: 24px auto;
    cursor: pointer;
    text-decoration: none; }
    @media only screen and (min-width: 1024px) {
      footer .footer-top__button {
        display: none; } }

footer .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #67778d; }
  @media only screen and (min-width: 240px) {
    footer .nav-wrapper {
      padding: 40px 20px 20px; } }
  @media only screen and (min-width: 1024px) {
    footer .nav-wrapper {
      padding: 64px 50px 20px; } }

footer .nav-col {
  padding-right: 10px; }
  @media only screen and (min-width: 240px) {
    footer .nav-col {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    footer .nav-col {
      width: 50%; } }
  @media only screen and (min-width: 1024px) {
    footer .nav-col {
      width: 33.33%; } }
  @media only screen and (min-width: 240px) {
    footer .nav-col {
      margin-bottom: 25px; } }
  @media only screen and (min-width: 1024px) {
    footer .nav-col {
      margin-bottom: 0; } }
  footer .nav-col h5 {
    margin-bottom: 24px; }
  footer .nav-col .nav-list {
    font-size: 16px;
    line-height: 21px; }
  footer .nav-col a {
    display: inline-block;
    margin-bottom: 16px;
    text-decoration: none; }

.mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100; }
  @media only screen and (min-width: 240px) {
    .mobile-nav {
      display: block; } }
  @media only screen and (min-width: 1024px) {
    .mobile-nav {
      display: none; } }
  .mobile-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-shadow: 0px 0px 10px rgba(24, 46, 76, 0.2);
    box-shadow: 0px 0px 10px rgba(24, 46, 76, 0.2); }
    .mobile-nav ul li {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      border-right: 1px solid #b8c6d9;
      height: 60px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex: 1;
      flex: 1;
      font-weight: bold;
      font-size: 14px; }
      .mobile-nav ul li:last-child {
        border-right: 0; }
      .mobile-nav ul li a {
        display: block;
        text-align: center;
        padding: 8px 0;
        color: #1e3960; }
      .mobile-nav ul li img {
        display: inline-block;
        width: auto;
        height: 24px; }
      .mobile-nav ul li div {
        line-height: 1.1; }

article {
  max-width: 100%;
  position: relative; }
  article .entry-title {
    margin-bottom: .5em; }
    article .entry-title a {
      color: #182e4c; }
  article figure {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%; }
    article figure img {
      max-width: 100%;
      height: auto; }
  article img {
    -webkit-box-shadow: 0px 0px 10px rgba(24, 46, 76, 0.2);
    box-shadow: 0px 0px 10px rgba(24, 46, 76, 0.2);
    height: auto;
    max-width: 100%; }
  article .post-thumbnail {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 8px; }
    article .post-thumbnail img {
      -o-object-fit: cover;
      object-fit: cover;
      min-height: 100%;
      min-width: 100%;
      width: auto;
      height: auto; }
  article .entry-meta {
    color: #879bb9;
    padding: 15px 0;
    line-height: 130%; }
    @media only screen and (min-width: 240px) {
      article .entry-meta {
        font-size: 12px; } }
    @media only screen and (min-width: 1024px) {
      article .entry-meta {
        font-size: 14px; } }
    @media only screen and (min-width: 768px) {
      article .entry-meta.no-author {
        padding-left: 16px; } }
    article .entry-meta a {
      color: inherit;
      font-weight: bold; }
    article .entry-meta .author-image {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      vertical-align: middle;
      overflow: hidden;
      border-radius: 100%;
      margin-top: -5px;
      margin-right: 5px;
      height: 24px;
      width: 24px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      article .entry-meta .author-image img {
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 100%; }
  article .has-huge-font-size,
  article .has-large-font-size,
  article .has-medium-font-size,
  article .has-normal-font-size,
  article .has-small-font-size {
    margin-top: 0;
    line-height: 120%; }
  @media only screen and (min-width: 240px) {
    article .has-huge-font-size {
      font-size: 24px; } }
  @media only screen and (min-width: 1024px) {
    article .has-huge-font-size {
      font-size: 36px; } }
  article .has-large-font-size {
    margin-bottom: 16px; }
    @media only screen and (min-width: 240px) {
      article .has-large-font-size {
        font-size: 20px; } }
    @media only screen and (min-width: 1024px) {
      article .has-large-font-size {
        font-size: 32px; } }
  article .has-medium-font-size {
    margin-bottom: 16px; }
    @media only screen and (min-width: 240px) {
      article .has-medium-font-size {
        font-size: 18px; } }
    @media only screen and (min-width: 1024px) {
      article .has-medium-font-size {
        font-size: 28px; } }
  article .has-normal-font-size {
    margin-bottom: 10px; }
    @media only screen and (min-width: 240px) {
      article .has-normal-font-size {
        font-size: 18px; } }
    @media only screen and (min-width: 1024px) {
      article .has-normal-font-size {
        font-size: 20px; } }
  article .has-small-font-size {
    margin-bottom: 8px; }
    @media only screen and (min-width: 240px) {
      article .has-small-font-size {
        font-size: 16px; } }
    @media only screen and (min-width: 1024px) {
      article .has-small-font-size {
        font-size: 20px; } }
  @media only screen and (min-width: 240px) {
    article .wp-block-image .alignleft,
    article .wp-block-image .align-right {
      max-width: 100%; } }
  @media only screen and (min-width: 768px) {
    article .wp-block-image .alignleft,
    article .wp-block-image .align-right {
      max-width: 50%; } }
  article .wp-block-image figcaption {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    font-style: italic;
    line-height: 1.2;
    padding-bottom: 1em; }
  article .wp-block-quote {
    position: relative;
    margin: 0;
    padding: 20px 0; }
    @media only screen and (min-width: 240px) {
      article .wp-block-quote {
        padding-left: 24px; } }
    @media only screen and (min-width: 768px) {
      article .wp-block-quote {
        padding-left: 36px; } }
    article .wp-block-quote:before {
      content: "\201C";
      left: 0;
      position: absolute; }
      @media only screen and (min-width: 240px) {
        article .wp-block-quote:before {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) {
        article .wp-block-quote:before {
          font-size: 72px; } }
      @media only screen and (min-width: 240px) {
        article .wp-block-quote:before {
          top: 24px; } }
      @media only screen and (min-width: 768px) {
        article .wp-block-quote:before {
          top: 36px; } }
    article .wp-block-quote p {
      font-style: italic; }
    article .wp-block-quote cite {
      color: #67778d; }
      article .wp-block-quote cite:before {
        content: "- "; }
  article ul.wp-block-latest-posts {
    width: 100%;
    position: relative; }
    article ul.wp-block-latest-posts li {
      -webkit-box-shadow: 0px 0px 10px rgba(24, 46, 76, 0.2);
      box-shadow: 0px 0px 10px rgba(24, 46, 76, 0.2);
      background-color: #ffffff;
      border-radius: 8px;
      overflow: hidden; }
      @media only screen and (min-width: 240px) {
        article ul.wp-block-latest-posts li {
          max-width: 270px; } }
      @media only screen and (min-width: 768px) {
        article ul.wp-block-latest-posts li {
          max-width: 320px; } }
      article ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
        margin: 0;
        height: 155px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        article ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
          -o-object-fit: cover;
          object-fit: cover;
          min-width: 100%;
          min-height: 100%; }
      article ul.wp-block-latest-posts li a {
        color: #182e4c;
        padding: 15px;
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        display: block;
        min-height: 70px; }
    article ul.wp-block-latest-posts.slick-initialized {
      overflow: hidden;
      padding-bottom: 30px;
      margin-left: -15px;
      margin-right: -15px;
      width: 100vw; }
      article ul.wp-block-latest-posts.slick-initialized li {
        margin: 0; }
      article ul.wp-block-latest-posts.slick-initialized.is-grid li {
        margin: 0; }
      article ul.wp-block-latest-posts.slick-initialized .slick-slide {
        padding: 10px 10px 0; }
      article ul.wp-block-latest-posts.slick-initialized .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      article ul.wp-block-latest-posts.slick-initialized ul.slick-dots {
        bottom: 0; }
        article ul.wp-block-latest-posts.slick-initialized ul.slick-dots li {
          height: 10px;
          width: 10px;
          background: #f2f7ff;
          border: 1px solid #b8c6d9;
          margin: 0 8px;
          border-radius: 100%; }
          article ul.wp-block-latest-posts.slick-initialized ul.slick-dots li button {
            height: inherit;
            width: inherit;
            padding: 0; }
          article ul.wp-block-latest-posts.slick-initialized ul.slick-dots li.slick-active {
            background: #b8c6d9; }

[data-type="post"],
[data-type="news"],
[data-type="odds"],
[data-type="tips"] {
  -webkit-box-shadow: 0px 0px 10px rgba(24, 46, 76, 0.2);
  box-shadow: 0px 0px 10px rgba(24, 46, 76, 0.2);
  background-color: white;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  min-height: 150px; }
  @media only screen and (min-width: 768px) {
    [data-type="post"],
    [data-type="news"],
    [data-type="odds"],
    [data-type="tips"] {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media only screen and (min-width: 768px) {
    [data-type="post"],
    [data-type="news"],
    [data-type="odds"],
    [data-type="tips"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (min-width: 240px) {
    [data-type="post"],
    [data-type="news"],
    [data-type="odds"],
    [data-type="tips"] {
      min-height: auto; } }
  @media only screen and (min-width: 768px) {
    [data-type="post"],
    [data-type="news"],
    [data-type="odds"],
    [data-type="tips"] {
      min-height: 150px; } }
  [data-type="post"] a.post-thumbnail,
  [data-type="news"] a.post-thumbnail,
  [data-type="odds"] a.post-thumbnail,
  [data-type="tips"] a.post-thumbnail {
    min-height: 150px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 370px;
    flex: 1 1 370px;
    margin-bottom: 0; }
    @media only screen and (min-width: 240px) {
      [data-type="post"] a.post-thumbnail,
      [data-type="news"] a.post-thumbnail,
      [data-type="odds"] a.post-thumbnail,
      [data-type="tips"] a.post-thumbnail {
        padding-top: 56.25%; } }
    @media only screen and (min-width: 768px) {
      [data-type="post"] a.post-thumbnail,
      [data-type="news"] a.post-thumbnail,
      [data-type="odds"] a.post-thumbnail,
      [data-type="tips"] a.post-thumbnail {
        padding-top: 0; } }
    @media only screen and (min-width: 768px) {
      [data-type="post"] a.post-thumbnail,
      [data-type="news"] a.post-thumbnail,
      [data-type="odds"] a.post-thumbnail,
      [data-type="tips"] a.post-thumbnail {
        min-width: 200px; } }
    @media only screen and (min-width: 1400px) {
      [data-type="post"] a.post-thumbnail,
      [data-type="news"] a.post-thumbnail,
      [data-type="odds"] a.post-thumbnail,
      [data-type="tips"] a.post-thumbnail {
        min-width: 200px; } }
    @media only screen and (min-width: 768px) {
      [data-type="post"] a.post-thumbnail,
      [data-type="news"] a.post-thumbnail,
      [data-type="odds"] a.post-thumbnail,
      [data-type="tips"] a.post-thumbnail {
        max-width: 200px; } }
    @media only screen and (min-width: 1400px) {
      [data-type="post"] a.post-thumbnail,
      [data-type="news"] a.post-thumbnail,
      [data-type="odds"] a.post-thumbnail,
      [data-type="tips"] a.post-thumbnail {
        max-width: 200px; } }
    @media only screen and (min-width: 768px) {
      [data-type="post"] a.post-thumbnail,
      [data-type="news"] a.post-thumbnail,
      [data-type="odds"] a.post-thumbnail,
      [data-type="tips"] a.post-thumbnail {
        height: 150px; } }
    [data-type="post"] a.post-thumbnail img,
    [data-type="news"] a.post-thumbnail img,
    [data-type="odds"] a.post-thumbnail img,
    [data-type="tips"] a.post-thumbnail img {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      @media only screen and (min-width: 240px) {
        [data-type="post"] a.post-thumbnail img,
        [data-type="news"] a.post-thumbnail img,
        [data-type="odds"] a.post-thumbnail img,
        [data-type="tips"] a.post-thumbnail img {
          position: absolute; } }
      @media only screen and (min-width: 768px) {
        [data-type="post"] a.post-thumbnail img,
        [data-type="news"] a.post-thumbnail img,
        [data-type="odds"] a.post-thumbnail img,
        [data-type="tips"] a.post-thumbnail img {
          position: initial; } }
  [data-type="post"] .entry-info,
  [data-type="news"] .entry-info,
  [data-type="odds"] .entry-info,
  [data-type="tips"] .entry-info {
    width: 100%;
    position: relative; }
    @media only screen and (min-width: 768px) {
      [data-type="post"] .entry-info,
      [data-type="news"] .entry-info,
      [data-type="odds"] .entry-info,
      [data-type="tips"] .entry-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media only screen and (min-width: 768px) {
      [data-type="post"] .entry-info,
      [data-type="news"] .entry-info,
      [data-type="odds"] .entry-info,
      [data-type="tips"] .entry-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  @media only screen and (min-width: 240px) {
    [data-type="post"] .entry-header,
    [data-type="news"] .entry-header,
    [data-type="odds"] .entry-header,
    [data-type="tips"] .entry-header {
      padding: 8px; } }
  @media only screen and (min-width: 768px) {
    [data-type="post"] .entry-header,
    [data-type="news"] .entry-header,
    [data-type="odds"] .entry-header,
    [data-type="tips"] .entry-header {
      padding: 16px; } }
  @media only screen and (min-width: 768px) {
    [data-type="post"] .entry-header,
    [data-type="news"] .entry-header,
    [data-type="odds"] .entry-header,
    [data-type="tips"] .entry-header {
      height: 72px; } }
  @media only screen and (min-width: 768px) {
    [data-type="post"] .entry-header,
    [data-type="news"] .entry-header,
    [data-type="odds"] .entry-header,
    [data-type="tips"] .entry-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (min-width: 768px) {
    [data-type="post"] .entry-header,
    [data-type="news"] .entry-header,
    [data-type="odds"] .entry-header,
    [data-type="tips"] .entry-header {
      font-size: 24px; } }
  [data-type="post"] .entry-header .entry-title,
  [data-type="news"] .entry-header .entry-title,
  [data-type="odds"] .entry-header .entry-title,
  [data-type="tips"] .entry-header .entry-title {
    margin: 0;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      [data-type="post"] .entry-header .entry-title,
      [data-type="news"] .entry-header .entry-title,
      [data-type="odds"] .entry-header .entry-title,
      [data-type="tips"] .entry-header .entry-title {
        font-size: 24px; } }
  [data-type="post"] .entry-header a,
  [data-type="news"] .entry-header a,
  [data-type="odds"] .entry-header a,
  [data-type="tips"] .entry-header a {
    overflow: hidden;
    display: block; }
    @media only screen and (min-width: 768px) {
      [data-type="post"] .entry-header a,
      [data-type="news"] .entry-header a,
      [data-type="odds"] .entry-header a,
      [data-type="tips"] .entry-header a {
        max-height: 58px; } }
  [data-type="post"] .entry-content,
  [data-type="news"] .entry-content,
  [data-type="odds"] .entry-content,
  [data-type="tips"] .entry-content {
    font-size: 18px;
    padding: 16px 16px 0; }
    @media only screen and (min-width: 240px) {
      [data-type="post"] .entry-content,
      [data-type="news"] .entry-content,
      [data-type="odds"] .entry-content,
      [data-type="tips"] .entry-content {
        display: none; } }
    @media only screen and (min-width: 768px) {
      [data-type="post"] .entry-content,
      [data-type="news"] .entry-content,
      [data-type="odds"] .entry-content,
      [data-type="tips"] .entry-content {
        display: block; } }
    @media only screen and (min-width: 768px) {
      [data-type="post"] .entry-content,
      [data-type="news"] .entry-content,
      [data-type="odds"] .entry-content,
      [data-type="tips"] .entry-content {
        border-top: 1px solid #879bb9; } }
    [data-type="post"] .entry-content .content-excerpt,
    [data-type="news"] .entry-content .content-excerpt,
    [data-type="odds"] .entry-content .content-excerpt,
    [data-type="tips"] .entry-content .content-excerpt {
      overflow: hidden;
      max-height: 75px; }
  @media only screen and (min-width: 240px) {
    [data-type="post"] .entry-meta,
    [data-type="news"] .entry-meta,
    [data-type="odds"] .entry-meta,
    [data-type="tips"] .entry-meta {
      padding: 8px; } }
  @media only screen and (min-width: 768px) {
    [data-type="post"] .entry-meta,
    [data-type="news"] .entry-meta,
    [data-type="odds"] .entry-meta,
    [data-type="tips"] .entry-meta {
      padding: 8px 210px 8px 50px; } }
  [data-type="post"] .entry-meta .author-image,
  [data-type="news"] .entry-meta .author-image,
  [data-type="odds"] .entry-meta .author-image,
  [data-type="tips"] .entry-meta .author-image {
    margin: auto; }
    @media only screen and (min-width: 768px) {
      [data-type="post"] .entry-meta .author-image,
      [data-type="news"] .entry-meta .author-image,
      [data-type="odds"] .entry-meta .author-image,
      [data-type="tips"] .entry-meta .author-image {
        position: absolute; } }
    @media only screen and (min-width: 768px) {
      [data-type="post"] .entry-meta .author-image,
      [data-type="news"] .entry-meta .author-image,
      [data-type="odds"] .entry-meta .author-image,
      [data-type="tips"] .entry-meta .author-image {
        left: 16px; } }
    @media only screen and (min-width: 768px) {
      [data-type="post"] .entry-meta .author-image,
      [data-type="news"] .entry-meta .author-image,
      [data-type="odds"] .entry-meta .author-image,
      [data-type="tips"] .entry-meta .author-image {
        bottom: 0; } }
    @media only screen and (min-width: 768px) {
      [data-type="post"] .entry-meta .author-image,
      [data-type="news"] .entry-meta .author-image,
      [data-type="odds"] .entry-meta .author-image,
      [data-type="tips"] .entry-meta .author-image {
        top: 0; } }
  @media only screen and (min-width: 768px) {
    [data-type="post"] .entry-meta .byline,
    [data-type="news"] .entry-meta .byline,
    [data-type="odds"] .entry-meta .byline,
    [data-type="tips"] .entry-meta .byline {
      display: inline; } }
  [data-type="post"] .entry-cta,
  [data-type="news"] .entry-cta,
  [data-type="odds"] .entry-cta,
  [data-type="tips"] .entry-cta {
    padding: 8px; }
    @media only screen and (min-width: 768px) {
      [data-type="post"] .entry-cta,
      [data-type="news"] .entry-cta,
      [data-type="odds"] .entry-cta,
      [data-type="tips"] .entry-cta {
        width: 200px; } }
    @media only screen and (min-width: 768px) {
      [data-type="post"] .entry-cta,
      [data-type="news"] .entry-cta,
      [data-type="odds"] .entry-cta,
      [data-type="tips"] .entry-cta {
        right: 8px; } }
  @media only screen and (min-width: 768px) {
    [data-type="post"] .entry-meta,
    [data-type="post"] .entry-cta,
    [data-type="news"] .entry-meta,
    [data-type="news"] .entry-cta,
    [data-type="odds"] .entry-meta,
    [data-type="odds"] .entry-cta,
    [data-type="tips"] .entry-meta,
    [data-type="tips"] .entry-cta {
      position: absolute; } }
  @media only screen and (min-width: 768px) {
    [data-type="post"] .entry-meta,
    [data-type="post"] .entry-cta,
    [data-type="news"] .entry-meta,
    [data-type="news"] .entry-cta,
    [data-type="odds"] .entry-meta,
    [data-type="odds"] .entry-cta,
    [data-type="tips"] .entry-meta,
    [data-type="tips"] .entry-cta {
      bottom: 8px; } }

@media (max-width: 767px) {
  [data-type="odds"] a.post-thumbnail {
    height: 94px;
    width: 94px;
    padding: 0;
    min-height: auto;
    margin: 8px;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0; }
    [data-type="odds"] a.post-thumbnail img {
      position: relative;
      max-height: 100%; }
  [data-type="odds"] .entry-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  [data-type="odds"] .entry-header {
    height: 64px;
    overflow: hidden; }
    [data-type="odds"] .entry-header .entry-title {
      max-height: 40px; }
  [data-type="odds"] .entry-meta {
    padding-top: 16px; }
    [data-type="odds"] .entry-meta .author-image {
      margin-top: -12px; }
  [data-type="odds"] .entry-header,
  [data-type="odds"] .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 110px;
    position: relative; }
    [data-type="odds"] .entry-header .byline,
    [data-type="odds"] .entry-meta .byline {
      position: absolute;
      padding-left: 30px;
      top: 0; }
  [data-type="odds"] .entry-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 8px; }
  [data-type="odds"] .entry-cta {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; } }

[data-type="tips"] .entry-header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (min-width: 768px) {
    [data-type="tips"] .entry-header {
      -ms-flex-item-align: start;
      align-self: start; } }
  @media only screen and (min-width: 768px) {
    [data-type="tips"] .entry-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    [data-type="tips"] .entry-header.has-competition {
      height: 130px; } }
  @media only screen and (min-width: 768px) {
    [data-type="tips"] .entry-header.has-competition {
      padding-top: 60px; } }

[data-type="tips"] .header-data {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 12px;
  line-height: 18px; }
  @media only screen and (min-width: 240px) {
    [data-type="tips"] .header-data {
      font-size: 14px; } }
  @media only screen and (min-width: 768px) {
    [data-type="tips"] .header-data {
      font-size: 16px; } }
  @media only screen and (min-width: 768px) {
    [data-type="tips"] .header-data {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  @media only screen and (min-width: 240px) {
    [data-type="tips"] .header-data {
      min-height: 30px; } }
  @media only screen and (min-width: 768px) {
    [data-type="tips"] .header-data {
      min-height: 40px; } }
  @media only screen and (min-width: 240px) {
    [data-type="tips"] .header-data {
      color: #67778d; } }
  @media only screen and (min-width: 768px) {
    [data-type="tips"] .header-data {
      color: #182e4c; } }
  @media only screen and (min-width: 768px) {
    [data-type="tips"] .header-data {
      position: absolute; } }
  @media only screen and (min-width: 768px) {
    [data-type="tips"] .header-data__info {
      font-weight: bold; } }

[data-type="tips"] .entry-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  border-radius: 6px;
  border: 1px solid #1e3960;
  background: rgba(242, 247, 255, 0.75);
  color: #1e3960;
  padding: 4px 8px; }
  @media only screen and (min-width: 240px) {
    [data-type="tips"] .entry-tag {
      top: 8px; } }
  @media only screen and (min-width: 768px) {
    [data-type="tips"] .entry-tag {
      top: 16px; } }
  @media only screen and (min-width: 240px) {
    [data-type="tips"] .entry-tag {
      right: 8px; } }
  @media only screen and (min-width: 768px) {
    [data-type="tips"] .entry-tag {
      right: 16px; } }
  @media only screen and (min-width: 240px) {
    [data-type="tips"] .entry-tag {
      font-size: 12px; } }
  @media only screen and (min-width: 768px) {
    [data-type="tips"] .entry-tag {
      font-size: 14px; } }
  [data-type="tips"] .entry-tag img {
    height: 16px;
    width: auto;
    margin-right: 4px;
    -webkit-box-shadow: none;
    box-shadow: none; }

@media only screen and (min-width: 768px) {
  [data-type="tips"] .entry-meta {
    padding: 8px 225px 8px 50px; } }

[data-type="tips"] .entry-content .content-excerpt {
  overflow: hidden;
  max-height: 75px; }

@media only screen and (min-width: 768px) {
  [data-type="tips"] .entry-cta {
    width: 220px; } }

.archive-navigation {
  margin: 16px 0; }
  .archive-navigation small {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #67778d;
    display: block; }
  @media only screen and (min-width: 240px) {
    .archive-navigation.navigation-mobile {
      display: block; } }
  @media only screen and (min-width: 1024px) {
    .archive-navigation.navigation-mobile {
      display: none; } }
  .archive-navigation.navigation-mobile .select-container {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #1e3960;
    border-radius: 4px;
    padding-right: 8px; }
  .archive-navigation.navigation-mobile select {
    padding: 12px 16px;
    color: #1e3960;
    border: 0;
    outline: none;
    width: 100%;
    font-size: 16px;
    font-weight: bold; }
  @media only screen and (min-width: 240px) {
    .archive-navigation.navigation-desktop {
      display: none; } }
  @media only screen and (min-width: 1024px) {
    .archive-navigation.navigation-desktop {
      display: block; } }
  .archive-navigation.navigation-desktop a {
    display: inline-block;
    color: #1e3960;
    border: 1px solid #1e3960;
    padding: 12px 16px;
    margin: 8px 16px 8px 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold; }
    .archive-navigation.navigation-desktop a:hover, .archive-navigation.navigation-desktop a.active {
      background-color: #1e3960;
      color: #ffffff; }

.ps-loadmore {
  max-width: 370px;
  margin: 24px auto; }

.article-carousel {
  min-height: 230px; }
  .article-carousel .wp-block-latest-posts__featured-image a {
    padding: 0;
    width: 100%; }
    .article-carousel .wp-block-latest-posts__featured-image a img {
      min-width: 100%; }

.widget ul.wp-block-latest-posts__list {
  width: 100%;
  position: relative;
  margin: 24px 0; }
  .widget ul.wp-block-latest-posts__list li {
    height: 64px;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (min-width: 240px) {
      .widget ul.wp-block-latest-posts__list li {
        margin: 16px auto; } }
    @media only screen and (min-width: 768px) {
      .widget ul.wp-block-latest-posts__list li {
        margin: 8px auto; } }
    .widget ul.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
      margin: 0;
      height: 64px;
      min-width: 64px;
      max-width: 64px;
      overflow: hidden;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .widget ul.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image a {
        padding: 0; }
      .widget ul.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
        -o-object-fit: cover;
        object-fit: cover;
        min-width: 100%;
        min-height: 100%; }
    .widget ul.wp-block-latest-posts__list li a {
      color: #182e4c;
      padding: 8px;
      font-size: 16px;
      line-height: 20px;
      font-weight: bold;
      max-height: 76px; }

article .entry-title a {
  color: #182e4c; }

article figure {
  margin-left: 0;
  margin-right: 0; }

article .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: auto; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 32px;
  padding: 16px 0 24px;
  list-style: none;
  position: relative;
  opacity: 0;
  max-width: 100vw;
  display: none; }
  @media only screen and (min-width: 240px) {
    .cards-wrapper {
      width: 100vw; } }
  @media only screen and (min-width: 1024px) {
    .cards-wrapper {
      width: 100%; } }
  @media only screen and (min-width: 240px) {
    .cards-wrapper {
      margin-left: -16px; } }
  @media only screen and (min-width: 1024px) {
    .cards-wrapper {
      margin-left: 0; } }
  .cards-wrapper .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    width: 100%; }
    @media only screen and (min-width: 240px) {
      .cards-wrapper .card {
        margin-bottom: 16px; } }
    @media only screen and (min-width: 1024px) {
      .cards-wrapper .card {
        margin-bottom: 0; } }
    .cards-wrapper .card img {
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      margin: 0 auto; }
    .cards-wrapper .card a {
      font-weight: normal;
      color: #182e4c; }
  .cards-wrapper .card-header {
    padding: 16px 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px 4px 0 0;
    background-color: #ffffff;
    position: relative; }
    .cards-wrapper .card-header .card-logo {
      height: 80px;
      width: 80px;
      margin: -60px 0 4px;
      overflow: hidden;
      border-radius: 16px;
      -webkit-box-shadow: 0px 0px 10px rgba(24, 46, 76, 0.2);
      box-shadow: 0px 0px 10px rgba(24, 46, 76, 0.2); }
    .cards-wrapper .card-header .card-info {
      margin: 4px 0;
      text-align: center; }
    .cards-wrapper .card-header .card-timestamp {
      color: rgba(0, 0, 0, 0.7); }
      @media only screen and (min-width: 240px) {
        .cards-wrapper .card-header .card-timestamp {
          font-size: 10px; } }
      @media only screen and (min-width: 1260px) {
        .cards-wrapper .card-header .card-timestamp {
          font-size: 12px; } }
      @media only screen and (min-width: 1400px) {
        .cards-wrapper .card-header .card-timestamp {
          font-size: 13px; } }
    .cards-wrapper .card-header .star-rating {
      margin-bottom: 8px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .cards-wrapper .card-header .star-rating .star {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8); }
    .cards-wrapper .card-header strong,
    .cards-wrapper .card-header a {
      margin-bottom: 6px;
      margin-bottom: 6px;
      font-size: 16px;
      line-height: 130%;
      text-align: center; }
    .cards-wrapper .card-header .card-item-link {
      text-decoration: none; }
      .cards-wrapper .card-header .card-item-link:hover {
        color: #ff0000; }
  .cards-wrapper .card-body {
    padding: 0 16px 16px;
    text-align: center;
    min-height: 66px; }
    .cards-wrapper .card-body strong {
      font-style: italic;
      font-size: 20px;
      line-height: 1; }
      @media only screen and (min-width: 240px) {
        .cards-wrapper .card-body strong {
          margin-bottom: 10px; } }
      @media only screen and (min-width: 1024px) {
        .cards-wrapper .card-body strong {
          margin-bottom: 4px; } }
    .cards-wrapper .card-body span {
      font-size: 16px; }
  .cards-wrapper .card-footer {
    margin-top: auto;
    padding: 0 24px 20px;
    text-align: center; }
    .cards-wrapper .card-footer .btn {
      white-space: nowrap;
      color: #ffffff;
      max-width: 100%;
      background: #ff0000;
      position: relative;
      overflow: hidden;
      border-radius: 6px;
      border: 1px solid #ff0000;
      margin: 8px auto;
      text-decoration: none; }
      @media only screen and (min-width: 240px) {
        .cards-wrapper .card-footer .btn {
          max-height: 36px; } }
      @media only screen and (min-width: 1024px) {
        .cards-wrapper .card-footer .btn {
          max-height: 42px; } }
      .cards-wrapper .card-footer .btn:nth-child(2) {
        margin-top: 16px; }
      .cards-wrapper .card-footer .btn img {
        display: inline-block;
        height: 20px;
        width: auto;
        margin-right: 8px; }
      .cards-wrapper .card-footer .btn:hover {
        border-width: 2px;
        background-color: #ffffff;
        color: #ff0000; }
    .cards-wrapper .card-footer a {
      font-size: 16px;
      font-weight: normal;
      text-decoration: underline; }
    .cards-wrapper .card-footer .card-payments {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 16px auto 0; }
    .cards-wrapper .card-footer li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      margin-right: 4px;
      margin-left: 4px;
      font-size: 12px;
      border: 1px solid #b8c6d9;
      border-radius: 50%; }
      .cards-wrapper .card-footer li:not(.tooltip) {
        overflow: hidden; }
  .cards-wrapper.swiper {
    padding: 50px 0 16px;
    opacity: 1;
    display: block; }
    @media only screen and (min-width: 240px) {
      .cards-wrapper.swiper {
        overflow: hidden; } }
    @media only screen and (min-width: 1024px) {
      .cards-wrapper.swiper {
        overflow: initial; } }
    @media only screen and (min-width: 240px) {
      .cards-wrapper.swiper {
        margin-left: -16px; } }
    @media only screen and (min-width: 1024px) {
      .cards-wrapper.swiper {
        margin-left: -4px; } }
    @media only screen and (min-width: 240px) {
      .cards-wrapper.swiper {
        padding: 50px 16px 16px; } }
    @media only screen and (min-width: 1024px) {
      .cards-wrapper.swiper {
        padding: 50px 0 16px; } }
    .cards-wrapper.swiper .swiper-slide {
      width: 270px; }
    .cards-wrapper.swiper .swiper-button-prev,
    .cards-wrapper.swiper .swiper-button-next {
      color: #182e4c; }
      @media only screen and (min-width: 240px) {
        .cards-wrapper.swiper .swiper-button-prev,
        .cards-wrapper.swiper .swiper-button-next {
          display: none; } }
      @media only screen and (min-width: 1024px) {
        .cards-wrapper.swiper .swiper-button-prev,
        .cards-wrapper.swiper .swiper-button-next {
          display: block; } }
      .cards-wrapper.swiper .swiper-button-prev.swiper-button-disabled,
      .cards-wrapper.swiper .swiper-button-next.swiper-button-disabled {
        display: none; }
    .cards-wrapper.swiper .swiper-button-prev {
      left: -20px; }
    .cards-wrapper.swiper .swiper-button-next {
      right: -20px; }
    .cards-wrapper.swiper .swiper-pagination {
      bottom: -16px;
      list-style: none; }
      @media only screen and (min-width: 240px) {
        .cards-wrapper.swiper .swiper-pagination {
          bottom: 0; } }
      @media only screen and (min-width: 1024px) {
        .cards-wrapper.swiper .swiper-pagination {
          bottom: -16px; } }
      .cards-wrapper.swiper .swiper-pagination span.swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        background: #f2f7ff;
        border: 1px solid #b8c6d9;
        margin: 0 8px;
        border-radius: 100%;
        opacity: 1; }
        .cards-wrapper.swiper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #b8c6d9; }

.widget ul.wp-block-latest-posts__list {
  width: 100%;
  position: relative;
  margin: 24px 0; }
  .widget ul.wp-block-latest-posts__list li {
    height: 64px;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (min-width: 240px) {
      .widget ul.wp-block-latest-posts__list li {
        margin: 16px auto; } }
    @media only screen and (min-width: 768px) {
      .widget ul.wp-block-latest-posts__list li {
        margin: 8px auto; } }
    .widget ul.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
      margin: 0;
      height: 64px;
      min-width: 64px;
      max-width: 64px;
      overflow: hidden;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .widget ul.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image a {
        padding: 0; }
      .widget ul.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
        -o-object-fit: cover;
        object-fit: cover;
        min-width: 100%;
        min-height: 100%; }
    .widget ul.wp-block-latest-posts__list li a {
      color: #182e4c;
      padding: 8px;
      font-size: 16px;
      line-height: 20px;
      font-weight: bold;
      max-height: 76px; }

article .entry-title a {
  color: #182e4c; }

article figure {
  margin-left: 0;
  margin-right: 0; }

article .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: auto; }

.latest-posts-wrapper-outer {
  min-height: 300px; }
  @media only screen and (min-width: 240px) {
    .latest-posts-wrapper-outer {
      margin: 0; } }
  @media only screen and (min-width: 1024px) {
    .latest-posts-wrapper-outer {
      margin: 0 -25px; } }
  @media only screen and (min-width: 240px) {
    .latest-posts-wrapper-outer {
      width: 100%; } }
  @media only screen and (min-width: 1024px) {
    .latest-posts-wrapper-outer {
      width: calc(100% + 50px); } }
  @media only screen and (min-width: 240px) {
    .latest-posts-wrapper-outer {
      padding: 0 0 8px; } }
  @media only screen and (min-width: 1024px) {
    .latest-posts-wrapper-outer {
      padding: 0 25px 16px; } }
  @media only screen and (min-width: 240px) {
    .latest-posts-wrapper-outer {
      overflow: initial; } }
  @media only screen and (min-width: 1024px) {
    .latest-posts-wrapper-outer {
      overflow: hidden; } }
  .latest-posts-wrapper-outer .latest-posts-wrapper-header {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .latest-posts-wrapper-outer .latest-posts-wrapper-header h1,
    .latest-posts-wrapper-outer .latest-posts-wrapper-header h2,
    .latest-posts-wrapper-outer .latest-posts-wrapper-header h3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .latest-posts-wrapper-outer .latest-posts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 32px;
    list-style: none;
    position: relative;
    opacity: 0;
    max-width: 100vw;
    display: none; }
    @media only screen and (min-width: 240px) {
      .latest-posts-wrapper-outer .latest-posts-wrapper {
        width: 100vw; } }
    @media only screen and (min-width: 1024px) {
      .latest-posts-wrapper-outer .latest-posts-wrapper {
        width: 100%; } }
    @media only screen and (min-width: 240px) {
      .latest-posts-wrapper-outer .latest-posts-wrapper {
        margin-left: -16px; } }
    @media only screen and (min-width: 1024px) {
      .latest-posts-wrapper-outer .latest-posts-wrapper {
        margin-left: 0; } }
    .latest-posts-wrapper-outer .latest-posts-wrapper .card {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #ffffff;
      border-radius: 6px;
      -webkit-box-shadow: 0px 0px 10px rgba(24, 46, 76, 0.2);
      box-shadow: 0px 0px 10px rgba(24, 46, 76, 0.2);
      overflow: hidden;
      max-width: 650px; }
      @media only screen and (min-width: 240px) {
        .latest-posts-wrapper-outer .latest-posts-wrapper .card {
          margin: 0 0 8px; } }
      @media only screen and (min-width: 240px) {
        .latest-posts-wrapper-outer .latest-posts-wrapper .card {
          height: 265px; } }
      @media only screen and (min-width: 1024px) {
        .latest-posts-wrapper-outer .latest-posts-wrapper .card {
          height: 300px; } }
      .latest-posts-wrapper-outer .latest-posts-wrapper .card:hover {
        text-shadow: 1px 1px 5px #182e4c; }
        .latest-posts-wrapper-outer .latest-posts-wrapper .card:hover .card-image img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
      .latest-posts-wrapper-outer .latest-posts-wrapper .card a {
        color: #ffffff;
        z-index: 1;
        padding: 16px;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative; }
        .latest-posts-wrapper-outer .latest-posts-wrapper .card a div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .latest-posts-wrapper-outer .latest-posts-wrapper .card a .card-category {
          -ms-flex-item-align: end;
          align-self: flex-end;
          margin-bottom: auto;
          margin-top: 0; }
        .latest-posts-wrapper-outer .latest-posts-wrapper .card a .card-title,
        .latest-posts-wrapper-outer .latest-posts-wrapper .card a .card-published {
          margin-bottom: 0;
          padding-top: 8px; }
        .latest-posts-wrapper-outer .latest-posts-wrapper .card a .card-title {
          font-size: 20px; }
        .latest-posts-wrapper-outer .latest-posts-wrapper .card a .card-category,
        .latest-posts-wrapper-outer .latest-posts-wrapper .card a .card-published {
          font-size: 14px; }
        .latest-posts-wrapper-outer .latest-posts-wrapper .card a .card-published {
          font-weight: normal; }
      .latest-posts-wrapper-outer .latest-posts-wrapper .card .card-image {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0.9; }
        .latest-posts-wrapper-outer .latest-posts-wrapper .card .card-image::before {
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
          background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
          content: "";
          z-index: 1;
          position: absolute;
          height: 100%;
          width: 100%;
          display: block; }
        .latest-posts-wrapper-outer .latest-posts-wrapper .card .card-image img {
          -o-object-fit: cover;
          object-fit: cover;
          min-width: 100%;
          height: 100%;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          -webkit-transition: -webkit-transform 0.6s ease;
          transition: -webkit-transform 0.6s ease;
          -o-transition: transform 0.6s ease;
          transition: transform 0.6s ease;
          transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
    .latest-posts-wrapper-outer .latest-posts-wrapper.swiper {
      opacity: 1;
      display: block; }
      @media only screen and (min-width: 240px) {
        .latest-posts-wrapper-outer .latest-posts-wrapper.swiper {
          overflow: hidden; } }
      @media only screen and (min-width: 1024px) {
        .latest-posts-wrapper-outer .latest-posts-wrapper.swiper {
          overflow: initial; } }
      @media only screen and (min-width: 240px) {
        .latest-posts-wrapper-outer .latest-posts-wrapper.swiper {
          margin-left: -16px; } }
      @media only screen and (min-width: 1024px) {
        .latest-posts-wrapper-outer .latest-posts-wrapper.swiper {
          margin-left: -4px; } }
      @media only screen and (min-width: 240px) {
        .latest-posts-wrapper-outer .latest-posts-wrapper.swiper {
          padding: 16px; } }
      @media only screen and (min-width: 1024px) {
        .latest-posts-wrapper-outer .latest-posts-wrapper.swiper {
          padding: 16px 0; } }
      .latest-posts-wrapper-outer .latest-posts-wrapper.swiper .swiper-slide {
        width: 270px; }
      .latest-posts-wrapper-outer .latest-posts-wrapper.swiper .swiper-button-prev,
      .latest-posts-wrapper-outer .latest-posts-wrapper.swiper .swiper-button-next {
        color: #182e4c; }
        @media only screen and (min-width: 240px) {
          .latest-posts-wrapper-outer .latest-posts-wrapper.swiper .swiper-button-prev,
          .latest-posts-wrapper-outer .latest-posts-wrapper.swiper .swiper-button-next {
            display: none; } }
        @media only screen and (min-width: 1024px) {
          .latest-posts-wrapper-outer .latest-posts-wrapper.swiper .swiper-button-prev,
          .latest-posts-wrapper-outer .latest-posts-wrapper.swiper .swiper-button-next {
            display: block; } }
        .latest-posts-wrapper-outer .latest-posts-wrapper.swiper .swiper-button-prev.swiper-button-disabled,
        .latest-posts-wrapper-outer .latest-posts-wrapper.swiper .swiper-button-next.swiper-button-disabled {
          display: none; }
      .latest-posts-wrapper-outer .latest-posts-wrapper.swiper .swiper-button-prev {
        left: -20px; }
      .latest-posts-wrapper-outer .latest-posts-wrapper.swiper .swiper-button-next {
        right: -20px; }
      .latest-posts-wrapper-outer .latest-posts-wrapper.swiper .swiper-pagination {
        bottom: -16px;
        list-style: none; }
        @media only screen and (min-width: 240px) {
          .latest-posts-wrapper-outer .latest-posts-wrapper.swiper .swiper-pagination {
            bottom: -4px; } }
        @media only screen and (min-width: 1024px) {
          .latest-posts-wrapper-outer .latest-posts-wrapper.swiper .swiper-pagination {
            bottom: -16px; } }
        .latest-posts-wrapper-outer .latest-posts-wrapper.swiper .swiper-pagination span.swiper-pagination-bullet {
          height: 10px;
          width: 10px;
          background: #f2f7ff;
          border: 1px solid #b8c6d9;
          margin: 0 8px;
          border-radius: 100%;
          opacity: 1; }
          .latest-posts-wrapper-outer .latest-posts-wrapper.swiper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #b8c6d9; }

.parissportifs__cta-banner {
  text-align: center;
  padding: 10px 0 20px;
  margin: 0 auto;
  font-family: "filson-pro", sans-serif;
  color: #182e4c;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .parissportifs__cta-banner code {
    font-family: inherit;
    display: inherit;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit; }
  .parissportifs__cta-banner a {
    color: #182e4c; }
  .parissportifs__cta-banner h5 {
    font-size: 20px;
    padding: 20px;
    margin: 0;
    line-height: 1;
    text-align: start; }
  .parissportifs__cta-banner .cta-banner__head {
    line-height: 1;
    border-bottom: 1px solid #b8c6d9;
    width: 100%;
    padding: 16px 8px 16px 40px; }
    @media only screen and (min-width: 240px) {
      .parissportifs__cta-banner .cta-banner__head {
        font-size: 14px; } }
    @media only screen and (min-width: 768px) {
      .parissportifs__cta-banner .cta-banner__head {
        font-size: 12px; } }
    @media only screen and (min-width: 240px) {
      .parissportifs__cta-banner .cta-banner__head {
        padding: 16px 8px 16px 32px; } }
    @media only screen and (min-width: 768px) {
      .parissportifs__cta-banner .cta-banner__head {
        padding: 16px 8px 16px 40px; } }
    .parissportifs__cta-banner .cta-banner__head .head-col {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-item-align: start;
      align-self: flex-start; }
      .parissportifs__cta-banner .cta-banner__head .head-col:nth-child(3n + 1) {
        -ms-flex-item-align: end;
        align-self: flex-end; }
      .parissportifs__cta-banner .cta-banner__head .head-col:nth-child(odd) {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 64%; }
      .parissportifs__cta-banner .cta-banner__head .head-col:nth-child(even) {
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 34%; }
      .parissportifs__cta-banner .cta-banner__head .head-col img {
        position: absolute;
        top: 1px;
        left: -35px;
        height: 26px;
        width: auto;
        margin-right: 10px;
        -webkit-box-shadow: none;
        box-shadow: none; }
  .parissportifs__cta-banner .cta-banner__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px rgba(24, 46, 76, 0.2);
    box-shadow: 0px 0px 10px rgba(24, 46, 76, 0.2);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    width: 100%;
    margin: 8px 0;
    padding: 0;
    text-decoration: none; }
    .parissportifs__cta-banner .cta-banner__body:hover, .parissportifs__cta-banner .cta-banner__body:focus, .parissportifs__cta-banner .cta-banner__body:active {
      text-decoration: none; }
  @media only screen and (min-width: 768px) {
    .parissportifs__cta-banner .cta-banner__title {
      font-size: 16px; } }
  @media only screen and (min-width: 768px) {
    .parissportifs__cta-banner .cta-banner__title {
      font-weight: bold; } }
  .parissportifs__cta-banner .cta-banner__cols {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (min-width: 240px) {
      .parissportifs__cta-banner .cta-banner__cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media only screen and (min-width: 768px) {
      .parissportifs__cta-banner .cta-banner__cols {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media only screen and (min-width: 240px) {
      .parissportifs__cta-banner .cta-banner__cols {
        padding-bottom: 8px; } }
    @media only screen and (min-width: 768px) {
      .parissportifs__cta-banner .cta-banner__cols {
        padding-bottom: 0; } }
  .parissportifs__cta-banner .cta-banner__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media only screen and (min-width: 240px) {
    .parissportifs__cta-banner .cta-banner__odds, .parissportifs__cta-banner .cta-banner__button {
      margin: 0 8px; } }
  @media only screen and (min-width: 768px) {
    .parissportifs__cta-banner .cta-banner__odds, .parissportifs__cta-banner .cta-banner__button {
      margin: 0 15px; } }
  .parissportifs__cta-banner .cta-banner__odds {
    max-width: 170px;
    min-width: 110px;
    border-radius: 4px;
    border: 1px solid #b8c6d9;
    background: #f2f7ff;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px; }
    @media only screen and (min-width: 240px) {
      .parissportifs__cta-banner .cta-banner__odds {
        width: 110px; } }
    @media only screen and (min-width: 768px) {
      .parissportifs__cta-banner .cta-banner__odds {
        width: 170px; } }
    .parissportifs__cta-banner .cta-banner__odds div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      overflow: hidden;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .parissportifs__cta-banner .cta-banner__odds .cta-banner__logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .parissportifs__cta-banner .cta-banner__button {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: #ff0000;
    border-radius: 4px;
    width: 155px;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .parissportifs__cta-banner .cta-banner__note, .parissportifs__cta-banner .cta-banner__footer {
    font-size: 12px;
    line-height: 1.2;
    padding-bottom: 4px; }

.parissportifs__bet-recommended {
  font-family: "filson-pro", sans-serif;
  color: #182e4c;
  padding: 20px 0;
  text-align: center; }
  .parissportifs__bet-recommended li {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .parissportifs__bet-recommended li::after, .parissportifs__bet-recommended li::before {
      display: none !important; }
  .parissportifs__bet-recommended h2 {
    border-bottom: 1px solid #b8c6d9 !important;
    text-align: center;
    font-size: 24px;
    margin: 0 0 15px !important;
    padding: 0 !important; }
  .parissportifs__bet-recommended a {
    color: inherit;
    text-decoration: underline; }
    .parissportifs__bet-recommended a:hover {
      text-decoration: underline; }
  .parissportifs__bet-recommended .bet-btn {
    border-radius: 4px;
    background-color: #fa2200;
    color: #fff;
    font-size: 18px;
    max-width: 520px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    border: 1px solid #fa2200;
    padding: 8px 16px;
    margin-bottom: 10px; }
    .parissportifs__bet-recommended .bet-btn:hover {
      background: #ffffff;
      color: #fa2200; }
  .parissportifs__bet-recommended .bet-topline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1; }
    .parissportifs__bet-recommended .bet-topline a {
      margin: 0 5px;
      font-weight: 700; }
    .parissportifs__bet-recommended .bet-topline .bet-topline-day,
    .parissportifs__bet-recommended .bet-topline .bet-topline-time {
      padding: 0 5px;
      border-right: 1px solid #0e0e0e; }
    .parissportifs__bet-recommended .bet-topline .bet-topline-time:last-child {
      border: 0; }
  .parissportifs__bet-recommended .bet-box {
    border: 0;
    padding: 8px;
    -webkit-box-shadow: 0px 0px 10px rgba(24, 46, 76, 0.2);
    box-shadow: 0px 0px 10px rgba(24, 46, 76, 0.2);
    border-radius: 8px;
    margin: 0 auto 16px; }
    @media (min-width: 768px) {
      .parissportifs__bet-recommended .bet-box {
        padding: 8px 16px;
        max-width: 600px; } }
    .parissportifs__bet-recommended .bet-box h3 {
      margin: 0 !important;
      color: #222;
      font-weight: 400;
      margin-bottom: 5px !important;
      line-height: 1.2;
      border: 0 !important;
      padding: 0 !important;
      font-size: 20px !important; }
    .parissportifs__bet-recommended .bet-box .bet-box-logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 85px;
      padding: 5px;
      margin: 0 auto 5px;
      border-radius: 4px; }
      .parissportifs__bet-recommended .bet-box .bet-box-logo img {
        margin: 0;
        height: auto;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none; }
  .parissportifs__bet-recommended .bet-list {
    padding: 15px 15px 20px;
    line-height: 1.3;
    border: solid 1px #e5e5e5;
    border-radius: 2px;
    background-color: #f2f7ff;
    margin-bottom: 10px;
    list-style-type: none; }
    @media (min-width: 1024px) {
      .parissportifs__bet-recommended .bet-list {
        font-size: 17px; } }
    .parissportifs__bet-recommended .bet-list li + li {
      padding-top: 18px !important; }
      @media (min-width: 1024px) {
        .parissportifs__bet-recommended .bet-list li + li {
          padding-top: 10px !important; } }
    .parissportifs__bet-recommended .bet-list .bet-list-match {
      display: block;
      font-size: 17px; }
      @media (min-width: 1024px) {
        .parissportifs__bet-recommended .bet-list .bet-list-match {
          display: inline-block; }
          .parissportifs__bet-recommended .bet-list .bet-list-match::after {
            content: "\2014";
            display: inline-block;
            margin: 0 5px;
            font-weight: 400; } }
    .parissportifs__bet-recommended .bet-list .bet-list-odds {
      margin-left: 7px; }
    .parissportifs__bet-recommended .bet-list .bet-box-mainbet {
      font-size: 24px;
      display: block;
      margin-bottom: 10px; }
      .parissportifs__bet-recommended .bet-list .bet-box-mainbet .odds {
        display: block; }
    .parissportifs__bet-recommended .bet-list .bet-addtext {
      display: block;
      font-size: 11px;
      line-height: 1.18;
      color: #222; }
  .parissportifs__bet-recommended .bet-bottomtext {
    text-align: center;
    color: #0e0e0e;
    font-size: 14px; }
    .parissportifs__bet-recommended .bet-bottomtext a {
      font-weight: 700; }
      .parissportifs__bet-recommended .bet-bottomtext a:hover {
        text-decoration: none; }

div.vcos-wrapper {
  font-family: "filson-pro", sans-serif; }

div.vcos-slider {
  margin-bottom: 16px; }
  div.vcos-slider div.vcos__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto; }
    @media only screen and (min-width: 240px) {
      div.vcos-slider div.vcos__slide {
        min-height: 300px; } }
    @media only screen and (min-width: 1024px) {
      div.vcos-slider div.vcos__slide {
        min-height: 350px; } }
    div.vcos-slider div.vcos__slide::before {
      background: rgba(30, 57, 96, 0.5);
      width: 100%;
      height: 100%; }
    div.vcos-slider div.vcos__slide::after {
      display: none; }
  div.vcos-slider div.vcos__logo {
    border-radius: 4px;
    height: 50px;
    min-height: 50px;
    overflow: hidden;
    margin-bottom: auto; }
    @media only screen and (min-width: 240px) {
      div.vcos-slider div.vcos__logo {
        margin: 0 auto; } }
    @media only screen and (min-width: 768px) {
      div.vcos-slider div.vcos__logo {
        margin: 0 auto auto 0; } }
  div.vcos-slider .vcos__content:hover,
  div.vcos-slider a.vcos__link:hover {
    text-decoration: none; }
  div.vcos-slider .vcos__content {
    padding: 24px;
    width: 100%;
    height: inherit; }
  div.vcos-slider .vcos__title {
    -webkit-line-clamp: initial;
    overflow: initial;
    margin-top: auto;
    margin-bottom: 8px; }
    @media only screen and (min-width: 240px) {
      div.vcos-slider .vcos__title {
        padding-top: 0; } }
    @media only screen and (min-width: 768px) {
      div.vcos-slider .vcos__title {
        padding-top: 16px; } }
  div.vcos-slider .vcos__bottom-line {
    margin-bottom: auto;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 240px) {
      div.vcos-slider .vcos__bottom-line {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media only screen and (min-width: 768px) {
      div.vcos-slider .vcos__bottom-line {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    div.vcos-slider .vcos__bottom-line .vcos__addtext {
      padding: 4px 0; }
    div.vcos-slider .vcos__bottom-line .vcos__btn-holder {
      padding-left: 0;
      padding-top: 8px; }
      div.vcos-slider .vcos__bottom-line .vcos__btn-holder .vcos__btn {
        -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
        background-color: #ffffff;
        color: #182e4c;
        white-space: nowrap;
        position: relative;
        overflow: hidden;
        border-radius: 4px;
        width: 100%;
        max-width: 270px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        margin: 4px auto;
        -ms-flex-item-align: center;
        align-self: center;
        height: 40px;
        line-height: 40px;
        padding: 0;
        font-size: 20px; }
      @media only screen and (min-width: 240px) {
        div.vcos-slider .vcos__bottom-line .vcos__btn-holder .vcos__terms-label {
          text-align: center; } }
      @media only screen and (min-width: 768px) {
        div.vcos-slider .vcos__bottom-line .vcos__btn-holder .vcos__terms-label {
          text-align: left; } }

.vcos__app-btn {
  display: inline-block;
  background-color: #ffffff;
  color: #182e4c;
  white-space: nowrap;
  border: 1px solid #fa2200;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
  max-width: 270px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 4px auto;
  -ms-flex-item-align: center;
  align-self: center;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 20px; }
  .vcos__app-btn:hover, .vcos__app-btn:focus {
    background-color: #ffffff;
    color: #fa2200; }
  .vcos__app-btn img {
    max-height: 24px;
    display: inline !important;
    margin-right: 8px;
    position: relative;
    top: 4px;
    width: auto; }
  .vcos__app-btn + small {
    line-height: 1.1;
    font-size: 12px; }

.vcos-bookie__logo img {
  max-width: 100%; }

@media only screen and (max-width: 768px) {
  ul.vcos-slider__dots {
    top: 280px;
    list-style: none; }
    ul.vcos-slider__dots li {
      height: 10px;
      width: 10px;
      background: #f2f7ff;
      border: 1px solid #b8c6d9;
      margin: 0 10px;
      border-radius: 100%;
      overflow: hidden; }
      ul.vcos-slider__dots li button {
        height: inherit;
        width: inherit;
        padding: 0;
        opacity: 0; }
      ul.vcos-slider__dots li.slick-active {
        background: #fa2200; } }

.compliance-banner {
  background-color: #fddf05;
  height: 15vh;
  z-index: 1;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}
      
.compliance-banner a {
  color: black;
  text-decoration: none;
  display: flex;
  padding: 5px;
  font-size: 10px;
  line-height: 13px;
  gap: 10px;
  justify-content: center;
  height: 100%;
}

@media only screen and (min-width: 375px) {
  .compliance-banner a {
    line-height: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .compliance-banner a {
      font-size: 12px;
      padding: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .compliance-banner {
    z-index: 201;
  }
}

.compliance-government-logo {
  width: 115px;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .compliance-government-logo {
    width: 200px;
  }
}

.plus-logo {
  width: 32px;
  height: 32px;
  align-self: end;
}