html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #323E48;
  color: #fff;
}

.site-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100%;
  justify-content: space-between;
  flex-direction: column;
}

body.open {
  overflow: hidden;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover, a:focus, a.active {
  text-decoration: none;
}

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

section {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

figure {
  margin: 0;
}
figure svg, figure img {
  width: 100%;
  height: 100%;
}

.container {
  padding: 0 20px;
}
@media only screen and (min-width: 769px) {
  .container {
    width: 90%;
    max-width: 1400px;
  }
}
@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;
  }
}

.edit-link {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1000;
}

.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;
}

.col-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.btn-primary {
  margin-top: 30px !important;
  font-family: "TT Norms Pro Semi Semi", sans-serif;
  font-weight: 600 !important;
  font-size: clamp(18px, 7vw, clamp(15px, 1.5vw, 16px) * 1.25);
  line-height: clamp(27px, 7vw, 30px);
  border: 2px solid #fff;
  background-color: transparent;
  padding: 10px 40px;
  border-radius: 30px;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover {
  background-color: #E1251B;
  border-color: #E1251B;
}

.block {
  transform: translateX(-80px);
  opacity: 0;
}
.block:nth-child(even) {
  transform: translateX(100px);
}

.item {
  transform: translateY(-30px);
  opacity: 0;
}

.n-margin-bottom {
  margin-bottom: -100px;
}

@font-face {
  font-family: "TT Norms Pro"; /* Name to be used in CSS */
  src: url("../../fonts/TT_Norms_Pro_Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TT Norms Pro"; /* Name to be used in CSS */
  src: url("../../fonts/TT_Norms_Pro_DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "TT Norms Pro"; /* Name to be used in CSS */
  src: url("../../fonts/TT_Norms_Pro_Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
html, body {
  font-family: "TT Norms Pro", sans-serif;
  font-size: clamp(15px, 1.5vw, 16px);
  line-height: calc(clamp(15px, 1.5vw, 16px) * 1.5625);
}

body,
button,
input,
textarea,
select,
p,
.btn {
  font-size: clamp(15px, 1.5vw, 16px);
  line-height: calc(clamp(15px, 1.5vw, 16px) * 1.5625);
}

p {
  margin-bottom: 14px;
}

.lead {
  font-size: clamp(20px, 7vw, 25px);
  line-height: clamp(30px, 7vw, clamp(15px, 1.5vw, 16px) * 1.5625 * 1.48);
}

small,
.small {
  font-size: calc(clamp(15px, 1.5vw, 16px) * 0.8);
  line-height: clamp(15px, 1.5vw, 16px);
}

h1, h2, h3, h4 {
  font-family: "TT Norms Pro", sans-serif;
  font-weight: 700;
}
h1 em, h1 i, h2 em, h2 i, h3 em, h3 i, h4 em, h4 i {
  display: block;
  color: #E1251B;
  font-size: 60%;
  font-style: normal;
  text-transform: uppercase;
}

h1 {
  font-size: calc(clamp(15px, 1.5vw, 16px) * 3.125);
  line-height: 105%;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 769px) {
  h1 {
    font-size: calc(clamp(15px, 1.5vw, 16px) * 3.5);
  }
}

h2 {
  font-size: calc(clamp(15px, 1.5vw, 16px) * 1.5625);
  line-height: 120%;
  margin: 0 0 22.5px 0;
}
@media only screen and (min-width: 769px) {
  h2 {
    font-size: calc(clamp(15px, 1.5vw, 16px) * 3.125);
  }
}

h3 {
  font-size: calc(clamp(15px, 1.5vw, 16px) * 1.4);
  line-height: 120%;
  font-weight: bold;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 769px) {
  h3 {
    font-size: calc(clamp(15px, 1.5vw, 16px) * 1.5625);
  }
}

h4 {
  font-size: calc(clamp(15px, 1.5vw, 16px) * 1.4);
  line-height: 120%;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
}

/* Text colors */
.txt-white {
  color: white;
}

.txt-red {
  color: #e1251b;
}

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

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

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

header {
  position: relative;
}
header .toggle-container {
  display: none;
}
header .header-content {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  header .header-content {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-right: 145px;
  }
  header .header-content .navigation {
    display: flex;
    flex-direction: row;
    margin-left: auto;
  }
}
header .header-content .branding {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  header .header-content .branding {
    margin: 0;
  }
}
header .header-content .branding .brand {
  display: block;
  width: 275px;
}
@media only screen and (max-width: 768px) {
  header .header-content .branding .brand {
    max-width: 100%;
    width: 100%;
  }
}
header .header-content .branding .brand svg {
  width: 100%;
  height: auto;
}
header::after {
  content: "";
  width: 950px;
  height: 950px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  transform: translateZ(0);
  display: block;
  z-index: -1;
  top: -300px;
  left: -300px;
  filter: blur(151px);
  opacity: 0.5;
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  header::after {
    width: 700px;
    height: 700px;
  }
}
@media only screen and (max-width: 768px) {
  header::after {
    width: 600px;
    height: 600px;
  }
}

.hero {
  background-color: transparent;
  padding: 10vh 0 20vh;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .hero {
    padding: 50px 0 100px;
  }
}
.hero-text {
  margin-top: 15px;
  max-width: 473px;
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .hero-text {
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .hero-text {
    max-width: 100%;
    text-align: center;
  }
}
.hero-text__title {
  margin-bottom: 35px;
}
.hero-text__sub-title {
  margin-bottom: 40px;
}
.hero__image {
  display: flex;
  justify-content: center;
  position: relative;
}
.hero__image::after {
  content: "";
  width: 30vw;
  height: 20vw;
  border-radius: 10px;
  background-color: rgba(225, 37, 27, 0.2);
  position: absolute;
  transform: translateZ(0);
  display: block;
  z-index: 1;
  top: 25px;
  bottom: 0;
  left: 0;
  filter: blur(170px);
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .hero__image::after {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .hero__image::after {
    right: 0;
    left: auto;
    right: 0;
  }
}
.hero__image svg, .hero__image img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  height: auto;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  backface-visibility: hidden;
}
.hero__image svg:hover, .hero__image img:hover {
  transform: rotate(2deg);
}
.hero__image img {
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .hero .fui-i {
    margin-bottom: 60px;
  }
}
.hero .fui-page-container {
  width: 100%;
  max-width: 340px;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .hero .fui-page-container {
    margin-right: 0;
  }
}
.hero .fui-page {
  justify-content: left;
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .hero .fui-page {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .hero .fui-page {
    justify-content: center;
  }
}

@media only screen and (min-width: 769px) {
  .toggle {
    display: none;
  }
  .navigation {
    width: 100%;
  }
  .nav-wrapper {
    display: flex;
    justify-content: end;
  }
  .nav-wrapper.primary ol {
    align-items: flex-end;
    justify-content: space-between;
  }
  .nav-wrapper.primary ol a {
    display: inline-block;
    color: #323E48;
    font-weight: bold;
    position: relative;
    transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .nav-wrapper.primary ol a:hover:before {
    width: 100%;
  }
  .nav-wrapper.secondary {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .nav-wrapper.secondary a {
    color: #323E48;
    font-size: calc(clamp(15px, 1.5vw, 16px) * 0.8);
  }
  .nav-wrapper.secondary .social a {
    font-size: calc(clamp(15px, 1.5vw, 16px) * 1.5625);
  }
  .nav-wrapper.footer {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .nav-wrapper.footer .footer {
    width: 100%;
    justify-content: flex-end;
    font-size: calc(clamp(15px, 1.5vw, 16px) * 0.8);
  }
  .nav-wrapper.footer .social a {
    font-size: calc(clamp(15px, 1.5vw, 16px) * 3.125);
  }
  nav ol {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  nav ol li {
    display: inline-block;
    margin: 0 10px;
  }
  nav ol li a {
    color: #323E48;
    text-decoration: none;
  }
  nav ol li a:hover {
    color: #E1251B;
  }
}
@media only screen and (max-width: 768px) {
  .toggle {
    display: none;
    width: 40px;
    height: 40px;
    padding-top: 18px;
    position: absolute;
    z-index: 999999;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
    top: 5px;
    right: 10px;
  }
  .toggle div {
    width: 40px;
    height: 3px;
    position: absolute;
    background: #323e48;
    transform-origin: center center;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .toggle div.top {
    transform: translateY(-12px);
    background-color: white;
  }
  .toggle div.bottom {
    transform: translateY(12px);
    background-color: white;
  }
  .toggle div.one {
    background-color: white;
  }
  .toggle div.two {
    background-color: white;
  }
  .open .toggle {
    transform: rotate(90deg);
  }
  .open .toggle div {
    background: #e1251b;
    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;
  }
  .open .navigation {
    left: 0;
  }
  .navigation {
    position: fixed;
    right: 15px;
    top: 30px;
    z-index: 999;
  }
  .navigation nav ol {
    list-style-type: none;
  }
  .navigation nav.social ol {
    display: flex;
  }
  .navigation nav.social ol a {
    font-size: calc(clamp(15px, 1.5vw, 16px) * 3.5);
  }
}
.nav-button {
  font-family: "TT Norms Pro", sans-serif;
  font-weight: 600 !important;
  font-size: clamp(18px, 7vw, clamp(15px, 1.5vw, 16px) * 1.25);
  line-height: clamp(27px, 7vw, 30px);
  border: 2px solid #fff;
  background-color: transparent;
  padding: 10px 40px;
  border-radius: 30px;
  color: #fff !important;
  text-decoration: none;
}
.nav-button:hover, .nav-button:focus, .nav-button:active {
  background-color: #E1251B;
  border-color: #E1251B;
}
@media only screen and (max-width: 768px) {
  .nav-button {
    background-color: #323E48;
    box-shadow: 0 10px 10px 0 rgba(50, 62, 72, 0.2);
  }
}

.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;
}

.entries-list.tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
}
.entries-list.tiles .item {
  border: 1px solid #ccc;
}

.card {
  box-shadow: 0 10px 10px 0 rgba(50, 62, 72, 0.2);
  padding: 30px;
  border: 1px solid rgba(50, 62, 72, 0.05);
  border-radius: 0;
  flex-direction: revert;
}

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

footer {
  padding: 5vh 0 0 0;
  position: relative;
}
footer .copyright {
  font-size: calc(clamp(15px, 1.5vw, 16px) * 0.8);
  text-align: center;
}
footer .copyright p {
  display: inline-block;
  font-size: calc(clamp(15px, 1.5vw, 16px) * 0.8);
}
footer .copyright p a {
  color: currentColor;
  opacity: 0.9;
  text-decoration: none;
}
footer .footer-custom {
  width: 100%;
  padding-bottom: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}
footer .footer-custom::after {
  height: 100px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 255, 255, 0) 0%, rgba(225, 37, 27, 0.5) 306%);
}
footer .footer-custom p {
  margin: 0;
}
footer .footer-custom img {
  max-width: 80px;
}
footer::after {
  content: "";
  width: 650px;
  height: 150px;
  border-radius: 100%;
  background-color: #E1251B;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -425px;
  filter: blur(170px);
  opacity: 0.5;
}

.directions-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.directions-img svg, .directions-img img {
  width: 210px;
  height: 210px;
  object-fit: covers;
}

.call-to-action {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(235deg, rgba(0, 68, 101, 0.1) 20%, rgba(0, 68, 101, 0.3) 200%);
  box-shadow: 0 10px 10px 0 rgba(50, 62, 72, 0.2);
}
@media only screen and (max-width: 768px) {
  .call-to-action {
    padding: 80px 30px 80px 30px !important;
    margin: 0;
  }
  .call-to-action h1 {
    margin-bottom: 0;
  }
}
.call-to-action div {
  z-index: 2;
}
.call-to-action h1 {
  font-size: calc(clamp(15px, 1.5vw, 16px) * 3.5);
}
@media only screen and (max-width: 768px) {
  .call-to-action h1 {
    font-size: calc(clamp(15px, 1.5vw, 16px) * 3.125);
  }
}
.call-to-action form {
  margin-top: 30px;
}
.call-to-action .fui-label {
  display: none;
}
.call-to-action .form-input, .call-to-action input[type=email], .call-to-action input[type=text], .call-to-action input[type=tel], .call-to-action textarea, .call-to-action select {
  background-color: white;
  color: currentColor !important;
}

.letter-purposes {
  gap: 50px 210px;
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .letter-purposes-figure {
    max-width: 210px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .letter-purposes-figure {
    max-width: 210px;
    margin: 0 auto;
  }
}
.letter-purposes::after {
  content: "";
  width: 950px;
  height: 950px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  transform: translateZ(0);
  display: block;
  z-index: -1;
  top: 87px;
  left: -500px;
  filter: blur(151px);
  opacity: 0.5;
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .letter-purposes::after {
    width: 700px;
    height: 700px;
  }
}
@media only screen and (max-width: 768px) {
  .letter-purposes::after {
    width: 700px;
    height: 700px;
  }
}

.logo-parade {
  background-color: rgba(9, 11, 13, 0.5);
  border-radius: 30px;
  padding: 30px 40px;
  gap: 30px;
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .logo-parade-figure {
    max-width: 210px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .logo-parade-figure {
    max-width: 210px;
    margin: 0 auto;
  }
}
.logo-parade-figure img, .logo-parade-figure svg {
  max-height: 86px;
}

.how-it-works {
  gap: 40px;
}

.fui-page {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}

.fui-page {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .fui-page {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.fui-page-container {
  width: 100%;
}

.form-input, input[type=email], input[type=text], textarea, select {
  font-family: "TT Norms Pro", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 7vw, clamp(15px, 1.5vw, 16px) * 1.25) !important;
  line-height: clamp(27px, 7vw, 30px);
  border: 2px solid #fff !important;
  background-color: transparent;
  padding: 10px 24px !important;
  border-radius: 30px !important;
  color: #fff !important;
}

.form-input {
  color: #fff !important;
}

.fui-btn {
  font-family: "TT Norms Pro", sans-serif !important;
  font-weight: 600 !important;
  font-size: clamp(18px, 7vw, clamp(15px, 1.5vw, 16px) * 1.25) !important;
  line-height: clamp(27px, 7vw, 30px) !important;
  border: 2px solid #E1251B !important;
  background-color: #E1251B !important;
  padding: 10px 24px !important;
  border-radius: 30px !important;
  margin: 0 !important;
  margin-top: 15px !important;
}
.fui-btn:hover, .fui-btn:active, .fui-btn:focus {
  background-color: transparent !important;
  border-color: currentColor !important;
  color: currentColor !important;
}

.button-group input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  appearance: none;
  border: 0;
  background: transparent;
}
.button-group input[type=radio]:checked + label {
  background-color: #007bff;
  color: #fff;
}
.button-group label {
  display: inline-block !important;
  background-color: #f1f1f1;
  padding: 10px 20px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
.button-group .form-check-inline {
  margin: 0 10px 0 0;
  padding: 0;
}

.fui-alert p {
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
}
.fui-alert .fui-error-message, .fui-alert .fui-success-message {
  font-weight: bold;
  color: currentColor;
}

.organizations-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr) !important;
  background-color: rgba(9, 11, 13, 0.5);
  border-radius: 30px;
  padding: 30px 40px;
  gap: 60px;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .organizations-wrapper {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .organizations-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 40px !important;
  }
}
.organizations-wrapper .organization {
  position: relative;
}
.organizations-wrapper .organization a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.organizations-wrapper .organization img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  height: 50px;
}/*# sourceMappingURL=style.css.map */