.tab-content-d__pc-if-overlay, .tab-content-d.layout-boxed .tab-content-d__cell, .photo-content-d__acc.theme-liquid-glass, .photo-content-d__bgi, .banner-c__bg-img, .background-d__default, .resources__item-img {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover;
}

.background-d__default {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.slider-wi__item-content > p {
  font-family: var(--font-text);
  font-size: 18px;
  font-weight: 300;
}

.footer ul.footer__submenu > li > a {
  font-family: var(--font-text);
  font-size: 13px;
  font-weight: 400;
}

.photo-content-d__acc-title {
  font-family: var(--font-text);
  font-size: 18px;
  font-weight: 400;
}

.footer__menu-link.pointer-events-none {
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 600;
}

.checklist__title {
  font-family: var(--font-title);
  font-size: 18px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .checklist__title {
    font-size: 22px;
  }
}

.error-p__title {
  font-family: var(--font-title);
  font-size: 47px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .error-p__title {
    font-size: 51px;
  }
}
@media screen and (min-width: 1080px) {
  .error-p__title {
    font-size: 55px;
  }
}

.photo-content-d__title {
  font-family: var(--font-title);
  font-size: 28px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .photo-content-d__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1080px) {
  .photo-content-d__title {
    font-size: 36px;
  }
}

.tab-content-d__pc-title {
  font-family: var(--font-title);
  font-size: 32px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .tab-content-d__pc-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1080px) {
  .tab-content-d__pc-title {
    font-size: 40px;
  }
}

.hero-d__title {
  font-family: var(--font-title);
  font-size: 28px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .hero-d__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1080px) {
  .hero-d__title {
    font-size: 36px;
  }
}

.banner-c__title {
  font-family: var(--font-title);
  font-size: 48px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .banner-c__title {
    font-size: 50px;
  }
}
@media screen and (min-width: 1080px) {
  .banner-c__title {
    font-size: 60px;
  }
}

.o-ac-c1__text {
  display: -webkit-box;
  height: 8.4rem;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .o-ac-c1__text {
    height: 5.3rem;
  }
}

.o-bl-c2__text {
  display: -webkit-box;
  height: 6.3rem;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .o-bl-c2__text {
    height: 5.3rem;
  }
}

.o-cc-q-c1 > div > div {
  display: -webkit-box;
  height: 5.2rem;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.o-sli-ca-s1 {
  align-items: flex-start;
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  height: 100%;
  width: 100%;
}
.o-sli-ca-s1__quote {
  color: var(--color-light-purple-3);
  display: block;
  flex-shrink: 0;
  height: 2.4rem;
  width: 2.8rem;
}
.o-sli-ca-s1__quote svg {
  display: block;
  height: 100%;
  width: 100%;
}
.o-sli-ca-s1__text {
  color: var(--color-gray-dark);
  font-family: var(--font-primary);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  width: 100%;
}
.o-sli-ca-s1__title {
  color: var(--color-dark-green);
  font-family: var(--font-primary);
  width: 100%;
}
.o-sli-ca-s1__footer {
  align-items: center;
  column-gap: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  row-gap: 1.6rem;
  width: 100%;
}
.o-sli-ca-s1__author {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  min-width: 0;
}
.o-sli-ca-s1__author-name {
  color: var(--color-dark-green);
  font-family: var(--font-primary);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
}
.o-sli-ca-s1__author-designation {
  color: var(--color-gray-dark);
  font-family: var(--font-primary);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0;
  opacity: 0.5;
}
.o-sli-ca-s1__rating {
  align-items: center;
  column-gap: 0.4rem;
  display: flex;
  flex-shrink: 0;
  height: 1.8rem;
}
.o-sli-ca-s1__star {
  display: block;
  flex-shrink: 0;
  height: 1.8rem;
  width: 1.8rem;
}
.o-sli-ca-s1__star.is-full {
  color: var(--color-yellow);
}
.o-sli-ca-s1__star.is-empty {
  color: var(--color-gray-light-2);
}

.o-sm-il:hover .o-sm-il__title svg {
  right: -1rem;
}
.o-sm-il__title svg {
  transition: right 0.3s ease 0s;
}

.checklist ul {
  margin-left: 0;
  margin-bottom: 0;
}
.checklist ul li {
  list-style: none;
  margin-bottom: 2.5rem;
  min-height: 3.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .checklist ul li {
    text-align: left;
  }
}
.checklist ul li a {
  color: #023637;
  font: inherit;
  text-decoration: underline;
  transition: color 0.4s ease;
}
.checklist ul li::before {
  background-image: url("../../assets/images/list-teal-circle.svg");
  content: "";
  display: block;
  float: left;
  height: 2.2rem;
  margin-right: 1.5rem;
  margin-top: -0.2rem;
  position: relative;
  transform: translateY(50%);
  width: 2.2rem;
}
@media screen and (max-width: 767px) {
  .checklist ul li::before {
    margin-top: -0.5rem;
  }
}
.checklist ul li:last-child {
  margin-bottom: 0;
}
.sm-nav .column-content-cb .checklist {
  column-count: 1;
}
.sm-nav .checklist {
  column-count: 2;
}
.checklist .title {
  margin-bottom: 0;
}
.checklist--icon-list ul {
  margin: 0;
}
.checklist--icon-list ul li {
  margin-bottom: 2.5rem;
}
.checklist--icon-list ul li::before {
  display: none;
}
.checklist__content {
  padding-left: 1rem;
}
.checklist--icon-align-top .checklist__icon, .checklist--icon-align-top.align-middle .checklist__icon {
  align-self: flex-start;
}
.checklist__title {
  margin-bottom: 0;
}
.checklist--indent ul {
  padding-left: 2rem;
}

.hero-d {
  padding: 9.5rem 0;
}
@media screen and (max-width: 809px) {
  .hero-d {
    padding: 5rem 0;
  }
}
.hero-d.white .hero-d__title {
  color: #E77D42;
}
.hero-d.white .hero-d__title:before {
  background-color: #E77D42;
  width: 23rem;
}
.hero-d.white .hero-d__content {
  padding-right: 2.5rem;
}
@media screen and (max-width: 1079px) {
  .hero-d.white .hero-d__content {
    padding-right: 10rem;
  }
}
@media screen and (max-width: 809px) {
  .hero-d.white .hero-d__content {
    flex: 0 1 auto;
    padding-right: 0;
    text-align: center;
  }
}
.hero-d.white .hero-d__text p {
  color: #121212;
}
.hero-d__row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0 auto;
  max-width: 90rem;
}
.hero-d__content {
  flex: 1 1 0;
  padding-right: 10rem;
}
@media screen and (max-width: 809px) {
  .hero-d__content {
    flex: 0 1 auto;
    padding-right: 0;
    text-align: center;
  }
}
.hero-d__title {
  color: var(--color-white);
  line-height: 1.2;
  margin-bottom: 2.5rem;
  margin-top: 0;
  padding-bottom: 2.5rem;
  position: relative;
}
.hero-d__title:before {
  background-color: var(--color-white);
  content: "";
  bottom: 0;
  height: 2px;
  left: 0;
  position: absolute;
  width: 88px;
}
@media screen and (max-width: 809px) {
  .hero-d__title:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero-d__text p {
  color: var(--color-white);
}
.hero-d__link {
  flex: 0 0 auto;
  position: relative;
}
@media screen and (max-width: 809px) {
  .hero-d__link {
    margin: 5rem auto 0;
  }
}
.hero-d__link a {
  bottom: 0;
  left: 50%;
  min-width: 15rem;
  position: absolute;
  text-align: center;
  width: 100%;
  transform: translateX(-50%);
}

.footer {
  background-color: var(--color-light-purple);
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.footer p,
.footer a {
  color: var(--color-dark-purple-1);
  font-size: 12px;
  font-weight: 400;
}
.footer__grid {
  max-width: 1200px;
  padding-bottom: 4rem;
}
.footer__cta {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1080px) {
  .footer__cta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
  }
}
.footer__cta .column-content-cb__grid,
.footer__cta .photo-content-d__grid {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 1079px) {
  .footer__menu {
    margin-top: 1rem;
  }
}
.footer__menu ul {
  font-size: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: center;
}
.footer__menu ul li {
  color: var(--color-white);
  list-style-type: none;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  margin: 0 1rem;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .footer__menu ul li:first-child::before {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .footer__menu ul li {
    margin: 0 0 2rem;
    padding: 0;
    text-align: center;
  }
}
.footer__menu ul li:first-child {
  margin-left: 0;
}
.footer__menu ul li:last-child {
  margin-right: 0;
}
.footer__menu ul li a {
  color: inherit;
  font: inherit;
}
.footer__menu ul li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1079px) {
  .footer__menu-items {
    text-align: center;
    justify-content: center;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu-items {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.footer__menu-items > ul {
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 1079px) {
  .footer__menu-items > ul {
    justify-content: center;
  }
}
.footer__menu-item {
  margin-bottom: 0;
  width: 25%;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 1079px) {
  .footer__menu-item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__menu-item {
    max-width: 100%;
    width: auto;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu-item {
    margin-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left;
    width: 100%;
  }
  .footer__menu-item:last-child {
    margin-bottom: 0;
  }
}
.footer__menu-item > a {
  color: #023637;
  transition: opacity 0.3s ease;
}
.footer__menu-item > a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.footer__menu-link.pointer-events-none {
  display: block;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 1079px) {
  .footer__menu-link.pointer-events-none {
    text-align: center;
  }
}
.footer__wrap-grid {
  border-top: 1px solid var(--color-light-purple-2);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .footer__logo {
    max-width: 100%;
    width: auto;
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 1079px) {
  .footer__logo {
    justify-content: center;
    text-align: center;
    margin-bottom: 3rem;
  }
}
.footer__logo img {
  max-width: 4rem;
}
@media screen and (max-width: 1079px) {
  .footer__logo p {
    display: block;
  }
}
.footer__social {
  text-align: center;
}
.footer__social ul li {
  margin-right: 1.5rem;
}
.footer__social ul li:last-child {
  margin: 0;
}
.footer__social ul li a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer__social ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1079px) {
  .footer__nav {
    text-align: center;
  }
}
.footer__nav ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 3rem;
}
.footer__nav ul li:last-child {
  margin-right: 0;
}
.footer__nav ul li a {
  font-weight: 400;
}
.footer__nav ul li a:hover {
  text-decoration: none;
}
.footer ul.footer__submenu {
  list-style: none;
  margin: 1.7rem 0 0;
  text-align: left;
}
@media screen and (max-width: 1079px) {
  .footer ul.footer__submenu {
    margin: 0.8rem 0 0;
  }
}
.footer ul.footer__submenu > li {
  line-height: 1;
  margin-bottom: 1.4rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
@media screen and (max-width: 1079px) {
  .footer ul.footer__submenu > li {
    margin-bottom: 0.8rem;
  }
}
.footer ul.footer__submenu > li:last-child {
  margin-bottom: 0;
}
.footer ul.footer__submenu > li > a {
  color: inherit;
  opacity: 0.75;
  transition: opacity 0.3s ease;
}
.footer ul.footer__submenu > li > a:hover {
  opacity: 1;
  text-decoration: none;
}
.footer__row--form {
  justify-content: center;
}
.footer__form {
  gap: 2rem;
  margin: 0;
  text-align: center;
}
.footer__form p {
  font-family: var(--font-helvena-grotesk);
  font-weight: 400;
  font-size: 14px;
  color: var(--color-dark-purple-1);
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .footer__form p {
    white-space: nowrap;
  }
}
.footer__form p span {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
  max-width: 97%;
}
.footer__form input[type=text],
.footer__form input[type=email] {
  border: 0;
  font-size: 14px;
  padding: 1.2rem 1.8rem;
  width: 100%;
}
.footer__form-intro {
  margin-right: 1.2rem;
}
.footer__form .wpcf7-submit {
  cursor: pointer;
  color: var(--color-dark-purple-1);
  transition: opacity 0.3s ease;
}
.footer__form .wpcf7-submit:hover {
  text-decoration: none;
  opacity: 0.7;
}
.footer__form .footer__cf7 {
  background-color: transparent;
  border-radius: 999px;
  border: 0.5px solid rgba(86, 84, 84, 0.6);
  font-family: var(--font-helvena-grotesk);
  padding-right: 2.8rem;
  width: 310px;
}
.footer__w-full {
  gap: 3rem;
}

.error-p {
  background-color: var(--color-black);
}
.error-p__content {
  padding: 16rem 0;
}
@media screen and (max-width: 809px) {
  .error-p__link .btn {
    min-width: 0;
  }
}
.error-p__title {
  color: var(--color-white);
  margin-bottom: 3.3rem;
  margin-top: 1rem;
}
@media screen and (max-width: 809px) {
  .error-p__title {
    font-weight: 600;
    font-size: 2.7rem;
  }
}

.single blockquote {
  border-left: 2px solid #023637;
  margin-left: 4rem;
}
.single blockquote p {
  color: #3f3f3f;
}

.resources__aside {
  position: relative;
  z-index: 3;
}
.resources__aside-title {
  color: #f14f57;
  font-family: var(--font-title);
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-align: right;
}
@media screen and (max-width: 809px) {
  .resources__aside-title {
    text-align: left;
  }
}
.resources__aside-categories div {
  border: 0.1rem solid #000;
  color: #000;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 1.5rem 2rem;
  position: relative;
}
.resources__aside-categories div:before {
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #000;
  content: "";
  height: 0;
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.resources__aside-categories li {
  color: #000;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 3rem;
  text-align: right;
}
@media screen and (max-width: 809px) {
  .resources__aside-categories li {
    text-align: left;
  }
}
.resources__aside-categories li:last-of-type {
  margin-bottom: 0;
}
.resources__aside-categories li a {
  color: inherit;
  font: inherit;
}
.resources__aside-categories--active div:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.resources__aside-categories--mobile {
  margin-bottom: 4.5rem;
  position: relative;
  z-index: 2;
}
.resources__aside-categories--mobile ul {
  background-color: #fff;
  border: 0.1rem solid #000;
  border-top: 0;
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
.resources__aside-categories--mobile li {
  border-bottom: 0.1rem solid #000;
  margin-bottom: 0;
}
.resources__aside-categories--mobile li a {
  display: block;
  padding: 1.5rem 2rem;
}
.resources__aside-categories--mobile li:last-of-type {
  border-bottom: 0;
}
.resources__items {
  padding-left: 4.5rem;
}
@media screen and (max-width: 809px) {
  .resources__items {
    padding-left: 0;
  }
}
.resources__items > .grid-x {
  margin-left: -2.2rem;
  width: calc(100% + 4.4rem);
}
@media screen and (max-width: 809px) {
  .resources__items > .grid-x {
    margin-left: 0;
    width: 100%;
  }
}
.resources__item {
  margin-bottom: 4.5rem;
  padding: 0 2.2rem;
}
@media screen and (max-width: 809px) {
  .resources__item {
    padding: 0;
  }
  .resources__item:last-child {
    margin-bottom: 0;
  }
}
.resources__item-wrapper {
  box-shadow: 0.3rem 0.3rem 1.5rem rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.resources__item-img {
  height: 18.5rem;
  width: 100%;
}
@media screen and (max-width: 809px) {
  .resources__item-img {
    height: 16.5rem;
  }
}
.resources__item-content {
  padding: 3rem 2.5rem;
}
.resources__item-category {
  color: #f6416c;
  font-family: var(--font-title);
  font-size: 1rem;
  letter-spacing: 0.3rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.resources__item-title {
  color: #000;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.resources__item-text {
  display: -webkit-box;
  height: 8.4rem;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.resources__item-text p {
  font-size: 1.4rem;
}
.resources__pagination {
  text-align: center;
}
@media screen and (max-width: 809px) {
  .resources.-b {
    padding: 5rem 0 10rem;
  }
}

.page-numbers {
  background-color: #d8d8d8;
  color: var(--color-black);
  display: inline-block;
  font-family: var(--font-title);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0.4rem;
  padding: 1.25rem 1.5rem;
}
.page-numbers:hover {
  background-color: #023637;
  color: var(--color-white);
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.page-numbers:hover.current {
  background-color: #023637;
  color: var(--color-white);
}
.page-numbers.current {
  color: var(--color-white);
  background-color: #023637;
}

.archive main {
  margin-bottom: 16rem;
}

.archive-category__cat {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .archive-category__cat-list > div {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .archive-category__cat-list > div {
    border: 0.1rem solid #000;
    color: #000;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 1.5rem 2rem;
    position: relative;
  }
  .archive-category__cat-list > div:before {
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.5rem solid #000;
    content: "";
    height: 0;
    position: absolute;
    right: 2rem;
    top: 50%;
    width: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.archive-category__cat-list ul {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .archive-category__cat-list ul li {
    color: #000;
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 3rem;
  }
  .archive-category__cat-list ul li:last-of-type {
    margin-bottom: 0;
  }
  .archive-category__cat-list ul li a {
    color: inherit;
    font: inherit;
  }
}
@media screen and (max-width: 767px) {
  .archive-category__cat-list ul li {
    color: #000;
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 3rem;
  }
  .archive-category__cat-list ul li:last-of-type {
    margin-bottom: 0;
  }
  .archive-category__cat-list ul li a {
    color: inherit;
    font: inherit;
  }
}
@media screen and (min-width: 768px) {
  .archive-category__post {
    padding-left: 4.5rem;
  }
}

.background-d__default:nth-child(9) {
  z-index: 1;
  position: absolute;
}
.background-d__default:nth-child(8) {
  z-index: 2;
  position: absolute;
}
.background-d__default:nth-child(7) {
  z-index: 3;
  position: absolute;
}
.background-d__default:nth-child(6) {
  z-index: 4;
  position: absolute;
}
.background-d__default:nth-child(5) {
  z-index: 5;
  position: absolute;
}
.background-d__default:nth-child(4) {
  z-index: 6;
  position: absolute;
}
.background-d__default:nth-child(3) {
  z-index: 7;
  position: absolute;
}
.background-d__default:nth-child(2) {
  z-index: 8;
  position: absolute;
}
.background-d__default:nth-child(1) {
  z-index: 9;
  position: absolute;
}

.background-d {
  position: relative;
}
.background-d > section,
.background-d > * {
  position: relative;
  z-index: 10;
}
.background-d.grid-container .column-content-cb__grid,
.background-d.grid-container .photo-content-d__grid {
  max-width: none;
  width: 100%;
}
.background-d__default {
  overflow: hidden;
}

.banner-c {
  height: 85vh;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .banner-c.height-50 {
    height: 50vh;
  }
  .banner-c.height-60 {
    height: 60vh;
  }
  .banner-c.height-70 {
    height: 70vh;
  }
  .banner-c.height-80 {
    height: 80vh;
  }
  .banner-c.height-90 {
    height: 90vh;
  }
  .banner-c.height-100 {
    height: 100vh;
  }
}
@media screen and (max-width: 1079px) {
  .banner-c {
    height: 65vh;
  }
}
@media screen and (max-width: 1079px) and (max-height: 1366px) {
  .banner-c {
    height: 55vh;
  }
}
@media screen and (max-width: 1079px) and (max-height: 768px) {
  .banner-c {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) and (max-height: 1024px) {
  .banner-c {
    height: 55vh;
  }
}
.banner-c.height-auto {
  height: auto;
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  .banner-c.height-auto {
    padding: 10rem 0;
  }
}
.single-resources .banner-c {
  height: auto;
  margin-left: -25%;
  margin-right: -25%;
  padding: 4rem 0;
}
@media screen and (max-width: 1279px) {
  .single-resources .banner-c {
    margin-left: -4.34%;
    margin-right: -4.34%;
    min-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .single-resources .banner-c {
    margin-left: 0;
    margin-right: 0;
    padding: 4rem 2rem;
  }
}
.banner-c.content-max-width-375 .banner-c__desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5rem;
}
@media screen and (min-width: 1080px) {
  .banner-c.content-width-50p .banner-c__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
  }
}
.banner-c.title-font-size-48 .banner-c__title {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .banner-c.title-font-size-48 .banner-c__title {
    font-size: 4rem;
  }
}
.banner-c.title-max-width-700 .banner-c__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
}
.banner-c.title-max-width-800 .banner-c__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
}
.banner-c__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner-c__bg-img {
  background-position: center bottom !important;
  background-size: cover !important;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 912px) {
  .banner-c__bg-img {
    background-position: right bottom !important;
  }
}
.banner-c__grid {
  height: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1079px) {
  .banner-c__grid {
    height: 80%;
  }
}
@media screen and (max-width: 912px) {
  .banner-c__grid {
    height: 50%;
  }
}
.banner-c__contentbox {
  text-align: center;
}
@media screen and (max-width: 912px) {
  .single-resources .banner-c__contentbox {
    padding: 0 10rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-c__contentbox {
    padding: 5rem 0 0;
  }
  .single-resources .banner-c__contentbox {
    padding: 0 5rem 0;
  }
}
.banner-c__top-title {
  font-family: var(--font-title);
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.banner-c__top-title.white {
  color: #fff;
}
.banner-c__title {
  color: var(--color-white);
  line-height: 1.2;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1079px) {
  .banner-c__title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-c__title {
    font-size: 2rem;
  }
}
.banner-c__title.white {
  color: #fff;
}
.page-template-page-resources .banner-c__title {
  text-transform: uppercase;
}
.tax-resources-category .banner-c__title {
  margin-bottom: 0;
}
.single-resources .banner-c__title {
  font-size: 4.8rem;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .single-resources .banner-c__title {
    font-size: 2.8rem;
  }
}
.banner-c__subtitle {
  font-family: var(--font-title);
  font-size: 2.2rem;
  color: var(--color-white);
  margin-bottom: 5rem;
}
.banner-c__subtitle.white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .banner-c__subtitle {
    font-size: 1.8rem;
  }
}
.banner-c__desc {
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .banner-c__desc p.with-desc {
    width: 58% !important;
  }
}
@media screen and (max-width: 1440px) {
  .banner-c__desc p.with-desc {
    width: 69% !important;
  }
}
@media screen and (max-width: 1300px) {
  .banner-c__desc p.with-desc {
    width: 77% !important;
  }
}
@media screen and (max-width: 820px) {
  .banner-c__desc p.with-desc {
    width: 70% !important;
  }
}
@media screen and (max-width: 767px) {
  .banner-c__desc p.with-desc {
    width: 100% !important;
  }
}
.banner-c__social {
  margin-top: 3.5rem;
}
.banner-c__social li {
  display: inline-block;
  margin-right: 1.5rem;
}
.banner-c__social li:last-of-type {
  margin-right: 0;
}
.banner-c__social li svg {
  color: #fff;
  font-size: 1.6rem;
}
.banner-c__pod-content {
  padding-left: 4.5rem;
}
@media screen and (max-width: 767px) {
  .banner-c__pod-content {
    padding-left: 0;
  }
}
.banner-c__pod-title {
  color: #fff;
  font-family: var(--font-title);
  font-size: 4.8rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.banner-c__pod-text {
  margin-top: 1rem;
}
.banner-c__pod-text p {
  color: #fff;
  font-size: 1.6rem;
}
.banner-c__pod-listen {
  margin-top: 2rem;
}
.banner-c__pod-listen span {
  color: #fff;
  font-family: var(--font-title);
  font-size: 1.6rem;
  line-height: 1.2;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .banner-c__pod-listen span {
    display: block;
    margin-bottom: 0.5rem;
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .banner-c__pod-listen ul {
    width: 100%;
  }
}
.banner-c__pod-listen li {
  display: inline-block;
  margin-right: 2rem;
}
.banner-c__pod-listen li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .banner-c__pod-img {
    margin-top: 3rem;
    text-align: center;
  }
}

.column-content-cb .photo-content-d__grid {
  max-width: none;
}
.column-content-cb.align-items-center .column-content-cb__row-grid {
  align-items: center;
  justify-content: center;
}
.column-content-cb.align-items-end .column-content-cb__row-grid {
  align-items: flex-end;
  justify-content: center;
}
.column-content-cb.align-justify .column-content-cb__row-grid {
  justify-content: space-between;
}
.column-content-cb__content-wrapper {
  height: 100%;
  position: relative;
}
.column-content-cb__content .title {
  margin-bottom: 0;
}

.icon-content__text p {
  margin-bottom: 1rem;
}
.icon-content__text p:last-child {
  margin-bottom: 0;
}
.icon-content__text ul.social {
  margin-left: 0;
}
.icon-content__text ul.social li {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  margin-right: 1rem;
}
.icon-content__text ul.social li:last-child {
  margin-right: 0;
}
.icon-content__text ul.social li .invisible {
  pointer-events: none;
  position: absolute;
}

.intro-content-d.layout-quote .intro-content-d__cell {
  padding: 9rem 12.4%;
}
@media screen and (max-width: 767px) {
  .intro-content-d.layout-quote .intro-content-d__cell {
    padding: 5rem 10%;
  }
}
.intro-content-d__cell > *:not(.flexspace) {
  margin-bottom: 0;
}

.photo-content-d.fill-image-into-container .photo-content-d__img img {
  width: 100% !important;
}
@media screen and (min-width: 1280px) {
  .photo-content-d.media-half-bleed {
    position: relative;
  }
  .photo-content-d.media-half-bleed .photo-content-d__media {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.photo-content-d.stretch .photo-content-d__content {
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .photo-content-d.stretch .photo-content-d__content {
    height: auto;
  }
}
.photo-content-d.stretch .photo-content-d__content .background-d {
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .photo-content-d.stretch .photo-content-d__content .background-d {
    height: auto;
  }
}
.photo-content-d.content-align-middle .photo-content-d__content {
  align-content: center;
}
@media screen and (max-width: 1079px) {
  .photo-content-d__img {
    text-align: center;
  }
}
.photo-content-d__img.accordion-image-switch {
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in, visibility 0.5s ease-in;
  visibility: hidden;
}
.photo-content-d__img.accordion-image-switch.active {
  opacity: 1;
  position: relative;
  visibility: visible;
}
.photo-content-d__media > *:not(.flexspace) {
  margin-bottom: 0 !important;
}
.photo-content-d__media .flexspace {
  margin-bottom: 0;
}
.photo-content-d__media video {
  max-width: 100%;
}
.photo-content-d__bgi {
  min-height: 55rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1079px) {
  .photo-content-d__bgi {
    min-height: 45rem;
  }
}
@media screen and (max-width: 809px) {
  .photo-content-d__bgi {
    min-height: 35rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 810px) {
  .photo-content-d__mil {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 809px) {
  .photo-content-d__mil {
    order: 1;
    padding-left: 1rem;
    margin-bottom: 2rem;
  }
  .photo-content-d__mil:first-child {
    margin-bottom: 0;
  }
  .photo-content-d__mil:last-child {
    margin-bottom: 2rem;
  }
}
.photo-content-d__mil.col-2 .photo-content-d__mil-col {
  width: 50%;
}
.photo-content-d__mil-row {
  margin-left: -1.7rem;
  margin-right: -1.7rem;
}
.photo-content-d__mil-col {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}
@media screen and (max-width: 767px) {
  .photo-content-d__content {
    text-align: center;
  }
}
.photo-content-d__content > *:not(.flexspace) {
  margin-bottom: 0 !important;
}
.photo-content-d__content .flexspace {
  margin-bottom: 0;
}
.photo-content-d__form {
  margin-top: 2rem;
}
.photo-content-d__form .wpcf7 {
  max-width: 60rem;
}
.photo-content-d__form .wpcf7 form {
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  border: 0.5px solid var(--color-white);
  border-radius: 999px;
  display: flex;
  padding: 0;
  box-shadow: 0 10px 45px rgba(0, 0, 0, 0.05);
}
.photo-content-d__form .wpcf7 form > p {
  display: flex;
  margin-bottom: 0;
}
.photo-content-d__form .wpcf7 .wpcf7-form-control-wrap {
  flex: 1 1 auto;
  margin-bottom: 0;
}
.photo-content-d__form .wpcf7 input[type=email],
.photo-content-d__form .wpcf7 input[type=text] {
  background: transparent;
  border: 0;
  color: var(--color-primary);
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 1.4rem 2.4rem;
  width: 100%;
}
.photo-content-d__form .wpcf7 input[type=email]::placeholder,
.photo-content-d__form .wpcf7 input[type=text]::placeholder {
  color: var(--color-primary);
  opacity: 1;
}
.photo-content-d__form .wpcf7 input[type=submit] {
  background: var(--color-green-2);
  border: 0;
  border-radius: 999px;
  color: var(--color-white);
  font-size: 1.5rem;
  line-height: 1;
  padding: 1.5rem 2.5rem;
  transition: background 0.3s ease;
  white-space: nowrap;
}
.photo-content-d__form .wpcf7 input[type=submit]:hover {
  background: var(--color-primary-dark);
}
@media screen and (max-width: 767px) {
  .photo-content-d__form .wpcf7 {
    max-width: 100%;
  }
  .photo-content-d__form .wpcf7 form {
    border-radius: 2.4rem;
    flex-wrap: wrap;
  }
  .photo-content-d__form .wpcf7 input[type=email],
  .photo-content-d__form .wpcf7 input[type=text] {
    font-size: 2rem;
    padding: 1.2rem 1.8rem;
  }
  .photo-content-d__form .wpcf7 input[type=submit] {
    font-size: 2.2rem;
    margin-top: 0.6rem;
    width: 100%;
  }
}
.photo-content-d .title__strapline {
  margin-bottom: 2rem;
}
.photo-content-d__title {
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .photo-content-d__title {
    text-align: center;
  }
}
.photo-content-d__title.color-text-white {
  color: var(--color-white);
}
@media screen and (max-width: 809px) {
  .photo-content-d__title.font-size-36 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 810px) {
  .photo-content-d__title.font-size-36 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .photo-content-d__title.font-size-36 {
    font-size: 3.6rem;
  }
}
.photo-content-d__border {
  width: 10.5rem;
  height: 3px;
}
@media screen and (max-width: 767px) {
  .photo-content-d__border {
    margin-left: auto;
    margin-right: auto;
  }
}
.photo-content-d__border.color-default {
  background: rgb(0, 188, 0);
  background: linear-gradient(90deg, rgb(0, 188, 0) 0%, rgb(240, 222, 48) 100%);
}
.photo-content-d__border.margin-center {
  margin-left: auto;
  margin-right: auto;
}
.photo-content-d__text {
  position: relative;
}
.photo-content-d__text:hover .photo-content-d__tooltip {
  opacity: 1;
  visibility: visible;
}
.photo-content-d__text.color-text-white li,
.photo-content-d__text.color-text-white p {
  color: var(--color-white);
}
.photo-content-d__text.font-size-24 li,
.photo-content-d__text.font-size-24 p {
  font-size: 2.4rem;
}
@media screen and (max-width: 809px) {
  .photo-content-d__text.font-size-24 li,
  .photo-content-d__text.font-size-24 p {
    font-size: 2.2rem;
  }
}
.photo-content-d__text.margin-bottom-50 {
  margin-bottom: 5rem;
}
.photo-content-d__text.margin-bottom-50:last-child {
  margin-bottom: 0;
}
.photo-content-d__text .button-box {
  margin-top: 2rem;
}
.photo-content-d__text .button-box:first-child {
  margin-top: 0;
}
.photo-content-d__text .button-box > a {
  margin-right: 1.5rem;
}
@media screen and (max-width: 1079px) {
  .photo-content-d__text .button-box > a {
    margin-bottom: 1.5rem;
    margin-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 1079px) {
  .photo-content-d__text .button-box > a {
    display: inline-block;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 809px) {
  .photo-content-d__text .button-box > a {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }
}
.photo-content-d__text .button-box > a.btn-link {
  margin-left: 3rem;
}
@media screen and (max-width: 1079px) {
  .photo-content-d__text .button-box > a.btn-link {
    margin-left: 0;
  }
}
@media screen and (max-width: 1079px) {
  .photo-content-d__text .button-box > a.btn-link {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 809px) {
  .photo-content-d__text .button-box > a.btn-link {
    margin-left: 3rem;
  }
}
.photo-content-d__text .button-box > a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1079px) {
  .photo-content-d__text .button-box > a:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 810px) {
  .photo-content-d__aster {
    position: relative;
  }
}
.photo-content-d__tooltip {
  border-radius: 0.5rem;
  line-height: 0;
  width: 20rem;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
}
.photo-content-d__tooltip.color-text-white .photo-content-d__tooltip-text {
  color: var(--color-white) !important;
}
@media screen and (min-width: 810px) {
  .photo-content-d__tooltip.position-right {
    margin-top: -0.5rem;
    margin-left: 1rem;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }
  .photo-content-d__tooltip.position-right .photo-content-d__tooltip-arrow {
    border-top: 0.6rem solid transparent;
    border-bottom: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    margin-left: 1rem;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 809px) {
  .photo-content-d__tooltip.position-right {
    margin-bottom: 1rem;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.photo-content-d__tooltip-text {
  font-size: 1rem !important;
  line-height: 1;
}
.photo-content-d__tooltip-text:last-of-type {
  margin-bottom: 0;
}
.photo-content-d__tooltip-arrow {
  position: absolute;
}
@media screen and (max-width: 809px) {
  .photo-content-d__tooltip-arrow {
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    border-top: 0.6rem solid transparent;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.photo-content-d__acc.theme-liquid-glass {
  border-radius: 1.6rem;
  padding: 3.5rem;
  transition: background 0.3s ease;
}
.photo-content-d__acc.theme-liquid-glass.disable-accordion .photo-content-d__acc-item {
  margin-bottom: 2rem;
}
.photo-content-d__acc.theme-liquid-glass .photo-content-d__acc-item {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  margin-bottom: 0;
  transition: background 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
}
.photo-content-d__acc.theme-liquid-glass .photo-content-d__acc-item.active {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  border-bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 16px 0 rgba(19, 32, 69, 0.05);
}
.photo-content-d__acc.theme-liquid-glass .photo-content-d__acc-item.active .photo-content-d__acc-title {
  padding: 1.8rem 3.6rem 1.8rem 3.6rem;
}
.photo-content-d__acc.theme-liquid-glass .photo-content-d__acc-item.active .photo-content-d__acc-hidden {
  padding: 0.8rem 3.6rem 1.8rem 3.6rem;
}
.photo-content-d__acc.theme-liquid-glass .photo-content-d__acc-title {
  font-weight: 700;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
.photo-content-d__acc.theme-liquid-glass .photo-content-d__acc-title svg {
  height: 1rem;
  right: 3rem;
  width: 2rem;
}
.photo-content-d__acc.theme-liquid-glass .photo-content-d__acc-title svg path {
  stroke: #023637;
}
.photo-content-d__acc.theme-liquid-glass .photo-content-d__acc-hidden {
  margin-top: -2rem;
  padding-left: 3.6rem;
  padding-right: 5.6rem;
  padding-bottom: 3.6rem;
}
.photo-content-d__acc.theme-liquid-glass .photo-content-d__acc-hidden::before {
  display: none;
}
.photo-content-d__acc-item {
  border-left: 2px solid #023637;
  border-bottom: 2px solid transparent;
  background: #f5f5f5;
  margin-bottom: 2.5rem;
  transition: border-left 0.5s ease, border-bottom 0.5s ease;
}
.photo-content-d__acc-item:last-child {
  margin-bottom: 0;
}
.photo-content-d__acc-item.active {
  border-left: 2px solid transparent;
  border-bottom: 2px solid #023637;
}
.photo-content-d__acc-item.active .photo-content-d__acc-title svg {
  transform: translateY(-50%) rotate(180deg);
}
.disable-accordion .photo-content-d__acc-item {
  margin-bottom: 2rem;
}
.photo-content-d__acc-title {
  color: var(--color-black);
  font-style: normal;
  line-height: normal;
  padding: 1.5rem;
  position: relative;
}
.photo-content-d__acc-title:hover {
  cursor: pointer;
}
.active .photo-content-d__acc-title {
  font-weight: bold;
}
.disable-accordion .photo-content-d__acc-title {
  cursor: default;
}
.photo-content-d__acc-title svg {
  height: 2.2rem;
  width: 2.2rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.photo-content-d__acc-title svg path {
  stroke: var(--color-black);
}
.photo-content-d__acc-hidden {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.photo-content-d__acc-hidden::before {
  background: #f5f5f5;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.photo-content-d__super-title {
  font-family: var(--font-primary);
  font-size: 1.6rem;
  line-height: 1;
}
.photo-content-d .column-content-cb__grid {
  max-width: none;
  width: 100%;
}

.slider-ca__slider {
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}
.w-full .slider-ca__slider {
  padding-left: 0;
  padding-right: 0;
}
.slider-ca__swiper {
  padding-bottom: 2.5rem;
}
.slider-ca__swiper-slide {
  box-shadow: 0 8px 16px 0 rgba(15, 1, 1, 0.1);
  box-sizing: border-box;
  padding: 28px 36px;
}
.slider-ca__swiper-pagination {
  bottom: 0 !important;
}
.slider-ca__swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 6px;
  height: 6px;
  margin-left: 3px !important;
  margin-right: 3px !important;
  opacity: 1;
  vertical-align: middle;
}
.slider-ca__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffc01c;
}
.slider-ca__swiper-button-next, .slider-ca__swiper-button-prev {
  color: transparent;
  width: 11px;
  height: 31px;
  margin-top: -15px;
}
.slider-ca__swiper-button-next svg, .slider-ca__swiper-button-prev svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.slider-ca__swiper-button-next::after, .slider-ca__swiper-button-prev::after {
  display: none;
}
.slider-ca__swiper-button-next {
  right: -3rem;
}
.slider-ca__swiper-button-prev {
  left: -3rem;
}

.slider-wi {
  position: relative;
}
.slider-wi.color-text-white .swiper-button-prev::after,
.slider-wi.color-text-white .swiper-button-next::after {
  color: var(--color-white);
}
.slider-wi.color-text-white .swiper-button-prev svg path,
.slider-wi.color-text-white .swiper-button-next svg path {
  fill: var(--color-white);
}
.slider-wi.color-text-white .swiper-button-prev svg rect,
.slider-wi.color-text-white .swiper-button-next svg rect {
  fill: transparent;
  stroke: var(--color-white);
}
.slider-wi.dark-navigation .swiper-button-prev::after,
.slider-wi.dark-navigation .swiper-button-next::after {
  color: #023637;
}
.slider-wi.dark-navigation .swiper-button-prev svg path,
.slider-wi.dark-navigation .swiper-button-next svg path {
  fill: #023637;
}
.slider-wi.dark-navigation .swiper-button-prev svg rect,
.slider-wi.dark-navigation .swiper-button-next svg rect {
  fill: transparent;
  stroke: #023637;
}
.slider-wi.marquee-swiper .swiper {
  width: 100%;
}
.slider-wi.marquee-swiper .swiper-slide {
  align-items: center;
  display: flex;
  justify-content: center;
  width: auto;
}
.slider-wi.marquee-swiper .swiper-wrapper {
  align-items: center;
  transition-delay: 0ms;
  transition-timing-function: linear;
}
.slider-wi__grid {
  position: relative;
}
.slider-wi__item-container {
  align-items: center;
}
.slider-wi__item-image {
  text-align: center;
}
@media screen and (max-width: 920px) {
  .slider-wi__item-image {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .slider-wi__item-image {
    margin-bottom: 2rem;
  }
}
.slider-wi__item-content {
  border-left: 3px solid #023637;
  padding-left: 5rem;
}
.color-text-white .slider-wi__item-content {
  border-left-color: var(--color-white);
}
.slider-wi__item-content > p {
  color: #023637;
}
.slider-wi__item-content > p span {
  color: inherit;
}
.slider-wi__item-content p,
.slider-wi__item-content strong {
  font-size: 18px !important;
}
.slider-wi__item-content small {
  font-size: 16px;
}
.slider-wi__item-content.color-text-white p {
  color: var(--color-white);
}
@media screen and (max-width: 920px) {
  .slider-wi__item-content {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .slider-wi__item-content {
    border-left: none;
    border-top: 1px solid #202930;
    padding-top: 2rem;
    padding-left: 0;
    margin-bottom: 1rem;
  }
  .slider-wi__item-content p {
    font-size: 20px !important;
  }
}
.slider-wi__item-author {
  margin-top: 3.5rem;
  text-align: right;
}
.slider-wi__item-author strong {
  font-size: 18px;
  font-weight: 800;
}
.slider-wi__item-author-image {
  margin-right: 1.6rem;
}
.slider-wi__item-author-text strong,
.slider-wi__item-author-text small {
  color: #132045;
}
.slider-wi .swiper-pagination {
  text-align: center;
}
.slider-wi .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #023637;
  opacity: 1;
  transition: background 0.3s, border 0.3s;
}
.slider-wi .swiper-pagination .swiper-pagination-bullet-active {
  background: #023637;
  border-color: #023637;
}
.slider-wi .swiper-button-prev,
.slider-wi .swiper-button-next {
  height: 4.8rem;
  margin-top: -9rem;
  top: 50%;
  transform: translateY(50%);
  transition: opacity 0.4s ease;
  width: 4.8rem;
}
.slider-wi .swiper-button-prev::after,
.slider-wi .swiper-button-next::after {
  content: "";
  color: var(--color-black);
  font-size: 2.8rem;
}
.slider-wi .swiper-button-prev:hover,
.slider-wi .swiper-button-next:hover {
  opacity: 0.4;
}
.slider-wi .swiper-button-prev svg,
.slider-wi .swiper-button-next svg {
  fill: none;
}
@media screen and (max-width: 767px) {
  .slider-wi .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .slider-wi .swiper-button-next {
    display: none;
  }
}

.tab-content-d {
  box-sizing: border-box;
}
.tab-content-d.layout-boxed .tab-content-d__cell {
  background-size: cover !important;
  padding: 5rem 8rem;
}
@media screen and (min-width: 1080px) {
  .tab-content-d__header {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
.tab-content-d__header-row {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 1080px) {
  .tab-content-d__header-row {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
}
@media screen and (max-width: 1079px) {
  .tab-content-d__header-row {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1080px) {
  .tab-content-d__header-item {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1079px) {
  .tab-content-d__header-item {
    margin-bottom: 1rem;
  }
  .tab-content-d__header-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .tab-content-d__header-item {
    margin-bottom: 2.3rem;
  }
  .tab-content-d__header-item:last-child {
    margin-bottom: 0;
  }
}
.tab-content-d__header-item > span {
  padding: 0 2rem 0.8rem 2rem;
  opacity: 0.3;
  transition: opacity 0.4s ease 0s;
}
@media screen and (max-width: 1079px) {
  .tab-content-d__header-item > span {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
}
.tab-content-d__header-item > span::after {
  background: #000;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  margin-top: -2px;
  position: absolute;
  top: 100%;
  left: 0;
  transition: background 0.4s ease 0s;
}
@media screen and (max-width: 1079px) {
  .tab-content-d__header-item > span::after {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .tab-content-d__header-item > span {
    min-width: 19.5rem;
  }
}
.tab-content-d__header-item > span span {
  transition: color 0.4s ease 0s, font-weight 0.4s ease 0s;
}
@media screen and (max-width: 1079px) {
  .tab-content-d__header-item > span span {
    font-size: 1.8rem;
  }
}
.tab-content-d__header-item.active > span, .tab-content-d__header-item:hover > span {
  opacity: 1;
}
.tab-content-d__header-item.active > span::after, .tab-content-d__header-item:hover > span::after {
  background: linear-gradient(77deg, #f14f57 22.45%, #ffc01c 84.85%);
}
.tab-content-d__header-item.active > span > span, .tab-content-d__header-item:hover > span > span {
  color: #023637;
}
.tab-content-d__tab-item {
  display: none;
}
.tab-content-d__tab-item.active {
  display: block;
}
@media screen and (min-width: 1080px) {
  .tab-content-d__pc.content-max-width-480 .tab-content-d__pc-content {
    max-width: 48rem;
  }
  .tab-content-d__pc.content-max-width-480 .tab-content-d__pc-media {
    flex: 1 1 0px;
    width: auto;
  }
}
@media screen and (min-width: 1080px) {
  .tab-content-d__pc.content-left .tab-content-d__pc-content {
    padding-right: 5rem;
    order: 1;
  }
  .tab-content-d__pc.content-left .tab-content-d__pc-media {
    order: 2;
  }
}
@media screen and (max-width: 1079px) {
  .tab-content-d__pc.content-left {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1080px) {
  .tab-content-d__pc.content-right .tab-content-d__pc-content {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 767px) {
  .tab-content-d__pc.content-right {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .tab-content-d__pc.mobile-hide-media .tab-content-d__pc-media {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .tab-content-d__pc-content {
    margin-bottom: 3rem;
    text-align: center;
  }
}
.tab-content-d__pc-text .button-box {
  margin-top: 1.5rem;
}
.tab-content-d__pc-text .button-box:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1079px) {
  .tab-content-d__pc-media {
    margin-bottom: 3rem;
    order: 2;
    margin-bottom: 0;
  }
}
.tab-content-d__pc-if.active .tab-content-d__pc-if-overlay {
  z-index: 1;
}
.tab-content-d__pc-if.active .tab-content-d__pc-if-overlay div {
  display: none;
}
.tab-content-d__pc-if.active .tab-content-d__pc-if-video {
  z-index: 2;
}
.tab-content-d__pc-if-overlay > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tab-content-d__pc-if-video iframe,
.tab-content-d__pc-if-video video {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1079px) {
  .tab-content-d__pc-img {
    text-align: center;
  }
}
.tab-content-d__pc-title {
  color: #121212;
}
@media screen and (max-width: 767px) {
  .tab-content-d__pc-title {
    text-align: center;
  }
}
.tab-content-d__pc-title.text-transform-uppercase {
  text-transform: uppercase;
}
@media screen and (max-width: 1079px) {
  .tab-content-d__pc-title-container {
    justify-content: center;
  }
}
.tab-content-d__pc-title-container .tab-content-d__pc-title,
.tab-content-d__pc-title-container img {
  align-self: center;
}
.tab-content-d__pc-title-container img {
  margin-right: 0.5rem;
}
.tab-content-d .column-content-cb__grid,
.tab-content-d .photo-content-d__grid {
  max-width: none;
  width: 100%;
}

@font-face {
  font-family: "Helvena Grotesk";
  font-display: swap;
  font-style: normal;
  src: url("fonts/helvena-grotesk-font/helvena-variable.ttf") format("truetype");
}
@font-face {
  font-family: "Abhaya Libre";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Abhaya_Libre/AbhayaLibre-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Abhaya Libre";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Abhaya_Libre/AbhayaLibre-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Abhaya Libre";
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Abhaya_Libre/AbhayaLibre-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Abhaya Libre";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Abhaya_Libre/AbhayaLibre-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Abhaya Libre";
  font-display: swap;
  font-style: normal;
  font-weight: 800;
  src: url("fonts/Abhaya_Libre/AbhayaLibre-ExtraBold.ttf") format("truetype");
}
/*# sourceMappingURL=../maps/style.css.map */
