@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@400;600&family=Encode+Sans:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons:wght@500;600&family=Material+Icons:wght@500;600&display=swap");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Encode Sans", sans-serif, -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";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html { font-family: sans-serif; }


body {
  position:relative;
  font-family: -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";
  font-weight:400;
  font-size:12px;
  background-color: #fff; 
  transition-timing-function: ease;
  background-repeat:no-repeat;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
 }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}


body{
  font-family: var(--lwc-fontFamily, Encode_Sans_Expanded), "Encode Sans Expanded", sans-serif;
  font-style: normal;
  font-weight: 400;
}


 footer a{ color:#03428E; text-decoration: underline; }
 //footer a:hover{ color:#ffffff;}

 header{ background:#03428E; }
 header .logo-wpr .logo-img{ max-width:194px; padding:30px 0 20px;}
 .content-wpr{ margin-bottom:50px;}
 .footer { text-align: center; margin-top: auto ; background:#222939; color:#B9BCC3; font-size:12px; padding:26px 3em;}
 .form-wpr {
  padding: 1em;
  @media (min-width: 576px) {
   padding: 30px;
   box-shadow: 0px 0px 30px 0px rgba(34, 41, 57, 0.15);
   border-radius: 20px;
   background:#fff;
  }
 }

 h1,h2,h3,h4,h5{ 
  font-family: var(--lwc-fontFamily, Encode_Sans_Expanded), "Encode Sans Expanded", sans-serif;
  font-style: normal;  
  color:#03428E; 
  font-weight:600;
} 


 .btn.btn-primary.btn-block{
  background:#03428E;
  border-radius:35px;
  font-family: var(--lwc-fontFamily, Encode_Sans_Expanded), "Encode Sans Expanded", sans-serif;
  font-size:14px;
  border:2px solid #03428E;
  @media (min-width: 992px) { width:auto; }
 }

 .btn.btn-primary.btn-block:hover{ color:#03428E; background-color: #DFEDF8; }
 .btn-wpr{ margin-top:27px; display:flex; justify-content: flex-end; }

 
 .grecaptcha-badge { visibility: hidden; }
  .test-section { display: none; }
  .test-section.live { display: block; }





footer {
  max-width: 1320px;
  margin: 0 auto;
}
@media only screen and (max-width: 400px) {
  footer {
    margin-top: 48px;
  }
}
footer .brand-header {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
footer .brand-header p {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #03428E;
  font-family: "Encode Sans Expanded";
  padding: 10px 0 30px 0;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 990px) {
  footer .brand-header p {
    font-size: 20px;
    padding: 0 0 32px 0;
  }
}
footer .brand-images {
  display: flex;
  justify-content: center;
  margin: 0 66px;
  padding: 0 34px 30px 14px;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 990px) {
  footer .brand-images {
    display: contents;
  }
  footer .brand-images > div {
    padding-bottom: 40px;
  }
}
footer .brand-images .col-lg-4 {
  display: flex;
  flex-direction: row; /* Ensure images stay on the same line horizontally */
  justify-content: space-around; /* Center images horizontally within each column */
  align-items: center; /* Center vertically within each column */
  padding: 0;
}
@media only screen and (max-width: 990px) {
  footer .brand-images .col-lg-4 {
    display: flex;
    flex-direction: row; /* Ensure images stay on the same line horizontally */
    justify-content: center; /* Center images horizontally within each column */
    align-items: center; /* Center vertically within each column */
    margin-bottom: 44px;
    gap: 36px;
  }
}
footer .brand-images img {
  display: block; /* To remove any residual whitespace */
  margin: 0 auto; /* Center images horizontally within their columns */
}
footer .info {
  display: flex;
  justify-content: center;
  padding: 24px 0 14px 0;
  position: relative;
  top: -10px;
}
@media only screen and (max-width: 990px) {
  footer .info {
    padding: 0;
  }
}
footer .info .social {
  text-align: center;
  border-right: 1px solid #B9BCC3;
  padding: 9px 23px 0 0;
}
footer .info .social img {
  width: 204px;
}
@media only screen and (max-width: 990px) {
  footer .info .social img {
    width: 135px;
  }
}
footer .info .social p {
  padding-top: 30px;
}
footer .info .social p img {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
footer .info .social p a {
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #222939;
  font-family: "Encode Sans Expanded";
}
@media only screen and (max-width: 990px) {
  footer .info .social p a {
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 133.333% */
    letter-spacing: 1px;
    text-transform: uppercase;
  }
}
footer .info .social p a:hover {
  color: #03428E;
}
footer .info .links {
  display: flex;
  justify-content: space-around; /* Center images horizontally within each column */
  position: relative;
  top: -8px;
}
@media only screen and (max-width: 990px) {
  footer .info .links {
    display: inline-block;
    padding: 0;
  }
}
@media only screen and (min-width: 991px) {
  footer .info .links > div {
    padding: 0;
  }
}
footer .info .links h3 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: #282B34 !important;
  letter-spacing: 1.5px;
  font-family: "Encode Sans Expanded";
}
@media only screen and (max-width: 990px) {
  footer .info .links h3 {
    font-size: 12px;
  }
}
footer .info .links ul {
  padding-left: 7px;
}
footer .info .links ul li {
  text-decoration: none;
  list-style: none;
}
footer .info .links ul li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #222939;
  text-decoration: none;
  display: block;
  margin: 6px;
  padding: 6px 0;
  letter-spacing: 1.5px;
  font-family: "Encode Sans Expanded";
}
footer .info .links ul li a:hover {
  color: #03428E;
  text-decoration: none;
}
@media only screen and (max-width: 990px) {
  footer .info .links ul li a {
    font-size: 12px;
  }
}
footer .contact {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  margin-top: 50px;
}
@media only screen and (max-width: 990px) {
  footer .contact {
    flex-direction: column;
  }
}
footer .contact p {
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #03428E;
  padding-right: 24px;
}
@media only screen and (max-width: 990px) {
  footer .contact p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 6px;
    padding-right: 0px;
  }
}
footer .disclosures {
  padding: 0;
  margin-bottom: 10px;
}
footer .disclosures p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #222939;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  footer .disclosures p {
    font-size: 10px;
    padding: 0 6px;
  }
}
footer .container {
  padding: 0 20px;
}



/* SFS BUTTONS - Added by CS */
.material-icons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-left: 1px;
  font-size: 20px;
  text-align: center;
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 10;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 20;
}

