@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #3EE5F3;
  color: #231651;
}

body.open {
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  body.open {
    overflow: auto;
  }
}

* {
  scrollbar-width: auto;
  scrollbar-color: #241652 white;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 30px;
}

*::-webkit-scrollbar-track {
  background: white;
}

*::-webkit-scrollbar-thumb {
  background-color: #241652;
  border-radius: 15px;
  border: 15px none #241652;
}

a {
  text-decoration: none;
  color: currentColor;
  text-decoration: underline;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

figure {
  margin: 0;
  overflow: hidden;
}

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

iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

hr {
  border-top: 3px solid #FF8484;
  height: 0;
  max-width: 217px;
  margin: 5vh auto;
  opacity: 1;
}
hr.hr-align-left {
  margin: 3vh auto;
}
@media only screen and (min-width: 1024px) {
  hr.hr-align-left {
    margin: 5vh 0;
  }
}

.site-wrapper {
  overflow: hidden;
}

section {
  margin: 0 auto;
  position: relative;
}

.align-centre {
  margin-left: auto;
  margin-right: auto;
}

.align-right {
  margin-left: auto;
  text-align: right;
}

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

.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;
}
.row:has(.overlay-bottom) {
  margin-bottom: 15vh;
}

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) {
  .row-reverse {
    flex-direction: column-reverse;
  }
}

.row-label {
  background-color: #231651;
  color: white;
  padding: 20px;
  position: absolute;
  top: -2vh;
  left: 0;
  margin: 0;
  z-index: 2;
  padding-left: 10vw;
}

.edit-link {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 15px;
  border-radius: 0 0 15px 0;
  z-index: 1000;
  background: white;
  color: #231651;
}

.overlay-top {
  margin-top: -15vh;
}
.overlay-bottom {
  margin-bottom: -15vh;
}

.bg-teal {
  background-color: #3EE5F3;
}
.bg-pink {
  background-color: #FF8484;
}
.bg-navy {
  background-color: #231651;
  color: white;
}
.bg-navy * {
  color: white;
}
.bg-navy * h1, .bg-navy * h2, .bg-navy * h3 {
  color: #FF8484;
}
.bg-white {
  background-color: #fff;
}

.range {
  background: #231651;
  color: #FF8484;
  border-radius: 30px;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
  margin-bottom: 5vh;
}
.range span {
  flex: 1;
  padding: 20px 30px;
  font-weight: 900;
  text-align: center;
}
.range span.active {
  background: #FF8484;
  color: #231651;
}

.gradient-teal {
  background: linear-gradient(180deg, rgba(62, 229, 243, 0) 0%, rgba(62, 229, 243, 0.2) 200%);
}

html {
  font-family: "Archivo", sans-serif;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 125%;
  font-optical-sizing: auto;
}

body,
button,
input,
textarea,
select,
p,
.btn {
  font-family: "Archivo", sans-serif;
  font-size: clamp(16px, 2vw, 18px);
}

.lead, .lead p {
  font-size: clamp(18px, 2vw, 20px);
  letter-spacing: 0.4px;
}

small,
.small {
  font-size: calc(clamp(16px, 2vw, 18px) * 0.8);
  line-height: 120%;
}

h1, h2, h3, h4 {
  font-family: "Archivo Black", sans-serif;
  letter-spacing: -0.4px;
}

h1 {
  font-size: clamp(40px, 5vw, 90px);
  font-weight: 700;
}

h2 {
  font-size: clamp(30px, 3vw, 50px);
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  text-transform: uppercase;
}

h3, .fui-heading {
  font-size: clamp(18px, 3vw, 30px);
  margin-bottom: 15px;
  margin-top: 40px;
}

h4 {
  font-size: clamp(16px, 2vw, 22px);
  font-family: "Archivo", sans-serif;
  margin-bottom: 15px;
  font-weight: 600;
}

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

.text-shadow {
  position: relative;
  display: block;
}
.text-shadow:before {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 3px;
  top: 3px;
  color: transparent;
  -webkit-text-stroke: 0.75px #231651;
  z-index: 0;
  opacity: 0.85;
}
.text-shadow.white:before {
  -webkit-text-stroke: 0.75px white;
}

h1 .text-shadow:before {
  left: 10px;
  top: 8px;
}

ul, ol {
  padding-left: 30px;
}
ul li, ol li {
  position: relative;
  margin-bottom: 15px;
}
ul li p, ol li p {
  margin: 0 0 0 10px !important;
}

.moneyAmount {
  font-size: clamp(30px, 3vw, 60px);
  font-weight: 900;
  line-height: 90%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.75rem, 2vw, 1rem) clamp(1.25rem, 5vw, 2.5rem);
  font-weight: 600;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  margin-bottom: 5px;
}
.btn:hover, .btn:focus {
  background-color: #120b29;
  text-decoration: none;
}
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-primary {
  background-color: #231651;
  color: #FF8484;
  border: none;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #3EE5F3;
  color: black;
}
.btn-secondary {
  background-color: #FF8484;
  color: #231651;
  border: none;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #3EE5F3;
  color: black;
}

