/************ THEMES *************/
.thm-purple-white {
  background-color: var(--purple-dark);
  color: var(--white);
}

.thm-purple-grey {
  background-color: var(--purple-fade);
  color: var(--grey);
}

.thm-purple {
  background-color: var(--purple-fade);
  color: var(--purple-dark);
}

.thm-white-purple {
  background-color: var(--white);
  color: var(--purple-dark);
}

.thm-white-grey {
  background-color: var(--white);
  color: var(--grey);
}

.thm-whitefade-white {
  background-color: var(--white-fade);
  color: var(--white);
}

.thm-blue-white {
  background-color: var(--blue);
  color: var(--white);
}

.thm-blue-darkblue {
  background-color: var(--blue);
  color: var(--dark-blue);
}

.thm-darkblue-white {
  background-color: var(--dark-blue);
  color: var(--white);
}

/************ Anchor:hover *************/
.enable-anchor a {
  cursor: pointer;
  text-decoration: underline;
  color: var(--blue);
}

.enable-anchor a:hover,
.enable-anchor a:visited {
  color: var(--blue);
}

a.thm-purple-white:hover {
  background-color: var(--blue);
  color: var(--white);
}

a.thm-purple:hover {
  background-color: var(--purple-dark);
  color: var(--white);
}

a.thm-purple:hover img {
  filter: brightness(0) invert(1);
}

a.thm-blue-white:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}

a.thm-white-purple:hover {
  background-color: var(--purple-fade);
  color: var(--purple-dark);
}

a.thm-whitefade-white:hover {
  background-color: var(--white);
  color: var(--purple-dark);
}

.cursor {
  cursor: pointer;
}

/************ COLOR *************/
.dark-purple {
  color: var(--purple-dark);
}

.grey {
  color: var(--grey);
}

.grey-light {
  color: var(--grey-light);
}

.grey-pale {
  color: var(--grey-pale);
}

.blue {
  color: var(--blue);
}

.white {
  color: var(--white);
}

.white-light {
  color: var(--white-light);
}

.white-pale {
  color: var(--white-pale);
}


/************ FONT *************/
/*** Extra Extra Large ***/
.font-xxl-lg {
  font-size: 70px;
  font-weight: 500;
  line-height: 72px;
}

/*** Extra Large ***/
.font-xl-xl {
  font-size: 50px;
  font-weight: 600;
}

