/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
  font-display: swap;
}
/* fallback */
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2) format("woff2");
  font-display: swap;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.container-width {
  max-width: 1320px !important;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .container-width {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1680px) {
  .container-width {
    max-width: calc(95.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 1920px) {
  .container-width {
    max-width: calc(110.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 2561px) {
  .container-width {
    max-width: calc(102.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 3840px) {
  .container-width {
    max-width: calc(120.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 4096px) {
  .container-width {
    max-width: calc(125.5rem + 0.2vw) !important;
  }
}

@media screen and (min-width: 1680px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(16px + 0.2vw);
    line-height: calc(18px + 0.2vw);
  }
}
@media screen and (min-width: 1920px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(16px + 0.3vw);
    line-height: calc(18px + 0.3vw);
  }
}
@media screen and (min-width: 2560px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(18px + 0.3vw);
    line-height: calc(20px + 0.3vw);
  }
}
@media screen and (min-width: 3008px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(20px + 0.4vw);
    line-height: calc(22px + 0.4vw);
  }
}
@media screen and (min-width: 4096px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(22px + 0.5vw);
    line-height: calc(24px + 0.5vw);
  }
}
@media screen and (min-width: 5120px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(24px + 0.5vw);
    line-height: calc(26px + 0.5vw);
  }
}

.btn-primary {
  background-color: #0FC24E;
  width: fit-content;
  text-decoration: none;
  color: #040316 !important;
  border-radius: 0.25rem;
  border: 0.125rem solid #0FC24E;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-primary {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #3FCE71;
  border-color: #3FCE71;
}
.btn-primary.btn-small {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-primary.btn-small {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary {
  background-color: transparent;
  color: #040316 !important;
  border: 0.125rem solid #040316;
  border-radius: 0.25rem;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #040316;
  color: #FFFFFF !important;
}
.btn-secondary-darkmode {
  background-color: transparent;
  color: #FFFFFF !important;
  border: 0.125rem solid #FFFFFF;
  border-radius: 0.25rem;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary-darkmode {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary-darkmode:hover, .btn-secondary-darkmode:active, .btn-secondary-darkmode:focus {
  background-color: #FFFFFF;
  color: #040316 !important;
}
.btn-secondary-darkmode.btn-small {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary-darkmode.btn-small {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary.btn-small {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary.btn-small {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}

* {
  box-sizing: border-box;
  font-family: "sofia-pro", Helvetica, Arial, serif !important;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-size-adjust: none;
  background-color: #040316;
}

a {
  cursor: pointer !important;
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  color: inherit;
}

.spacer-top {
  padding-top: 9.75rem;
}
@media (max-width: 1100px) {
  .spacer-top {
    padding-top: 10.1875rem;
  }
}
.spacer-top.without-breadcrumb {
  padding-top: 6.5rem;
}
@media (max-width: 1100px) {
  .spacer-top.without-breadcrumb {
    padding-top: 7.375rem;
  }
}
.spacer-top.with-hero-banner {
  padding-top: 0px;
}
@media (max-width: 1100px) {
  .spacer-top.with-hero-banner {
    padding-top: 7.375rem;
  }
}

@media (max-width: 1100px) {
  body > main {
    padding-top: 0.5rem !important;
  }
}

@media (max-width: 992px) {
  .spacer {
    display: none;
  }
}

.spacerResponsive {
  display: none;
}
@media (max-width: 992px) {
  .spacerResponsive {
    display: block;
  }
}

.three-col-layout-main {
  background-color: #040316;
}
.three-col-layout-main.lightmode {
  background-color: #FDFDFD;
}
.three-col-layout-main .section-tabs {
  display: flex;
  gap: 2.6875rem;
  align-items: center;
  background-color: #FDFDFD;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: scroll;
}
.three-col-layout-main .section-tabs .tab {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: stretch;
}
.three-col-layout-main .section-tabs .tab button {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.1125rem;
  line-height: 100%;
  color: #040316;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
.three-col-layout-main .section-tabs .tab .divider {
  height: 0.1875rem;
  background-color: #0FC24E;
  opacity: 0;
}
.three-col-layout-main .section-tabs .tab .active-tab {
  opacity: 1;
}
.three-col-layout-main .three-col-layout-section {
  background-color: #040316;
}
.three-col-layout-main .three-col-layout-section.lightmode {
  background-color: #FDFDFD;
}
.three-col-layout-main .three-col-layout-section .three-col-layout {
  display: flex;
  flex-direction: column;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .heading {
  padding-top: 4rem;
  padding-bottom: 1.25rem;
  font-size: 2.25rem;
  font-weight: 400;
  color: #FDFDFD;
  line-height: 128%;
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 0px;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .heading.lightmode {
  color: #040316;
}
@media (max-width: 992px) {
  .three-col-layout-main .three-col-layout-section .three-col-layout .heading {
    padding-bottom: 1.5rem;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 128%;
  }
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .thumbnail.video::after {
  position: absolute;
  content: "";
  right: 5%;
  bottom: 5%;
  height: 2.5rem;
  aspect-ratio: 1/1;
  background: url("/images/v2/play_circle_filled.svg") no-repeat center center;
  background-size: contain;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .thumbnail img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 3/4;
  transition: all 0.3s linear;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .thumbnail img:hover {
  transform: scale(1.05);
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .thumbnail img.rect {
  aspect-ratio: 16/9;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .content .type {
  width: fit-content;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.1125rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #0FC24E;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .content .type.lightmode {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  color: #040316;
  font-weight: 500;
  padding: 0.5rem 1rem;
  background-color: #F0EEEB;
  border-radius: 1.5rem;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .content .title {
  text-decoration: none;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.85625rem;
  color: #FDFDFD;
  max-width: 85%;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .content .title.lightmode {
  margin-bottom: 0.25rem;
  color: #040316;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .content .date {
  text-transform: uppercase;
  color: #FDFDFD;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.0875rem;
  line-height: 115%;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .content .date.lightmode {
  color: #6A6E74;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  width: 100%;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) .thumbnail {
  grid-column: span 2;
  overflow: hidden;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) .thumbnail img {
  aspect-ratio: 16/9;
  transition: all 0.3s linear;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) .thumbnail img:hover {
  transform: scale(1.05);
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) .content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) .content .type {
  margin-top: 0rem;
  width: fit-content;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.1125rem;
  line-height: 114.999%;
  text-transform: uppercase;
  color: #0FC24E;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) .content .type.lightmode {
  color: #040316;
  font-weight: 500;
  padding: 0.5rem 1rem;
  background-color: #F0EEEB;
  border-radius: 1.5rem;
  margin-bottom: 1rem;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) .content .title {
  text-decoration: none;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 128%;
  color: #FDFDFD;
  max-width: 100%;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) .content .title.lightmode {
  margin-bottom: 1rem;
  color: #040316;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) .content .date {
  text-transform: uppercase;
  color: #FDFDFD;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.0875rem;
  line-height: 115%;
}
.three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) .content .date.lightmode {
  color: #6A6E74;
}
@media (max-width: 992px) {
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard {
    flex: 0 0 80%;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .thumbnail {
    width: 100%;
    overflow: hidden;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .thumbnail img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 3/4;
    transition: all 0.3s linear;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .thumbnail img:hover {
    transform: scale(1.05);
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .content .type {
    width: fit-content;
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.0875rem;
    text-transform: uppercase;
    color: #0FC24E;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .content .type.lightmode {
    color: #040316;
    font-weight: 500;
    padding: 0.5rem 1rem;
    background-color: #F0EEEB;
    border-radius: 1.5rem;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .content .title {
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.51875rem;
    color: #FDFDFD;
    max-width: 85%;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .content .title.lightmode {
    color: #040316;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .content .date {
    text-transform: uppercase;
    color: #FDFDFD;
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.0875rem;
    line-height: 115%;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .herosCard .content .date.lightmode {
    color: #6A6E74;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) .thumbnail {
    overflow: hidden;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) .thumbnail img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 16/9;
    transition: all 0.3s linear;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) .thumbnail img:hover {
    transform: scale(1.05);
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) .content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) .content .type {
    width: fit-content;
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.0875rem;
    text-transform: uppercase;
    color: #0FC24E;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) .content .type.lightmode {
    color: #040316;
    font-weight: 500;
    padding: 0.5rem 1rem;
    background-color: #F0EEEB;
    border-radius: 1.5rem;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) .content .title {
    text-decoration: none;
    font-size: 1.625rem;
    font-weight: 300;
    line-height: 2.08rem;
    color: #FDFDFD;
    max-width: 79%;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) .content .title.lightmode {
    color: #040316;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) .content .date {
    text-transform: uppercase;
    color: #FDFDFD;
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.0875rem;
    line-height: 115%;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid > .herosCard:nth-child(1) .content .date.lightmode {
    color: #6A6E74;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .carousel-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-snap-align: start;
    gap: 0.5rem;
    /* Hide scrollbar - Firefox */
    scrollbar-width: none;
    /* Hide scrollbar - IE and Edge */
    -ms-overflow-style: none;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .carousel-wrapper::-webkit-scrollbar {
    display: none;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .carousel-wrapper .herosCard {
    flex: 0 0 47%;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .carousel-wrapper .herosCard .thumbnail {
    padding-bottom: 0.5rem;
    width: 100%;
    overflow: hidden;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .carousel-wrapper .herosCard .thumbnail img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 3/4;
    transition: all 0.3s linear;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .carousel-wrapper .herosCard .thumbnail img:hover {
    transform: scale(1.05);
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .carousel-wrapper .herosCard .content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .carousel-wrapper .herosCard .content .type {
    width: fit-content;
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.0875rem;
    text-transform: uppercase;
    color: #0FC24E;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .carousel-wrapper .herosCard .content .type.lightmode {
    color: #040316;
    font-weight: 500;
    padding: 0.5rem 1rem;
    background-color: #F0EEEB;
    border-radius: 1.5rem;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .carousel-wrapper .herosCard .content .title {
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.51875rem;
    color: #FDFDFD;
    max-width: 79%;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .carousel-wrapper .herosCard .content .title.lightmode {
    color: #040316;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .carousel-wrapper .herosCard .content .date {
    text-transform: uppercase;
    color: #FDFDFD;
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.0875rem;
    line-height: 115%;
  }
  .three-col-layout-main .three-col-layout-section .three-col-layout .three-col-grid .carousel-wrapper .herosCard .content .date.lightmode {
    color: #6A6E74;
  }
}
.three-col-layout-main .three-col-layout-section .three-col-layout .view-all {
  align-self: center;
  margin-top: 2.75rem;
}

/*# sourceMappingURL=three-col-grid.css.map */
