@charset "UTF-8";
@import url("https://p.typekit.net/p.css?s=1&k=jcc5ulk&ht=tk&f=139.169.173.175&a=22221064&app=typekit&e=css");
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * proxima-nova:
 *   - http://typekit.com/eulas/00000000000000003b9b3068
 *   - http://typekit.com/eulas/00000000000000003b9b306a
 *   - http://typekit.com/eulas/00000000000000003b9b3066
 *   - http://typekit.com/eulas/00000000000000003b9b3062
 *
 * © 2009-2019 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2019-07-23 08:17:25 UTC"}*/
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/d82519/00000000000000003b9b306a/27/l?subset_id=2&fvd=n8&v=3") format("woff2"), url("https://use.typekit.net/af/d82519/00000000000000003b9b306a/27/d?subset_id=2&fvd=n8&v=3") format("woff"), url("https://use.typekit.net/af/d82519/00000000000000003b9b306a/27/a?subset_id=2&fvd=n8&v=3") format("opentype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}
.tk-proxima-nova {
  font-family: "proxima-nova", sans-serif;
}

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

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

body {
  font-size: 18px;
  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;
  color: #00283f;
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
}
body :-webkit-any-link {
  text-decoration: none;
}
body :-moz-any-link {
  text-decoration: none;
}
body :any-link {
  text-decoration: none;
}

.main-wrapper {
  max-width: 1360px;
  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: 20px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 61.25em) {
  .main-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 32px 16px;
  }
}

.site-container {
  max-width: 1360px;
  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: 0 16px;
}
@media (min-width: 46.25em) {
  .site-container {
    padding: 0 32px;
  }
}
@media (min-width: 61.25em) {
  .site-container {
    padding: 0 16px;
  }
}

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 {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (min-width: 61.25em) {
  main {
    width: calc(100% - 348px);
  }
}

aside {
  padding-left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 348px;
  flex: 0 0 348px;
  min-width: 348px;
}
@media (min-width: 61.25em) {
  aside {
    padding-left: 32px;
  }
}

.h1,
h1 {
  font-size: 24px;
  margin-top: 0;
  line-height: 1.2;
}
@media (min-width: 64em) {
  .h1,
h1 {
    font-size: 42px;
  }
}

.h2,
h2 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.2;
}
@media (min-width: 64em) {
  .h2,
h2 {
    font-size: 32px;
  }
}

.h3,
h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.2;
}
@media (min-width: 64em) {
  .h3,
h3 {
    font-size: 28px;
  }
}

.h4,
h4 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.2;
}
@media (min-width: 64em) {
  .h4,
h4 {
    font-size: 24px;
  }
}

.h5,
h5 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.2;
}
@media (min-width: 64em) {
  .h5,
h5 {
    font-size: 20px;
  }
}

.h6,
h6 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.5;
}
@media (min-width: 64em) {
  .h6,
h6 {
    font-size: 18px;
  }
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5 {
  color: #1b5f84;
}

p {
  font-size: 16px;
}
@media (min-width: 64em) {
  p {
    font-size: 18px;
  }
}

#breadcrumbs {
  max-width: 1360px;
  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: 32px 16px 0;
  font-size: 16px;
}
#breadcrumbs a {
  color: #2F7399;
}

img,
figure,
iframe {
  max-width: 100%;
}

.wp-block-table table, .wp-block-table td {
  border: 0;
  text-align: left;
  padding-left: 0;
  white-space: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
}