.font-xl-lg {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.font-xl-md {
  font-size: 46px;
  font-weight: 600;
  line-height: 54px;
}

.font-xl-sm {
  font-size: 46px;
  font-weight: 500;
  line-height: 54px;
}

.font-banner {
  font-size: 46px;
  font-weight: 400;
  line-height: 54px;
}

.font-xl-sm.text-quote {
  font-size: 40px;
  line-height: 48px;
}

.font-xl-xs {
  font-size: 46px;
  font-weight: 500;
  line-height: 56px;
}

.font-xl-xxs {
  font-size: 46px;
  font-weight: 400;
  line-height: 56px;
}

/*** Large ***/
.font-lg-lg {
  font-size: 38px;
  font-weight: 500;
  line-height: 42px;
}

.font-lg-md {
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
}

/*** Medium Large ***/
.font-md-lg {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.font-md-lg-alt {
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

.font-md-md {
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

/*** Medium ***/
.font-md-sm {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.font-md {
  font-size: 24px;
  line-height: 28px;
}

.font-md-xl {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.font-md-xs {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

/*** Base ***/
.font-base-xl {
  font-size: 20px;
  font-weight: 600;
}

.font-base-lg {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.font-base-md {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.font-base-sm {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.font-base-xs {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

/*** Small ***/
.font-sm-xl {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.font-sm-lg {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.font-sm-md {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.font-sm-sm {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.font-sm-xs {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.font-sm-didyouknow {
  font-size: 18px;
  font-weight: 500;
}

/*** Extra Small ***/
.font-xs-xl {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.font-xs-lg {
  font-size: 16px;
  font-weight: 500;
}

.font-xs-md {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.font-xs-sm {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

/*** Tiny ***/
.font-tiny-xl {
  font-size: 15px;
  font-weight: 600;
}

.font-tiny-lg {
  font-size: 15px;
  font-weight: 500;
}

.font-tiny-md {
  font-size: 15px;
  font-weight: 400;
}

/*** Mini ***/
.font-mini-lg {
  font-size: 14px;
  font-weight: 500;
}

.font-mini-md {
  font-size: 14px;
  font-weight: 400;
}

/*** Micro ***/
.font-micro-lg {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

/*** Responsive ***/
.font-responsive {
  font-size: 1.45rem;
  line-height: 1.4;
  font-weight: 500;
}

/*** Thin ***/
.font-thin {
  font-size: 18px;
  font-weight: 300;
}


/************ CONTAINER *************/
.outer-container {
  width: 100%;
  padding: 20px 6vw;
  overflow: hidden;
}

.banner-go-container {
  padding: 40px 0 0 0;
}

.top-section {
  width: 100%;
  padding-left: 6vw;
  padding-right: 6vw;
}

.outer-footer-container {
  padding: 40px 6vw 0px;
}

.inner-container {
  padding: 20px 6vw;
}

.inner-container:last-child,
.inner-container-lg:last-child {
  padding-bottom: 0;
}

.inner-container-lg {
  padding: 20px calc(80px - 6vw);
}

.inner-container-title {
  padding: 0px 6vw;
}

.inner-container-title .inner-container {
  padding: 20px 0px;
}

.inner-container-title .inner-container:last-child {
  padding-bottom: 0;
}

.inner-container-title.dark {
  background: linear-gradient(224deg, #562090 0%, #3732AB 100%);
  border-radius: 15px;
  padding-bottom: 40px;
  overflow: hidden;
}

.inner-container-title.dark .dark-purple,
.inner-container-title.dark .grey {
  color: var(--white);
}

.inner-container-title.dark .thm-purple {
  background-color: var(--white-fade);
  color: var(--white);
}

.inner-container-title.dark .thm-purple:hover {
  background-color: var(--white);
  color: var(--purple-dark);
}

.inner-container-title.dark .font-sm-md.text-accordian {
  color: var(--blue);
}

.inner-container-title.dark .font-sm-xs.text-body {
  color: var(--white-pale);
}

.inner-container-title.dark .bordered.thm-purple-white {
  background-color: var(--blue);
  color: var(--white);
}

.inner-container-title.dark .bordered.thm-purple-white:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}

.inner-container-title.dark .std-icon.md.dark-purple {
  color: var(--blue);
}

.inner-container-title.dark .font-base-sm.text-accordian {
  color: var(--white);
}

.inner-container-title.dark .card.medium.thm-purple-grey {
  background-color: var(--white-fade);
  color: var(--white);
}

.inner-container-title.dark .quicklink {
  color: var(--white);
}

.inner-container-title.dark .quicklink:hover {
  color: var(--dark-blue);
}

.inner-container-title.dark .card.icon-text {
  border: 1px solid var(--blue);
}

.inner-container-title.dark .new-divider-title.none {
  padding-top: 20px;
}

.inner-container-title.dark .new-divider-title.line-only {
  padding-top: 40px;
}

.inner-container-title.dark .slider-arrow {
  border: 1px solid var(--white);
  background-color: transparent;
  color: var(--white);
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.inner-container-title.dark .slider-arrow:hover {
  background-color: var(--white);
  color: var(--purple-dark);
  border-width: 2px;
}

.inner-container-title.dark .slider-nav-dot.active {
  background-color: var(--white);
  width: 40px;
}

.new-divider-title {
  width: 100%;
  padding-bottom: 20px;
  padding-top: 40px;
  color: var(--grey-pale);
}

.new-divider-title.none .divider-text,
.new-divider-title.none .bottom-line,
.new-divider-title.line-only .divider-text {
  display: none;
}

.new-divider-title.none {
  padding-top: 0;
  padding-bottom: 0;
}

.new-divider-title.show-all .divider-text,
.new-divider-title.show-all .bottom-line,
.new-divider-title.line-only .bottom-line {
  display: block;
}

.inner-container-title.dark .new-divider-title {
  color: var(--white);
}

.hero-top {
  margin-top: 13vh;
}

.divider-text {
  font-size: 16.5px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

/************ GRID *************/
.grid-col {
  grid-row-gap: 50px;
  grid-column-gap: 50px;
  grid-template-rows: auto;
  display: grid;
}

/************ Experimental *************/

.click-0 .card{
  pointer-events: none;
}

.click-0 .flexr.show-link{
  display: none;
}

.sublabel-0 .sublabel{
  display: none;
}

.description-0 .description{
  display: none;
}

.click-0 .card-project-highlight-container{
  pointer-events: none;
}

.icon-0 .card-icon {
  display: none;
}

.textLabel-0 .textlabel {
  display: none;
}

.textDesc-0 .textdesc {
  display: none;
}

/************ End Experimental *************/

/************** Rich Text **************/

.rich-text-paragraph, .rich-text-list {
  color: var(--grey);
  text-align: justify;
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.rich-text-quote {
  border-left-color: var(--purple-dark);
  color: var(--grey);
  text-align: justify;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.rich-text-link {
  color: var(--purple-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

.rich-text-link:hover {
  color: var(--blue);
  font-weight: 500;
}

.rich-text-link:active {
  color: var(--purple-dark);
}

.rich-text-h1 {
  color: var(--grey-dark);
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text-h2 {
  color: var(--grey-dark);
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text-h3 {
  color: var(--grey-dark);
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text-h4 {
  color: var(--grey-dark);
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text-h5 {
  color: var(--grey-dark);
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text-h6 {
  color: var(--grey-dark);
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

/******* Additional Rich Text Image *******/

.rich-text-image {
  align-self: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

/************** End Rich Text **************/

/************** Table Rich Text **************/
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  overflow: hidden;
  margin-bottom: 10px;
}

table td,th{
  border: 1px solid #9ba9be99;
  box-sizing: border-box;
  min-width: 1em;
  padding: 10px 15px;
  position: relative;
  vertical-align: top;
}

table td,th > * {
  margin-bottom: 0;
}

.tableWrapper {
  margin: 1.5rem 0;
  overflow-x: auto;
}

.resize-cursor {
  cursor: ew-resize;
  cursor: col-resize;
}

.rich-text-table-header .rich-text-paragraph {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 0;
}

table .rich-text-paragraph{
  margin-bottom: 0;
}
/************** End Table Rich Text **************/

.grid-col.dark {
  background-color: var(--purple-dark);
  border-radius: 10px;
  width: 85%;
  padding: 30px 40px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin: 0 auto;
  text-align: center;
}

.grid-col.dark .font-lg-md.text-counter{
  color: var(--blue);
}

.grid-col.dark .font-sm-xs.text-body{
  color: var(--white-pale);
}

.grid-col.dark .link-text:hover,
.grid-col.light .link-text:hover {
  color: var(--blue);
  border-bottom: 1px solid var(--blue);
}

.grid-col.light .font-lg-md.text-counter{
  color: var(--purple-dark);
}

.grid-col.light .font-sm-xs.text-body{
  color: var(--grey);
}

.grid-col.dark .link-text{
  flex-flow: row;
  grid-column-gap: 10px;
  border-bottom: 1px solid var(--white);
  color: var(--white);
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

.grid-col.one {
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-row-gap: 40px;
  grid-column-gap: 3vw;
}

.grid-col.one-counter {
  grid-template-columns: 1fr;
}

.grid-col.two {
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.grid-col.two.text .bordered-attachment {
  width: unset;
}

.grid-col.two-counter {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}

.grid-col.two-counter > .column-gap-sm:nth-child(2n) {
  border-left: 1px solid var(--grey-fade);
  padding-left: 20px;
}

.grid-col.three {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-row-gap: 40px;
  grid-column-gap: 3vw;
}

.grid-col.three-counter {
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
}

.grid-col.three-counter > .column-gap-sm:nth-child(3n+2),
.grid-col.three-counter > .column-gap-sm:nth-child(3n+3) {
  border-left: 1px solid var(--grey-fade);
  padding-left: 20px;
}

.grid-col.four-counter {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
}

.grid-col.four-counter > .column-gap-sm:not(:nth-child(4n+1)) {
  border-left: 1px solid var(--grey-fade);
  padding-left: 20px;
}

.grid-default {
  justify-self: unset;
  grid-column: unset;
}

.grid-col.three.grid-center>*:nth-last-child(1):nth-child(3n + 1) {
  justify-self: center;
  grid-column: 2;
}

/************ DIVIDER & BORDER *************/
.vertical-divider {
  border-right: 1px solid var(--grey-fade);
}

.bottom-line {
  border-bottom: 1px solid var(--grey-fade);
}

.large-card-bottom-line {
  border-bottom: 1px solid var(--grey-fade);
}

.no-bottom-line {
  border-bottom: none;
}

.bordered-card {
  border: 1px solid var(--grey-fade);
}

.bordered-card:not(.thm-white-grey) {
  border: none;
}

.bordered-card.thm-white-grey .font-md-lg.text-head {
  color: var(--purple-dark);
}

.bordered-card.thm-white-grey .row-gap-sm.bordered {
  background-color: var(--purple-dark);
  color: var(--white);
}

.bordered-card.thm-white-grey .row-gap-sm.bordered:hover {
  background-color: var(--blue);
  color: var(--white);
}

.bordered-card.thm-purple-white .font-md-lg.text-head {
  color: var(--blue);
}

.bordered-card.thm-purple-white .row-gap-sm.bordered {
  background-color: var(--blue);
  color: var(--white);
}

.bordered-card.thm-purple-white .row-gap-sm.bordered:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}

.bordered-card.thm-blue-white .font-md-lg.text-head {
  color: var(--purple-dark);
}

.bordered-card.thm-blue-white .row-gap-sm.bordered {
  background-color: var(--purple-dark);
  color: var(--white);
}

.bordered-card.thm-blue-white .row-gap-sm.bordered:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}

.bordered-card.thm-darkblue-white .font-md-lg.text-head {
  color: var(--blue);
}

.bordered-card.thm-darkblue-white .row-gap-sm.bordered {
  background-color: var(--blue);
  color: var(--white);
}

.bordered-card.thm-darkblue-white .row-gap-sm.bordered:hover {
  background-color: var(--purple-dark);
  color: var(--white);
}

.bordered {
  border-radius: 10000px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  transition: background-color 0.3s;
  align-items: center;
  display: flex;
  position: relative;
  cursor: pointer;
}

.border-white {
  border: 1px solid var(--white);
  color: var(--white);
}

.border-purple {
  border: 1px solid var(--purple-dark);
  color: var(--purple-dark);
}

.bordered.article {
  padding: 5px 15px;
  cursor: default;
  height: unset;
  min-height: unset;
  max-height: unset;
}

.link-text {
  flex-flow: row;
  grid-column-gap: 10px;
  border-bottom: 1px solid var(--grey-light);
  color: var(--grey-light);
  align-items: center;
  width: fit-content;
}

.text-bold {
  font-weight: 600;
}

.text-bold-lg {
  font-weight: 500;
}

.bordered-attachment {
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
  align-items: center;
  width: 100%;
}

.bordered-attachment .row-gap {
  align-items: center;
}

.grey-light.text-bold-lg:hover {
  color: var(--purple-dark);
}


/************ FLEX *************/
.flexr {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.flexc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 100%;
}

.column-gap-lg {
  display: flex;
  flex-flow: column;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}

.column-gap {
  display: flex;
  flex-flow: column;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.column-gap-md {
  display: flex;
  flex-flow: column;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
}

.column-gap-sm {
  display: flex;
  flex-flow: column;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.row-gap {
  display: flex;
  flex-flow: row;
  grid-column-gap: 20px;
}

.row-gap.order-next {
  align-items: center;
}

.row-gap-sm {
  display: flex;
  flex-flow: row;
  grid-column-gap: 10px;
}

.centered {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.align-left {
  align-items: flex-start;
  justify-content: flex-start;
  display: flex;
}

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

.align-center {
  align-items: center;
}

.grid-col-flex {
  display: flex;
  flex-flow: row;
  grid-column-gap: 50px;
}

/************ BANNER *************/
.banner {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
}

.banner-xl {
  position: relative;
  width: 100%;
  height: 80vw;
  overflow: hidden;
  border-radius: 15px;
}

.banner.lg {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: 500px;
}

.banner.md {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 400px;
  max-height: 450px;
}

.top-section .inner-container:has(.banner.carousel) {
  padding: 20px 0px;
}

.banner.carousel {
  height: 74vh;
}

.banner.carousel.mobile {
  display: none;
}

.banner.go {
  min-height: 500px;
}

.banner.go.mobile {
  display: none;
}

.hero-banner-text {
  z-index: 2;
  position: absolute;
  padding-top: 50px;
  padding-left: 6vw;
  max-width: 50%;
}

.banner-container {
  position: relative;
}

.banner-label {
  background-color: #0009;
  border-radius: 1000px 1000px 1000px 1000px;
  padding: 5px 15px;
  z-index: 1;
  display: flex;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
}

.banner-text-head {
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-section:has(.campaign-banner-background) {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0 !important;
  position: relative;
  overflow: hidden;
}

.campaign-banner-background {
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100vw;
  min-height: 83vh;
  position: relative;
}

.campaign-banner-bottom {
  background-color: #fff;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  height: 60px;
  position: absolute;
  inset: auto 0% -.2%;
}

.campaign-wrapper {
  position: absolute;
  inset: 0%;
  padding: 0px 12vw;
}

.campaign-banner-content {
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 120px;
  color: var(--white);
}

.flex-banner-title {
  display: flex;
  flex-flow: row;
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 35px;
}

.flex-banner-title.lg {
  padding-left: 6vw;
  padding-right: 6vw;
}

.flex-banner-title .align-left {
  flex: none;
}

/************ ICON/IMAGE *************/
.std-icon.xl {
  width: 70px;
  height: 70px;
}

.std-icon.lg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.std-icon.md {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.std-icon.sm {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.std-icon.sm.go {
  opacity: 0.6;
}

.std-icon.xs {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

.loops-img {
  height: 40px;
  min-height: 10px;
  max-height: 40px;
  object-fit: contain;
}

.loops-img-md {
  border-radius: 10px;
  height: 128px;
  max-width: 230px;
  object-fit: cover;
}

.star-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
}

.card-icon {
  height: 45px;
  min-height: 40px;
  max-height: 45px;
}

.didyouknow-icon {
  width: 100px;
  flex-shrink: 0;
  flex-grow: 0;
}

/************ CARD *************/
.card {
  width: 100%;
  border-radius: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.cta-card {
  min-height: 380px;
}

.card.cta-card .card-text {
  height: auto;
}

.card.full-span {
  height: 60vh;
  background-image: linear-gradient(#0006, #0000 50%, #0009);
}

.card.full-span .flexc {
  background-color: unset;
  color: var(--white);
}

.card.two-column {
  height: 250px;
}

.card.two-column:has(img) {
  background-image: linear-gradient(#0006, #0000 50%, #0009);
}

.card.two-column:has(img) .flexc {
  background-color: unset;
  color: var(--white);
}

.card.three-column {
  /* min-width: 52px;
  max-width: 520px;
  min-height: 70px;
  max-height: 700px; */
  height: 450px;
  background-image: linear-gradient(#0009, #0000 40%, #000c);
  object-fit: fill;
}

.card.three-column.tab {
  background-image: linear-gradient(#0000 30%, #000c);
}

.card.three-column:has(img) .flexc {
  background-color: unset;
  color: var(--white);
}

.click-0 {
  pointer-events: none;
}

.click-1 {
  pointer-events: auto;
}

.card.vertical {
  height: 550px;
  grid-row: span 2 / span 2;
}

.card.vertical:has(img) .flexc {
  background-color: unset;
  color: var(--white);
}

.card.large {
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
  padding: 35px;
}

.card-large-content {
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.card.text-img {
  min-height: 350px;
}

.card.text-img .card-text {
  justify-content: center;
}

.card.quote {
  height: auto;
  min-height: 320px;
  max-height: 100%;
  padding: 50px;
  align-items: center;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}

.card.quote.thm-purple .text-color {
  color: var(--grey);
}

.card.quote.thm-purple-white .text-color,
.card.quote.thm-blue-white .text-color,
.card.quote.thm-darkblue-white .text-color {
  color: var(--white);
}

.card.quote.thm-white-grey {
  border: 1px solid var(--grey-fade);
}

.with-quote .show-quote {
  display: flex;
}

.just-title .show-quote {
  display: none;
}

.card.loops {
  width: 500px;
  padding: 30px 20px;
}

.card.icon-text {
  border: 1px solid var(--grey-fade);
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  text-align: center;
  min-height: auto;
  padding: 20px;
  display: flex;
  grid-row-gap: 20px;
}

.right-image {
  flex-direction: row-reverse;
}

.left-image {
  flex-direction: row;
}

.card-text {
  width: 50%;
  min-height: 350px;
  padding: 35px;
  order: 1;
  grid-row-gap: 20px;
}

.bordered-card.thm-purple-white .grey,
.bordered-card.thm-blue-white .grey,
.bordered-card.thm-darkblue-white .grey {
  color: var(--white);
}

.bordered-card.thm-purple-white .grey-light,
.bordered-card.thm-blue-white .grey-light,
.bordered-card.thm-darkblue-white .grey-light {
  color: var(--white-pale);
}

.bordered-card.thm-white-grey .grey-light {
  color: var(--grey);
}

.bordered-card.thm-blue-white .border-white {
  border: 1px solid var(--dark-blue);
  color: var(--dark-blue);
}

.bordered-card.thm-purple .border-white,
.bordered-card.thm-white-grey .border-white {
  border: 1px solid var(--purple-dark);
  color: var(--purple-dark);
}

.bordered-card .font-sm-lg.text-body {
  font-weight: 400;
  margin: 20px 0px;
}

.bottom-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  grid-row-gap: 10px;
  bottom: 0;
}

.card-image-container {
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-image-container-fit {
  width: 50%;
  min-height: 350px;
  position: relative;
}

.card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-image.lg {
  width: 100%;
  max-height: 400px;
  position: relative;
  object-fit: contain;
}

.card-image-fit {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.card.three-project-highlights {
  background-image: linear-gradient(#00000040, #0006 0%, #0000 50%);
  aspect-ratio: 1.5;
}

.card.cta-card:hover .std-icon.sm.go,
.card.full-span:hover .std-icon.sm.go,
.card.two-column:hover .std-icon.sm.go,
.card.vertical:hover .std-icon.sm.go,
.bordered:hover .std-icon.sm.go,
.card.promo.click-1:hover .std-icon.sm.go {
  width: 18px;
  height: 18px;
  opacity: 1;
}

.card.full-span .flexc,
.card.two-column .flexc,
.card.three-column .flexc,
.card.vertical .flexc,
.card.medium {
  padding: 25px;
}

.card.three-project-highlights .flexc {
  padding: 10px;
}

.card.full-span .card-image,
.card.two-column .card-image,
.card.vertical .card-image {
  position: absolute;
  z-index: -1;
}

.card.three-column .card-image {
  position: absolute;
  z-index: -1;
  aspect-ratio: 7 / 10;
}

.card.three-project-highlights .card-image {
  position: absolute;
  z-index: -1;
  aspect-ratio: 1.5;
}

.card.cta-card:hover .card-image,
.card.full-span:hover .card-image,
.card.two-column:hover .card-image,
.card.vertical:hover .card-image,
.card.cta-card:hover .card-image-fit {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}

.card.three-column:has(img):hover .flexc {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, .9) 95%);
  transition: background 0.3s ease-in-out;
}

.show-link {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card.three-column:hover .show-link {
  display: flex;
  opacity: 1;
}

.large-content-text {
  width: 100%;
}

.large-content-text:has(+ img) {
  width: 70%;
}

.large-text-image {
  max-width: 40%;
  position: relative;
  inset: 0% 0% 0% auto;
  object-fit: contain;
}

.column-gap-lg .contact-item + .contact-item {
  margin-top: -30px;
}

.quote-image {
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 180px;
  min-width: 120px;
  max-width: 200px;
  height: 180px;
  min-height: 120px;
  max-height: 200px;
  flex: none;
  display: flex;
  overflow: hidden;
  /* margin: auto; */
}

.profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-project-highlight-container {
  justify-content: flex-start;
  display: flex;
  /* padding: 15px; */
  margin-right: 50px;
  width: 100%;
  grid-row-gap: 20px;
  flex-flow: column;
}

.card-didyouknow {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  padding: 35px;
}

.card-didyouknow .grey {
  cursor: default;
}

.card-didyouknow.thm-purple-white .grey,
.card-didyouknow.thm-blue-white .grey,
.card-didyouknow.thm-darkblue-white .grey,
.card-didyouknow.thm-purple-white .grey-light,
.card-didyouknow.thm-blue-white .grey-light,
.card-didyouknow.thm-darkblue-white .grey-light {
  color: var(--white-pale);
}

.card-didyouknow.thm-white-grey .grey,
.card-didyouknow.thm-purple .grey,
.card-didyouknow.thm-white-grey .grey-light,
.card-didyouknow.thm-purple .grey-light {
  color: var(--grey);
}

.card-didyouknow.thm-white-grey {
  border: 1px solid var(--grey-fade);
}

.card-didyouknow.thm-white-grey .font-sm-didyouknow,
.card-didyouknow.thm-purple .font-sm-didyouknow {
  color: var(--purple-dark);
}

.card-didyouknow.thm-blue-white .font-sm-didyouknow {
  color: var(--dark-blue);
}

.card-didyouknow.thm-darkblue-white .font-sm-didyouknow {
  color: var(--blue);
}

.card-didyouknow .font-sm-lg.text-body {
  font-weight: 400;
}

.project-highlight-link-text {
  flex-flow: row;
  grid-column-gap: 10px;
  color: var(--purple-dark);
  align-items: center;
  width: fit-content;
}

.card-project-highlight-container.click-1:hover .project-highlight-link-text {
  color: var(--blue);
}

/************ ACCORDIAN *************/
.accordian-expanded {
  padding: 15px 0;
  width: 100%;
}

.accordian-expanded.lg {
  padding: 30px 0;
}

.accordian-expanded.lg-link:first-of-type {
  padding-top: 0;
}

.accordian-expanded.lg-card:first-of-type {
  padding-top: 0 !important;
}

.accordian-expanded.lg:last-of-type,
.accordian-expanded.lg-card:last-of-type {
  border-bottom: none;
}

.accordian-expanded:has(+ .align-left):nth-last-of-type(2) {
  border-bottom: none;
}

.accordian-expanded:not(:has(+ .align-left)):last-of-type {
  border-bottom: none;
}

.column-gap.accordian-content {
  /* display: none; */
  /* max-height: 100%; */
  height: 0;
  overflow: hidden;
  transition-duration: .5s
}

.column-gap.accordian-content.open {
  display: flex;
  flex-flow: column;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  margin-top: 20px;
  margin-right: 30px;
  justify-content: center;
  align-items: flex-start;
  height: auto;
}

.inline {
  display: inline-flex;
  align-items: center;
}

.inline-dropdown {
  display: inline-flex;
  align-items: center;
}

.inline-dropdown.open {
  transform: rotate(180deg);
}

.quicklink:hover {
  color: var(--purple-dark);
}

/************ LOOPS *************/
.loops-wrapper {
  margin-left: -12vw;
  margin-right: -12vw;
}

.loops-animation {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 100%;
  overflow: hidden;
  display: flex;
}

.loops-animation:hover .loops-container {
  animation-play-state: paused;
}

.loops-container {
  display: flex;
  gap: 120px;
  padding-right: 120px;
  will-change: transform;
  animation: auto-scroll calc(var(--item-count) * 5s) linear infinite;
}

.rev {
  animation-direction: reverse;
}

.loops-container.have-img {
  gap: 120px;
  padding-right: 120px;
}

.loops-container.star {
  gap: 50px;
  padding-right: 50px;
}

/************ TAB *************/
.tab-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tab-label-timer {
  opacity: .7;
  color: var(--grey-pale);
  background-color: #0000;
  flex: 1;
  width: 100%;
  padding-bottom: 16px;
  font-size: 1.45em;
  cursor: pointer;
  position: relative;
  justify-content: flex-start;
  align-items: center;
}

.tab-label-timer.current {
  opacity: 1;
  color: var(--purple-dark);
  font-weight: 500;
}

.load-bar-timer {
  background-color: #eceff8;
  border-radius: 500px;
  flex: 1;
  height: 5px;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-group.no-timer .tab-label-timer.current .load-bar-timer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: var(--purple-dark);
  transition: none;
}

.tab-group.has-timer .tab-label-timer.current .load-bar-timer::after {
  content: "";
  position: absolute;
  width: var(--progress-width, 0%);
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 500px;
  background-color: var(--purple-dark);
  transition: width 0.1s linear;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-group.tab-only .tab-label-timer {
  color: transparent;
  text-shadow: none;
  padding: 0;
}

/************ MEDIA *************/
.media-container {
  min-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.media-bg {
  aspect-ratio: auto;
  object-fit: cover;
  height: 580px;
  /* height: 100%;
  min-height: 100%;
  max-height: 100%; */
  position: relative;
  overflow: hidden;
}

.media-bg>video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}

.media-content {
  background-color: #1d063559;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 25px;
  padding-right: 20px;
  display: flex;
  flex-flow: column;
  position: absolute;
  z-index: auto;
  inset: 0%;
}

.media-btn {
  background-color: #fff3;
  border-radius: 5000px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  cursor: pointer;
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1.0);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox-content {
  position: relative;
  max-width: 80%;
  max-height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightbox-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 32px;
  color: white;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
}

/************ BUTTON *************/
.back-button-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--grey-pale);
  border-bottom: 1px solid var(--grey-fade);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -10px;
  font-family: Gilroy, sans-serif;
  line-height: 1.3;
  display: flex;
  width: fit-content;
}

.back-button-container:hover {
  color: var(--purple-dark);
  border-bottom: 1px solid var(--purple-dark);
  font-weight: 600;
}

/******************* SLIDER **********************/
.slider-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
  margin: 0 auto;
}

.slider-wrapper.banner {
  margin-left: -6vw;
  margin-right: -6vw;
  width: calc(100% + 12vw);
}

.top-section .inner-container .slider-wrapper.banner,
.inner-container-title .inner-container .slider-wrapper.banner {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.inner-container-title .inner-container .banner.carousel {
  height: 60vh;
}

.slider-container {
  display: flex;
  transition: all, transform 500ms;
  opacity: 1;
  touch-action: pan-y;
  flex-wrap: nowrap; 
}

.slider-content {
  flex: 0 0 100%;
  margin-right: 12vw;
  box-sizing: border-box;
  max-width: 100%;
}

.slider-container .slider-content .inner-container {
  padding: 0;
}

.slider-container .slider-content .grid-col.three,
.slider-container .slider-content .inner-container .grid-col.three {
  grid-row-gap: 0px;
}

.slider-content-banner {
  flex: 0 0 100%;
  margin-right: 6vw;
}

.inner-container-title .inner-container .slider-wrapper.banner .slider-content-banner {
  margin-right: 12vw;
}

.slider-btn-container {
  margin-top: 30px;
}

.slider-arrow {
  border: 1px solid var(--purple-dark);
  background-color: var(--white);
  color: var(--purple-dark);
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.slider-arrow:hover {
  background-color: var(--purple-dark);
  color: var(--white);
  border-width: 2px;
}

.next-btn {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.slider-nav {
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
  display: flex;
  position: static;
  cursor: pointer;
}

.slider-nav-dot {
  background-color: #C3CBD8;
  width: 20px;
  height: 6px;
  border-radius: 15px;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}

.slider-nav-dot.active {
  background-color: var(--purple-dark);
  width: 40px;
}

/******************* SEARCH **********************/
.search-btn {
  background-color: transparent;
  color: #34354f;
  cursor: pointer;
  height: 40px;
  min-height: 30px;
  max-height: 40px;
  padding: 10px 20px;
  border-radius: 10px;
  margin-left: 10px;
}

.search-btn:hover {
  background-color: #EFE9F5;
}

.search-dialog-overlay {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 900;
}

.search-dialog-overlay.with-site-popup {
  inset: 17.9% 0% auto;
}

.search-dialog-overlay.without-site-popup {
  inset: 12.9% 0% auto;
}

.search-dialog {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 20px 0px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--grey-fade);
}

.search-dialog-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 12vw;
  padding-right: 12vw;
}

.search-field {
  position: relative;
  display: inline-block;
  width: 100%;
}

.search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #0000;
}

.enabled {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}

.search-dialog-input {
  border: 1px solid var(--grey-fade);
  border-radius: 20px;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  flex: 1;
  font-family: Gilroy, sans-serif;
  width: 100%;
}

.search-dialog-input:focus {
  border: 1px solid #60269E;
  outline: none;
}

.search-dialog-input::-webkit-input-placeholder {
  color: var(--grey-fade);
}

.search-dialog-input:-moz-placeholder {
  color: var(--grey-fade);
}

.search-dialog-input::-moz-placeholder {
  color: var(--grey-fade);
}

.search-dialog-input:-ms-input-placeholder {
  color: var(--grey-fade);
}

.search-close-btn {
  display: flex;
  justify-content: flex-end;
  background-color: transparent;
  color: #464765;
  cursor: pointer;
  margin: 10px;
}

.search-dialog-overlay-mob {
  display: none;
}

.search-dialog-mob {
  display: inline-block;
  justify-content: center;
  align-items: center;
}

/******************* LOTTIE ON HOVER **********************/
.grid-col.promo-card {
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-items: stretch;
}

.card.promo {
  flex-flow: column;
  background-color: var(--purple-dark);
  color: var(--white);
  cursor: default;
  pointer-events: inherit;
  min-height: 350px;
}

.card.promo.click-1 {
  cursor: pointer;
}

.card.promo .font-sm-xs.text-promo {
  color: var(--white-pale);
}

.promo-card-image {
  display: flex;
  position: relative;
  background: linear-gradient(149.652deg, #6126AF 0%, #280A80 100%);
  aspect-ratio: 2.6 / 1;
  width: 100%;
  height: auto;
}

.promo-card-content {
  padding: 20px 40px 40px;
}

.promo-text-margin {
  margin-top: 10px;
}

.promo-btn {
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-top: 20px;
}

.lottie-promo-animation {
  width: 100%;
  padding: 20px;
  position: absolute;
  inset: 0%;
}

.placeholder-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.placeholder-0 .promo-card-image {
  aspect-ratio: unset;
  height: 100%;
}

.placeholder-1 .placeholder-image {
  aspect-ratio: 2.6 / 1;
}

/******************* LOTTIE ON SCROLL **********************/
.hero-banner-container {
  padding: 20px 0;
}

.hero-banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-lottie-load,
.banner-lottie-scroll {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.banner-lottie-load {
  z-index: 3;
}

.banner-lottie-scroll svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.word {
  display: inline-block;
}

/******************* FIXED COMPONENT **********************/
.fixed-download-icon {
  width: 150px;
}

.fixed-title-article {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Limits the text to 2 lines */
  line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  height: 70px;
}

.fixed-cta-btn {
  margin-top: 35px;
}

/******************* NAVIGATION **********************/
.nav-wrapper {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  width: 100vw;
  position: fixed;
  box-shadow: 0 2px 15px #0000001f;
  transition: all 0.3s ease;
  z-index: 900;
  inset: 0% 0% auto;
  background-color: var(--white);
}

.nav-main {
  height: 13vh;
  width: 100%;
  padding-left: 12vw;
  padding-right: 12vw;
  display: grid;
  grid-template-columns: auto 30%;
  align-items: center;
}

.nav-main-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.nav-sub-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.nav-link {
  height: 100%;
  padding: 0;
  color: var(--grey-dark);
  display: flex;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  transition: all .1s linear;
}

.nav-toggle-main:hover,
.nav-toggle-main.active,
.nav-link:hover,
.nav-link.active {
  cursor: pointer;
  color: var(--purple-dark);
  border-bottom: 2px solid var(--purple-dark);
  font-weight: 600;
}

.subnav-container {
  height: 6vh;
  width: 100%;
  border-top: 1px solid rgba(156, 170, 191, 0.6);
  padding-left: 12vw;
  padding-right: 12vw;
}

.subnav-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
  height: 100%;
}

.main-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  height: 100%;
  /* border-left: 1px solid #9ba9be99; */
}

.main-logo {
  width: auto;
  min-height: 50px;
  max-height: 50px;
}

.main-logo.go {
  height: 30px;
  min-height: 30px;
}

.main-logo-container {
  width: auto;
  height: auto;
}

.main-logo-wrapper {
  padding-right: 15px;
  border-right: 1px solid #9ba9be99;
  margin-right: 15px;
}

.sub-button {
  border-radius: 10000px;
  min-height: 30px;
  max-height: 40px;
  width: auto;
  background-image: linear-gradient(90deg, #3b1692, #43008a 50%, #6c00b8);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px 20px;
}

.sub-button-arrow {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
  display: none;
}

.sub-button:hover .sub-button-arrow {
  display: flex;
}

.nav-group {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
  color: var(--grey-dark);
  font-size: 15px;
  font-weight: 500;
}

.nav-toggle-main {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s linear;
  font-size: 15px;
  font-weight: 500;
  gap: 3px;
}

.drop-icon {
  height: 22px;
  width: 22px;
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-dropdown {
  display: none;
  z-index: 901;
  background-color: var(--white);
  border-top: 1px solid #9ba9be99;
  box-shadow: 0 20px 30px -10px #20355a26;
  width: 100vw;
  min-width: 100vw;
  max-height: 100vh;
  position: fixed;
  inset: 12.9vh 0% auto;
}

.nav-group:hover .nav-dropdown,
.nav-dropdown:hover {
  display: flex;
}

.drop-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 10vw;
  gap: 30px;
}

.drop-menu-box {
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  display: flex;
  transition: all .2s;
}


.drop-link {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--grey-dark);
  justify-content: space-between;
}

.drop-title {
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.drop-detail {
  color: var(--grey-light);
  white-space: normal;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 400;
}


.drop-link:hover,
.drop-link.active {
  color: var(--purple-dark);
  background-color: #60269e14;
  border-radius: 10px;
  margin: 0;
}

.drop-nested-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.drop-sub-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: var(--grey-light);
  font-family: Gilroy, sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #9ba9be99;
  padding-bottom: 10px;
}

.drop-sub-link:hover {
  color: var(--grey-dark);
}

.drop-sub-link.active {
  color: var(--purple-dark);
}

.drop-sub-link:hover .drop-sub-icon {
  opacity: 1;
  color: var(--purple-dark);
}

.drop-sub-icon {
  height: 12px;
  width: 12px;
  opacity: 0;
  transition: all 0.3s ease;
}

.nav-toggle-main:hover .drop-icon {
  color: var(--purple-dark);
  transform: rotate(180deg)
}

.sub-button-text {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.sub-button-img-container {
  width: auto;
  height: auto;
  align-items: center;
  display: flex;
}

.sub-button-img-container >svg {
  width: 84.18px;
  max-height: 16px;
  height: 16px;
}

.sub-button-img-container .stg-icon.lg {
  width: 20px;
  height: 20px;
}

.sub-button-img-container .stg-icon.lg:has(svg) {
  width: 84.18px;
  max-height: 16px;
  height: 16px;
}

.sub-button-img-container.go {
  width: auto;
  max-height: auto;
  height: auto;
}

.btn-menu {
  border-radius: 0;
}

#menuBtn:checked+label {
  background-color: var(--purple-dark);
  color: var(--white);
}

.btn-menu label {
  border-radius: 10px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.mob-lst-cont {
  display: flex;
  /* z-index: 5; */
  background-color: var(--white);
  box-shadow: 0 20px 30px -10px #20355a26;
  width: 100vw;
  /* max-height: 100vh; */
  overflow-y: scroll;
  position: fixed;
  inset: 80px 0 auto;
  transform: translateY(-100%);
  opacity: 0;
  /* Initial hidden state */
  visibility: hidden;
  /* Prevent interaction when hidden */
  transition: opacity 0.3s ease, transform 0.5s ease, visibility 0.3s ease;
}


.mob-lst {
  display: flex;
  width: 100vw;
  min-width: 100vw;
  max-height: 100vh;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  padding: 15px 9vw 20px;
}

#menuBtn:checked~.mob-lst-cont {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.mob-nav-lnk {
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 2vw;
  padding-right: 2vw;
  border-radius: 10px;
}

.mob-sub-nav-lnk {
  display: flex;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-direction: column;
  gap: 2px;
  border-radius: 10px;
}

.mob-sub-nav-lnk:hover,
.mob-nav-lnk:hover {
  background-color: var(--purple-fade);
  color: var(--purple-dark);
}

.mob-sub-nav-lbl {
  width: 100%;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: start;
}

.mob-sub-nav-bdy {
  color: var(--grey-light);
  white-space: normal;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 400;
}


.mob-nav-lnk.active,
.mob-sub-nav-lnk.active .mob-sub-nav-lbl {
  color: var(--purple-dark);
  font-weight: 600;
}

.nav-txt-sm {
  color: var(--white);
  font-family: Gilroy, sans-serif;
  font-size: 14px;
}

.mob-lst label {
  display: flex;
  flex-direction: column;
  padding: 0px;
  margin: 0px;
  gap: 5px;
}

.mob-drop-label {
  width: 100%;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mob-drop-label.active {
  color: var(--purple-dark);
}

.mob-drop-content {
  width: 100%;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1vw;
  padding-right: 1vw;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 5s ease, visibility 0.3s ease;
}

.mob-drop-icon {
  height: 20px;
  width: 20px;
  transition: all 0.3s ease;
}

.mob-drop-on-clk input:checked~.mob-drop-label {
  background-color: var(--purple-fade);
  color: var(--purple-dark);

  .mob-drop-icon {
    transform: rotate(180deg);
  }
}

.mob-drop-on-clk input:checked~.mob-drop-content {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  display: flex;
}

.mob-sub-content {
  display: flex;
  flex-direction: column;
}

.mob-sub-lst {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}

.mob-lit-sub-lnk {
  padding: 10px 0 10px;
  margin: 0 2vw 0;
  border-bottom: 1px solid #9ba9be99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--grey-light);
  font-family: Gilroy, sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.mob-lit-sub-lnk:hover,
.mob-lit-sub-lnk.active {
  font-weight: 600;
  color: var(--purple-dark);
}

.mob-lit-sub-icn {
  width: 12px;
  height: 12px;
}

/******************* New FOOTER **********************/

.new-footer-container { 
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 0px 6vw 0px;
  width: 100%;
}

.new-footer-container.purple-white {
  background-color: var(--purple-dark);
  color: var(--white);
}

.new-footer-container.white-dark {
  background-color: var(--white);
  color: #333333;
}

.new-footer-container.white-dark .footer-link-button{
  color: var(--purple-dark);
}

.new-footer-container.white-dark .footer-link-button a:hover{
  color: var(--blue);
}

.new-footer-container.purple-white .footer-link-button{
  color: var(--white);
}

.new-footer-container.purple-white .footer-link-button a:hover{
  color: var(--blue);
}

.new-footer-container.purple-white .white-pale {
  color: var(--white-pale);
}

.new-footer-container.white-dark .footer-dropdown-content.open{
  border: 1px solid var(--grey-fade);
}

.new-footer-container.purple-white .detail-container a:hover{
  color: var(--blue);
}

.new-footer-container.white-dark .detail-container a:hover{
  color: var(--blue);
}

.new-footer-container.white-dark .white-pale {
  color: var(--grey-light);
}

.new-footer-container.white-dark .new-foot-bottom .footer-link-button a:not(:first-child)::before {
  content: "|";
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-right: 10px;
}

.new-footer-container.purple-white .new-foot-bottom .footer-link-button a:not(:first-child)::before {
  content: "|";
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  margin-right: 10px;
}

.new-footer-container.white-dark .footer-dropdown {
  border: 1px solid #333;
}
.new-footer-container.white-dark .footer-dropdown:hover {
  background-color: var(--purple-fade);
}

.new-foot-bottom {
  padding-bottom: 40px;
  padding-top: 40px;
}

.new-foot-top {
  padding-top: 100px;
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: .6fr 1fr .6fr;
  gap: 100px
}

.new-foot-top.three-column-0 {
  grid-template-columns: 1fr 1fr;
  gap: 0px
}

.new-foot-top.three-column-1 {
  align-items: start;
}

.new-foot-top.three-column-0 .gentari-icon {
  width: 250px;
}

.new-foot-top.three-column-0 .column-gap-sm{
  flex-flow: row;
  justify-self:flex-end;
  align-items: center;
  gap: 40px;
}

.new-foot-top.three-column-0 .footer-media-icon {
  margin-top: 0;
}

.new-foot-top.three-column-0 .font-md-sm.text-footer {
  white-space: nowrap;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.new-site-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px;
}

.new-site-link {
  color: #283338;
  border-radius: 5px;
  height: 100%;
  padding: 15px;
  text-decoration: none;
  transition: all .2s;
  border-radius: 10px;
  white-space: nowrap;
}

.new-site-link:hover {
  color: #60269e;
  background-color: #60269e14;
}

/******************* End New FOOTER **********************/

/******************* FOOTER **********************/
.footer-container {
  background-color: var(--purple-dark);
  color: var(--white);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 100px 6vw 50px;
  grid-template-rows: auto auto;
  grid-template-columns: .6fr 1fr .6fr;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: grid;
  width: 100%;
  height: auto;
}

.gentari-icon {
  width: 180px;
  max-width: 250px;
}

.font-tiny-lg.text-footer {
  margin-top: 20px;
}

.footer-media-icon {
  margin-top: 20px;
  grid-column-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  width: 100%;
}

.footer-icon-size {
  width: 25px;
  min-width: 25px;
  height: auto;
  min-height: auto;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}

.footer-icon-size.adjusted {
  width: 34.64px;
  min-width: 34.64px;
  height: 25px;
  min-height: 25px;
}

.footer-icon-size:hover {
  color: var(--blue);
}

.footer-container-end {
  grid-column: span 3 / span 3;
}

.footer-site-location {
  grid-column-gap: 10px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.footnote-container {
  grid-column-gap: 50px;
  border-top: 1px solid var(--grey-fade);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.footer-dropdown {
  border: 1px solid #fff;
  border-radius: 10000px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s linear;
  display: flex;
}

.footer-dropdown:hover {
  background-color: #fff3;
}

.footer-dropdown-content {
  display: none;
}

.footer-dropdown-content.open {
  display: block;
  border-radius: 10px;
  /* align-items: center; */
  width: auto;
  height: auto;
  inset: auto 0% 40px auto;
  position: absolute;
  background-color: var(--white);
}

.footer-dropdown-pointer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-dropdown-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 200%;
  min-width: auto;
  max-width: 200%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 30px -10px #20355a26;
}

.footer-content-link {
  color: #283338;
  border-radius: 5px;
  /* flex-flow: column; */
  /* flex: 0 auto; */
  /* justify-content: flex-start; */
  /* align-items: flex-start; */
  height: 100%;
  width: 100%;
  min-width: 100%;
  padding: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.footer-content-link:hover {
  color: #60269e;
  background-color: #60269e14;
  border-radius: 10px;
  margin: 0;
}

.footer-link-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.footer-link-button a:hover {
  color: var(--blue);
}

.footer-container.go {
  grid-template-columns: minmax(50%, 1fr) minmax(50%, 1fr);
  grid-column-gap: 0px;
}

.gentari-icon-go {
  width: 250px;
}

.footer-media-go {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-media-icon.go {
  margin-top: 0;
  width: auto;
}

.footer-container-end-go {
  grid-column: span 2 / span 2;
}

/************ Rich Text Component (New: 9 June 2025) *************/

.rich-text-title {
  color: var(--grey-dark);
  margin-bottom: 5vh;
}

.rich-text-body-container {
  display: flex;
  flex-direction: row;
}

.rich-text-content-container {
  flex: 1;
  border-right: 1px solid var(--grey-fade);
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rich-text-body-container > .rich-text-content-container:only-child {
  border: none;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rich-text-list-container {
  width: 17.4vw;
  padding-left: 50px;
}

.rich-text-list-title {
  color: var(--grey-dark);
  margin-bottom: 10px;
}

.rich-text-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rich-text-list-link {
  display: flex;
  flex-flow: row;
  gap: 10px;
  color: var(--grey-light);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
}

.rich-text-list-link:hover {
  color: var(--purple-dark);
}

/************ Rich Text Component *************/

@media screen and (min-width: 1920px) {
  .outer-container {
    width: 100%;
    padding: 20px 8vw;
  }

  .banner-go-container {
    margin: 0 -2vw;
  }

  .top-section {
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .outer-footer-container {
    padding: 40px 8vw 0px;
  }

  .inner-container {
    padding: 20px 6vw;
  }

  .inner-container-lg {
    padding: 20px 0vw;
  }

  .inner-container-title {
    padding: 0px 6vw;
  }

  .inner-container-title .inner-container {
    padding: 20px 0px;
  }

  .banner-xl {
    height: 130vh;
  }

  .banner.lg {
    max-height: 650px;
  }

  .banner.md {
    height: 600px;
    max-height: 650px;
  }

  .hero-banner-text {
    max-width: 45%;
    margin-top: 0;
    padding-top: 6vh;
    padding-left: 6vw;
    padding-right: 0;
  }

  .campaign-wrapper {
    padding: 0px 14vw;
  }

  .font-xxl-lg.text-head {
    font-size: 90px;
    line-height: 82px;
  }

  .font-md-lg.text-head {
    font-size: 36px;
    line-height: 40px;
  }

  .font-sm-xs.text-body {
    font-size: 20px;
    line-height: 28px;
  }

  .font-sm-xs.text-promo {
    font-size: 20px;
    line-height: 28px;
  }

  .font-sm-lg.text-btn {
    font-size: 20px;
    line-height: 28px;
  }

  .font-sm-lg.text-body {
    font-size: 20px;
    line-height: 28px;
  }

  .font-lg-md.text-counter {
    font-size: 42px;
  }

  .font-base-xs.text-head {
    font-size: 34px;
    line-height: 28px;
  }

  .font-thin.text-link {
    font-size: 22px;
    line-height: 24px;
  }

  .font-md.text-head {
    font-size: 34px;
    line-height: 40px;
  }

  .font-mini-lg.text-head {
    font-size: 20px;
  }

  .font-xl-xs.text-head {
    font-size: 54px;
    line-height: 62px;
  }

  .font-base-sm.text-accordian {
    font-size: 24px;
    line-height: 32px;
  }

  .font-xs-lg.text-btn {
    font-size: 20px;
    line-height: 24px;
  }

  .font-xl-xxs.text-head {
    font-size: 54px;
    line-height: 62px;
  }

  .font-xl-sm.text-quote {
    font-size: 54px;
  }

  .font-banner {
    font-size: 54px;
    line-height: 62px;
  }

  .divider-text {
    font-size: 20px;
  }

  .card.cta-card {
    height: 500px;
  }

  .card.two-column {
    height: 370px;
  }

  .card-image.lg {
    max-height: 500px;
  }

  .card.vertical {
    height: 800px;
  }

  .card.loops {
    width: 550px;
  }

  .bordered {
    height: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .loops-img {
    height: 50px;
    max-height: 50px;
  }

  .slider-content {
    margin-right: 14vw;
  }

  .loops-wrapper {
    margin-left: -14vw;
    margin-right: -14vw;
  }

  .card-project-highlight-container {
    max-width: 500px;
  }

  .slider-wrapper.banner {
    margin-left: -6vw;
    margin-right: -6vw;
    width: calc(100% + 14vw);
  }

  .slider-content-banner {
    flex: 0 0 100%;
    margin-right: 8vw;
  }

  .inner-container-title .inner-container .slider-wrapper.banner .slider-content-banner {
    margin-right: 14vw;
  }

  .flex-banner-title.lg {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  /******************* SEARCH **********************/
  .search-btn {
    min-width: 120px;
    max-width: 180px;
    height: 50px;
    max-height: 50px;
  }

  .search-dialog-overlay-mob {
      display: none;
  }

  /******************* FIXED COMPONENT **********************/
  .fixed-title-article {
    height: 80px;
  }

  /******************* NAVIGATION **********************/
  .subnav-container {
    padding-left: 14vw;
    padding-right: 14vw;
  }

  .nav-main {
    padding-left: 14vw;
    padding-right: 14vw;
  }

  .subnav-main {
    column-gap: 30px;
  }

  .nav-link,
  .nav-toggle-main {
    font-size: 20px;
    line-height: 26px;
  }

  .drop-title,
  .drop-detail {
    font-size: 18px;
    line-height: 22px;
  }

  .sub-button {
    height: 40px;
  }

  .main-nav {
    gap: 30px;
  }

  .drop-icon {
    width: 28px;
    height: 28px;
  }

  /******************* FOOTER **********************/
  .font-tiny-lg.text-footer {
    font-size: 18px;
  }

  .font-mini-md.text-footer {
    font-size: 15px;
  }

  .font-tiny-lg.text-dropdown {
    font-size: 18px;
    line-height: 24px;
  }

  .gentari-icon {
    width: 200px;
  }

  .footer-dropdown-wrapper {
    width: 100vw;
    padding-left: 12vw;
    padding-right: 12vw;
  }

  /******************* New FOOTER **********************/

.new-site-wrapper {
  padding: 20px 12vw 20px 12vw;
}
  /******************* End New FOOTER **********************/

  /************** Rich Text **************/
  .rich-text-paragraph, .rich-text-list, .rich-text-quote {
    font-size: 20px;
    line-height: 28px;
  }
  /************** End Rich Text **************/
}

@media screen and (min-width: 992px) {
  .mobile-only {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  /************ Rich Text Component (New: 9 June 2025) *************/

.rich-text-title {
  color: var(--grey-dark);
  margin-bottom: 25px;
}

.rich-text-body-container {
  display: flex;
  flex-direction: column;
}

.rich-text-content-container {
  flex: 1;
  border-bottom: 1px solid var(--grey-light);
  border-right: none ;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 75px;
}

.rich-text-body-container > .rich-text-content-container:only-child {
  border: none;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rich-text-list-container {
  width: 100%;
  padding-left: 0;
  padding-top: 20px;
}


  /************** Rich Text **************/

  .rich-text-paragraph, .rich-text-list, .rich-text-quote {
    font-size: 17px;
    display: block;
  }

  .rich-text-h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .rich-text-h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .rich-text-h3 {
    font-size: 26px;
    line-height: 40px;
  }

  .rich-text-h4 {
    font-size: 24px;
    line-height: 40px;
  }

  .rich-text-h5 {
    font-size: 22px;
    line-height: 40px;
  }

  .rich-text-h6 {
    font-size: 20px;
    line-height: 40px;
  }

  /************** End Rich Text **************/

  .outer-container {
    width: 100%;
    padding: 20px 40px;
  }

  .banner-go-container {
    padding: 0;
  }

  .top-section {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .outer-footer-container {
    padding: 40px 40px 0px;
  }

  .inner-container {
    padding: 20px 40px;
  }

  .inner-container-lg {
    padding: 20px 0px;
  }

  .inner-container-title {
    padding: 0px 40px;
  }

  .inner-container-title .inner-container {
    padding: 20px 0px;
  }

  .banner-xl {
    height: 100vh;
    background-image: url('/images/gentari-banner-image.webp');
    background-position: 60%;
    background-size: cover;
  }

  .banner.lg {
    height: 45vh;
  }

  .banner.carousel {
    height: 66vh;
  }

  .banner.go {
    min-height: 300px;
  }

  .hero-banner-text {
    max-width: 60%;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-top {
    margin-top: 80px;
  }

  .campaign-banner-background {
    background-position: 0 0, 60%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    min-height: 80vh;
  }

  .campaign-banner-bottom {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .campaign-wrapper {
    padding: 0px 80px;
  }

  .flex-banner-title {
    flex-flow: column;
    align-items: flex-start;
    grid-row-gap: 25px;
  }

  .font-xxl-lg.text-head {
    font-size: 60px;
    line-height: 62px;
  }

  .font-sm-xs.text-body {
    font-size: 17px;
    line-height: 22px;
  }

  .font-sm-xs.text-promo {
    font-size: 18px;
  }

  .font-sm-lg.text-body {
    font-size: 17px;
  }

  .font-lg-md.text-counter {
    font-size: 36px;
  }

  .font-base-xs.text-head {
    font-size: 20px;
  }

  .font-md.text-head {
    font-size: 22px;
  }

  .font-xl-xs.text-head {
    font-size: 46px;
    line-height: 50px;
  }

  .font-xl-sm.text-head {
    font-size: 44px;
  }

  .font-xl-sm.text-quote {
    font-size: 35px;
    line-height: 42px;
  }

  .font-base-sm.text-accordian {
    line-height: 24px;
  }

  .font-xl-xxs.text-head {
    font-size: 46px;
    line-height: 50px;
  }

  .font-md-md.text-head {
    font-size: 28px;
  }

  .font-md-xs.text-head {
    font-size: 18px;
  }

  .font-banner {
    font-size: 46px;
    line-height: 50px;
  }

  .divider-text {
    font-size: 16px;
  }

  .card.cta-card {
    flex-flow: column;
    height: auto;
  }

  .card-text {
    min-height: auto;
    min-width: 100%;
    grid-row-gap: 50px;
  }

  .card-image-container {
    width: 100%;
    height: auto;
  }

  .card-image-container-fit {
    width: 100%;
    height: auto;
  }

  .card.vertical {
    height: 300px;
    max-height: 350px;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  .card.text-img {
    flex-flow: column;
    height: auto;
  }

  .card.quote {
    flex-flow: column;
    height: auto;
    min-height: auto;
  }

  .card.loops {
    width: 250px;
    justify-content: center;
  }

  .card-large-content {
    grid-row-gap: 10px;
  }

  .large-card-bottom-line {
    display: none;
  }

  .show-link {
    display: flex;
    opacity: 1;
  }

  .bordered-attachment {
    width: unset;
  }

  .grid-col-flex {
    flex-flow: column;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }

  .grid-col.dark {
    flex-flow: column;
    position: relative;
  }

  .grid-col.one {
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }

  .grid-col.one-counter {
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }

  .grid-col.two {
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }

  .grid-col.two.text {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }

  .grid-col.two-counter {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }

  .grid-col.two-counter > .column-gap-sm:nth-child(2n) {
    border-left: none;
    padding-left: 0;
  }

  .grid-col.three {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }

  .grid-col.three.icon-text {
    grid-template-columns: 1fr;
  }

  .grid-col.three-counter {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }

  .grid-col.three-counter > .column-gap-sm:nth-child(3n+2),
  .grid-col.three-counter > .column-gap-sm:nth-child(3n+3) {
    border-left: none;
    padding-left: 0;
  }

  .grid-col.four-counter {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }

  .grid-col.four-counter > .column-gap-sm:not(:nth-child(4n+1)) {
    border-left: none;
    padding-left: 0;
  }

  .vertical-divider {
    display: none;
  }

  .loops-wrapper {
    margin-left: -80px;
    margin-right: -80px;
  }

  .loops-img {
    height: 34px;
    min-height: 20px;
  }

  .tab-label {
    order: 0;
  }

  .tab-label-timer {
    font-size: 20px;
    line-height: 22px;
  }

  .media-content {
    padding: 50px;
  }

  .slider-wrapper.banner {
    margin-left: -40px; 
    margin-right: -40px;
    width: calc(100% + 80px);
  }

  .slider-content-banner {
    flex: 0 0 100%;
    margin-right: 40px;
  }

  .inner-container-title .inner-container .slider-wrapper.banner .slider-content-banner {
    margin-right: 80px;
  }

  .slider-content {
    margin-right: 80px;
  }

  .flex-banner-title.lg {
    padding-left: 40px;
    padding-right: 40px;
  }

   /******************* SEARCH **********************/
   .search-btn {
    min-height: 58px;
    min-width: 58px;
    padding: 18px;
    font-size: 22px;
  }

  .search-dialog-overlay-mob {
    display: none;
    position: relative;
    min-width: 160px;
    width: 100%;
    height: 100%;
    background: #fff;
  }

  /******************* LOTTIE ON HOVER **********************/
  .grid-col.promo-card {
    grid-template-columns: 1fr;
  }

  .placeholder-0 .placeholder-image {
    height: 400px;
  }

  /******************* LOTTIE ON SCROLL **********************/
  .banner-lottie-scroll, .banner-lottie-load, .hero-banner-bg {
      display: none;
  }

  /******************* FIXED COMPONENT **********************/
  .fixed-title-article {
    height: 70px;
  }

  /******************* NAVIGATION **********************/
  .desktop-only {
    display: none;
  }

  .nav-main {
    height: 80px;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .subnav-main {
    column-gap: 10px;
  }

  .subnav-container {
    height: 36px;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .main-logo-wrapper {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }

  .main-logo {
    min-height: 40px;
  }

  .main-logo.go {
    min-height: 25px;
  }

  .sub-button {
    gap: 5px;
    margin-top: 20px;
  }

  /******************* FOOTER **********************/
  .footer-container {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    grid-row-gap: 50px;
  }

  .gentari-icon {
    width: 140px;
  }

  .font-md-sm.text-footer {
    font-size: 28px;
  }

  .font-tiny-lg.text-footer {
    margin-top: 15px;
  }

  .footer-span {
    grid-column: span 3 / span 3;
  }

  .footer-span-1 {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  .footer-span-2 {
    order: -9999;
    grid-column: span 3 / span 3;
  }

  .footer-media-icon {
    grid-column-gap: 20px;
    margin-top: 10px;
  }

  .footer-site-location {
    order: -1;
  }

  .footnote-container {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-container.go {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-span-go {
    order: 0;
    grid-column: span 2 / span 2;
  }

  .footer-span-go-1 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  .footer-media-go {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

    /******************* New FOOTER **********************/
  .new-foot-top {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 0px;
    padding-top: 50px;
  }
  .new-foot-top.three-column-0 {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .new-foot-top.three-column-0 .column-gap-sm{
    flex-flow: column;
    justify-self:flex-start;
    align-items: center;
    gap: 20px;
  }

  .new-foot-top .side-item {
    order: 1;
  }
  .new-foot-top .icon-item {
    order: 2;
  }

      /******************* End New FOOTER **********************/
}

@media screen and (max-width: 767px) {

  /************** Rich Text **************/

  .rich-text-paragraph, .rich-text-list, .rich-text-quote {
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .rich-text-h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .rich-text-h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .rich-text-h3 {
    font-size: 22px;
    line-height: 36px;
  }

  .rich-text-h4 {
    font-size: 20px;
    line-height: 36px;
  }

  .rich-text-h5 {
    font-size: 19px;
    line-height: 36px;
  }

  .rich-text-h6 {
    font-size: 18px;
    line-height: 36px;
  }

  /************** End Rich Text **************/

  .outer-container {
    width: 100%;
    padding: 20px 20px;
  }

  .banner-go-container {
    padding: 0 20px;
  }

  .top-section {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .outer-footer-container {
    padding: 40px 20px 0px;
  }

  .inner-container {
    padding: 20px 20px;
  }

  .inner-container-lg {
    padding: 20px 0px;
  }

  .inner-container-title {
    padding: 0px 20px;
  }

  .inner-container-title .inner-container {
    padding: 20px 0px;
  }

  .banner-xl {
    height: 84vh;
    background-position: 30%;
  }

  .banner.lg {
    border-radius: 10px;
    max-height: 400px;
  }

  .banner.md {
    height: 300px;
    max-height: 350px;
  }

  .banner.carousel {
    height: 75vh;
  }

  .banner.go {
    height: auto;
    min-height: 250px;
  }

  .hero-banner-text {
    max-width: 70%;
  }

  .campaign-wrapper {
    padding: 0px 40px;
  }

  .campaign-banner-background {
    background-attachment: scroll, scroll;
  }

  .font-xxl-lg.text-head {
    font-size: 45px;
    line-height: 47px;
  }

  .font-sm-xs.text-body {
    font-size: 16px;
  }

  .font-sm-xs.text-promo {
    font-size: 16px;
  }

  .font-sm-lg.text-body {
    font-size: 16px;
  }

  .font-banner {
    font-size: 40px;
    line-height: 42px;
  }

  .std-icon.lg {
    width: 40px;
    height: 40px;
  }

  .std-icon.md {
    width: 30px;
    height: 30px;
  }

  .font-lg-md.text-counter {
    font-size: 32px;
  }

  .font-base-xs.text-head {
    font-size: 28px;
    line-height: 34px;
  }

  .font-mini-lg.text-head {
    font-size: 12px;
  }

  .font-xl-xs.text-head {
    font-size: 40px;
    line-height: 42px;
  }

  .font-xl-sm.text-head {
    font-size: 38px;
    line-height: 40px;
  }

  .font-xl-sm.text-quote {
    font-size: 32px;
    line-height: 40px;
  }

  .font-xl-xxs.text-head {
    font-size: 40px;
    line-height: 40px;
  }

  .font-md-md.text-head {
    font-size: 28px;
  }

  .font-sm-didyouknow {
    font-size: 16px;
  }

  .font-xs-sm {
    font-size: 15px;
  }

  .bordered {
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .bordered.article {
    padding: 2px 10px;
  }

  .divider-text {
    font-size: 15px;
  }

  .card.cta-card {
    height: auto;
    min-height: auto;
  }

  .card.text-img {
    height: auto;
    min-height: auto;
  }

  .card.quote {
    height: auto;
  }

  .card.two-column {
    height: 200px;
    max-height: 250px;
  }

  .grid-col-flex {
    grid-column-gap: 20px;
  }

  .grid-col.dark {
    flex-flow: column;
    position: relative;
  }

  .grid-col.two {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }

  .grid-col.three {
    grid-template-columns: 1fr;
  }

  .grid-col.three.grid-center>*:nth-last-child(1):nth-child(3n + 1) {
    justify-self: unset;
    grid-column: unset;
  }

  .loops-wrapper {
    margin-left: -40px;
    margin-right: -40px;
  }

  .loops-img {
    height: 30px;
  }

  .loops-container {
    gap: 50px;
    padding-right: 50px;
  }

  .loops-container.have-img {
    gap: 50px;
    padding-right: 50px;
  }

  .tab-label {
    font-size: 18px;
  }

  .order-next {
    order: 0;
    flex-flow: column;
    grid-row-gap: 20px;
  }

  .large-content-text {
    width: 100%;
  }

  .large-content-text:has(+ img) {
    width: 100%;
  }

  .large-text-image {
    order: -1;
    max-width: 60%;
    margin: 0 auto;
  }

  .tab-container {
    flex-flow: row;
  }

  .tab-label-timer {
    justify-content: flex-start;
    font-size: 18px;
  }

  .back-button-container {
    font-size: 12px;
  }

  .slider-btn-container.flexr {
    justify-content: center;
  }

  .row-gap .slider-arrow {
    display: none;
  }

  .slider-nav {
    justify-content: center;
    margin-top: 0;
  }

  .slider-content {
    margin-right: 40px;
  }

  .slider-wrapper.banner {
    margin-left: -20px; 
    margin-right: -20px;
    width: calc(100% + 40px);
  }

  .slider-content-banner {
    flex: 0 0 100%;
    margin-right: 20px;
  }

  .inner-container-title .inner-container .slider-wrapper.banner .slider-content-banner {
    margin-right: 40px;
  }

  .inner-container-title.dark .slider-arrow {
    display: none;
  }

  .flex-banner-title.lg {
    padding-left: 20px;
    padding-right: 20px;
  }

  /******************* SEARCH **********************/
  .search-dialog-overlay-mob {
    display: none;
  }

  /******************* LOTTIE ON HOVER **********************/
  .promo-card-content {
    padding-bottom: 30px;
  }

  .placeholder-0 .placeholder-image {
    min-height: 350px;
  }

  /******************* FIXED COMPONENT **********************/
  .fixed-title-article {
    height: 65px;
  }

  /******************* NAVIGATION **********************/
  .subnav-container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  /******************* FOOTER **********************/
  .footer-site-location {
    order: -1;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-dropdown-content.open {
    inset: auto auto 45px 60%;
  }

  .gentari-icon-go {
    width: 180px;
  }
}

@media screen and (max-width: 479px) {
  /************** Rich Text **************/

  .rich-text-paragraph, .rich-text-list, .rich-text-quote {
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .rich-text-h1 {
    width: 100%;
    font-size: 25px;
    line-height: 29px;
  }

  .rich-text-h2 {
    width: 100%;
    font-size: 22px;
    line-height: 29px;
  }

  .rich-text-h3 {
    width: 100%;
    font-size: 20px;
    line-height: 29px;
  }

  .rich-text-h4 {
    width: 100%;
    font-size: 19px;
    line-height: 29px;
  }

  .rich-text-h5 {
    width: 100%;
    font-size: 18px;
    line-height: 29px;
  }

  .rich-text-h6 {
    width: 100%;
    font-size: 17px;
    line-height: 29px;
  }

  /************** End Rich Text **************/

  .outer-container {
    width: 100%;
    padding: 20px 12px;
  }

  .banner-go-container {
    padding: 0 8px;
  }

  .top-section {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .outer-footer-container {
    padding: 40px 12px 0px;
  }

  .inner-container {
    padding: 20px 18px;
  }

  .inner-container-lg {
    padding: 20px 8px;
  }

  .inner-container-title {
    padding: 0px 18px;
  }

  .inner-container-title .inner-container {
    padding: 20px 0px;
  }

  .banner-xl {
    height: 90vh;
    background-image: url('/images/gentari-mobile-banner-image.webp');
    background-position: 0 0;
    background-size: cover;
    border-radius: 10px;
  }

  .banner.lg {
    height: 30vh;
    max-height: 350px;
  }

  .banner.md {
    height: 250px;
    max-height: 300px;
  }

  .banner.carousel {
    height: 75vh;
  }

  .banner.carousel.mobile {
    display: inline-block;
  }

  .banner.carousel.desktop {
    display: none;
  }

  .banner.go {
    display: none;
  }

  .banner.go.mobile {
    display: inline-block;
  }

  .hero-banner-text {
    width: 100%;
    max-width: 100%;
    padding: 20px 18px;
    position: absolute;
  }

  .campaign-wrapper {
    padding: 0px 30px;
  }

  .grid-col.one {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .grid-col.one-counter {
    grid-row-gap: 20px;
  }

  .grid-col.two {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }

  .grid-col.two-counter {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }

  .grid-col.three {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .grid-col.three-counter {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }

  .grid-col.four-counter {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }

  .font-xxl-lg.text-head {
    font-size: 38px;
    line-height: 40px;
  }

  .font-md-lg.text-head {
    font-size: 24px;
    line-height: 28px;
  }

  .font-lg-md.text-counter {
    font-size: 30px;
  }

  .font-base-xs.text-head {
    font-size: 18px;
    line-height: 1.4;
  }

  .font-sm-md.text-accordian {
    font-size: 16px;
    line-height: 20px;
  }

  .font-md.text-head {
    font-size: 22px;
    line-height: 28px;
  }

  .font-mini-lg.text-head {
    font-size: 12px;
  }

  .font-xl-xs.text-head {
    font-size: 32px;
    line-height: 35px;
  }

  .font-xl-sm.text-head {
    font-size: 30px;
    line-height: 38px;
  }

  .font-xl-sm.text-quote {
    font-size: 30px;
    line-height: 38px;
  }

  .font-md-lg-alt.text-head {
    font-size: 25px;
    line-height: 26px;
  }

  .font-sm-sm.text-body {
    font-size: 15px;
    line-height: 18px;
  }

  .font-sm-xs.text-body {
    font-size: 16px;
  }

  .font-sm-xs.text-promo {
    font-size: 15px;
  }

  .font-base-sm.text-accordian {
    font-size: 20px;
    line-height: 24px;
  }

  .font-xs-lg.text-btn {
    flex: 0 auto;
    font-size: 14px;
  }

  .font-xl-xxs.text-head {
    font-size: 32px;
    line-height: 35px;
  }

  .font-md-md.text-head {
    font-size: 25px;
  }

  .font-md-xs.text-head {
    font-size: 16px;
  }

  .font-banner {
    font-size: 32px;
    line-height: 35px;
  }

  .bordered-card .font-sm-lg.text-body {
    font-size: 15px;
  }

  .divider-text {
    margin-top: 0;
  }

  .bordered {
    align-self: flex-start;
  }

  .bordered.article {
    padding: 2px 10px;
  }

  .card.cta-card {
    flex-flow: column;
    height: auto;
  }

  .card.full-span {
    height: 300px;
  }

  .card.two-column {
    height: 250px;
    max-height: 250px;
  }

  .card-image.lg {
    object-fit: contain;
    /* width: auto; */
    min-height: 53vw;
    overflow: auto;
  }

  .card.vertical {
    height: 350px;
    max-height: 350px;
    grid-area: 1 / 1 / span 1 / span 1;
  }

  .card.text-img {
    flex-flow: column;
    height: auto;
  }

  .card.quote {
    height: auto;
    /* min-height: 100%; */
    padding: 20px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .card.loops {
    width: 220px;
  }

  .loops-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }

  .loops-img {
    height: 30px;
  }

  .loops-container.star {
    gap: 30px;
    padding-right: 30px;
  }

  .accordian-expanded.lg {
    padding: 20px 0;
  }

  .accordian-expanded.lg-link:first-of-type {
    padding-top: 15px;
  }

  .accordian-expanded.lg-card:first-of-type {
    padding-top: 15px !important;
  }

  .tab-container {
    margin-bottom: 20px;
    overflow: auto;
  }

  .std-icon.md.btn {
    width: 22px;
    min-width: 22px;
  }

  .large-text-image {
    max-width: 80%;
  }

  .quote-image {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    height: 120px;
    min-height: 120px;
    max-height: 120px;
  }

  .column-gap-sm.quote {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .font-md-md.text-quote {
    font-size: 24px;
    line-height: 28px;
  }

  .font-xs-xl.text-quote {
    font-size: 14px;
    line-height: 22px;
  }

  .font-xs-md.text-quote {
    font-size: 14px;
    line-height: 22px;
  }

  .font-thin.text-link {
    font-size: 15px;
  }

  .slider-content {
    margin-right: 30px;
  }

  .card-project-highlight-container {
    max-width: 650px;
    margin-right: 25px;
  }

  .card-didyouknow {
    flex-flow: column;
  }

  .slider-wrapper.banner {
    margin-left: -18px; 
    margin-right: -18px;
    width: calc(100% + 36px);
  }

  .slider-content-banner {
    flex: 0 0 100%;
    margin-right: 12px;
  }

  .inner-container-title .inner-container .slider-wrapper.banner .slider-content-banner {
    margin-right: 30px;
  }

  .flex-banner-title.lg {
    padding-left: 18px;
    padding-right: 18px;
  }

  /******************* SEARCH **********************/
  .search-dialog {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 20px 0px;
    border: 1px solid var(--grey-fade);
  }

  .search-dialog-wrapper {
      padding-left: 8vw;
      padding-right: 8vw;
  }

  .search-dialog-input {
      font-size: 16px;
  }

  /******************* LOTTIE ON HOVER **********************/
  .inner-container:has(.promo-card) + .inner-container:has(.promo-card) {
    padding-top: 0;
  }

  .grid-col.promo-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .promo-card-content {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .placeholder-0 .placeholder-image {
    min-height: 300px;
    height: 250px;
  }

  /******************* FIXED COMPONENT **********************/
  .fixed-title-article {
    height: 55px;
  }

  /******************* NAVIGATION **********************/

  .main-logo.go {
    min-height: 20px;
  }

  /******************* FOOTER **********************/
  .footer-container {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 50px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .gentari-icon {
    margin-top: 30px;
  }

  .font-md-sm.text-footer {
    font-size: 25px;
    line-height: 25px;
  }

  .font-tiny-lg.text-footer {
    margin-top: 15px;
    font-size: 14px;
  }

  .footer-media-icon {
    margin-top: 15px;
  }

  .footer-icon-size {
    width: 22px;
    min-width: 22px;
  }

  .footer-icon-size.adjusted {
    height: 22px;
    min-height: 22px;
  }

  .footer-dropdown-content.open {
    inset: auto auto 45px 0%;
  }

  .footer-link-button {
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .footer-dropdown-wrapper {
    width: 60vw;
    max-width: 70vw;
  }

  .footer-container.go {
    grid-column-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .gentari-icon-go {
    width: 150px;
  }
}

@keyframes auto-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/********* Gilroy Fonts *********/
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-ExtraBoldItalic.ttf') format('truetype'), url('/fonts/Gilroy-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Heavy.ttf') format('truetype'), url('/fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-HeavyItalic.ttf') format('truetype'), url('/fonts/Gilroy-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-ExtraBold.ttf') format('truetype'), url('/fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}