#sticky-bottom-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}

/* SFS ICON BUTTONS - Added by CS */
.SFS-light-icon-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F2F3F5;
  border: 2px solid #F2F3F5;
  text-align: center;
  line-height: 40px;
  transition: background-color 0.3s, border 0.6s;
  margin-right: 8px;
  color: #03428E !important;
  text-decoration: none !important;
}

.SFS-light-icon-button:hover {
  background-color: #DFEDF8;
  border: 2px solid #03428E;
  cursor: pointer;
}

.SFS-light-icon-button:active {
  background-color: #03428E;
  color: #FFFFFF !important;
}

.SFS-blue-icon-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #03428E;
  border: 2px solid #03428E;
  text-align: center;
  line-height: 40px;
  transition: background-color 0.3s, border 0.6s;
  margin-right: 8px;
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.SFS-blue-icon-button:hover {
  background-color: #DFEDF8;
  border: 2px solid #03428E;
  cursor: pointer;
  color: #03428E !important;
}

.SFS-blue-icon-button:active {
  background-color: #FFFFFF;
  color: #03428E !important;
}

.SFS-outline-icon-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 2px solid #03428E;
  text-align: center;
  line-height: 40px;
  transition: background-color 0.3s, border 0.6s;
  margin-right: 8px;
  color: #03428E !important;
  text-decoration: none !important;
}

.SFS-outline-icon-button:hover {
  background-color: #DFEDF8;
  border: 2px solid #03428E;
  cursor: pointer;
  color: #03428E !important;
}

.SFS-outline-icon-button:active {
  background-color: #91BEE2;
  color: #03428E !important;
}