.pdf-button {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: currentColor;
  text-decoration: none;
  font-size: clamp(12px, 1vw, 16px);
}
.pdf-button:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 38px);
  height: 2px;
  background-color: currentColor;
  transition: width 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.pdf-button:after {
  content: "\f1c1";
  display: inline-block;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 400;
  padding: 5px 10px;
  font-size: 1.2rem;
  transition: transform 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.pdf-button:hover, .pdf-button:focus {
  text-decoration: none;
}
.pdf-button:hover:before, .pdf-button:focus:before {
  width: 50%;
}
.pdf-button:hover:after, .pdf-button:focus:after {
  transform: translateY(-2px);
}

.nav-pills {
  background-color: #231651;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.nav-pills li {
  margin: 0;
  border-right: 1px solid rgba(62, 229, 243, 0.5);
}
.nav-pills li:last-child {
  border-right: none;
}
.nav-pills .btn {
  background-color: #231651;
  color: white;
}
.nav-pills .btn:hover, .nav-pills .btn:focus, .nav-pills .btn:active {
  background-color: #FF8484;
  color: #231651;
}

.tab-pane {
  padding: 2vh 0;
}
.tab-pane .container {
  width: 100%;
  margin: 0;
}

.tableauPlaceholder {
  box-shadow: 0 10px 10px 0 rgba(35, 22, 81, 0.2);
  background-color: white;
  border-radius: 28px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.tableauPlaceholder iframe {
  margin: 0 auto !important;
}

a.btn-primary.active {
  background-color: #FF8484;
  color: #fff;
}

header .header-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding: 15px 20px 20px;
}
@media only screen and (max-width: 768px) {
  header .header-content {
    padding: 10px;
    align-items: center;
  }
}
header .branding {
  margin-right: 30px;
}
header .branding .brand {
  display: block;
  height: 80px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  header .branding .brand {
    max-width: 250px;
    overflow: hidden;
  }
}
header .branding .brand svg {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 768px) {
  header .branding .brand #text {
    display: none;
  }
}

.home header {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .home header {
    position: relative;
  }
}

.navigation {
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: white;
  padding: 10vh 30px 30px;
  display: flex;
  flex-direction: column;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  visibility: hidden;
  box-shadow: 0 -20px 80px rgba(35, 22, 81, 0.5);
  overflow-y: auto;
}
@media only screen and (min-width: 1024px) {
  .navigation {
    max-width: 400px;
  }
}

.rafter {
  display: flex;
  justify-content: flex-end;
  gap: 0 20px;
  align-items: center;
}
.rafter li {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .rafter {
    flex-wrap: wrap;
    padding-top: 50px;
  }
}