table {
  overflow-x: auto;
  white-space: nowrap;
  display: block;
  height: auto !important;
  margin: 8px 0 20px;
  border-radius: 6px;
  border-style: hidden;
  -webkit-box-shadow: 0 0 0 1px #014469;
  box-shadow: 0 0 0 1px #014469;
}
@media (min-width: 46.25em) {
  table {
    display: table;
  }
}
table thead {
  font-weight: 600;
}
table thead tr td {
  background-color: #eff9ff;
}
table thead tr td:first-child {
  border-top-left-radius: 6px;
}
table thead tr td:last-child {
  border-top-right-radius: 6px;
}
table th, table td {
  padding: 8px;
  font-size: 16px;
}
@media (min-width: 81.25em) {
  table th, table td {
    padding: 16px;
    font-size: 18px;
  }
}
table tbody tr:last-child td {
  border-bottom: 0;
}
table tr td {
  border-right: 1px solid #014469;
  border-bottom: 1px solid #014469;
  text-align: center;
  color: #00283f;
}
table tr td:last-child {
  border-right: 0;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-title {
  font-size: 1.5em;
}

/* Make sure select elements fit in widgets. */
section.widget {
  margin-top: 0;
  margin-bottom: 16px;
}
section.widget li {
  line-height: 1.8;
}
section.widget ul {
  margin-bottom: 32px;
}
section.widget select {
  max-width: 100%;
  text-overflow: ellipsis;
}
section.widget h1, section.widget h2, section.widget h3, section.widget h4, section.widget h5, section.widget h6 {
  margin-bottom: 0;
}

.widget-area .widget {
  margin-left: 0;
  margin-right: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_recent_entries ul,
.widget_rss ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Categories widget */
.widget_categories .children {
  padding-top: 0;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

.widget_pages .children,
.widget_pages .sub-menu,
.widget_nav_menu .children,
.widget_nav_menu .sub-menu {
  padding-top: 0;
  padding-bottom: 0.5em;
}
.widget_pages a,
.widget_nav_menu a {
  display: block;
  padding: 0.6em 0;
  text-decoration: none;
  border-bottom: 1px dashed #808080;
}
.widget_pages a:hover, .widget_pages a:focus,
.widget_nav_menu a:hover,
.widget_nav_menu a:focus {
  text-decoration: none;
  border-bottom: 1px dashed #808080;
}
.widget_pages li,
.widget_nav_menu li {
  padding: 0;
}
.widget_pages li ul,
.widget_nav_menu li ul {
  margin-left: 1em;
}

/* Meta widget */
.widget_meta li {
  padding: 0;
}

/* Recent comments */
.widget_recent_comments li {
  line-height: 1.3;
  padding-bottom: 0.5em;
}

.widget_recent_comments a:focus,
.widget_recent_comments a:hover {
  padding-left: 0;
}

/* RSS widget */
.widget_rss li {
  margin-bottom: 1em;
  line-height: 1.3;
}

.widget li a.rsswidget {
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 1.4;
}

.rss-date,
.widget_rss cite {
  font-size: 0.8em;
}

.rssSummary {
  font-family: var(--global-font-family);
  padding: 0.5em 0;
  font-size: 0.9em;
  line-height: 1.3;
}

/* Search widget */
.widget_search input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em 1em;
  border: 1px solid var(--border-color-light);
  border-radius: 0;
}

/* Calendar widget */
.widget_calendar {
  font-weight: 400;
  /* stylelint-disable */
}
.widget_calendar caption {
  padding: 0.5em 0;
  font-size: 1em;
  font-weight: 500;
  text-align: left;
}
.widget_calendar head {
  background: transparent;
  color: #333;
}
.widget_calendar th {
  border: none;
  text-align: center;
}
.widget_calendar thead th {
  border-bottom-width: 2px;
}
.widget_calendar td {
  padding: 0.2em;
  font-size: 0.8em;
  text-align: center;
  background: #fff;
  border: 1px solid var(--border-color-light);
}
.widget_calendar .pad {
  background: #eaeaea;
}
.widget_calendar a {
  font-weight: 900;
  text-decoration: none;
}

/* stylelint-enable */
/* Text widget */
.textwidget {
  font-size: 80%;
  line-height: 1.3;
}

/* Footer nav widget overwrite */
.widget_nav_menu {
  background-color: #014469;
  margin-bottom: 0 !important;
}
.widget_nav_menu .widgettitle {
  color: #ffffff;
}
.widget_nav_menu a {
  color: #ffffff;
  border-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.lds-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(#357aa0), to(#004368));
  background: linear-gradient(180deg, #357aa0 0%, #004368 100%);
}
@media (min-width: 46.25em) {
  .lds-header {
    position: relative;
  }
}

.lds-header__branding {
  position: relative;
  z-index: 1001;
  background: -webkit-gradient(linear, left top, left bottom, from(#357aa0), to(#004368));
  background: linear-gradient(180deg, #357aa0 0%, #004368 100%);
  height: 65px;
}
@media (min-width: 46.25em) {
  .lds-header__branding {
    height: 88px;
  }
}
.lds-header__branding::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #ffe145;
}
.lds-header__branding .lds-header__image {
  margin: 0 auto;
}
.lds-header__branding .lds-header__image img {
  display: block;
  margin: 0 auto;
}
.lds-header__branding .custom-logo {
  width: auto;
  height: 30px;
}
@media (min-width: 46.25em) {
  .lds-header__branding .custom-logo {
    width: auto;
    height: 50px;
  }
}
.lds-header__branding .custom-logo-link {
  margin: 0;
  padding: 8px 0;
  width: 100px;
}
@media (min-width: 46.25em) {
  .lds-header__branding .custom-logo-link {
    display: inline-block;
    padding: 16px 0;
    width: 170px;
  }
}
.lds-header__branding .lds-header__branding-logo {
  -ms-flex-item-align: center;
  align-self: center;
}
@media (min-width: 46.25em) {
  .lds-header__branding .lds-header__branding-logo {
    width: 170px;
  }
}

/*--------------------------------------------------------------
# Site Branding Search field (autocomplete)
---------------------------------------------------------------*/
.lds-header__search-wrapper {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 65px;
}
@media (min-width: 46.25em) {
  .lds-header__search-wrapper {
    width: 100%;
    position: relative;
    height: auto;
  }
}
.lds-header__search-wrapper .lds-header__search-input[type=search] {
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  height: 32px;
  background: rgba(229, 229, 229, 0.2);
  border: 0px solid rgba(229, 229, 229, 0.5);
  border-radius: 4px;
  padding-left: 12px;
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  outline: 1px solid #b8c6d9;
  background-image: url("../images/ic-search.png");
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  background-size: auto 16px;
  position: absolute;
  width: 105px;
  right: 65px;
  top: calc(50% - 16px);
}
@media (min-width: 46.25em) {
  .lds-header__search-wrapper .lds-header__search-input[type=search] {
    width: 316px;
    right: 0;
    top: calc(50% - 16px);
  }
}
.lds-header__search-wrapper .lds-header__search-input[type=search]:focus, .lds-header__search-wrapper .lds-header__search-input[type=search]:focus-visible {
  width: 50vw;
  max-width: 1100px;
  color: #ffffff;
  outline-color: #e5e5e5;
}
@media (min-width: 46.25em) {
  .lds-header__search-wrapper .lds-header__search-input[type=search]:focus, .lds-header__search-wrapper .lds-header__search-input[type=search]:focus-visible {
    width: 60%;
  }
}
.lds-header__search-wrapper .lds-header__search-input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.lds-header__search-wrapper .lds-header__search-input[type=search]::-webkit-input-placeholder {
  color: #b8c6d9;
}
.lds-header__search-wrapper .lds-header__search-input[type=search]::-moz-placeholder {
  color: #b8c6d9;
}
.lds-header__search-wrapper .lds-header__search-input[type=search]:-ms-input-placeholder {
  color: #b8c6d9;
}
.lds-header__search-wrapper .lds-header__search-input[type=search]::-ms-input-placeholder {
  color: #b8c6d9;
}
.lds-header__search-wrapper .lds-header__search-input[type=search]::placeholder {
  color: #b8c6d9;
}

.lds-header__search-autocomplete {
  /* Usually a DIV node */
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 68px;
  width: 100vw;
  max-height: 460px;
  overflow-y: scroll;
  background-color: #eff9ff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  display: none;
}
@media (min-width: 46.25em) {
  .lds-header__search-autocomplete {
    top: 90px;
  }
}
.lds-header__search-autocomplete.is-active {
  display: block;
}
.lds-header__search-autocomplete .site-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 8px;
  padding-bottom: 8px;
}
.lds-header__search-autocomplete .result-false,
.lds-header__search-autocomplete .result-true {
  font-weight: 700;
  color: #014469;
  display: none;
}

.lds-header__autocomplete-list {
  /* Usually a UL node */
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lds-header__autocomplete-list li {
  /* Usually a LI node */
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 51px;
  font-size: 18px;
}
.lds-header__autocomplete-list li:not(:last-of-type) {
  border-bottom: 1px solid #1b5f84;
}
.lds-header__autocomplete-list li a {
  color: #00283f;
}

/* -------------------------------------------------------------
# Primary Nav Menu
---------------------------------------------------------------*/
.lds-header__navigation {
  background-color: #014469;
}
.lds-header__navigation .mobile-toggle {
  display: block;
  position: fixed;
  top: 27px;
  right: 20px;
  z-index: 100000;
  opacity: 0;
}
@media (min-width: 46.25em) {
  .lds-header__navigation .mobile-toggle {
    display: none;
  }
}
.lds-header__navigation .mobile-toggle[type=checkbox]:checked + .nav-wrapper {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.lds-header__navigation .mobile-toggle__label {
  position: absolute;
  z-index: 100000;
  right: 10px;
  top: 19px;
  display: block;
  width: 32px;
  height: 27px;
  padding: 0;
  margin: 0;
}
@media (min-width: 46.25em) {
  .lds-header__navigation .mobile-toggle__label {
    display: none;
  }
}
.lds-header__navigation .nav-wrapper {
  position: fixed;
  right: 0;
  top: 68px;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 96px;
  background-color: #014469;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (min-width: 46.25em) {
  .lds-header__navigation .nav-wrapper {
    position: static;
    height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    top: auto;
    padding-bottom: 0;
    background-color: transparent;
    -webkit-transform: none;
    transform: none;
    overflow-y: hidden;
  }
}
.lds-header__navigation .nav-wrapper a {
  text-decoration: none;
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
}
.lds-header__navigation .nav-wrapper .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #014469;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 46.25em) {
  .lds-header__navigation .nav-wrapper .nav-item:hover .nav-submenu-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .lds-header__navigation .nav-wrapper .nav-item:hover svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.lds-header__navigation .nav-wrapper .nav-item-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding-left: 8px;
}
@media (min-width: 46.25em) {
  .lds-header__navigation .nav-wrapper .nav-item-holder {
    margin-left: 32px;
    margin-right: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-top: 4px;
  }
  .lds-header__navigation .nav-wrapper .nav-item-holder:first-child {
    margin-left: 0;
    padding-left: 0;
  }
}
.lds-header__navigation .nav-wrapper .nav-item-holder svg {
  display: none;
}
@media (min-width: 46.25em) {
  .lds-header__navigation .nav-wrapper .nav-item-holder svg {
    display: block;
    margin-left: 8px;
    margin-top: 4px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform-origin: 50% 25% 0;
    transform-origin: 50% 25% 0;
  }
}
.lds-header__navigation .nav-wrapper .nav-item-holder a {
  color: #ffffff;
  text-decoration: none;
}
.lds-header__navigation .nav-wrapper .nav-submenu-content {
  display: none;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (min-width: 46.25em) {
  .lds-header__navigation .nav-wrapper .nav-submenu-content {
    position: absolute;
    z-index: -1;
    width: 100vw;
    min-height: 150px;
    max-height: auto;
    top: 139px;
    left: 0;
    padding-top: 32px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #eff9ff;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
}
.lds-header__navigation .nav-wrapper .nav-submenu-content a {
  font-weight: 700;
  text-decoration: none;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  color: #00283f;
}
.lds-header__navigation .nav-wrapper .nav-submenu-content a::after {
  position: absolute;
  content: "";
  height: 3px;
  bottom: 6px;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #1b5f84;
}
@media (min-width: 46.25em) {
  .lds-header__navigation .nav-wrapper .nav-submenu-content a:hover::after {
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%);
  }
}
.lds-header__navigation .nav-wrapper .nav-submenu-content .site-container {
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
}
@media (max-width: 46.24em) {
  .lds-header__navigation .nav-wrapper .nav-submenu-content .site-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
.lds-header__navigation .nav-wrapper .nav-submenu-content__heading {
  display: none;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #00283f;
}
@media (min-width: 46.25em) {
  .lds-header__navigation .nav-wrapper .nav-submenu-content__heading {
    display: block;
  }
}
.lds-header__navigation .nav-wrapper .submenu-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 24px;
  background-color: #eff9ff;
  border-bottom: 1px solid #879bb9;
}
@media (min-width: 46.25em) {
  .lds-header__navigation .nav-wrapper .submenu-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 25%;
    margin-bottom: 24px;
    border: 0;
  }
}
.lds-header__navigation .nav-wrapper .submenu-item-wrapper .image-wrapper {
  display: block;
  margin-right: 20px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 4px;
}
.lds-header__navigation .nav-wrapper .mobile-submenu-toggle__label::before {
  content: "▼";
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  padding-top: 4px;
  margin-left: 8px;
  color: #ffe145;
  text-align: center;
  width: 32px;
}
@media (min-width: 46.25em) {
  .lds-header__navigation .nav-wrapper .mobile-submenu-toggle__label::before {
    display: none;
  }
}
.lds-header__navigation .nav-wrapper .mobile-submenu-toggle__label span {
  display: none;
}
.lds-header__navigation .nav-wrapper .mobile-submenu-toggle__cb {
  display: none;
}
.lds-header__navigation .nav-wrapper .mobile-submenu-toggle__cb[type=checkbox]:checked + .mobile-submenu-toggle__label::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lds-header__navigation .nav-wrapper .mobile-submenu-toggle__cb[type=checkbox]:checked + .mobile-submenu-toggle__label + .nav-submenu-content {
  display: block;
}

/*----------------------------------------------------------------
# Mobile Menu
----------------------------------------------------------------*/
.mobile-toggle__burger {
  min-height: 24px;
  position: relative;
}
@media (min-width: 46.25em) {
  .mobile-toggle__burger {
    display: none;
  }
}
.mobile-toggle__burger .toggle-bar-1,
.mobile-toggle__burger .toggle-bar-2,
.mobile-toggle__burger .toggle-bar-3 {
  display: block;
  min-width: 24px;
  height: 3px;
  background-color: #879bb9;
  border-radius: 8px;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-toggle__burger .toggle-bar-1 {
  top: 2px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.mobile-toggle__burger .toggle-bar-2 {
  top: 13px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.mobile-toggle__burger .toggle-bar-3 {
  top: 24px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.mobile-toggle__burger.is-open .toggle-bar-1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 4px;
}
.mobile-toggle__burger.is-open .toggle-bar-2 {
  width: 0%;
  opacity: 0;
}
.mobile-toggle__burger.is-open .toggle-bar-3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
}

@media (max-width: 46.24em) {
  html #wpadminbar {
    position: fixed;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.lds-footer {
  background-color: #014469;
  color: #e5e5e5;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}
.lds-footer .wp-block-separator {
  border-width: 1px !important;
  color: #00283f;
}
.lds-footer .footer-widgets {
  margin: auto;
}
.lds-footer .footer-widgets .wp-block-columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1360px;
}
@media (min-width: 64em) {
  .lds-footer .footer-widgets .wp-block-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.lds-footer .footer-widgets .wp-block-column {
  padding: 0 16px;
  margin: 0 !important;
  text-align: center;
}
@media (min-width: 64em) {
  .lds-footer .footer-widgets .wp-block-column {
    text-align: left;
  }
}
.lds-footer .footer-widgets .wp-block-column .widget_nav_menu {
  padding-bottom: 16px;
}
.lds-footer .footer-widgets .wp-block-column h2,
.lds-footer .footer-widgets .wp-block-column h3 {
  color: #e5e5e5;
  font-size: 24px;
}
@media (min-width: 46.25em) {
  .lds-footer .footer-widgets .wp-block-column h2,
.lds-footer .footer-widgets .wp-block-column h3 {
    font-size: 24px;
  }
}
.lds-footer .footer-widgets .wp-block-column ul {
  list-style: none;
  padding-left: 0;
}
.lds-footer .footer-widgets .wp-block-column ul li {
  line-height: 1.2;
}
.lds-footer .footer-widgets .wp-block-column ul li a {
  color: #e5e5e5;
  text-decoration: none;
  border-bottom: none;
}
.lds-footer .footer-widgets .wp-block-column ul li a:hover {
  color: #ffe145;
  text-decoration: underline;
}
.lds-footer .footer-widgets ul.wp-block-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lds-footer .footer-widgets ul.wp-block-social-links li {
  border: 1px solid rgba(135, 155, 185, 0.5);
  background-color: rgba(103, 119, 141, 0.2) !important;
}
.lds-footer .footer-widgets ul.wp-block-social-links li a {
  color: #ffe145 !important;
}
.lds-footer .footer-widgets ul.wp-block-social-links li:hover {
  background-color: rgba(103, 119, 141, 0.6) !important;
}
.lds-footer .footer-widgets figure.wp-block-image {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}
.lds-footer .footer-widgets img {
  height: 36px;
  width: auto;
  text-align: center;
  margin: auto;
}
@media (min-width: 64em) {
  .lds-footer .footer-widgets img {
    margin: 0;
    height: auto;
  }
}
.lds-footer p {
  max-width: 1360px;
  padding-left: 16px;
  padding-right: 16px;
  margin: auto;
}
.lds-footer p.align-center {
  text-align: center;
}
.lds-footer img {
  max-height: 36px;
}

.error-wrapper {
  padding-top: 0;
}
.error-wrapper section.error-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0 16px;
}
@media (min-width: 46.25em) {
  .error-wrapper section.error-404 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.error-wrapper section.error-404 .page-header,
.error-wrapper section.error-404 .page-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 46.25em) {
  .error-wrapper section.error-404 .page-header,
.error-wrapper section.error-404 .page-content {
    width: 50%;
  }
}
.error-wrapper section.error-404 .page-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 46.25em) {
  .error-wrapper section.error-404 .page-header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
}
.error-wrapper section.error-404 .page-header .btn {
  max-width: 300px;
  margin: 24px auto 48px;
}
@media (min-width: 46.25em) {
  .error-wrapper section.error-404 .page-header .btn {
    margin-left: 0;
  }
}
@media (min-width: 46.25em) {
  .error-wrapper section.error-404 .page-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.error-wrapper section.error-404 .page-content .error-img {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin: 0 auto 24px;
}
@media (min-width: 46.25em) {
  .error-wrapper section.error-404 .page-content .error-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 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: #00283f;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 6px;
  padding: 12px;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #00283f;
}
.btn:hover {
  text-decoration: none;
  background-color: #00283f;
  color: #ffffff;
}

.btn--yellow {
  background-color: #ffe145;
  border: 0px solid #ffe145;
}

.btn--green {
  background-color: #00a13d;
  border: 0px solid #ffffff;
  color: #ffffff;
}

.btn--blue-darker {
  background-color: #182E4C;
  border: 0px solid #182E4C;
  color: #ffffff;
}

.card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px auto;
  gap: 28px;
}

.lds-card {
  background-color: #eff9ff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
}
@media (min-width: 46.25em) {
  .lds-card {
    -ms-flex-preferred-size: calc(50% - 16px);
    flex-basis: calc(50% - 16px);
  }
}
@media (min-width: 81.25em) {
  .lds-card {
    -ms-flex-preferred-size: calc(33% - 16px);
    flex-basis: calc(33% - 16px);
  }
}

.card-post a {
  text-decoration: none;
  color: #00283f;
}
.card-post a:active, .card-post a:hover {
  color: #00283f;
}
.card-post img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  aspect-ratio: 2/1;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-body {
  padding: 0px 16px 16px 16px;
}
.card-body .card-title {
  margin: 8px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #1b5f84;
  overflow: hidden;
}
@media (min-width: 46.25em) {
  .card-body .card-title {
    min-height: 40px;
  }
}
.card-body .card-title a {
  text-decoration: none;
}
.card-body .card-title a:hover, .card-body .card-title a:active, .card-body .card-title a:visited {
  color: #1b5f84;
}
.card-body .card-excerpt {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.lds-loadmore {
  max-width: 300px;
  margin: 24px auto;
}

.lds-ajax-load-more {
  padding-bottom: 24px;
}

.header-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 64px;
}
@media (min-width: 46.25em) {
  .header-author {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.header-author p {
  margin-top: 24px;
}
@media (min-width: 46.25em) {
  .header-author p {
    margin-top: 0px;
  }
}
.header-author .author-description {
  width: 100%;
}
@media (min-width: 46.25em) {
  .header-author .author-description {
    width: calc(100% - 316px);
  }
}

.card-author {
  height: 304px;
  text-align: center;
  padding: 16px;
  margin-right: 32px;
}
@media (min-width: 46.25em) {
  .card-author {
    width: 316px;
    margin-left: 0;
  }
}
.card-author .author-avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto 4px;
}
.card-author .author-avatar img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-author .author-name {
  font-size: 20px;
  font-weight: 700;
  margin: 20px auto 8px;
  color: #1b5f84;
}
.card-author .author-role {
  font-weight: 400;
  margin-bottom: 8px;
}
.card-author .author-socials {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 auto;
  margin-right: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.card-author .author-socials li {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid #2F7399;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4px 4px 16px;
}
.card-author .author-socials li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card-author .author-socials li svg {
  display: block;
  margin: auto;
}
.card-author .author-socials li svg path {
  fill: #1b5f84;
}

.lds-results {
  margin: 16px 0;
}
.lds-results .lds-results__timestamp {
  font-size: 14px;
  padding: 8px 0;
}
.lds-results .lds-results__timestamp strong {
  color: #00283f;
}
.lds-results .lds-results__header {
  background-color: #014469;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 12px;
  color: #ffffff;
}
.lds-results .lds-results__header .lds-results__row {
  grid-template-columns: 30% 70%;
}
@media (min-width: 46.25em) {
  .lds-results .lds-results__header .lds-results__row {
    grid-template-columns: 100px 140px 1fr 1fr;
  }
}
@media (min-width: 81.25em) {
  .lds-results .lds-results__header .lds-results__row {
    grid-template-columns: 100px 250px 1fr 1fr;
  }
}
.lds-results .lds-results__header .lds-results__row .lds-results__col {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: grid;
}
.lds-results .lds-results__header .lds-results__row .lds-results__col:nth-child(2), .lds-results .lds-results__header .lds-results__row .lds-results__col:nth-child(3) {
  display: none;
}
@media (min-width: 46.25em) {
  .lds-results .lds-results__header .lds-results__row .lds-results__col:nth-child(2), .lds-results .lds-results__header .lds-results__row .lds-results__col:nth-child(3) {
    display: grid;
  }
}
@media (min-width: 46.25em) {
  .lds-results .lds-results__header .lds-results__row .lds-results__col:nth-child(4) {
    display: none;
  }
}
.lds-results .lds-results__body {
  background-color: #eff9ff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.lds-results .lds-results__body .lds-results__row {
  border-bottom: 1px solid rgba(27, 95, 132, 0.4);
  grid-template-columns: 100px 1fr;
  grid-template-areas: "logo info" "result result" "button button";
}
@media (min-width: 46.25em) {
  .lds-results .lds-results__body .lds-results__row {
    grid-template-columns: 100px auto 1fr 1fr;
    grid-template-areas: "logo info result button";
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 64em) {
  .lds-results .lds-results__body .lds-results__row {
    grid-template-columns: 100px auto 1fr 1fr;
    grid-template-areas: "logo info result button";
  }
}
@media (min-width: 81.25em) {
  .lds-results .lds-results__body .lds-results__row {
    grid-template-columns: 100px 250px 1fr 215px;
  }
}
.lds-results .lds-results__body .lds-results__row:last-child {
  border: 0;
}
.lds-results .lds-results__body .lds-results__row .lds-results__col:nth-child(1) {
  grid-area: logo;
}
.lds-results .lds-results__body .lds-results__row .lds-results__col:nth-child(2) {
  grid-area: info;
}
.lds-results .lds-results__body .lds-results__row .lds-results__col:nth-child(3) {
  grid-area: result;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lds-results .lds-results__body .lds-results__row .lds-results__col:nth-child(4) {
  grid-area: button;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lds-results .lds-results__row {
  display: grid;
  gap: 8px;
  padding: 16px;
}
.lds-results .lds-results__row .lds-results__col:nth-child(1) {
  width: 100px;
}
.lds-results .lds-results__col {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lds-results .lds-results__index {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  width: 24px;
}
.lds-results .lds-results__logo {
  height: 64px;
  width: 64px;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lds-results .lds-results__logo img {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lds-results .lds-results__draw {
  text-align: left;
  font-size: 14px;
}
@media (min-width: 46.25em) {
  .lds-results .lds-results__draw {
    text-align: center;
    margin: auto;
  }
}
.lds-results .lds-results__draw-name {
  font-size: 16px;
}
.lds-results .lds-results__result {
  padding: 8px;
  font-size: 28px;
  text-align: center;
}
.lds-results .lds-results__button {
  width: 100%;
  font-size: 20px;
}

.lds-cards-block {
  width: 100%;
}
.lds-cards-block .lottery-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 16px 0 28px;
  gap: 16px 32px;
}
.lds-cards-block .lottery-card {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 0;
  color: #e5e5e5;
  background-color: #014469;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 46.25em) {
  .lds-cards-block .lottery-card {
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
}
@media (min-width: 81.25em) {
  .lds-cards-block .lottery-card {
    -ms-flex-preferred-size: calc(33% - 20px);
    flex-basis: calc(33% - 20px);
  }
}
.lds-cards-block .card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #014469;
  padding: 16px;
  border-radius: 8px 8px 0px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 112px;
}
.lds-cards-block .card-body {
  padding: 16px 16px 24px;
  background-color: #2F7399;
  border-radius: 0px 0px 8px 8px;
  min-height: 163px;
  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;
  gap: 16px;
  text-align: center;
}
.lds-cards-block .card-body .body-amount {
  font-size: 20px;
}
.lds-cards-block .card-body .body-date {
  font-size: 18px;
}
.lds-cards-block .card-logo {
  height: 80px;
  width: 80px;
  min-width: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
}
.lds-cards-block .card-logo img {
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lds-cards-block .card-title {
  text-align: center;
  width: 75%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 0 8px;
}
.lds-cards-block .card-title strong {
  display: contents;
}
.lds-cards-block .card-button {
  margin-bottom: 0;
  margin-top: 8px;
  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: #00283f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 6px;
  padding: 8px;
  cursor: pointer;
  background-color: #ffe145;
}
.lds-cards-block .card-button:hover {
  color: #2F7399;
}

.js-lottery-cards__carousel.swiper {
  margin-left: -16px;
  margin-right: -16px;
  width: 100vw;
  padding: 0 16px;
}
@media (min-width: 61.25em) {
  .js-lottery-cards__carousel.swiper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0;
  }
}
.js-lottery-cards__carousel.swiper .swiper-wrapper {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0;
}
.js-lottery-cards__carousel.swiper .swiper-slide {
  -ms-flex-preferred-size: 315px;
  flex-basis: 315px;
}
@media (min-width: 46.25em) {
  .js-lottery-cards__carousel.swiper .swiper-slide {
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
}
@media (min-width: 81.25em) {
  .js-lottery-cards__carousel.swiper .swiper-slide {
    -ms-flex-preferred-size: calc(33% - 20px);
    flex-basis: calc(33% - 20px);
  }
}

article .entry-title {
  margin-bottom: 8px;
  color: #1b5f84;
}
article .entry-title a {
  color: inherit;
}
article img {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  height: auto;
}
article figure {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
article figure img {
  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;
  width: 100%;
  margin-bottom: 8px;
}
article .post-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  width: auto;
  height: auto;
}
article .entry-meta {
  font-size: 12px;
  padding: 16px 0;
  line-height: 1.2;
}
@media (min-width: 46.25em) {
  article .entry-meta {
    font-size: 14px;
  }
}
@media (max-width: 19.99em) {
  article .entry-meta.no-author {
    padding-left: 16px;
  }
}
article .entry-meta a {
  color: inherit;
  font-weight: 700;
}
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: -4px;
  margin-right: 4px;
  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 .posted-by a {
  color: #1b5f84;
  font-weight: 700;
  text-decoration: none;
}
article .posted-on a {
  color: #00283f;
  font-weight: 400;
  text-decoration: none;
}
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: 1.2;
}
article .has-huge-font-size {
  font-size: 24px;
}
@media (max-width: 46.24em) {
  article .has-huge-font-size {
    font-size: 42px;
  }
}
article .has-large-font-size {
  font-size: 20px;
  margin-bottom: 16px;
}
@media (min-width: 20em) {
  article .has-large-font-size {
    font-size: 32px;
  }
}
article .has-medium-font-size {
  font-size: 18px;
  margin-bottom: 16px;
}
@media (min-width: 20em) {
  article .has-medium-font-size {
    font-size: 28px;
  }
}
article .has-normal-font-size {
  font-size: 18px;
  margin-bottom: 12px;
}
@media (min-width: 20em) {
  article .has-normal-font-size {
    font-size: 24px;
  }
}
article .has-small-font-size {
  font-size: 16px;
  margin-bottom: 8px;
}
@media (min-width: 20em) {
  article .has-small-font-size {
    font-size: 20px;
  }
}
article .wp-block-image .alignleft,
article .wp-block-image .align-right {
  max-width: 50%;
}
@media (min-width: 46.25em) {
  article .wp-block-image .alignleft,
article .wp-block-image .align-right {
    max-width: 100%;
  }
}
article .wp-block-image figcaption {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  font-style: italic;
  line-height: 1.2;
  padding-bottom: 16px;
}
article blockquote.wp-block-quote {
  padding-left: 24px !important;
  position: relative;
  margin: 0;
  padding: 20px 0;
}
@media (min-width: 46.25em) {
  article blockquote.wp-block-quote {
    padding-left: 42px !important;
  }
}
article blockquote.wp-block-quote:before {
  content: "“";
  font-size: 48px;
  top: 24px;
  left: 0;
  position: absolute;
}
@media (min-width: 46.25em) {
  article blockquote.wp-block-quote:before {
    font-size: 84px;
    top: 0;
  }
}
article blockquote.wp-block-quote p {
  font-style: italic;
}
article blockquote.wp-block-quote cite {
  color: #67778d;
}
article blockquote.wp-block-quote cite:before {
  content: "- ";
}

.faq-block {
  margin-top: 32px;
}

ul.wp-block-latest-posts__list {
  width: 100%;
  position: relative;
  margin: 8px 0;
}
ul.wp-block-latest-posts__list li {
  background-color: #eff9ff;
  margin: 8px auto;
  height: 84px;
  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;
}
ul.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
  margin: 0;
  height: 84px;
  min-width: 84px;
  max-width: 84px;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image a {
  padding: 0;
}
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%;
  aspect-ratio: 1/1;
}
ul.wp-block-latest-posts__list li a {
  color: #000;
  padding: 0 8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  max-height: 72px;
  text-decoration: none;
}

ul.widget-latest-draw__list {
  width: 100%;
  position: relative;
  margin: 8px 0;
  padding-left: 0px;
}
ul.widget-latest-draw__list a {
  color: #00283f;
  display: contents;
}
ul.widget-latest-draw__list li {
  background-color: #eff9ff;
  margin: 8px auto;
  height: 96px;
  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;
  padding: 16px;
}
ul.widget-latest-draw__list li img {
  max-width: 64px;
  max-height: 64px;
}
ul.widget-latest-draw__list li p span {
  font-weight: 700;
}
ul.widget-latest-draw__list li .draw-number {
  margin-right: 10px;
}
ul.widget-latest-draw__list li .draw-amount {
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 24px;
}
ul.widget-latest-draw__list li .draw-text {
  font-size: 14px;
  line-height: 16px;
  margin-top: 4px;
  margin-bottom: 0px;
}
ul.widget-latest-draw__list li .wp-block-latest-posts__featured-image {
  margin: 0;
  height: 84px;
  min-width: 84px;
  max-width: 84px;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.widget-latest-draw__list li .wp-block-latest-posts__featured-image a {
  padding: 0;
}
ul.widget-latest-draw__list li a {
  color: #000;
  padding: 0 8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  max-height: 72px;
  text-decoration: none;
}

.brands-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brands-row {
  -webkit-box-flex: 0;
  -ms-flex: 0 32%;
  flex: 0 32%;
  width: 300px;
  margin-right: 10px !important;
}

.brands-logo {
  height: 64px;
  width: 64px;
  min-width: 64px;
  overflow: hidden;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
}
.brands-logo img {
  max-height: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lds-hero__banner {
  position: relative;
  height: 266px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 46.25em) {
  .lds-hero__banner {
    height: 300px;
  }
}

.lds-hero__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lds-hero__wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
}

.lds-hero__content {
  width: 100%;
  z-index: 1;
}
@media (min-width: 46.25em) {
  .lds-hero__content {
    width: 466px;
  }
}
.lds-hero__content h1 {
  font-style: italic;
}
.lds-hero__content h1, .lds-hero__content p {
  color: #00283f;
  margin-top: 8px;
  margin-bottom: 8px;
}
.lds-hero__content .btn {
  margin-top: 32px;
  padding: 8px;
  width: 100%;
}

.lds-hero__anchor-nav {
  background-color: #eff9ff;
  list-style-type: none;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: auto;
  position: sticky;
  top: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media (min-width: 46.25em) {
  .lds-hero__anchor-nav {
    height: 77px;
  }
}
.lds-hero__anchor-nav .site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lds-hero__anchor-nav ul {
  margin: 0;
  padding: 0;
  display: block;
  white-space: nowrap;
}
.lds-hero__anchor-nav ul li {
  display: inline-block;
  padding: 0 12px;
  text-align: left;
}
@media (min-width: 46.25em) {
  .lds-hero__anchor-nav ul li {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.lds-hero__anchor-nav ul li:first-child {
  padding-left: 0;
}
.lds-hero__anchor-nav ul li a {
  color: #00283f;
  text-decoration: none;
}

.single-sorteios .main-wrapper {
  padding-top: 32px;
}

.draw-number {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.draw-number li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 40px;
  width: 40px;
  height: 40px;
  background-color: #00a13d;
  border-radius: 100%;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 81.25em) {
  .draw-number li {
    min-width: 64px;
    width: 64px;
    height: 64px;
    font-size: 24px;
  }
}

.prize-overview {
  background-color: #eff9ff;
  padding: 24px 16px;
  height: auto;
  border-radius: 8px;
}
.prize-overview table {
  border: 0;
  width: 100%;
}
.prize-overview table tr td {
  text-align: left;
  padding: 4px;
  border: 0;
}