/*
Theme Name: Divi Child Theme
Template: Divi
*/
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(3rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.details-wheel-wrap {
  position: relative;
  padding-bottom: 20vw;
  background-repeat: no-repeat;
  background-size: cover; }
  .details-wheel-wrap::before, .details-wheel-wrap::after {
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%; }
  .details-wheel-wrap::before {
    top: 0;
    height: 40rem;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, white 100%); }
  .details-wheel-wrap::after {
    bottom: 0;
    height: 10rem;
    background: linear-gradient(0deg, white 50%, rgba(255, 255, 255, 0) 100%); }

.details-wheel {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  top: -10rem;
  z-index: 1;
  padding: 0 2rem; }
  @media (min-width: 981px) {
    .details-wheel {
      flex-direction: row;
      min-height: 500px; } }
  @media (min-width: 1280px) {
    .details-wheel {
      top: -12rem; } }
  @media (min-width: 981px) {
    .details-wheel .wheel,
    .details-wheel .details {
      flex: 1; } }
  .details-wheel .wheel {
    position: relative;
    width: 100%;
    align-self: flex-start;
    aspect-ratio: 1 / 1;
    background: var(--Soft-Orange, #FFBB4F);
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 3rem; }
    .details-wheel .wheel::after {
      content: '';
      position: absolute;
      z-index: 1;
      background-color: #fff;
      border-radius: 50%;
      width: 4rem;
      height: 4rem;
      top: calc(50% - 4rem / 2);
      left: calc(50% - 4rem / 2); }
      @media (min-width: 570px) {
        .details-wheel .wheel::after {
          width: 8.375rem;
          height: 8.375rem;
          top: calc(50% - 8.375rem / 2);
          left: calc(50% - 8.375rem / 2); } }
    .details-wheel .wheel .quadrant {
      position: relative;
      flex: 0 0 50%;
      aspect-ratio: 1 / 1;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      background: transparent;
      text-decoration: none;
      transition: background 300ms; }
      .details-wheel .wheel .quadrant::before {
        content: '';
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: #ffbb4f;
        transition: opacity 300ms; }
      .details-wheel .wheel .quadrant::after {
        content: '';
        position: absolute;
        z-index: 0;
        border-color: var(--Orange, #FF6D0E); }
      .details-wheel .wheel .quadrant:nth-child(1)::before {
        background: linear-gradient(315deg, #ffbb4f 0%, #ff6d0e 50%);
        right: -1px;
        bottom: -1px; }
      .details-wheel .wheel .quadrant:nth-child(1) .content {
        padding: 1rem 0  0 1rem; }
        @media (min-width: 570px) {
          .details-wheel .wheel .quadrant:nth-child(1) .content {
            padding: 3rem 0  0 3rem; } }
        @media (min-width: 981px) {
          .details-wheel .wheel .quadrant:nth-child(1) .content {
            padding: 1rem 0  0 1rem; } }
        @media (min-width: 1200px) {
          .details-wheel .wheel .quadrant:nth-child(1) .content {
            padding: 3rem 0  0 3rem; } }
      .details-wheel .wheel .quadrant:nth-child(1)::after {
        border-bottom: 2px solid;
        width: calc(80% - 4rem / 2);
        left: 10%;
        bottom: -1px; }
        @media (min-width: 570px) {
          .details-wheel .wheel .quadrant:nth-child(1)::after {
            width: calc(80% - 8.375rem / 2); } }
      .details-wheel .wheel .quadrant:nth-child(2)::before {
        background: linear-gradient(45deg, #ffbb4f 0%, #ff6d0e 50%);
        left: -1px;
        bottom: -1px; }
      .details-wheel .wheel .quadrant:nth-child(2) .content {
        padding: 1rem 1rem 0 0; }
        @media (min-width: 570px) {
          .details-wheel .wheel .quadrant:nth-child(2) .content {
            padding: 3rem 3rem 0 0; } }
        @media (min-width: 981px) {
          .details-wheel .wheel .quadrant:nth-child(2) .content {
            padding: 1rem 1rem 0 0; } }
        @media (min-width: 1200px) {
          .details-wheel .wheel .quadrant:nth-child(2) .content {
            padding: 3rem 3rem 0 0; } }
      .details-wheel .wheel .quadrant:nth-child(2)::after {
        border-left: 2px solid;
        height: calc(80% - 4rem / 2);
        left: -1px;
        top: 10%; }
        @media (min-width: 570px) {
          .details-wheel .wheel .quadrant:nth-child(2)::after {
            height: calc(80% - 8.375rem / 2); } }
      .details-wheel .wheel .quadrant:nth-child(3)::before {
        background: linear-gradient(225deg, #ffbb4f 0%, #ff6d0e 50%);
        top: -1px;
        right: -1px; }
      .details-wheel .wheel .quadrant:nth-child(3) .content {
        padding: 0 0 1rem 1rem; }
        @media (min-width: 570px) {
          .details-wheel .wheel .quadrant:nth-child(3) .content {
            padding: 0 0 3rem 3rem; } }
        @media (min-width: 981px) {
          .details-wheel .wheel .quadrant:nth-child(3) .content {
            padding: 0 0 1rem 1rem; } }
        @media (min-width: 1200px) {
          .details-wheel .wheel .quadrant:nth-child(3) .content {
            padding: 0 0 3rem 3rem; } }
      .details-wheel .wheel .quadrant:nth-child(3)::after {
        border-right: 2px solid;
        height: calc(80% - 4rem / 2);
        right: -1px;
        bottom: 10%; }
        @media (min-width: 570px) {
          .details-wheel .wheel .quadrant:nth-child(3)::after {
            height: calc(80% - 8.375rem / 2); } }
      .details-wheel .wheel .quadrant:nth-child(4)::before {
        background: linear-gradient(135deg, #ffbb4f 0%, #ff6d0e 50%);
        top: -1px;
        left: -1px; }
      .details-wheel .wheel .quadrant:nth-child(4) .content {
        padding: 0 1rem 1rem 0; }
        @media (min-width: 570px) {
          .details-wheel .wheel .quadrant:nth-child(4) .content {
            padding: 0 3rem 3rem 0; } }
        @media (min-width: 981px) {
          .details-wheel .wheel .quadrant:nth-child(4) .content {
            padding: 0 1rem 1rem 0; } }
        @media (min-width: 1200px) {
          .details-wheel .wheel .quadrant:nth-child(4) .content {
            padding: 0 3rem 3rem 0; } }
      .details-wheel .wheel .quadrant:nth-child(4)::after {
        border-top: 2px solid;
        width: calc(80% - 4rem / 2);
        top: -1px;
        right: 10%; }
        @media (min-width: 570px) {
          .details-wheel .wheel .quadrant:nth-child(4)::after {
            width: calc(80% - 8.375rem / 2); } }
      .details-wheel .wheel .quadrant .content {
        position: relative;
        z-index: 2; }
      .details-wheel .wheel .quadrant .icon {
        width: 3rem;
        height: 3rem;
        margin: 0 auto;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        background-color: var(--Deep-Purple, #432147);
        transition: background-color 300ms; }
        @media (min-width: 570px) {
          .details-wheel .wheel .quadrant .icon {
            width: 5.50125rem;
            height: 5rem; } }
      .details-wheel .wheel .quadrant h3 {
        font-size: 0.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: 2;
        text-transform: uppercase;
        transition: color 300ms; }
        @media (min-width: 570px) {
          .details-wheel .wheel .quadrant h3 {
            font-size: 0.9375rem; } }
      .details-wheel .wheel .quadrant:hover, .details-wheel .wheel .quadrant:focus {
        background-color: #FFCC7B; }
      .details-wheel .wheel .quadrant.active::before {
        opacity: 1; }
      .details-wheel .wheel .quadrant.active .icon {
        background-color: #fff; }
      .details-wheel .wheel .quadrant.active h3 {
        color: #fff; }
  .details-wheel .details {
    align-self: center; }
    .details-wheel .details .detail {
      display: none;
      animation: fade-in-up 300ms; }
      .details-wheel .details .detail.active {
        display: block; }
    .details-wheel .details h4 {
      font-size: 1.6875rem;
      font-style: normal;
      font-weight: 700;
      line-height: 1.11;
      text-transform: initial; }
    .details-wheel .details p {
      font-size: 1.125rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5625rem;
      white-space: pre-line;
      margin-bottom: 1.56rem; }
    @media (min-width: 981px) {
      .details-wheel .details {
        padding-left: 2rem; } }

.logo-scroller .logo-row {
  position: relative; }

.logo-scroller .slider {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .logo-scroller .slider .slide-track {
    display: flex;
    gap: 0 2rem; }
  .logo-scroller .slider .slide {
    width: 400px;
    height: 10.125rem;
    display: flex;
    align-items: center;
    position: relative; }
    @media (min-width: 768px) {
      .logo-scroller .slider .slide {
        width: 345px; } }
    .logo-scroller .slider .slide::after {
      content: '';
      position: absolute;
      border-right: 1px solid #C3C3C3;
      height: 100%;
      right: -1rem; }
    .logo-scroller .slider .slide .logo {
      aspect-ratio: 2 / 1;
      margin: 0;
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }

.resource-library .top,
.post-listing .top {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .resource-library .top,
    .post-listing .top {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1024px) {
    .resource-library .top,
    .post-listing .top {
      grid-template-columns: 1fr 1fr 1fr; } }
  .resource-library .top .facetwp-facet,
  .post-listing .top .facetwp-facet {
    margin-bottom: 0; }
    .resource-library .top .facetwp-facet .facetwp-input-wrap,
    .resource-library .top .facetwp-facet input,
    .resource-library .top .facetwp-facet select,
    .post-listing .top .facetwp-facet .facetwp-input-wrap,
    .post-listing .top .facetwp-facet input,
    .post-listing .top .facetwp-facet select {
      width: 100%; }
  .resource-library .top input,
  .resource-library .top select,
  .post-listing .top input,
  .post-listing .top select {
    border-radius: 0.1875rem;
    background: var(--White, #FFF);
    color: var(--Deep-Purple, #432147);
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.10625rem;
    text-transform: uppercase;
    padding: 1.38rem 1.12rem 1.44rem 3.13rem; }
  .resource-library .top input::placeholder,
  .post-listing .top input::placeholder {
    color: var(--Deep-Purple, #432147); }
  .resource-library .top .facetwp-type-search .facetwp-icon,
  .post-listing .top .facetwp-type-search .facetwp-icon {
    display: none; }
  .resource-library .top .facetwp-type-search .facetwp-input-wrap::before,
  .post-listing .top .facetwp-type-search .facetwp-input-wrap::before {
    content: '';
    position: absolute;
    top: calc(50% - 1.25rem / 2);
    left: 1.12rem;
    display: block;
    height: 1.25rem;
    width: 1.25rem;
    background-image: url("/wp-content/themes/divi-child/assets/images/icon-search.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  .resource-library .top select,
  .post-listing .top select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 3rem; }
  .resource-library .top .facetwp-type-dropdown,
  .post-listing .top .facetwp-type-dropdown {
    position: relative; }
    .resource-library .top .facetwp-type-dropdown::before,
    .post-listing .top .facetwp-type-dropdown::before {
      content: '';
      position: absolute;
      top: calc(50% - 1.25rem / 2);
      left: 1.12rem;
      display: block;
      height: 1.25rem;
      width: 1.25rem;
      background-image: url("/wp-content/themes/divi-child/assets/images/icon-filter.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
    .resource-library .top .facetwp-type-dropdown::after,
    .post-listing .top .facetwp-type-dropdown::after {
      content: '';
      position: absolute;
      top: calc(50% - 1.25rem / 2);
      right: 1.12rem;
      display: block;
      height: 1.25rem;
      width: 1.25rem;
      background-image: url("/wp-content/themes/divi-child/assets/images/icon-dropdown.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }

.resource-library .facetwp-type-pager .facetwp-page,
.post-listing .facetwp-type-pager .facetwp-page {
  color: var(--Lavendar, #792B88);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16875rem;
  text-transform: uppercase; }
  .resource-library .facetwp-type-pager .facetwp-page.active,
  .post-listing .facetwp-type-pager .facetwp-page.active {
    border-bottom: 2px solid var(--Lavendar, #792B88); }
  .resource-library .facetwp-type-pager .facetwp-page.prev, .resource-library .facetwp-type-pager .facetwp-page.next,
  .post-listing .facetwp-type-pager .facetwp-page.prev,
  .post-listing .facetwp-type-pager .facetwp-page.next {
    display: inline-block;
    height: 0.825rem;
    width: 1.125rem;
    line-height: 1.4;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    .resource-library .facetwp-type-pager .facetwp-page.prev.active, .resource-library .facetwp-type-pager .facetwp-page.next.active,
    .post-listing .facetwp-type-pager .facetwp-page.prev.active,
    .post-listing .facetwp-type-pager .facetwp-page.next.active {
      border-bottom: none; }
  .resource-library .facetwp-type-pager .facetwp-page.prev,
  .post-listing .facetwp-type-pager .facetwp-page.prev {
    background-image: url("/wp-content/themes/divi-child/assets/images/icon-arrow-right.svg");
    transform: scale(-1); }
  .resource-library .facetwp-type-pager .facetwp-page.next,
  .post-listing .facetwp-type-pager .facetwp-page.next {
    background-image: url("/wp-content/themes/divi-child/assets/images/icon-arrow-right.svg"); }

.resource-library .post-items,
.post-listing .post-items {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-bottom: 2.25rem; }
  @media (min-width: 768px) {
    .resource-library .post-items,
    .post-listing .post-items {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1024px) {
    .resource-library .post-items,
    .post-listing .post-items {
      grid-template-columns: 1fr 1fr 1fr; } }
  .resource-library .post-items .resource-post,
  .resource-library .post-items .post,
  .post-listing .post-items .resource-post,
  .post-listing .post-items .post {
    border-radius: 0.3125rem;
    overflow: hidden; }
    .resource-library .post-items .resource-post .image,
    .resource-library .post-items .post .image,
    .post-listing .post-items .resource-post .image,
    .post-listing .post-items .post .image {
      aspect-ratio: 4 / 3;
      background-color: #c8c8c8; }
      .resource-library .post-items .resource-post .image img,
      .resource-library .post-items .post .image img,
      .post-listing .post-items .resource-post .image img,
      .post-listing .post-items .post .image img {
        display: block;
        aspect-ratio: 4 / 3;
        object-fit: cover; }
    .resource-library .post-items .resource-post .player,
    .resource-library .post-items .post .player,
    .post-listing .post-items .resource-post .player,
    .post-listing .post-items .post .player {
      display: none; }
    .resource-library .post-items .resource-post .player-btn,
    .resource-library .post-items .post .player-btn,
    .post-listing .post-items .resource-post .player-btn,
    .post-listing .post-items .post .player-btn {
      aspect-ratio: 4 / 3;
      position: relative;
      width: 100%;
      display: block; }
      .resource-library .post-items .resource-post .player-btn::before,
      .resource-library .post-items .post .player-btn::before,
      .post-listing .post-items .resource-post .player-btn::before,
      .post-listing .post-items .post .player-btn::before {
        content: '';
        position: absolute;
        top: calc(50% - 5.375rem / 2);
        left: calc(50% - 5.375rem / 2);
        width: 5.375rem;
        height: 5.375rem;
        background-image: url("/wp-content/themes/divi-child/assets/images/icon-play.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
      .resource-library .post-items .resource-post .player-btn.playing::before,
      .resource-library .post-items .post .player-btn.playing::before,
      .post-listing .post-items .resource-post .player-btn.playing::before,
      .post-listing .post-items .post .player-btn.playing::before {
        content: none; }
      .resource-library .post-items .resource-post .player-btn.playing .image,
      .resource-library .post-items .post .player-btn.playing .image,
      .post-listing .post-items .resource-post .player-btn.playing .image,
      .post-listing .post-items .post .player-btn.playing .image {
        display: none; }
      .resource-library .post-items .resource-post .player-btn.playing .player,
      .resource-library .post-items .post .player-btn.playing .player,
      .post-listing .post-items .resource-post .player-btn.playing .player,
      .post-listing .post-items .post .player-btn.playing .player {
        display: block; }
    .resource-library .post-items .resource-post .content,
    .resource-library .post-items .post .content,
    .post-listing .post-items .resource-post .content,
    .post-listing .post-items .post .content {
      background-color: #FFF;
      padding: 1.19rem 1.81rem 1.75rem;
      height: 100%; }
    .resource-library .post-items .resource-post h2,
    .resource-library .post-items .post h2,
    .post-listing .post-items .resource-post h2,
    .post-listing .post-items .post h2 {
      color: var(--Lavendar, #792B88);
      font-size: 1.25rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase; }
    .resource-library .post-items .resource-post p,
    .resource-library .post-items .post p,
    .post-listing .post-items .resource-post p,
    .post-listing .post-items .post p {
      color: #31012F;
      font-size: 1.125rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.333; }
    .resource-library .post-items .resource-post .arrow,
    .resource-library .post-items .post .arrow,
    .post-listing .post-items .resource-post .arrow,
    .post-listing .post-items .post .arrow {
      margin-top: 2.19rem;
      display: block;
      width: 2.6875rem;
      height: 0.875rem;
      background-image: url("/wp-content/themes/divi-child/assets/images/icon-long-arrow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
  .resource-library .post-items .post .content,
  .post-listing .post-items .post .content {
    background-color: #EBEAEB; }

.footer-newsletter .et_pb_text_inner > h2 {
  font-size: 35px !important;
  margin-bottom: 0.5rem; }

.footer-newsletter .gform_wrapper .gform-body input[type='email'] {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  background-color: #6d5170;
  color: #FFFFFF !important;
  appearance: none;
  padding: 28px 4% !important;
  border: 1px solid #bbb; }
  .footer-newsletter .gform_wrapper .gform-body input[type='email']:focus {
    background-color: #FFFFFF !important;
    color: #432147 !important; }

.footer-newsletter .gform_wrapper .gform-body input[type='submit'] {
  line-height: 31px !important;
  padding-right: 1em !important;
  padding-left: 1em !important;
  background-color: #FF6D0E !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  color: #FFFFFF !important;
  border-radius: 50px !important;
  letter-spacing: 3px !important;
  font-size: 18px !important;
  transition: color 300ms ease 0ms, background-color 300ms ease 0ms;
  border-width: 0px !important;
  font-weight: bold !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: block !important;
  width: 100% !important;
  text-align: center !important; }

.footer-newsletter .gform_wrapper .gform_footer input[type='submit'] {
  line-height: 31px !important;
  padding-right: 1em !important;
  padding-left: 1em !important;
  background-color: #FF6D0E !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  color: #FFFFFF !important;
  border-radius: 50px !important;
  letter-spacing: 3px !important;
  font-size: 18px !important;
  transition: color 300ms ease 0ms, background-color 300ms ease 0ms;
  border-width: 0px !important;
  font-weight: bold !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: block !important;
  width: 100% !important;
  text-align: center !important; }

.footer-newsletter .gform_confirmation_message {
  color: #FFF !important; }

.news-events-newsletter {
  padding: 25px;
  border-radius: 5px; }
  .news-events-newsletter.et_pb_module.et_pb_text {
    margin-left: 0 !important; }
  .news-events-newsletter .et_pb_text_inner > h2 {
    font-size: 25px !important;
    margin-bottom: 0.5rem; }
  .news-events-newsletter .gform_wrapper .gform-body input[type='email'] {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    background-color: #fff;
    color: #FFFFFF !important;
    appearance: none;
    padding: 28px 4% !important;
    border: 1px solid #bbb; }
    .news-events-newsletter .gform_wrapper .gform-body input[type='email']:focus {
      background-color: #FFFFFF !important;
      color: #432147 !important; }
    .news-events-newsletter .gform_wrapper .gform-body input[type='email']::placeholder {
      color: #432147; }
  .news-events-newsletter .gform_wrapper .gform-body input[type='submit'] {
    line-height: 31px !important;
    padding-right: 1em !important;
    padding-left: 1em !important;
    background-color: #FF6D0E !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    color: #FFFFFF !important;
    border-radius: 50px !important;
    letter-spacing: 3px !important;
    font-size: 18px !important;
    transition: color 300ms ease 0ms, background-color 300ms ease 0ms;
    border-width: 0px !important;
    font-weight: bold !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important; }
  .news-events-newsletter .gform_confirmation_message {
    color: #432147 !important; }
