:root {
  --first-color: #b5100c;
  --second-color: #111111;
  --british-navy: #081b33;
  --british-blue: #123b67;
  --british-red: #b5100c;
  --british-gold: #c9a646;
  --paper: #f7f4ec;
  --ink: #111827;
  --muted-ink: #5f6673;
  --line: rgba(8, 27, 51, 0.14);
  --shadow-soft: 0 18px 48px rgba(8, 27, 51, 0.12);
}
/* Base */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
}

body {
  line-height: 1.7;
  color: var(--muted-ink);
  font-weight: 400;
  font-size: 1rem;
  background: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: var(--first-color);
}
a:hover {
  text-decoration: none;
  color: var(--second-color);
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 0;
}

.border-2 {
  border-width: 2px;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5);
}

body:after {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.btn {
  font-size: 14px;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.btn-primary {
  background: var(--british-red);
  border-color: var(--british-red);
  color: #fff;
  box-shadow: 0 12px 26px rgba(181, 16, 12, 0.22);
}
.btn.btn-primary:hover {
  background: var(--british-navy) !important;
  border-color: var(--british-navy) !important;
  color: #fff;
}
.btn.btn-primary:active {
  background: var(--british-navy) !important;
  border-color: var(--british-navy) !important;
  color: #fff;
}
.btn.btn-primary.btn-black--hover:hover {
  background: #666666;
  color: #fff;
}

.line-height-1 {
  line-height: 1 !important;
}

.bg-black {
  background: #000;
}

.form-control {
  height: 43px;
  border-radius: 8px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.form-control:active,
.form-control:focus {
  border-color: var(--first-color);
}
.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.site-section {
  padding: 2.5em 0;
}
.site-section.site-section-sm {
  padding: 4em 0;
}

.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .site-section-heading {
    font-size: 3rem;
  }
}

.site-footer {
  padding: 4.5em 0 1.25em;
  background:
    linear-gradient(135deg, rgba(181, 16, 12, 0.18) 0 12%, transparent 12% 30%, rgba(201, 166, 70, 0.14) 30% 36%, transparent 36%),
    var(--british-navy);
}
.footer-ad-disclosure {
  margin-bottom: 32px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0;
}
.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.site-footer p {
  color: rgba(255, 255, 255, 0.7);
}
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
  color: #fff;
}
.site-footer a {
  color: rgba(255, 255, 255, 1);
}
.site-footer a:hover {
  color: var(--first-color);
}
.site-footer ul li {
  margin-bottom: 10px;
}
.site-footer .footer-heading {
  font-size: 16px;
  color: #fff;
}

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5);
}

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5);
}

.hover-bg-enlarge {
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .hover-bg-enlarge {
    height: auto !important;
  }
}
.hover-bg-enlarge>div {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .8s all ease-in-out;
  -o-transition: .8s all ease-in-out;
  transition: .8s all ease-in-out;
}
.hover-bg-enlarge:hover>div,
.hover-bg-enlarge:focus>div,
.hover-bg-enlarge:active>div {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 991.98px) {
  .hover-bg-enlarge .bg-image-md-height {
    height: 300px !important;
  }
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bg-image.overlay {
  position: relative;
}
.bg-image.overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.bg-image>.container {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .display-1,
  .display-3 {
    font-size: 3rem;
  }
}

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  transition: 0.3s;
}
.ad-disclosure-top {
  width: 100%;
  padding: 9px 16px;
  background: var(--british-navy);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
}
.site-navbar.is-sticky {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.96);
  border-bottom-color: var(--line);
  box-shadow: 0 18px 36px rgba(8, 27, 51, 0.08);
  backdrop-filter: blur(16px);
}
.site-navbar .row {
  margin: 0 !important;
  justify-content: space-between;
}
.brand-link {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  padding: 10px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(8, 27, 51, 0.12);
}

/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.site-blocks-cover.overlay {
  position: relative;
}
.site-blocks-cover.overlay:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background:
    linear-gradient(115deg, rgba(8, 27, 51, 0.92) 0%, rgba(8, 27, 51, 0.82) 44%, rgba(8, 27, 51, 0.24) 100%),
    linear-gradient(35deg, rgba(181, 16, 12, 0.34) 0%, transparent 36%);
}
.site-blocks-cover.overlay:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  background: linear-gradient(90deg, var(--british-navy) 0 31%, #fff 31% 35%, var(--british-red) 35% 65%, #fff 65% 69%, var(--british-gold) 69% 100%);
}
.site-blocks-cover .player {
  position: absolute;
  bottom: -250px;
  width: 100%;
}
.site-blocks-cover,
.site-blocks-cover>.container>.row {
  min-height: 680px;
  height: min(820px, 100vh);
}
.site-blocks-cover.inner-page-cover,
.site-blocks-cover.inner-page-cover>.container>.row {
  min-height: 400px;
  height: calc(20vh);
}
.site-blocks-cover h1 {
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  font-weight: 400;
  color: #fff;
  font-weight: 900;
  line-height: 0.95;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .site-blocks-cover h1 {
    font-size: 2rem;
  }
}
.site-blocks-cover p {
  color: white;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.site-blocks-cover .hero-kicker {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
}
.site-blocks-cover .desc {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.24rem;
  font-weight: 300;
}
.site-blocks-cover .desc a {
  color: white;
  border-bottom: dotted 1px #fff;
}
.site-blocks-cover .desc a:hover {
  color: #fff;
}
.site-blocks-cover .intro-text {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .site-blocks-cover .display-1 {
    font-size: 3rem;
  }
}

.bg-light {
  background: var(--paper) !important;
}

.section-title {
  color: var(--british-navy);
  font-size: 40px;
  font-weight: 900;
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 30px;
  }
}