nav {
  padding: 0;
  width: 100%;
}
nav ol {
  list-style: none;
  gap: 10px 20px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  nav ol {
    flex-direction: column;
    align-items: flex-start;
  }
}
nav ol a {
  display: inline-block;
  position: relative;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  text-decoration: none;
}
nav ol a:hover, nav ol a:active, nav ol a:focus {
  text-decoration: none;
}
nav.primary ol li {
  margin-bottom: 5px;
}
nav.primary ol a {
  display: block;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  letter-spacing: -0.5px;
  line-height: 120%;
  color: #231651;
  font-weight: bold;
  padding: 5px 10px;
  position: relative;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
nav.primary ol a:before {
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  border: 3px dashed #231651;
  stroke-dashoffset: 3px;
}
nav.primary ol a:hover, nav.primary ol a:active, nav.primary ol a:focus {
  color: #3EE5F3;
}
nav.primary ol a:hover:before, nav.primary ol a:active:before, nav.primary ol a:focus:before {
  width: 100%;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  nav.primary ol a {
    font-size: 2rem;
  }
}
nav.secondary {
  padding-top: 2vh;
  margin-top: 2vh;
  border-top: 3px dashed #3ee5f3;
  stroke-dashoffset: 3px;
}
nav.secondary ol li {
  margin-bottom: 0;
}
nav.secondary ol a {
  color: #231651;
  font-weight: bold;
}
nav.secondary ol a:hover, nav.secondary ol a:focus {
  color: #FF8484;
}
nav.social ol {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  nav.social ol {
    gap: 5px;
    margin-left: auto;
  }
}
nav.social ol a {
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  background: #231651;
  color: #3EE5F3;
  width: 30px;
  height: 30px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  nav.social ol a {
    font-size: 1.2rem;
  }
}
nav.social ol a:hover, nav.social ol a:focus {
  color: white;
}
nav.lang {
  text-align: right;
  display: block;
}
nav.lang ol a {
  color: #231651;
  padding-left: 5px;
  padding-right: 5px;
}
nav.lang ol a:hover, nav.lang ol a:focus {
  color: white;
  background-color: #231651;
}
nav.footer ol {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 20px;
}
nav.footer ol a {
  position: relative;
  display: block;
  font-size: clamp(16px, 2vw, 18px);
  color: #3EE5F3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  padding: 2px 5px;
}
nav.footer ol a:before {
  content: "";
  background-color: #3EE5F3;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
nav.footer ol a:hover, nav.footer ol a:active, nav.footer ol a:focus {
  color: #231651;
}
nav.footer ol a:hover:before, nav.footer ol a:active:before, nav.footer ol a:focus:before {
  width: 100%;
}

.toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding-top: 18px;
  position: fixed;
  z-index: 999999;
  top: 15px;
  right: 15px;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.toggle div {
  width: 40px;
  height: 3px;
  position: absolute;
  background: #231651;
  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);
}

body:has(nav.primary) .toggle, body:has(nav.secondary) .toggle {
  display: block;
}

.open .toggle {
  transform: rotate(90deg);
}
.open .toggle div {
  background: #3ee5f3;
  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 {
  transform: translateX(-100%);
  visibility: visible;
}

.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 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.entries-list .item {
  position: relative;
  display: block;
  flex: 0 calc(33% - 40px);
}
.entries-list .item > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.career-wrapper .item {
  border-radius: 53px 53px 53px 0px;
  border: none;
  text-decoration: none;
  border: 3px dashed transparent;
  padding: 30px;
  height: 100%;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.career-wrapper .item .btn {
  margin-top: 30px;
  margin-left: -33px;
  border-radius: 0 20px 20px 0;
  text-align: left;
  display: block;
  background-color: #ff8484;
}
.career-wrapper .item:hover, .career-wrapper .item:has(*:focus) {
  box-shadow: 10px 10px 20px rgba(35, 22, 81, 0.2);
  border: 3px dashed white;
  background-color: #3EE5F3 !important;
  color: #231651 !important;
}
.career-wrapper .item:hover h3, .career-wrapper .item:hover h4, .career-wrapper .item:has(*:focus) h3, .career-wrapper .item:has(*:focus) h4 {
  color: #231651 !important;
}
.career-wrapper .item:hover .btn, .career-wrapper .item:has(*:focus) .btn {
  background-color: white !important;
  color: #231651 !important;
}
.career-wrapper .item:nth-child(9n+1), .career-wrapper .item:nth-child(9n+2), .career-wrapper .item:nth-child(9n+3) {
  background: white;
}
.career-wrapper .item:nth-child(9n+4), .career-wrapper .item:nth-child(9n+5), .career-wrapper .item:nth-child(9n+6) {
  background: #231651;
  color: #3EE5F3;
}
.career-wrapper .item:nth-child(9n+4) p, .career-wrapper .item:nth-child(9n+5) p, .career-wrapper .item:nth-child(9n+6) p {
  color: currentColor;
}
.career-wrapper .item:nth-child(9n+4) h3, .career-wrapper .item:nth-child(9n+4) h4, .career-wrapper .item:nth-child(9n+5) h3, .career-wrapper .item:nth-child(9n+5) h4, .career-wrapper .item:nth-child(9n+6) h3, .career-wrapper .item:nth-child(9n+6) h4 {
  color: #FF8484;
}
.career-wrapper .item:nth-child(9n+4) .btn, .career-wrapper .item:nth-child(9n+5) .btn, .career-wrapper .item:nth-child(9n+6) .btn {
  background-color: #3EE5F3;
}
.career-wrapper .item:nth-child(9n+7), .career-wrapper .item:nth-child(9n+8), .career-wrapper .item:nth-child(9n+9) {
  background-color: #FF8484;
}
.career-wrapper .item:nth-child(9n+7) .btn, .career-wrapper .item:nth-child(9n+8) .btn, .career-wrapper .item:nth-child(9n+9) .btn {
  background-color: #231651;
  color: #3EE5F3;
}
.career-wrapper div[class*=col-] {
  margin-bottom: 20px;
}
.career-wrapper div[class*=col-]:nth-child(9n+1) .item, .career-wrapper div[class*=col-]:nth-child(9n+2) .item, .career-wrapper div[class*=col-]:nth-child(9n+3) .item {
  background: white;
}
.career-wrapper div[class*=col-]:nth-child(9n+4) .item, .career-wrapper div[class*=col-]:nth-child(9n+5) .item, .career-wrapper div[class*=col-]:nth-child(9n+6) .item {
  background: #231651;
  color: #3EE5F3;
}
.career-wrapper div[class*=col-]:nth-child(9n+4) .item p, .career-wrapper div[class*=col-]:nth-child(9n+5) .item p, .career-wrapper div[class*=col-]:nth-child(9n+6) .item p {
  color: currentColor;
}
.career-wrapper div[class*=col-]:nth-child(9n+4) .item h3, .career-wrapper div[class*=col-]:nth-child(9n+4) .item h4, .career-wrapper div[class*=col-]:nth-child(9n+5) .item h3, .career-wrapper div[class*=col-]:nth-child(9n+5) .item h4, .career-wrapper div[class*=col-]:nth-child(9n+6) .item h3, .career-wrapper div[class*=col-]:nth-child(9n+6) .item h4 {
  color: #FF8484;
}
.career-wrapper div[class*=col-]:nth-child(9n+4) .item .btn, .career-wrapper div[class*=col-]:nth-child(9n+5) .item .btn, .career-wrapper div[class*=col-]:nth-child(9n+6) .item .btn {
  background-color: #3EE5F3;
}
.career-wrapper div[class*=col-]:nth-child(9n+7) .item, .career-wrapper div[class*=col-]:nth-child(9n+8) .item, .career-wrapper div[class*=col-]:nth-child(9n+9) .item {
  background-color: #FF8484;
}
.career-wrapper div[class*=col-]:nth-child(9n+7) .item .btn, .career-wrapper div[class*=col-]:nth-child(9n+8) .item .btn, .career-wrapper div[class*=col-]:nth-child(9n+9) .item .btn {
  background-color: #231651;
  color: #3EE5F3;
}

.pagination {
  margin: 5vh auto 0;
}
.pagination ul {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
}
.pagination ul li {
  list-style: none;
}
.pagination ul li a,
.pagination ul li span {
  padding: 10px;
  margin: 0 5px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.pagination ul li a:hover, .pagination ul li a:focus,
.pagination ul li span:hover,
.pagination ul li span:focus {
  color: white;
}
.pagination ul li a.current,
.pagination ul li span.current {
  color: #231651;
  border-bottom: 2px solid currentColor;
}

.member-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.member-wrapper .item {
  flex: 0 20%;
  min-height: 100px;
  text-align: center;
  background-color: white;
  padding: 15px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
@media only screen and (max-width: 768px) {
  .member-wrapper .item {
    flex: 1 48%;
  }
}
.member-wrapper .item:hover {
  box-shadow: 0 10px 10px 0 rgba(35, 22, 81, 0.2);
}
.member-wrapper .item a {
  color: #231651;
}
.member-wrapper .item .thumb svg, .member-wrapper .item .thumb img {
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 70px;
  margin: 0 auto;
}
.member-wrapper .item .caption {
  display: none;
}

.ambassador-wrapper .item, .person-wrapper .item {
  position: relative;
  display: block;
  flex: 0 30%;
  background-color: #3EE5F3;
  padding: 20px;
  border-radius: 30px 30px 30px 0px;
  overflow: hidden;
  text-decoration: none;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.ambassador-wrapper .item .btn, .person-wrapper .item .btn {
  margin-top: 30px;
  margin-left: -33px;
  border-radius: 0 20px 20px 0;
  text-align: left;
  display: block;
  color: #fff;
  background-color: #231651;
}
.ambassador-wrapper .item .btn:hover .btn, .ambassador-wrapper .item .btn:has(*:focus) .btn, .person-wrapper .item .btn:hover .btn, .person-wrapper .item .btn:has(*:focus) .btn {
  background-color: white !important;
  color: #231651 !important;
}
@media only screen and (max-width: 768px) {
  .ambassador-wrapper .item, .person-wrapper .item {
    flex: 1 100%;
  }
  .ambassador-wrapper .item .item-wrapper, .person-wrapper .item .item-wrapper {
    align-items: center;
    gap: 20px;
  }
}
.ambassador-wrapper .item:hover, .ambassador-wrapper .item:focus, .person-wrapper .item:hover, .person-wrapper .item:focus {
  box-shadow: 0 10px 10px 0 rgba(35, 22, 81, 0.2);
}
.ambassador-wrapper .item:hover .thumb img, .ambassador-wrapper .item:focus .thumb img, .person-wrapper .item:hover .thumb img, .person-wrapper .item:focus .thumb img {
  transform: scale(1.1);
}
.ambassador-wrapper h3, .ambassador-wrapper h4, .person-wrapper h3, .person-wrapper h4 {
  padding: 15px 0 0;
  font-size: 1rem;
  line-height: 110%;
  text-transform: uppercase;
  display: flex;
  align-items: left;
  justify-content: left;
  font-weight: 900;
  margin: 0;
}
.ambassador-wrapper .thumb, .person-wrapper .thumb {
  display: flex;
  align-items: flex-center;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
  overflow: hidden;
  margin: -30px -30px 0;
}
.ambassador-wrapper .thumb img, .person-wrapper .thumb img {
  transform: scale(1);
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .ambassador-wrapper .thumb, .person-wrapper .thumb {
    width: 60px;
    height: 60px;
    margin: 0;
    min-width: 60px;
  }
  .ambassador-wrapper .thumb img, .person-wrapper .thumb img {
    height: 100%;
  }
}

.resource-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.resource-wrapper .item {
  position: relative;
  display: block;
  flex: 0 30%;
  background-color: white;
  padding: 20px;
  border-radius: 30px 30px 30px 0px;
  overflow: hidden;
  text-decoration: none;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
@media only screen and (max-width: 768px) {
  .resource-wrapper .item {
    flex: 1 100%;
  }
  .resource-wrapper .item .item-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.resource-wrapper .item:hover, .resource-wrapper .item:focus {
  box-shadow: 0 10px 10px 0 rgba(35, 22, 81, 0.2);
}
.resource-wrapper .item:hover .thumb img, .resource-wrapper .item:focus .thumb img {
  transform: scale(1.1);
}
.resource-wrapper h3, .resource-wrapper h4 {
  padding: 15px 0 0;
  font-size: 1rem;
  line-height: 110%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin: 0;
}
.resource-wrapper .thumb {
  display: flex;
  align-items: flex-center;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
  overflow: hidden;
  margin: -30px -30px 0;
}
.resource-wrapper .thumb img {
  transform: scale(1);
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .resource-wrapper .thumb {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin: 0;
    min-width: 60px;
  }
  .resource-wrapper .thumb img {
    height: 100%;
  }
}

.curated-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.curated-wrapper .item {
  flex: 1 33%;
}
@media only screen and (max-width: 768px) {
  .curated-wrapper .item {
    flex: 1 100%;
  }
}
.curated-wrapper .item.member {
  text-align: center;
}
.curated-wrapper .item.member .caption {
  display: none;
}

/* Modal Background Styling */
body.no-scroll {
  overflow: hidden;
}

/* Modal Styling */
.team-modal {
  display: none; /* Initially hidden */
  background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent background */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow-y: auto;
  /* When the modal is visible, change display to flex */
  /* Left Section (Image) */
  /* Featured Excerpt */
  /* Close button */
  /* Media Query for Small and Medium Screens (Mobile and Tablet) */
  /* Media Query for Smaller Screens (Mobile) */
}
.team-modal.open {
  display: flex; /* This will be applied when the modal is shown */
  background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent background */
  backdrop-filter: blur(5px); /* Apply blur effect */
}
.team-modal .featured-content-wrapper {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  max-width: 800px;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* Make the content scrollable */
}
@media only screen and (max-width: 1024px) {
  .team-modal .featured-content-wrapper {
    flex-direction: column;
    padding: 20px;
    max-height: 80vh; /* Limit the height to 80% of the viewport */
    overflow-y: auto; /* Enable scrolling if content overflows */
  }
}
.team-modal .left {
  padding: 1rem;
  position: relative;
  flex: 1; /* Make this section flexible */
  order: 1; /* Ensure the image appears at the top on mobile/tablet */
}
.team-modal .left .thumb {
  width: 100%;
  height: 200px; /* Ensure the height is enough for the image */
  max-width: 200px; /* Image max size */
  margin: 0 auto; /* Centering the image */
  overflow: hidden; /* Hide overflow */
}
.team-modal .left .thumb img {
  width: 100%; /* Make image responsive */
  height: 100%; /* Maintain image height */
  object-fit: contain; /* Ensure the entire image fits without cutting off */
}
.team-modal .featured-excerpt {
  padding: 1rem;
  flex: 2; /* Take up remaining space */
  order: 2; /* Content goes below the image on mobile/tablet */
}
.team-modal .featured-excerpt h2, .team-modal .featured-excerpt h3 {
  font-weight: bold;
}
.team-modal .mfp-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  color: #fff !important;
  font-size: 2rem !important;
  cursor: pointer;
  z-index: 99999;
}
.team-modal .mfp-close:before {
  content: "×";
  font-size: 2rem;
  background-color: #231651;
  padding: 0.3rem;
}
.team-modal .mfp-close:hover {
  background: none;
}
.team-modal .mfp-close:hover:before {
  background-color: #ff8484;
}
@media only screen and (max-width: 1024px) {
  .team-modal .featured-content-wrapper {
    flex-direction: column; /* Stack the image and content */
    padding: 20px;
    max-height: 80vh; /* Limit the height to 80% of the viewport */
    overflow-y: auto; /* Enable scrolling if content overflows */
  }
  .team-modal .left {
    order: 1; /* Image comes first */
    padding: 1rem;
  }
  .team-modal .featured-excerpt {
    order: 2; /* Content comes second */
    padding-top: 1rem;
  }
  .team-modal .mfp-close {
    top: 25px; /* Adjust the position of the close button for smaller screens */
    right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .team-modal .featured-content-wrapper {
    flex-direction: column; /* Stack image and content vertically */
    padding: 5px;
    max-height: 80vh; /* Limit the height to 80% of the viewport */
    overflow-y: auto; /* Enable scrolling if content overflows */
  }
  .team-modal .left {
    order: 1; /* Image stays on top */
  }
  .team-modal .featured-excerpt {
    order: 2; /* Content comes below */
  }
  .team-modal .mfp-close {
    top: 15px; /* Ensure the close button is not hidden */
    right: 15px;
  }
}

.card {
  position: relative;
  flex-direction: revert;
  display: flex;
  color: white;
  border: none;
  border-radius: 0;
  height: 100%;
  background: #231651;
}
@media only screen and (max-width: 768px) {
  .card {
    padding: 10px 15px;
    border-radius: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .card {
    flex-direction: column;
    background: transparent;
    color: #231651;
  }
}
.card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px dashed white;
  stroke-dashoffset: 3px;
  display: block;
  transform: rotate(0);
  opacity: 0;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
@media only screen and (max-width: 768px) {
  .card:before {
    content: none;
  }
}
.card h3, .card h4 {
  padding: 15px;
  font-size: 1.2rem;
  line-height: 110%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF8484;
  font-weight: 900;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .card h3, .card h4 {
    background: transparent;
    text-align: left;
    justify-content: flex-start;
    color: #3EE5F3;
    padding-left: 20px;
    margin: 0;
  }
}
.card .image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.card .image img {
  transform: scale(1);
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .card .image {
    border-radius: 100%;
    width: 60px;
    height: 60px;
  }
  .card .image img {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .card:hover {
    background-color: #120b29;
  }
}
.card:hover:before {
  transform: rotate(-4deg);
  opacity: 1;
}
.card:hover .image img {
  transform: scale(1.2);
}

.white-card {
  background: white;
  border-radius: 30px;
  position: relative;
  z-index: 2;
  padding: 50px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .white-card {
    padding: 30px;
  }
}

.teal-card {
  background: #3EE5F3;
  border-radius: 30px 30px;
  position: relative;
  z-index: 2;
  padding: 50px;
  margin-bottom: 0 !important;
}

.right-img {
  width: 100%;
}

@media only screen and (max-width: 2000px) and (min-width: 1600px) {
  .right-img {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .quiz .question .options {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .quiz .question .options .col-md-4 {
    width: calc(60% - 10px);
    max-width: none;
    flex: 0 0 calc(50% - 10px);
  }
  .quiz .question .options .item.card {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .quiz .question .options .item.card .image {
    height: 180px;
    overflow: hidden;
  }
  .quiz .question .options .item.card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .quiz .question .options .item.card h4 {
    font-size: 1rem;
    text-align: center;
    background-color: #FF8484;
    color: white;
    margin: 0;
    width: 100%;
    padding: 10px;
  }
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  position: relative;
  z-index: -1;
  padding: 5vh 20px 5vh;
  background: white;
}
footer .branding .brand {
  display: block;
  max-width: 150px;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  footer .branding .brand {
    text-align: center;
    margin: 0 auto;
  }
}
footer .branding .brand svg {
  height: 100%;
  width: auto;
}
footer .copyright {
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  footer .copyright {
    text-align: right;
  }
}
footer nav.social ol {
  display: flex;
  justify-content: center;
  flex-direction: row !important;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  footer nav.social ol {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-custom {
    margin-top: 2vh;
    padding-top: 2vh;
    border-top: 3px dashed rgba(35, 22, 81, 0.5);
  }
}
footer .footer-custom .container {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  footer .footer-custom .image figure {
    text-align: center;
    margin: 0 auto;
    max-width: 130px;
  }
}
footer .footer-custom p {
  font-size: clamp(13px, 1vw, 18px);
}
@media only screen and (max-width: 768px) {
  footer .footer-custom p {
    text-align: center !important;
  }
}

form .fui-row {
  margin-top: 30px;
}
form .fui-row:first-child {
  margin-top: 0;
}
form .fui-group {
  border: none;
  background-color: white;
  box-shadow: 0 10px 10px 0 rgba(35, 22, 81, 0.2);
}
form label, form .fui-label, form .fui-legend {
  color: #231651;
  font-weight: bold;
  font-size: clamp(18px, 1.5vw, 18px);
}
form input, form select, form .fui-input, form .fui-select {
  display: inline-flex;
  background-color: rgba(35, 22, 81, 0.07);
  color: #231651;
  border: none;
  padding: 15px 20px;
  font-weight: normal;
}
form .fui-checkbox label, form .fui-radio label {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 8px;
  gap: 10px;
  font-weight: 400;
}
form .fui-checkbox label:before, form .fui-radio label:before {
  position: static;
  border: none;
  width: 25px;
  height: 25px;
  background-color: rgba(35, 22, 81, 0.07);
  border-radius: 5px;
}
form .fui-checkbox input:checked + label:before, form .fui-radio input:checked + label:before {
  background-color: #FF8484;
}
form .fui-radio label:before {
  border-radius: 100%;
}
form .fui-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.75rem, 2vw, 1rem) clamp(1.25rem, 5vw, 2.5rem);
  font-weight: 600;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  background: #231651;
}
form .fui-submit:hover, form .fui-submit:focus {
  background-color: #3EE5F3;
  color: black;
  text-decoration: none;
}

.fui-alert p {
  margin-bottom: 0;
}

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

.hero {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  height: 70vh;
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .hero {
    height: auto;
    padding-bottom: 15vh !important;
  }
}
.hero > .container, .hero > .container-fluid {
  position: relative;
  z-index: 2;
}
.hero .hero-intro {
  background: rgba(35, 22, 81, 0.85);
  padding: 6vh 40px 3vh;
  border-radius: 0 0 70px 0;
  max-width: 600px;
}
.hero .hero-intro * {
  color: white;
}
.hero .hero-intro h1 {
  color: #FF8484;
  font-size: 50px;
  line-height: 90%;
  text-transform: uppercase;
}
.hero .hero-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
.hero .hero-image:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(35, 22, 81, 0) 0%, rgba(35, 22, 81, 0.8) 200%);
}
.hero .hero-image img, .hero .hero-image video {
  object-fit: cover;
  border-radius: 0;
  min-width: 100%;
  min-height: 100%;
}

.home .hero {
  height: auto;
  min-height: 0;
}
@media only screen and (max-width: 768px) {
  .home .hero {
    padding-bottom: 0 !important;
  }
}
.home .hero .slide {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 15vh 5vw 7vh 5vw;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 768px) {
  .home .hero .slide {
    aspect-ratio: 16/9;
  }
}
.home .hero .slide .caption {
  position: relative;
  z-index: 2;
  color: white;
  margin: 0 auto;
}
.home .hero .slide .caption a:not(.btn) {
  color: currentColor;
}
.home .hero .slide .caption h1 {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: clamp(40px, 5vw, 80px);
  line-height: 90%;
  text-transform: uppercase;
}
.home .hero .slide .hero-image {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.home .hero .slide .hero-image img, .home .hero .slide .hero-image video {
  object-fit: cover;
  object-position: bottom center;
  width: 100vw;
}
.home .hero .slide .hero-image:before {
  opacity: 0.2;
}
.home .hero .slide .video-mute-toggle {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 2.5rem;
  background-color: transparent;
  color: #231651;
  border: none;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  z-index: 8;
}
.home .hero .slide .video-mute-toggle:hover, .home .hero .slide .video-mute-toggle:focus {
  transform: rotate(-15deg);
  color: #FF8484;
}
.home .hero .glide__arrow {
  background-color: transparent;
  color: white;
  border: none;
  font-size: calc(clamp(16px, 2vw, 18px) * 1.2);
}
.home .hero .glide__arrow--left {
  position: absolute;
  bottom: 30px;
  right: 60px;
}
.home .hero .glide__arrow--right {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.home .hero .glide__track {
  transition: 0.5s all;
}

.quiz hr {
  margin: 3vh auto;
  max-width: 300px;
}
.quiz .question {
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  text-align: center;
  margin-bottom: 20px;
}
.quiz .question h3 {
  text-align: center;
  margin-top: 0;
}
.quiz .question .options {
  margin: 0 0 2vh 0;
}
@media only screen and (max-width: 768px) {
  .quiz .question .options {
    background: #231651;
    margin: 2vh -15px 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .quiz .question .options div[class*=col-] {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(62, 229, 243, 0.3);
  }
  .quiz .question .options div[class*=col-]:last-child {
    border-bottom: none;
  }
}
.quiz .question .options .item {
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.quiz .question .options .item input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.quiz .question .options .item input:checked ~ h3, .quiz .question .options .item input:checked ~ h4 {
  background-color: #231651;
  color: #3EE5F3;
}
@media only screen and (max-width: 768px) {
  .quiz .question .options .item input:checked ~ h3, .quiz .question .options .item input:checked ~ h4 {
    color: #FF8484;
    background: transparent;
  }
  .quiz .question .options .item input:checked ~ h3:after, .quiz .question .options .item input:checked ~ h4:after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free", sans-serif;
    font-weight: bold;
    display: inline-block;
    margin-left: auto;
    font-size: 2rem;
  }
}
.quiz .question .options .item input:disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.quiz .question .options .item:has(input:disabled) {
  opacity: 0.7;
}
.quiz .question .options .item:has(input:disabled):hover:before {
  content: none;
}
.quiz .question .options .item:has(input:disabled):hover .image img {
  transform: scale(1);
}
.quiz .question .options .item .count {
  position: absolute;
  top: -10px;
  left: -11px;
  background: #FF8484;
  padding: 2px 10px;
  border-radius: 10px;
  font-weight: bold;
  z-index: 2;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.quiz .question .options .item .count:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: bold;
  display: inline-block;
  padding-right: 5px;
}
.quiz .question .answers {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  gap: 20px;
  padding: 0;
}
.quiz .question .answers li {
  position: relative;
  background-color: rgba(62, 229, 243, 0.3);
  padding: 20px;
  font-weight: bold;
  border-radius: 30px;
  flex: 0 calc(50% - 20px);
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .quiz .question .answers li {
    flex: 1 100%;
  }
}
.quiz .question .answers li input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.quiz .question .answers li:has(input:checked, .active) {
  background-color: #FF8484;
}
.quiz .question .answers li:has(input:checked, .active):before {
  content: "\f00d";
  font-family: "Font Awesome 6 Free", sans-serif;
  display: inline-block;
  padding-right: 15px;
}
.quiz .question .answers li:has(input[data-correct=true]:checked, .active) {
  background-color: #3EE5F3;
}
.quiz .question .answers li:has(input[data-correct=true]:checked, .active):before {
  content: "\f00c";
}
.quiz .question .answers li:has(input:disabled) {
  opacity: 0.5;
}
.quiz .question .tooltip {
  background-color: rgba(62, 229, 243, 0.3);
  padding: 15px;
  border-radius: 15px;
  opacity: 1;
  margin-bottom: 15px;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  max-height: 100vh;
}
.quiz .question .tooltip.hidden {
  max-height: 0;
}
.quiz .question .tooltip:before {
  content: "Incorrect";
  font-weight: bold;
  display: inline-block;
}
.quiz .question .tooltip.correct:before {
  content: "Correct";
}
.quiz .question .tooltip p {
  font-size: clamp(14px, 2vw, 16px);
}
.quiz .question .tooltip p:last-child {
  margin-bottom: 0;
}
.quiz .question .next, .quiz .question .back {
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .quiz .question .next, .quiz .question .back {
    width: calc(100% + 30px);
    padding: 20px 30px;
    margin-left: -15px;
    margin-right: -15px;
    background: #FF8484;
    color: #231651;
    display: block;
    font-size: 1.25rem;
    font-weight: 900;
  }
}
.quiz .question .next:before, .quiz .question .back:before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: "\f061";
  font-family: "Font Awesome 6 Free", sans-serif;
  color: #3EE5F3;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  border: 2px solid currentColor;
  margin-right: 10px;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .quiz .question .next:before, .quiz .question .back:before {
    color: currentColor;
  }
}
.quiz .question .next:hover:before, .quiz .question .next:focus:before, .quiz .question .back:hover:before, .quiz .question .back:focus:before {
  color: currentColor;
}
.quiz .question .next:disabled, .quiz .question .back:disabled {
  background: #231651;
  color: white;
}
.quiz .question .back:before {
  transform: rotate(180deg);
}
.quiz .question.result-question {
  margin: 2vh 0;
}
.quiz .question.result-question .next, .quiz .question.result-question .back {
  display: none;
}

.result h1, .result h2, .result h3 {
  text-align: center;
  margin: 5vh 0 0;
}
.result form {
  border-radius: 54px;
  background-color: #231651;
  color: #FF8484;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 1 auto;
}
@media only screen and (min-width: 769px) {
  .result form {
    flex: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .result form {
    flex: 1 auto;
  }
}
@media only screen and (max-width: 768px) {
  .result form {
    flex-direction: column;
    align-items: flex-start;
  }
}
.result form .dropdown {
  position: relative;
  border-left: 1px solid rgba(62, 229, 243, 0.3);
}
@media only screen and (min-width: 769px) {
  .result form .dropdown {
    flex: 33%;
  }
}
@media only screen and (min-width: 1500px) {
  .result form .dropdown {
    flex: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .result form .dropdown {
    width: 100%;
  }
  .result form .dropdown:after {
    content: "\f078";
    font-family: "Font Awesome 6 Free", sans-serif;
    display: inline-block;
    margin-left: auto;
    color: #3EE5F3;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-weight: bold;
  }
  .result form .dropdown:has(*:focus):after {
    content: "\f077";
  }
}
.result form input, .result form select {
  background-color: transparent;
  color: currentColor;
  text-transform: uppercase;
  padding: 20px 30px;
  appearance: none;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .result form input, .result form select {
    border: none;
    text-align: left;
    text-transform: none;
    font-weight: 900;
    font-size: 1.2rem;
  }
}
.result form input:focus, .result form select:focus {
  outline: none;
  background-color: #FF8484;
  border-color: #FF8484;
  color: #231651;
}
.result form input:focus:after, .result form select:focus:after {
  content: "\f077";
}
.result form input:last-child, .result form select:last-child {
  border-left: 0;
}
.result form input[type=submit], .result form input[type=reset] {
  background-color: white;
  color: #231651;
  border: none;
  flex: 1;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .result form input[type=submit], .result form input[type=reset] {
    flex: auto;
    width: auto;
  }
}

.not-found {
  background: white;
  padding: 20px;
  border-radius: 20px;
  margin-top: 5vh;
  text-align: center;
  font-size: clamp(18px, 3vw, 20px);
}

.hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  margin: 0 !important;
}

.carrer-finder h2, .carrer-finder h3 {
  padding-top: 2vh;
  padding-bottom: 5vh;
  margin-bottom: 0;
}
.carrer-finder .result-question {
  display: none;
}
.carrer-finder .result h2 {
  margin-top: 2vh;
}
.carrer-finder .result:has(select[name=careerType]) {
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.career > section {
  padding: 8vh 20px;
}
.career > section img {
  border-radius: 30px;
}
.career .salary-start, .career .salary-top {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .career .salary-start, .career .salary-top {
    text-align: left;
  }
}
.career .moneyAmount .text-shadow {
  display: inline-block;
}
.career .moneyAmount small {
  display: inline-block;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 400;
  margin-left: 20px;
  text-transform: uppercase;
}
.career .career-requirements {
  padding-top: 14vh;
}
.career .career-requirements .overlay-top {
  z-index: 3;
}

.scribbles {
  position: relative;
  z-index: 1;
}
.scribbles-1, .scribbles-2, .scribbles-3, .scribbles-4, .scribbles-5 {
  position: relative;
  z-index: 1;
}
.scribbles-1::before, .scribbles-2::before, .scribbles-3::before, .scribbles-4::before, .scribbles-5::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover 110%;
  background-position: center;
  opacity: 0.5;
  z-index: -1;
}
.scribbles-1::before {
  background-image: url("../../assets-media/scribbles/scribble-1.svg");
}
.scribbles-2::before {
  background-image: url("../../assets-media/scribbles/scribble-2.svg");
}
.scribbles-3::before {
  background-image: url("../../assets-media/scribbles/scribble-3.svg");
}
.scribbles-4::before {
  background-image: url("../../assets-media/scribbles/scribble-4.svg");
}
.scribbles-5::before {
  background-image: url("../../assets-media/scribbles/scribble-5.svg");
}
.scribbles-left::before {
  background-position: left;
}
.scribbles-right::before {
  background-position: right;
}