/* SFS ICON BUTTONS - DARK MODE - Added by CS */
.SFS-light-icon-button-darkmode {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  border: 2px solid rgba(255, 255, 255, 0);
  text-align: center;
  line-height: 40px;
  transition: background-color 0.3s, border 0.6s;
  margin-right: 8px;
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.SFS-light-icon-button-darkmode:hover {
  background-color: rgba(255, 255, 255, 0.25);
  border: 2px solid rgb(255, 255, 255);
  cursor: pointer;
}

.SFS-light-icon-button-darkmode:active {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  color: #03428E !important;
}

.SFS-solid-icon-button-darkmode {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  text-align: center;
  line-height: 40px;
  transition: background-color 0.3s, border 0.6s;
  margin-right: 8px;
  color: #03428E !important;
  text-decoration: none !important;
}

.SFS-solid-icon-button-darkmode:hover {
  background-color: rgba(255, 255, 255, 0.25);
  border: 2px solid rgb(255, 255, 255);
  cursor: pointer;
  color: #FFFFFF !important;
}

.SFS-solid-icon-button-darkmode:active {
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgb(255, 255, 255);
  color: #FFFFFF !important;
}

.SFS-outline-icon-button-darkmode {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgb(255, 255, 255);
  text-align: center;
  line-height: 40px;
  transition: background-color 0.3s, border 0.6s;
  margin-right: 8px;
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.SFS-outline-icon-button-darkmode:hover {
  background-color: rgba(255, 255, 255, 0.25);
  border: 2px solid rgb(255, 255, 255);
  cursor: pointer;
  color: #FFFFFF !important;
}

.SFS-outline-icon-button-darkmode:active {
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgb(255, 255, 255);
  color: #FFFFFF !important;
}

/* SFS PILL BUTTONS - Added by CS */
.SFS-solid-blue-button {
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 50px;
  background-color: #03428E;
  border: 2px solid #03428E;
  color: #FFFFFF !important;
  font-weight: 400 !important;
  font-size: 14px;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0px;
  white-space: nowrap;
  margin: 10px 10px 10px 0px;
  text-decoration: none !important;
}

.SFS-solid-blue-button a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.SFS-solid-blue-button i {
  margin-right: 8px;
  color: #FFFFFF !important;
}

.SFS-solid-blue-button:hover {
  background-color: #DFEDF8;
  color: #03428E !important;
  border: 2px solid #03428E;
}

.SFS-solid-blue-button:hover a {
  color: #03428E !important;
  text-decoration: none !important;
}

.SFS-solid-blue-button:hover i {
  color: #03428E !important;
}

.SFS-solid-blue-button:active {
  background-color: #03428E;
  color: #FFFFFF !important;
  border: 2px solid #03428E;
}

.SFS-solid-blue-button:active a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.SFS-solid-blue-button:active i {
  color: #FFFFFF !important;
}

.SFS-outlined-mint-button {
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 50px;
  background-color: #FFFFFF;
  border: 2px solid #00B6A5;
  color: #006E6A !important;
  font-weight: 400 !important;
  font-size: 14px;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0px;
  white-space: nowrap;
  margin: 10px 10px 10px 0px;
  text-decoration: none !important;
}

.SFS-outlined-mint-button a {
  color: #006E6A !important;
  text-decoration: none !important;
}

.SFS-outlined-mint-button i {
  margin-right: 8px;
  color: #006E6A;
}

.SFS-outlined-mint-button:hover {
  background-color: #DFF7F5;
  color: #006E6A;
  border: 2px solid #00B6A5;
}

.SFS-outlined-mint-button:hover a {
  color: #006E6A !important;
  text-decoration: none !important;
}

.SFS-outlined-mint-button:hover i {
  color: #006E6A;
}

.SFS-outlined-mint-button:active {
  background-color: #A0D3CC;
  color: #006E6A;
  border: 2px solid #00B6A5;
}

.SFS-outlined-mint-button:hover a {
  color: #006E6A !important;
  text-decoration: none !important;
}

.SFS-outlined-mint-button:active i {
  color: #006E6A;
}

.SFS-outlined-blue-button {
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 50px;
  background-color: #FFFFFF;
  border: 2px solid #03428E;
  color: #03428E !important;
  font-weight: 600 !important;
  font-size: 14px;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0px;
  white-space: nowrap;
  margin: 10px 10px 10px 0px;
  text-decoration: none !important;
}

.SFS-outlined-blue-button a {
  color: #03428E !important;
  text-decoration: none !important;
}

.SFS-outlined-blue-button i {
  margin-right: 8px;
  color: #03428E;
}

.SFS-outlined-blue-button:hover {
  background-color: #DFEDF8;
  color: #03428E;
  border: 2px solid #03428E;
}

.SFS-outlined-blue-button:hover a {
  color: #03428E !important;
  text-decoration: none !important;
}

.SFS-outlined-blue-button:hover i {
  color: #03428E;
}

.SFS-outlined-blue-button:active {
  background-color: #91BEE2;
  color: #002A68;
  border: 2px solid #03428E;
}

.SFS-outlined-blue-button:active a {
  color: #002A68 !important;
  text-decoration: none !important;
}

.SFS-outlined-blue-button:active i {
  color: #002A68;
}

/* SFS PILL BUTTONS - DARK MODE - Added by CS */
.SFS-solid-blue-button-darkmode {
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 50px;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #03428E !important;
  font-weight: 400 !important;
  font-size: 14px;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0px;
  white-space: nowrap;
  margin: 10px 0px 10px 0px;
  text-decoration: none !important;
}

.SFS-solid-blue-button-darkmode a {
  color: #03428E !important;
  text-decoration: none !important;
}

.SFS-solid-blue-button-darkmode i {
  margin-right: 8px;
  color: #03428E;
}

.SFS-solid-blue-button-darkmode:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF;
}

.SFS-solid-blue-button-darkmode:hover a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.SFS-solid-blue-button-darkmode:hover i {
  color: #FFFFFF;
}

.SFS-solid-blue-button-darkmode:active {
  background-color: #FFFFFF;
  color: #03428E;
  border: 2px solid #FFFFFF;
}

.SFS-solid-blue-button-darkmode:active a {
  color: #03428E !important;
  text-decoration: none !important;
}

.SFS-solid-blue-button-darkmode:active i {
  color: #03428E;
}

.SFS-outlined-mint-button-darkmode {
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 50px;
  background-color: rgba(0, 182, 165, 0);
  border: 2px solid #00B6A5;
  color: #FFFFFF !important;
  font-weight: 600 !important;
  font-size: 14px;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0px;
  white-space: nowrap;
  margin: 10px 10px 10px 0px;
  text-decoration: none !important;
}

.SFS-outlined-mint-button-darkmode a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.SFS-outlined-mint-button-darkmode i {
  margin-right: 8px;
  color: #FFFFFF;
}

.SFS-outlined-mint-button-darkmode:hover {
  background-color: rgba(0, 182, 165, 0.25);
  color: #FFFFFF;
  border: 2px solid #00B6A5;
}

.SFS-outlined-mint-button-darkmode:hover a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.SFS-outlined-mint-button-darkmode:hover i {
  color: #FFFFFF;
}

.SFS-outlined-mint-button-darkmode:active {
  background-color: rgba(0, 182, 165, 0.5);
  color: #FFFFFF;
  border: 2px solid #00B6A5;
}

.SFS-outlined-mint-button-darkmode:active a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.SFS-outlined-mint-button-darkmode:active i {
  color: #FFFFFF;
}

.SFS-outlined-button-darkmode {
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #FFFFFF;
  color: #FFFFFF !important;
  font-weight: 600 !important;
  font-size: 14px;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0px;
  white-space: nowrap;
  margin: 10px 10px 10px 0px;
  text-decoration: none !important;
}

.SFS-outlined-button-darkmode a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.SFS-outlined-button-darkmode i {
  margin-right: 8px;
  color: #FFFFFF;
}

.SFS-outlined-button-darkmode:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.SFS-outlined-button-darkmode:hover a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.SFS-outlined-button-darkmode:hover i {
  color: #FFFFFF;
}

.SFS-outlined-button-darkmode:active {
  background-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.SFS-outlined-button-darkmode:active a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.SFS-outlined-button-darkmode:active i {
  color: #FFFFFF;
}