.position-relative {
  position: relative;
}

.experience {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: var(--first-color);
  padding: 20px;
}
@media (max-width: 991.98px) {
  .experience {
    bottom: 0px;
    right: 0px;
  }
}
.experience span {
  display: block;
}
.experience .year {
  font-weight: 900;
  color: #fff;
  font-size: 3rem;
  letter-spacing: normal;
  line-height: 1.2;
}
.experience span {
  letter-spacing: .2em;
}
.experience .caption {
  color: #fff;
  letter-spacing: .4em;
  text-transform: uppercase;
}
.info-wrapper {
  position: relative;
  padding: 82px 0 40px;
  background:
    linear-gradient(90deg, rgba(8, 27, 51, 0.045) 1px, transparent 1px),
    #fff;
  background-size: 72px 72px;
}
.info-wrapper h2 {
  color: var(--british-navy);
  margin: 38px 0 18px;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.12;
}
.info-wrapper .col-sm-10 {
  display: flex;
  flex-direction: column;
  max-width: 980px;
  margin-bottom: 54px !important;
  padding: 0 0 54px;
  border-bottom: 1px solid var(--line);
}
.info-wrapper a {
  align-self: center;
  margin-top: 16px;
}
.info-wrapper p,
.info-wrapper li {
  color: var(--ink);
  font-size: 1.04rem;
}
.info-wrapper ul {
  padding-left: 22px;
}
.info-wrapper img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}
.form-control {
  padding: 10px 16px;
}
.form-note {
  color: #4d4d4d;
  font-size: 0.95rem;
  line-height: 1.5;
}
.site-footer .row {
  row-gap: 20px;
}
.page-main {
  min-height: 100vh;
  padding: 180px 0 90px;
  background:
    linear-gradient(135deg, rgba(8, 27, 51, 0.08), transparent 38%),
    linear-gradient(315deg, rgba(181, 16, 12, 0.08), transparent 35%),
    var(--paper);
}
.page-card,
.contact-card,
.contact-form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}
.page-card {
  padding: 40px;
}
.page-card h1 {
  color: var(--british-navy);
  font-size: 3rem;
  margin-bottom: 12px;
}
.page-card h2 {
  color: var(--british-navy);
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 1.6rem;
}
.page-card h3 {
  color: var(--british-navy);
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.page-card p:last-child,
.page-card ul:last-child {
  margin-bottom: 0;
}
.page-card ul {
  padding-left: 20px;
}
.page-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--british-red);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-lead {
  font-size: 1.1rem;
  color: var(--muted-ink);
}
.contact-card,
.contact-form-card {
  padding: 30px;
  height: 100%;
}
.contact-card h2,
.contact-form-card h2 {
  color: var(--british-navy);
  margin-bottom: 16px;
}
.contact-card p:last-child {
  margin-bottom: 0;
}
.contact-form-card textarea.form-control {
  min-height: 180px;
  border-radius: 8px;
}
.back-link {
  display: inline-flex;
  margin-top: 24px;
  font-weight: 600;
}
@media screen and (max-width: 576.98px) {
  .brand-link {
    width: calc(100% - 60px);
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 18px;
  }
  .brand-link img {
    width: 170px;
    max-width: 100%;
  }
  .site-blocks-cover .hero-kicker {
    font-size: 0.82rem;
    line-height: 1.5;
  }
  .site-blocks-cover .desc {
    font-size: 1.08rem;
  }
  .site-blocks-cover .btn {
    width: min(100%, 330px);
    white-space: normal;
  }
  .info-wrapper .col-sm-10 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .site-blocks-cover, .site-blocks-cover>.container>.row {
    height: auto !important;
  }
  form.p-5 {
    padding: 3rem 1rem !important;
  }
  .page-main {
    padding: 150px 0 70px;
  }
  .page-card,
  .contact-card,
  .contact-form-card {
    padding: 24px;
  }
  .page-card h1 {
    font-size: 2.2rem;
  }
}
.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 200px 0 150px;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
  color: var(--british-navy);
}
.thanks p.thanks-text {
  color: var(--british-red);
}
@media screen and (max-width: 767.98px) {
  .thanks {
    padding: 150px 0 100px;
  }
  .thanks p {
    font-size: 14px;
  }
}
.docs {
  word-break: break-word;
  padding: 120px 20px 100px;
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  color: var(--british-navy);
}
.docs li,
.docs p {
  color: inherit;
  line-height: 1.929;
}
.docs a {
  text-decoration: none !important;
  color: var(--british-red);
}
.docs a:hover {
  color: var(--british-navy);
}
@media screen and (max-width: 767.98px) {
  .docs {
    padding: 100px 0px 50px;
  }
}
