@charset "UTF-8";
@import url("https://use.typekit.net/ibu0ohz.css");
html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
body.open {
  overflow: hidden;
}

a {
  color: #b70014;
  text-decoration: none;
}
a:hover, a:focu, a:active {
  color: #b70014;
  text-decoration: none;
}

section {
  margin: 0 auto;
  position: relative;
}
section .section-wrapper {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  section .section-wrapper {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 600px) {
  section .section-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.cb-section {
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .container {
    width: 90%;
    max-width: 1500px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .container {
    width: 90%;
    max-width: 1024px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}

.row.align-centre {
  justify-content: center;
}
.row.align-right {
  justify-content: flex-end;
}
.row.align-middle {
  align-items: center;
}
.row.align-bottom {
  align-items: flex-end;
}

div[class*=col-].align-centre {
  margin-left: auto;
  margin-right: auto;
}
div[class*=col-].align-right {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .col-wrapper {
    padding-bottom: 2vh !important;
  }
}

.edit-link {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 1000;
  background-color: white;
  font-size: 0.8rem !important;
  padding: 10px 20px;
  border-radius: 15px;
  z-index: 99;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

figure {
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}

svg {
  display: block;
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.image {
  margin-bottom: 30px;
}
.image.align-centre figure, .image.justify-content-center figure {
  margin-left: auto;
  margin-right: auto;
}

html {
  font-family: "tt-commons-pro", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: 120%;
}

body,
button,
input,
textarea,
select,
p,
.btn {
  font-family: "tt-commons-pro", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 300;
}

.lead {
  font-size: calc(clamp(18px, 1.5vw, 20px) * 1.1);
  font-weight: 500;
  letter-spacing: 0.4px;
}
@media only screen and (min-width: 769px) {
  .lead {
    font-size: calc(clamp(18px, 1.5vw, 20px) * 1.4);
  }
}

small,
.small {
  font-size: calc(clamp(18px, 1.5vw, 20px) * 0.8);
}

h1, h2, h3, h4 {
  font-family: "tt-commons-pro", sans-serif;
  letter-spacing: -0.4px;
}
h1 em, h1 i, h2 em, h2 i, h3 em, h3 i, h4 em, h4 i {
  display: block;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
  font-size: 55%;
  line-height: 120%;
}

h1 {
  font-size: calc(clamp(18px, 1.5vw, 20px) * 1.6);
  line-height: 100%;
  font-weight: bold;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 769px) {
  h1 {
    font-size: calc(clamp(18px, 1.5vw, 20px) * 2.8);
  }
}
@media only screen and (min-width: 1500px) {
  h1 {
    font-size: calc(clamp(18px, 1.5vw, 20px) * 3.3);
  }
}

h2 {
  font-size: calc(clamp(18px, 1.5vw, 20px) * 1.6);
  font-weight: bold;
  margin: 0 0 22.5px 0;
}
@media only screen and (min-width: 769px) {
  h2 {
    font-size: calc(clamp(18px, 1.5vw, 20px) * 2.8);
  }
}
@media only screen and (min-width: 1500px) {
  h2 {
    font-size: calc(clamp(18px, 1.5vw, 20px) * 3.3);
  }
}

h3 {
  font-size: calc(clamp(18px, 1.5vw, 20px) * 1.6);
  font-weight: bold;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 769px) {
  h3 {
    font-size: calc(clamp(18px, 1.5vw, 20px) * 2.5);
  }
}

h4 {
  font-size: calc(clamp(18px, 1.5vw, 20px) * 1.4);
  font-weight: 900;
  margin: 0 0 4.5px 0;
}
@media only screen and (min-width: 769px) {
  h4 {
    font-size: calc(clamp(18px, 1.5vw, 20px) * 1.6);
  }
}

.txt-white {
  color: white;
}

.txt-red {
  color: rgb(255, 0, 0);
}

.txt-green {
  color: rgab(0, 255, 0, 1);
}

.txt-yellow {
  color: rgab(255, 255, 0, 1);
}

.txt-blue {
  color: rgab(0, 0, 255, 1);
}

blockquote {
  background-color: #2C3A42;
  color: #fff;
  font-size: calc(clamp(18px, 1.5vw, 20px) * 1.6);
  padding: 45px;
  margin: 45px 0;
  border-radius: 0 33px 33px 0;
  transform: translate(-50px, 0);
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
blockquote:hover {
  transform: translate(-20px, 0);
}
blockquote p {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  blockquote p {
    display: block;
  }
}
blockquote strong {
  flex: 1 50%;
  font-size: calc(clamp(18px, 1.5vw, 20px) * 3.2);
  line-height: 100%;
  font-weight: bold;
  text-align: right;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  blockquote strong {
    text-align: left;
    line-height: 120%;
    padding: 0;
  }
}
blockquote strong span, blockquote strong small {
  display: block;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 400;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  blockquote strong span, blockquote strong small {
    line-height: 90%;
  }
}

.member-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.member-list li {
  font-size: 85%;
  font-weight: 500;
  margin-bottom: 10px;
}

.fa-twitter {
  --fa: "" !important;
}

.fa-square-twitter, .fa-twitter-square {
  --fa: "" !important;
}

.fa-twitter:before, .fa-square-twitter:before, .fa-twitter-square:before {
  content: var(--fa) !important;
}

.branding .brand {
  display: block;
  height: 65px;
}
.branding .brand svg {
  height: 100%;
  width: auto;
}

header .header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 40px;
  width: 100%;
  max-width: 1500px;
  background: #fff;
  color: #3B4554;
  padding: 45px 30px;
  margin: 0 auto;
  overflow: hidden;
}
header .branding {
  padding-right: 95px;
}

.navigation .primary {
  display: flex;
}
@media only screen and (min-width: 1500px) {
  .navigation .primary {
    align-items: center;
  }
}
.navigation .primary ol {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 5px 30px;
  margin: 0;
  padding-left: 0;
}
@media only screen and (min-width: 1500px) {
  .navigation .primary ol {
    gap: 15px 45px;
  }
}
.navigation .primary ol a {
  position: relative;
  display: inline-block;
  color: currentColor;
  text-transform: uppercase;
  line-height: 120%;
  font-weight: bold;
  position: relative;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  white-space: nowrap;
}
@media only screen and (min-width: 1500px) {
  .navigation .primary ol a {
    font-size: clamp(18px, 1.5vw, 20px);
  }
}
.navigation .primary ol a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #B70014;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.navigation .primary ol a:hover:after, .navigation .primary ol a:focus:after, .navigation .primary ol a:active:after {
  width: 50%;
}
.navigation .secondary {
  display: flex;
  margin-bottom: 22.5px;
}
.navigation .secondary ol {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
  padding-left: 0;
}
.navigation .secondary ol a {
  text-transform: uppercase;
  font-size: calc(clamp(18px, 1.5vw, 20px) * 0.8);
  color: currentColor;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .navigation .secondary ol a {
    color: white;
  }
}
.navigation .secondary ol a:hover, .navigation .secondary ol a:focus, .navigation .secondary ol a:active {
  color: #B70014;
}
.navigation .lang ol a {
  font-weight: 400;
}

.toggle {
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 18px;
  position: absolute;
  z-index: 999999;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  top: 30px;
  right: 30px;
}
.toggle div {
  width: 40px;
  height: 3px;
  position: absolute;
  background: #2c3a42;
  transform-origin: center center;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.toggle div.top {
  transform: translateY(-12px);
}
.toggle div.bottom {
  transform: translateY(12px);
}
@media only screen and (min-width: 769px) {
  .toggle {
    display: none;
  }
}

.open .toggle {
  transform: rotate(90deg);
}
.open .toggle div {
  background: white;
  width: 40px;
}
.open .toggle div.one {
  transform: rotate(45deg);
}
.open .toggle div.two {
  transform: rotate(-45deg);
}
.open .toggle div.top {
  transform: translateY(-3px);
  opacity: 0;
}
.open .toggle div.bottom {
  transform: translateY(3px);
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .navigation {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background: #2c3a42;
    padding: 45px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192.54 462.78" fill="white"><path d="M122.78 283.33V340c-.08 67.77-55 122.7-122.78 122.78h192.53V5.47L188.88 0 0 283.33h122.78Z" style="stroke-width:0"/></svg>');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 15vh auto;
  }
  .navigation .primary {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
  .navigation .primary ol {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .navigation .primary ol li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .navigation .primary ol li a {
    display: block;
    color: #fff;
    font-size: calc(clamp(18px, 1.5vw, 20px) * 1.4);
    text-decoration: none;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
    margin-bottom: 30px;
  }
  .navigation .primary ol li a:hover, .navigation .primary ol li a:focus, .navigation .primary ol li a:active {
    color: #fff;
  }
  .navigation .primary ol li a br {
    display: none;
  }
  .navigation .primary.social ol {
    display: flex;
  }
  .navigation .primary.social ol a {
    font-size: calc(clamp(18px, 1.5vw, 20px) * 3.2);
  }
  .open .navigation {
    left: 0;
  }
}
.breadcrumbs ol {
  list-style-type: none;
  padding-left: 0;
}
.breadcrumbs ol li {
  display: inline-block;
}
.breadcrumbs ol li:after {
  display: inline-block;
  color: #000;
  content: ">";
  font-size: 80%;
  font-weight: bold;
  padding: 0 3px;
}

footer {
  padding: 75px 0;
  background: #fff;
  color: #2C3A42;
  text-align: center;
}
footer nav ol {
  display: flex;
  justify-content: center;
  list-style: none;
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 0;
  margin: 15px 0;
}
footer nav ol a {
  color: currentColor;
  font-size: calc(clamp(18px, 1.5vw, 20px) * 1.4);
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
}
footer nav ol a:hover, footer nav ol a:focus, footer nav ol a:active {
  color: #B70014;
}
footer .copyright a {
  color: currentColor;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
}
footer .copyright a:hover, footer .copyright a:focus, footer .copyright a:active {
  color: #B70014;
}
footer .copyright p {
  margin-bottom: 0;
  font-size: calc(clamp(18px, 1.5vw, 20px) * 0.8);
}

.btn, input[type=submit] {
  background: #B70014;
  color: #fff;
  padding: 15px 45px;
  font-weight: bold;
  font-size: calc(clamp(18px, 1.5vw, 20px) * 1.4);
  border: none;
  border-radius: 0;
}
.btn:hover, .btn:focus, .btn:active, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
  background: #9e0011;
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero .hero-image {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
}
.hero .hero-image .image {
  margin: 0 7vw;
  border-radius: 7vw 0 7vw 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1500px) {
  .hero .hero-image .image {
    min-height: 600px;
  }
}
.hero .hero-image .image img {
  padding-top: 3vw;
  padding-bottom: 3vw;
}
.hero .hero-image:before, .hero .hero-image::after {
  content: "";
  position: absolute;
}
.hero .hero-image:before {
  top: 0;
  left: 7vw;
  height: 100%;
  width: calc(100% + 100vw - 750px);
  border-radius: 7vw 0 7vw 0;
  border-top: 5vw solid #B70014;
}
@media only screen and (max-width: 768px) {
  .hero .hero-image:before {
    width: 100%;
  }
}
.hero .hero-image:after {
  bottom: 0;
  right: 7vw;
  width: calc(100% + 100vw - 750px);
  border-radius: 7vw 0 7vw 0;
  border-bottom: 5vw solid #004681;
}
@media only screen and (max-width: 768px) {
  .hero .hero-image:after {
    width: 100%;
  }
}
.hero .hero-image .hero-image-arrows:before, .hero .hero-image .hero-image-arrows:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 14vw;
  background-position: 0 0;
  height: 100%;
  width: 100%;
}
.hero .hero-image .hero-image-arrows:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 265.4 418.01' fill='%23B70014'%3E%3Cpath d='M265.4 92.89V0h-24.62C141.98 0 86.26 80.36 86.26 179.15v39.81H0l132.7 199.05 132.7-199.05h-86.25v-39.81c.06-47.61 38.64-86.2 86.25-86.25Z' style='stroke-width:0'/%3E%3C/svg%3E");
  top: 0;
  left: 0;
}
.hero .hero-image .hero-image-arrows:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 265.4 418.01' fill='%23004681'%3E%3Cpath d='M265.4 92.89V0h-24.62C141.98 0 86.26 80.36 86.26 179.15v39.81H0l132.7 199.05 132.7-199.05h-86.25v-39.81c.06-47.61 38.64-86.2 86.25-86.25Z' style='stroke-width:0'/%3E%3C/svg%3E");
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.hero .hero-caption {
  text-align: center;
  padding: 5vh 0;
  max-width: 1000px;
  margin: 0 auto;
}
.hero .hero-caption h1 {
  color: #004681;
}

.tick {
  font-size: calc(clamp(18px, 1.5vw, 20px) * 2.8);
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .tick {
    font-size: calc(clamp(18px, 1.5vw, 20px) * 1.6);
  }
}
.tick > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tick > div:before {
  content: "$";
}
.tick .tick-flip {
  margin-bottom: 5px;
}
.tick .tick-flip:nth-last-child(3n) {
  position: relative;
  margin-left: 14px;
}
.tick .tick-flip:nth-last-child(3n):before {
  content: ",";
  position: absolute;
  left: -28px;
  z-index: 999;
}
.tick .tick-flip:first-child {
  margin-left: 0;
}
.tick .tick-flip:first-child:before {
  content: none;
}
.tick .tick-flip .tick-flip-panel {
  color: #fff;
  background-color: #B70014;
}

.tick-credits {
  display: none;
}

.banner {
  display: flex;
  align-items: center;
  max-height: 70vh;
  margin-left: 5vw;
  margin-right: 5vw;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .banner {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.arrow-up-right:after,
.arrow-up-left:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192.54 462.78" fill="%232C3A42"><path d="M122.78 283.33V340c-.08 67.77-55 122.7-122.78 122.78h192.53V5.47L188.88 0 0 283.33h122.78Z" style="stroke-width:0"/></svg>');
  content: "";
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: 7vw auto;
  bottom: -1px;
  background-position: bottom right;
}
@media only screen and (max-width: 768px) {
  .arrow-up-right:after,
  .arrow-up-left:after {
    background-size: 10vw auto;
  }
}

.arrow-up-right:after {
  right: -5px;
}

.arrow-up-left:after {
  left: -5px;
  transform: scaleX(-1);
}

.arrow-down-left:before,
.arrow-down-right:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192.54 462.78" fill="%232C3A42"><path d="M122.78 283.33V340c-.08 67.77-55 122.7-122.78 122.78h192.53V5.47L188.88 0 0 283.33h122.78Z" style="stroke-width:0"/></svg>');
  content: "";
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: 7vw auto;
  top: -1px;
  background-position: bottom right;
}
@media only screen and (max-width: 768px) {
  .arrow-down-left:before,
  .arrow-down-right:before {
    background-size: 10vw auto;
  }
}

.arrow-down-right:before {
  right: -5px;
  transform: scaleY(-1);
}

.arrow-down-left:before {
  left: -5px;
  transform: scale(-1);
}

.arrow-down-left-blue:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192.54 462.78" fill="%23004681"><path d="M122.78 283.33V340c-.08 67.77-55 122.7-122.78 122.78h192.53V5.47L188.88 0 0 283.33h122.78Z" style="stroke-width:0"/></svg>');
  content: "";
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: 7vw auto;
  top: -1px;
  background-position: bottom right;
}
@media only screen and (max-width: 768px) {
  .arrow-down-left-blue:before {
    background-size: 10vw auto;
  }
}
.arrow-down-left-blue:before {
  left: -5px;
  transform: scale(-1);
}

.arrow-white.arrow-up-left:after, .arrow-white.arrow-up-right:after, .arrow-white.arrow-down-left:before, .arrow-white.arrow-down-right:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192.54 462.78" fill="white"><path d="M122.78 283.33V340c-.08 67.77-55 122.7-122.78 122.78h192.53V5.47L188.88 0 0 283.33h122.78Z" style="stroke-width:0"/></svg>');
}

.statistic {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 20px;
}
.statistic:last-child {
  border-right: none;
  padding-right: 0;
}
.statistic h4 {
  font-size: calc(clamp(18px, 1.5vw, 20px) * 1.8);
  line-height: 110%;
}
.statistic p {
  font-size: calc(clamp(18px, 1.5vw, 20px) * 0.8);
  font-weight: 400;
}
@media (max-width: 768px) {
  .statistic {
    border-right: none;
  }
}

.socialShare {
  border: none !important;
  margin-top: 15px;
}
.socialShare .thumb {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.socialShare .social-download {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.socialShare .social-download-btn {
  font-family: "tt-commons-pro", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 700;
  display: inline-block;
  padding: 15px 40px;
  text-transform: uppercase;
  border: 2px solid #000;
  border-radius: 0;
  background-color: #000;
  color: #000;
  text-decoration: none;
}
.socialShare .social-download-btn:hover {
  color: black;
  background-color: transparent;
  border: 2px solid white;
}

/*Share */
.share-links {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 15px 0;
  font-weight: bold;
  align-items: center;
  line-height: 100%;
}

.share-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  width: 40px;
  height: 30px;
  text-decoration: none;
  transition: 0.2s all;
}

.share-links a:hover,
.share-links a:focus,
.share-links a:active {
  color: rgba(var(--spark-colour-one));
  background-color: rgba(var(--spark-colour-two));
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entries-list.tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  grid-gap: 20px;
}
.entries-list.tiles.columns-1 {
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}
.entries-list.tiles.columns-2 {
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
}
.entries-list.tiles.columns-3 {
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
}
.entries-list.tiles.columns-4 {
  grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));
}
.entries-list.tiles.columns-5 {
  grid-template-columns: repeat(auto-fill, minmax(18%, 1fr));
}
.entries-list.tiles .item {
  border: 1px solid #ccc;
}

.card {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 30pxpx;
  border: 1px solid rgba(0, 70, 129, 0.05);
  border-radius: 0;
  flex-direction: revert;
  display: block;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-pills {
  display: flex;
  justify-content: center; /* Centers tabs horizontally */
  margin-bottom: 30px;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 600px) {
  .nav-pills {
    flex-wrap: wrap;
  }
}
.nav-pills .nav-link {
  background-color: #004681; /* Default background for inactive tabs */
  color: white;
  font-weight: 600;
  margin-right: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: clamp(18px, 1.5vw, 20px);
}
@media only screen and (min-width: 769px) {
  .nav-pills .nav-link {
    font-size: calc(clamp(18px, 1.5vw, 20px) * 1.4);
  }
}
@media only screen and (max-width: 600px) {
  .nav-pills .nav-link {
    margin-bottom: 5px;
  }
}
.nav-pills .nav-link.active {
  background-color: #B70014;
  color: white; /* Active tab text color */
}
.nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:active, .nav-pills .nav-link.active:focus {
  background: #9e0011;
}
.nav-pills .nav-link:hover, .nav-pills .nav-link:active, .nav-pills .nav-link:focus {
  background: #003868;
  color: white;
}

.tab-content .section-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-border-color: transparent;
  --bs-table-color: white;
  width: 100%;
  max-width: 800px;
  display: table;
  height: auto;
  border-collapse: collapse;
  font-size: calc(clamp(18px, 1.5vw, 20px) * 1.1);
  font-weight: 400;
  margin: 45px auto;
}
.table table {
  width: 100%;
}
.table tbody tr, .table tbody td {
  border: none !important;
  white-space: nowrap;
  padding: 5px 10px;
}

@media only screen and (max-width: 768px) {
  .table {
    width: 100%;
    max-width: none;
    margin: 30px auto;
  }
  .table tbody tr {
    padding-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .table tbody td {
    padding: 0 10px;
    display: block;
    white-space: normal;
  }
}
@media only screen and (max-width: 600px) {
  .table tbody tr {
    display: block;
  }
  .table tbody td {
    padding: 0;
  }
}
.entries-list.list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 0px;
}
.entries-list.list .item {
  text-align: center;
  padding: 20px;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}
.entries-list.list .item:nth-child(4n) {
  border-right: none;
}
@media (max-width: 768px) {
  .entries-list.list .item {
    border-right: none !important;
  }
}/*# sourceMappingURL=style.css.map */