/*-----Helpers-----*/
.background-image {
  background-position: center;
  background-size: cover;
}

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

.text-left {
  text-align: left;
}

.unstyled {
  list-style-type: none;
  padding-left: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 1025px) {
  .hide-tablet-landscape-up {
    display: none !important;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0;
}

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

.alignnone {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  line-height: 1.1;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 36px;
}
h2.display {
  font-size: 48px;
}

h3 {
  font-size: 28px;
}
h3.display {
  font-size: 32px;
}

h5 {
  font-size: 24px;
  line-height: 1.5;
}

h6 {
  font-size: 20px;
  font-family: "brisbane", sans-serif;
  font-weight: 700;
  line-height: 1.35;
}

p {
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 34px;
  }
  h2.display {
    font-size: 37px;
  }
  h3 {
    font-size: 28px;
  }
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h2.display {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin-bottom: 1rem;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
  }
  h2.display {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
}
.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
}

.accordion-thumb::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button,
.site-search__submit {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 24px;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.button--primary {
  border-radius: 100px;
  padding: 12px 24px;
  background-color: #0B9BB4;
  border: 1px solid #0B9BB4;
  color: #000000 !important;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}
.button--primary:hover {
  color: #5D5065;
  background-color: #fff;
  border: 1px solid #C9418F;
  transition: all 0.3s ease;
  text-decoration: none;
}
.button--secondary {
  border-radius: 100px;
  padding: 12px 24px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #5D5065;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}
.button--secondary:hover {
  color: #000000;
  background-color: #E3ADCC;
  border: 1px solid #E3ADCC;
  transition: all 0.3s ease;
  text-decoration: none;
}
.button--stretch {
  border-radius: 100px;
  width: auto;
  padding: 12px 24px;
  background-color: #0B9BB4;
  border: 1px solid #fff;
  color: #000000;
  transition: max-width 0.4s ease;
  display: inline-block;
  align-items: center;
  position: relative;
  font-weight: 700;
}
.button--stretch::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4.47998 11.98H19.47' stroke='%235D5065' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.4829 5.98779L19.5199 11.9998L13.4829 18.0118' stroke='%235D5065' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 24px;
  height: 24px;
  opacity: 0;
}
.button--stretch:hover {
  color: #5D5065;
  padding: 12px 150px 12px 24px;
  background-color: #fff;
  border: 1px solid #C9418F;
  transition: padding 0.8s ease;
  text-decoration: none;
}
.button--stretch:hover::after {
  opacity: 1;
}
.button--link {
  transition: all 0.3s ease;
}
.button--link:hover {
  color: #E3ADCC;
  transition: all 0.3s ease;
  text-decoration: none;
}

.services-dropdown {
  position: relative;
  z-index: 5;
  background-color: #00637A;
  width: 100%;
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  padding: 2rem 4.5rem;
  border: 1px solid #fff;
  border-radius: 2rem;
  align-items: center;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}
.services-dropdown .label {
  width: calc(50% - 2rem);
}
.services-dropdown .label h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 0;
  text-align: center;
}
.services-dropdown .menu {
  width: calc(50% - 2rem);
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
}
.services-dropdown .menu__input {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.services-dropdown .menu__input .text {
  background-color: #fff;
  padding: 0.75rem 1.75rem;
  border-radius: 50px;
  display: inline-flex;
  justify-content: space-between;
  column-gap: 1rem;
  align-items: center;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  width: 100%;
}
.services-dropdown .menu__input .text:hover {
  border: 1px solid #C9418F;
  transition: all 0.3s ease;
}
.services-dropdown .menu__input .text .caret svg {
  transform: rotate(0deg);
}
.services-dropdown .menu__input.active .text {
  border: 1px solid #C9418F;
}
.services-dropdown .menu__input.active .caret svg {
  transform: rotate(180deg);
}
.services-dropdown .menu__input.active .caret svg * {
  fill: #C9418F;
}
.services-dropdown .menu .button {
  min-width: 121px;
}
.services-dropdown #dropdown-menu {
  background-color: white;
  list-style: none;
  width: 95%;
  padding-top: 1rem;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  top: 65px;
  z-index: 1;
  text-align: left;
  display: none;
  overflow: hidden;
}
.services-dropdown #dropdown-menu li {
  padding: 0.75rem 1.5rem;
}
.services-dropdown #dropdown-menu li.dd-button {
  background-color: #C9418F;
  color: #fff;
  padding-bottom: 0.75rem;
  font-weight: 700;
}
.services-dropdown #dropdown-menu li.dd-button a:hover {
  color: #B9CE33;
}
.services-dropdown #dropdown-menu li a {
  transition: all 0.3s ease;
}
.services-dropdown #dropdown-menu li a:hover {
  color: #C9418F;
  transition: all 0.3s ease;
  text-decoration: none;
}
.services-dropdown #dropdown-menu.active {
  display: inline-block;
}
.services-dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5px;
  height: calc(100% - 2rem);
  background-color: #fff;
}
@media (max-width: 1260px) {
  .services-dropdown {
    max-width: 92%;
    row-gap: 1rem;
  }
  .services-dropdown .label h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .services-dropdown {
    flex-direction: column;
    padding: 1.5rem 2rem;
  }
  .services-dropdown .label,
  .services-dropdown .menu {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .services-dropdown .menu__input {
    width: 60%;
  }
  .services-dropdown::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .services-dropdown {
    padding: 1.5rem;
  }
  .services-dropdown .label h2 {
    font-size: 27px;
  }
  .services-dropdown #dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
  .services-dropdown .menu {
    flex-direction: column-reverse;
    row-gap: 1rem;
    min-width: 300px;
  }
  .services-dropdown .menu__input {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .services-dropdown .label h2 {
    font-size: 24px;
  }
  .services-dropdown .menu__input {
    width: 100%;
    justify-content: center;
  }
  .services-dropdown .menu__input .text {
    column-gap: 3rem;
    padding: 0.5rem 1.25rem;
  }
}

/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper li {
  list-style-type: none;
  padding-right: 0 !important;
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper textarea,
.gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "brisbane", sans-serif;
  display: block !important;
  padding: 10px !important;
  width: 100% !important;
  border: none;
  border-radius: 4px;
  margin-top: 15px !important;
}
.gform_wrapper .gform_fields > li:first-of-type input:not([type=submit]) {
  margin-top: 0 !important;
}
.gform_wrapper legend,
.gform_wrapper .gform-field-label {
  color: #00637A !important;
}
.gform_wrapper #field_1_14 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.gform_wrapper #field_1_14 select {
  margin-top: 15px !important;
}
.gform_wrapper #field_1_17 {
  display: flex !important;
}
.gform_wrapper #field_1_17 .gform-grid-row {
  column-gap: 1rem;
}
.gform_wrapper #field_1_17 .gform-grid-row span {
  flex-basis: calc(50% - 0.5rem) !important;
}
.gform_wrapper select {
  border: 1px solid #0B9BB4;
  border-radius: 4px;
}
.gform_wrapper .ginput_complex label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.gform_wrapper .ginput_container_address span {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield--type-select label {
  display: initial !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
  height: 100px !important;
}
.gform_wrapper .gform_footer.top_label {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.gform_wrapper .button {
  border-radius: 100px;
  padding: 12px 24px;
  background-color: #0B9BB4;
  border: 1px solid #0B9BB4;
  color: #000000 !important;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  margin-top: 2rem;
}
.gform_wrapper .button:hover {
  color: #5D5065;
  background-color: #fff;
  border: 1px solid #C9418F;
  transition: all 0.3s ease;
  text-decoration: none;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_confirmation_message {
  font: 400 45px/43px "brisbane", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0B9BB4 !important;
}

@media (max-width: 768px) {
  .gform_wrapper .button {
    width: auto !important;
  }
}
.site-container {
  max-width: 1366px;
  margin: auto;
}
@media (max-width: 1435px) {
  .site-container {
    padding-inline: 20px;
  }
}
.site-container--medium {
  max-width: 1000px;
}
.site-container--narrow {
  max-width: 800px;
}

.site-section {
  padding: 3rem 0;
}
.site-section.first-block-padding {
  padding-top: 6rem;
}
.site-section.last-block-padding {
  padding-bottom: 6rem;
}
.site-section.no-top-padding {
  padding-top: 0;
}
.site-section.no-bottom-padding {
  padding-bottom: 0;
}
.site-section.light-top-padding {
  padding-top: 2.25rem;
}
.site-section.light-bottom-padding {
  padding-bottom: 2.25rem;
}
.site-section.extra-top-padding {
  padding-top: 4.5rem;
}
.site-section.extra-bottom-padding {
  padding-bottom: 4.5rem;
}
@media (max-width: 1024px) {
  .site-section {
    padding: 2rem 0;
  }
  .site-section.first-block-padding {
    padding-top: 4.25rem;
  }
  .site-section.last-block-padding {
    padding-bottom: 4.25rem;
  }
  .site-section.light-top-padding {
    padding-top: 1.25rem;
  }
  .site-section.light-bottom-padding {
    padding-bottom: 1.25rem;
  }
  .site-section.extra-top-padding {
    padding-top: 3.25rem;
  }
  .site-section.extra-bottom-padding {
    padding-bottom: 3.25rem;
  }
}
@media (max-width: 768px) {
  .site-section {
    padding: 1.75rem 0;
  }
  .site-section.first-block-padding {
    padding-top: 2.75rem;
  }
  .site-section.last-block-padding {
    padding-bottom: 3rem;
  }
  .site-section.light-top-padding {
    padding-top: 1.25rem;
  }
  .site-section.light-bottom-padding {
    padding-bottom: 1.25rem;
  }
  .site-section.extra-top-padding {
    padding-top: 2.75rem;
  }
  .site-section.extra-bottom-padding {
    padding-bottom: 2.75rem;
  }
}
@media (max-width: 480px) {
  .site-section {
    padding: 1.25rem 0;
  }
  .site-section.first-block-padding {
    padding-top: 2.5rem;
  }
  .site-section.last-block-padding {
    padding-bottom: 3rem;
  }
  .site-section.light-top-padding {
    padding-top: 0.75rem;
  }
  .site-section.light-bottom-padding {
    padding-bottom: 1.75rem;
  }
  .site-section.extra-top-padding {
    padding-top: 2.25rem;
  }
  .site-section.extra-bottom-padding {
    padding-bottom: 2.25rem;
  }
}

.hero-section {
  height: 57.5vh;
  margin: 4rem 0 0;
}
.hero-section .site-container {
  height: 100%;
}
.hero-section__bg-image {
  background-image: var(--bg-img-url);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  border-radius: 32px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section__bg-image::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 1rem;
  background: linear-gradient(to bottom, #fff 6.42%, rgba(255, 255, 255, 0) 84.24%), linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0) 90%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  height: calc(100% - 3.5rem);
  width: calc(100% - 3.5rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .hero-section__bg-image::after {
    height: calc(100% - 2.625rem);
    width: calc(100% - 2.625rem);
  }
}
.hero-section__bg-image::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  border-radius: 32px;
}
.hero-section__content-wrapper {
  position: relative;
  color: #fff;
  text-align: center;
}
.hero-section__heading {
  position: relative;
  z-index: 1;
  max-width: 625px;
  text-align: center;
  margin: 0 auto;
}
.hero-section__heading h1 {
  color: #fff;
  margin-bottom: 0;
}
.hero-section__content {
  max-width: 585px;
  margin: 1.5rem auto 0;
}
@media (max-width: 1260px) {
  .hero-section {
    margin: 2rem 0 0;
  }
}
@media (max-width: 1024px) {
  .hero-section {
    height: auto;
  }
  .hero-section__bg-image {
    padding: 10.5rem 0;
  }
}
@media (max-width: 768px) {
  .hero-section__bg-image {
    padding: 9rem 0;
  }
}
@media (max-width: 480px) {
  .hero-section__bg-image {
    padding: 6rem 0;
    min-height: 265px;
  }
  .hero-section__heading {
    padding: 0 1.5rem;
  }
}

.archive-page__hero__container {
  position: relative;
  color: #fff;
}
.archive-page__content {
  text-align: center;
  margin-top: 4.5rem;
}
.archive-page__container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  margin: 3rem 0;
  row-gap: 3rem;
}
.archive-page__container .post-item {
  width: calc(33% - 1.5rem);
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  justify-content: space-between;
}
.archive-page__container .post-item__image {
  position: relative;
}
.archive-page__container .post-item__image::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 1rem;
  background: linear-gradient(to bottom, #fff 6.42%, rgba(255, 255, 255, 0) 84.24%), linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0) 90%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  height: calc(100% - 2rem);
  width: calc(100% - 2rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .archive-page__container .post-item__image::after {
    height: calc(100% - 1.5rem);
    width: calc(100% - 1.5rem);
  }
}
.archive-page__container .post-item__image img {
  width: 100%;
  max-height: 385px;
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 1.5rem;
  aspect-ratio: 1/1;
}
.archive-page__container .post-item__date {
  font-size: 20px;
  color: #00637A;
  font-weight: 700;
  margin: 1.5rem 0;
}
.archive-page__container .post-item__title h3 {
  margin-bottom: 0;
}
.archive-page__container .post-item__link {
  margin-top: 1rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
.archive-page__container .post-item__link a:hover {
  color: #C9418F;
  text-decoration: none;
  transition: all 0.3s ease;
}
.archive-page--publications .archive-page__container {
  row-gap: 0;
}
.archive-page--publications .archive-page__container .post-item {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  padding: 2rem 0;
  column-gap: 18%;
  position: relative;
  align-items: center;
}
.archive-page--publications .archive-page__container .post-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #5D5065;
  left: 0;
  bottom: 0;
  transform: translateY(0);
}
.archive-page--publications .archive-page__container .post-item > div {
  display: flex;
  column-gap: 1rem;
  align-items: center;
}
.archive-page--publications .archive-page__container .post-item__icon {
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #4c3d54;
  display: flex;
}
.archive-page--publications .archive-page__container .post-item__link {
  min-width: 180px;
  margin: 0;
}
.archive-page__pagination {
  padding: 2rem 0;
  display: flex;
  column-gap: 0.5rem;
  font-size: 20px;
  justify-content: center;
}
.archive-page__pagination .current {
  color: #C9418F;
}
@media (max-width: 1024px) {
  .archive-page__content {
    margin-top: 3rem;
  }
  .archive-page__container {
    margin: 2rem 0;
  }
  .archive-page__container .post-item {
    width: calc(50% - 1.5rem);
  }
}
@media (max-width: 768px) {
  .archive-page--publications .archive-page__container .post-item {
    flex-direction: column;
  }
  .archive-page--publications .archive-page__container .post-item > div {
    width: 100%;
  }
  .archive-page__content {
    margin-top: 2rem;
  }
  .archive-page__pagination {
    padding: 1rem 0 1.5rem;
  }
  .archive-page__container {
    margin: 3rem 0 3.5rem;
    row-gap: 4.5rem;
  }
  .archive-page__container > div {
    position: relative;
  }
  .archive-page__container > div::after {
    content: "";
    position: absolute;
    background-color: #5D5065;
    width: 95%;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 2.25rem);
  }
  .archive-page__container > div:last-of-type::after {
    display: none;
  }
  .archive-page__container .post-item {
    width: 100%;
  }
  .archive-page__container .post-item__date {
    margin: 1rem 0;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1.5rem;
  margin-top: 3rem;
}
.header__logo {
  width: 275px;
}
.header__nav {
  background-color: #fff;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  min-width: 640px;
}
@media (max-width: 1365px) {
  .header__nav {
    min-width: 565px;
  }
}
.header__nav .menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  width: auto;
  padding: 0;
  margin: 0;
}
.header__nav .menu li {
  position: relative;
  display: flex;
  column-gap: 8px;
  align-items: center;
  cursor: pointer;
}
.header__nav .menu li a {
  transition: all 0.4s ease;
  padding: 8px 0;
  font-weight: 700;
}
.header__nav .menu li .caret-wrapper {
  padding: 0.5rem;
}
.header__nav .menu li .caret-wrapper svg {
  transition: all 0.4s ease;
}
.header__nav .menu li:first-of-type .sub-menu {
  min-width: 185px;
}
.header__nav .menu li .sub-menu {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  background-color: #fff;
  min-width: 245px;
  list-style: none;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  z-index: 4;
}
.header__nav .menu li .sub-menu li {
  display: block;
}
.header__nav .menu li .sub-menu li:first-of-type a {
  padding: 1.25rem 1.5rem 0.75rem;
}
.header__nav .menu li .sub-menu li:last-of-type a {
  padding: 0.75rem 1.5rem 1.25rem;
}
.header__nav .menu li .sub-menu li a {
  color: #5D5065;
  line-height: 1;
  padding: 0.75rem 1.5rem;
  display: block;
}
.header__nav .menu li .sub-menu li a:hover {
  color: #C9418F;
}
.header__nav .menu li:hover a {
  text-decoration: none;
  color: #C9418F;
  transition: all 0.4s ease;
}
.header__nav .menu li.menu-item-has-children:hover .caret-wrapper {
  transition: all 0.4s ease;
}
.header__nav .menu li.menu-item-has-children:hover .caret-wrapper svg path {
  fill: #C9418F;
  transition: all 0.4s ease;
}
.header__nav .menu li.menu-item-has-children:hover > a {
  color: #C9418F;
  pointer-events: none;
}
.header__nav .menu li.active .caret-wrapper {
  transition: all 0.4s ease;
}
.header__nav .menu li.active .caret-wrapper svg path {
  fill: #C9418F;
  transition: all 0.4s ease;
}
.header__nav .menu li.mob {
  display: none;
}
.header__nav .menu li.media .sub-menu {
  min-width: 260px;
}
.header__aux {
  background-color: #fff;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  min-width: 340px;
}
.header__aux .menu {
  display: flex;
  list-style: none;
  column-gap: 1rem;
}
.header__aux .menu li a {
  border-radius: 100px;
  padding: 12px 24px;
  background-color: #0B9BB4;
  border: 1px solid #0B9BB4;
  color: #000000 !important;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  padding: 8px 20px;
}
.header__aux .menu li a:hover {
  color: #5D5065;
  background-color: #fff;
  border: 1px solid #C9418F;
  transition: all 0.3s ease;
  text-decoration: none;
}
.header__toggle {
  display: none;
  z-index: 2;
  cursor: pointer;
  border: none !important;
  background: none;
  padding: 0.25rem;
}
.header__toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #00637A;
  border-radius: 15px;
  margin: 5px 0;
  transition: all 0.2s ease;
}
@media (max-width: 1260px) {
  .header {
    overflow: hidden;
    margin-top: 2rem;
    left: 0;
    transform: none;
  }
  .header__inner {
    margin-top: 0rem;
  }
  .header__logo {
    position: relative;
    z-index: 7;
  }
  .header__toggle {
    display: block;
    position: relative;
    z-index: 7;
  }
  .header__toggle.nav-open span {
    transition: all 0.2s ease;
    position: relative;
    right: 0;
  }
  .header__toggle.nav-open span:first-of-type {
    transform: translateY(4px) rotate(45deg);
  }
  .header__toggle.nav-open span:nth-of-type(2) {
    display: none;
  }
  .header__toggle.nav-open span:last-of-type {
    transform: translateY(-3px) rotate(-45deg);
  }
  .header__nav {
    position: fixed;
    width: 100%;
    transform: translateX(-200%);
    background-color: #EDECED;
    top: 0;
    left: 0;
    padding: 0;
    min-height: 100vh;
    transition: all 0.2s ease-out;
    z-index: 6;
    border-radius: 0;
    min-width: 100%;
  }
  .header__nav .menu {
    padding: 165px 0 0;
    display: block;
  }
  .header__nav .menu li {
    padding-bottom: 0.75rem;
    display: block;
  }
  .header__nav .menu li .caret-wrapper {
    position: absolute;
    top: 0px;
    left: 180px;
  }
  .header__nav .menu li a {
    min-width: 125px;
    padding-left: 25px;
    display: inline-block;
    margin-bottom: 8px;
  }
  .header__nav .menu li a:hover {
    color: #C9418F;
  }
  .header__nav .menu li svg {
    cursor: pointer;
  }
  .header__nav .menu li .sub-menu {
    position: relative;
    display: none;
    top: 0;
  }
  .header__nav .menu li .sub-menu li {
    padding: 0;
  }
  .header__nav .menu li .sub-menu li a {
    font-size: 17px;
    padding: 1rem 1.5rem;
    margin: 0;
  }
  .header__nav .menu li:hover .sub-menu {
    display: none;
  }
  .header__nav .menu li:hover svg {
    transform: none;
  }
  .header__nav .menu li.mob {
    display: block;
    margin-left: 25px;
  }
  .header__nav .menu li.mob a {
    border-radius: 100px;
    padding: 12px 24px;
    background-color: #0B9BB4;
    border: 1px solid #0B9BB4;
    color: #000000 !important;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    padding: 8px 20px;
  }
  .header__nav .menu li.mob a:hover {
    color: #5D5065;
    background-color: #fff;
    border: 1px solid #C9418F;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .header__aux {
    display: none;
  }
  .header.nav-open .header__nav {
    transform: translateX(0);
    transition: all 0.3s ease-out;
  }
}
@media (max-width: 768px) {
  .header__logo {
    max-width: 200px;
  }
  .header__nav .menu {
    padding-top: 125px;
  }
  .header__nav .menu li {
    padding-bottom: 12px;
  }
}

.footer {
  padding: 5rem 0 5.5rem;
  position: relative;
  font-size: 14px;
  color: #000000;
}
.footer__border {
  position: absolute;
  top: 0;
  width: 100%;
  transform: translateY(-11px);
}
.footer__border img {
  width: 100%;
}
.footer__container {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.footer__logo img {
  width: 275px;
}
.footer__locations {
  display: flex;
  column-gap: 1rem;
}
.footer__locations div {
  position: relative;
}
.footer__locations div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 85%;
  width: 1.5px;
  border-radius: 50px;
  background-color: #5D5065;
  transform: translate(0.5rem, -50%);
}
.footer__locations div:last-of-type::after {
  display: none;
}
.footer__links {
  display: flex;
  column-gap: 2rem;
}
.footer__links a {
  transition: all 0.3s ease;
  cursor: pointer;
}
.footer__links a:hover {
  text-decoration: none;
  color: #C9418F;
  transition: all 0.3s ease;
}
.footer__links--bullets {
  column-gap: 3.5rem;
}
.footer__links--bullets a {
  position: relative;
}
.footer__links--bullets a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 4px;
  width: 4px;
  border-radius: 50px;
  background-color: #5D5065;
  transform: translate(1.75rem, -50%);
}
.footer__links--bullets a:last-of-type::after {
  display: none;
}
.footer__social {
  display: flex;
  column-gap: 2rem;
  margin-top: 1rem;
}
.footer__social .social-link {
  position: relative;
}
.footer__social .social-link svg {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__social .social-link svg * {
  fill: #4c3d54;
}
.footer__social .social-link svg path {
  fill: #4c3d54;
}
.footer__social .social-link:hover {
  transition: all 0.3s ease;
}
.footer__social .social-link:hover svg {
  fill: #C9418F;
}
.footer__social .social-link:hover svg path {
  fill: #C9418F;
}
.footer__text p {
  margin: 0;
}
.footer::before {
  content: "";
  position: absolute;
  background-color: #EFECE2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}
.footer::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/pattern.svg");
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -4;
}
@media (max-width: 768px) {
  .footer {
    padding: 3rem 0 3.5rem;
  }
  .footer__text {
    max-width: 85%;
    margin: 0 auto;
  }
  .footer__links {
    flex-direction: column;
    align-items: center;
    row-gap: 0.5rem;
  }
  .footer__links a::after {
    display: none;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 2rem 0;
  }
  .footer__logo img {
    width: 225px;
  }
  .footer__social {
    margin-top: 0;
  }
}

.homepage {
  overflow: hidden;
  padding-top: 7.25rem;
}
.homepage .home-hero {
  padding: 4rem 0;
}
.homepage .home-hero.dropdown-open {
  position: relative;
  z-index: 5;
}
.homepage .home-hero--video {
  position: relative;
}
.homepage .home-hero--video::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-img-url);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -4;
  border-radius: 32px;
}
.homepage .home-hero--video .border {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.homepage .home-hero--video .border::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 1rem;
  background: linear-gradient(to bottom, #fff 6.42%, rgba(255, 255, 255, 0) 84.24%), linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0) 90%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  height: calc(100% - 3.5rem);
  width: calc(100% - 3.5rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .homepage .home-hero--video .border::after {
    height: calc(100% - 2.625rem);
    width: calc(100% - 2.625rem);
  }
}
.homepage .home-hero--video .el {
  position: absolute;
  filter: blur(75px);
  z-index: -4;
}
.homepage .home-hero--video .el__pink {
  background: #EDA6A3;
  border-radius: 271.277px;
  width: 271.277px;
  height: 271.277px;
  left: -1.6rem;
  bottom: 12%;
}
.homepage .home-hero--video .el__yellow {
  background: #DDE5A7;
  width: 407.003px;
  height: 407.003px;
  right: -11%;
  top: 4%;
}
.homepage .home-hero--video .site-container {
  position: relative;
}
.homepage .home-hero--video .home-hero__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 39vh;
}
.homepage .home-hero--video .home-hero__container::before, .homepage .home-hero--video .home-hero__container::after {
  display: none;
}
.homepage .home-hero--video .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 42.5%;
  border-radius: 32px;
  overflow: hidden;
}
.homepage .home-hero--video .video-container::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 1px;
  left: 0;
  z-index: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  border-radius: 32px;
}
.homepage .home-hero--video .video-container::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-img-url);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -4;
  border-radius: 32px;
}
.homepage .home-hero--video .video-container iframe {
  position: absolute;
  width: 110%;
  height: 134%;
  top: 0px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 32px;
}
.homepage .home-hero__container {
  position: relative;
  height: 92vh;
}
.homepage .home-hero__container .el {
  position: absolute;
  filter: blur(75px);
  z-index: -4;
}
.homepage .home-hero__container .el__pink {
  background: #EDA6A3;
  border-radius: 271.277px;
  width: 271.277px;
  height: 271.277px;
  left: -1.6rem;
  bottom: 12%;
}
.homepage .home-hero__container .el__yellow {
  background: #DDE5A7;
  width: 407.003px;
  height: 407.003px;
  right: -11%;
  top: 4%;
}
.homepage .home-hero__container .border {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.homepage .home-hero__container .border::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 1rem;
  background: linear-gradient(to bottom, #fff 6.42%, rgba(255, 255, 255, 0) 84.24%), linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0) 90%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  height: calc(100% - 3.5rem);
  width: calc(100% - 3.5rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .homepage .home-hero__container .border::after {
    height: calc(100% - 2.625rem);
    width: calc(100% - 2.625rem);
  }
}
.homepage .home-hero__container::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  border-radius: 32px;
}
.homepage .home-hero__container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-img-url);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -4;
  border-radius: 32px;
}
.homepage .home-hero__content {
  max-width: 800px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1.5rem;
  height: 100%;
  margin: 0 auto;
  padding-top: 300px;
}
.homepage .home-hero__heading h1 {
  color: #fff;
}
.homepage .home-hero__subheading {
  max-width: 585px;
}
.homepage .home-hero__subheading h6 {
  color: #fff;
}
.homepage .services-dropdown {
  margin-top: -125px;
}
.homepage .split-section {
  padding: 4rem 0;
  position: relative;
}
.homepage .split-section__container {
  display: flex;
  column-gap: 8.5rem;
  position: relative;
  padding: 4.5rem;
  align-items: center;
  flex-direction: row;
}
.homepage .split-section__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(253deg, #00637A 0%, #318093 100%);
  border-radius: 32px;
}
.homepage .split-section__container .image {
  width: 50%;
  position: relative;
}
.homepage .split-section__container .image::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 1rem;
  background: linear-gradient(to right, #fff 6.42%, rgba(255, 255, 255, 0) 84.24%), linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0) 90%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  height: calc(100% - 2rem);
  width: calc(100% - 2rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .homepage .split-section__container .image::after {
    height: calc(100% - 1.5rem);
    width: calc(100% - 1.5rem);
  }
}
.homepage .split-section__container .image img {
  width: 100%;
  height: 585px;
  object-fit: cover;
  border-radius: 32px;
}
.homepage .split-section__container .content {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  color: #fff;
}
.homepage .split-section__container .content__heading h2 {
  color: #fff;
  margin: 0;
}
.homepage .split-section__container .content__content {
  max-width: 385px;
}
.homepage .split-section__container .content__content ul {
  margin-bottom: 1.5rem;
}
.homepage .split-section--rev .split-section__container {
  flex-direction: row-reverse;
}
.homepage .split-section--rev .split-section__container .content {
  max-width: 385px;
  width: 100%;
}
.homepage .split-section--rev .el {
  position: absolute;
  filter: blur(75px);
  z-index: -4;
}
.homepage .split-section--rev .el__blue {
  background: #97D1DB;
  border-radius: 620px;
  width: 620px;
  height: 620px;
  right: 0%;
  top: -15px !important;
  transform: translateX(-5%) !important;
}
.homepage .split-section--rev .el__pink {
  background: #E3ADCC;
  width: 300px;
  height: 300px;
  right: 20px !important;
  top: 75px;
}
.homepage .split-section .el {
  position: absolute;
  filter: blur(75px);
  z-index: -4;
}
.homepage .split-section .el__blue {
  background: #97D1DB;
  border-radius: 620px;
  width: 620px;
  height: 620px;
  left: 50%;
  transform: translateX(-70%);
  bottom: -50px;
}
.homepage .split-section .el__yellow {
  background: #DDE5A7;
  width: 300px;
  height: 300px;
  left: 250px;
  bottom: 25px;
}
.homepage .numbered {
  padding: 4rem 0;
  overflow: hidden;
}
.homepage .numbered__content {
  text-align: center;
  max-width: 755px;
  margin: 0 auto;
  color: #5D5065;
}
.homepage .numbered__content h2 {
  margin-bottom: 1.5rem;
  color: #5D5065;
  font-size: 48px;
}
.homepage .numbered__sections {
  display: flex;
  flex-direction: column;
  row-gap: 4.5rem;
  margin-top: 4.5rem;
}
.homepage .numbered__sections .numbered-section {
  display: flex;
  column-gap: 3rem;
}
.homepage .numbered__sections .numbered-section .image {
  width: 50%;
  position: relative;
}
.homepage .numbered__sections .numbered-section .image::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 1rem;
  background: linear-gradient(to bottom, #fff 6.42%, rgba(255, 255, 255, 0) 84.24%), linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0) 90%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  height: calc(100% - 2rem);
  width: calc(100% - 2rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .homepage .numbered__sections .numbered-section .image::after {
    height: calc(100% - 1.5rem);
    width: calc(100% - 1.5rem);
  }
}
.homepage .numbered__sections .numbered-section .image img {
  width: 100%;
  border-radius: 1rem;
}
.homepage .numbered__sections .numbered-section .content {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .numbered__sections .numbered-section .content__heading h3 {
  margin-bottom: 0;
}
.homepage .numbered__sections .numbered-section .content__content p {
  margin-bottom: 0;
}
.homepage .numbered__sections .numbered-section .content .number {
  color: #C4D8DC;
  border: 12px solid #C4D8DC;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 96px;
  font-family: "canada-type-gibson", sans-serif;
  width: 180px;
  height: 180px;
  border-radius: 100px;
  text-align: center;
  z-index: -1;
  transform: translate(70px, -100px);
  font-weight: 500;
}
.homepage .numbered__sections .numbered-section .content__inner {
  max-width: 385px;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  position: relative;
}
.homepage .numbered__sections .numbered-section--rev {
  flex-direction: row-reverse;
}
.homepage .numbered__sections .numbered-section--rev .content .number {
  top: 0;
  left: 0;
  transform: translate(-85px, -100px);
}
.homepage .link-blocks {
  padding: 4.5rem 0;
  position: relative;
}
.homepage .link-blocks--last {
  padding: 4.5rem 0 6rem;
}
.homepage .link-blocks__heading {
  background-color: #fff;
  border-radius: 100px;
  padding: 1.5rem 3rem;
  margin-bottom: 3rem;
}
.homepage .link-blocks__heading h2 {
  margin-bottom: 0;
}
.homepage .link-blocks__container {
  display: flex;
  column-gap: 2rem;
}
.homepage .link-blocks__container .link-block {
  width: calc(33.33% - 1rem);
  position: relative;
}
.homepage .link-blocks__container .link-block__image::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 1rem;
  background: linear-gradient(to bottom, #fff 6.42%, rgba(255, 255, 255, 0) 84.24%), linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0) 90%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  height: calc(100% - 2rem);
  width: calc(100% - 2rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .homepage .link-blocks__container .link-block__image::after {
    height: calc(100% - 1.5rem);
    width: calc(100% - 1.5rem);
  }
}
.homepage .link-blocks__container .link-block__image img {
  border-radius: 1rem;
  width: 100%;
  height: 355px;
  object-fit: cover;
}
.homepage .link-blocks__container .link-block__button {
  position: absolute;
  width: 90%;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.homepage .link-blocks .el {
  position: absolute;
  filter: blur(75px);
  z-index: -4;
}
.homepage .link-blocks .el__blue {
  background: #97D1DB;
  border-radius: 620px;
  width: 620px;
  height: 620px;
  left: 50%;
  top: 50%;
  transform: translate(-60%, -40%);
}
.homepage .link-blocks .el__pink {
  background: #E3ADCC;
  width: 271px;
  height: 271px;
  left: 20px;
  bottom: 0px;
  transform: translate(15%, 90%);
}
.homepage .link-blocks .el__yellow {
  background: #DDE5A7;
  width: 300px;
  height: 300px;
  right: 20px;
  top: -15px;
}
@media (max-width: 1435px) {
  .homepage .home-hero--video .site-container {
    padding-inline: 0;
  }
  .homepage .home-hero--video .border::after {
    width: calc(100% - 5.5rem);
  }
  .homepage .home-hero--video .home-hero__container {
    width: calc(100% - 40px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .homepage .home-hero--video .home-hero__content {
    padding-top: 120px;
  }
  .homepage .home-hero--video .video-container {
    width: calc(100% - 40px);
    z-index: 1;
    margin: 0 auto;
  }
}
@media (max-width: 1260px) {
  .homepage {
    padding-top: 6rem;
  }
  .homepage .home-hero {
    padding: 2rem 0 4rem;
  }
  .homepage .home-hero--video .home-hero__container {
    transform: translate(-50%, -60%);
  }
  .homepage .home-hero--video .video-container {
    padding-bottom: 50.5%;
  }
  .homepage .home-hero--video .video-container iframe {
    height: 114%;
  }
}
@media (max-width: 1024px) {
  .homepage .home-hero__container {
    height: 82vh;
  }
  .homepage .home-hero__container::after {
    background-position: 70% 0%;
  }
  .homepage .home-hero__content {
    padding-top: 245px;
  }
  .homepage .home-hero--video .home-hero__content {
    padding-top: 75px;
    row-gap: 0rem;
  }
  .homepage .home-hero--video .video-container {
    padding-bottom: 550px;
  }
  .homepage .home-hero--video .video-container iframe {
    height: 105%;
    width: 125%;
  }
  .homepage .split-section {
    padding: 4rem 0 2.5rem;
  }
  .homepage .split-section__container {
    flex-direction: column;
    row-gap: 2rem;
    padding: 2.5rem;
  }
  .homepage .split-section__container .image {
    width: 100%;
  }
  .homepage .split-section__container .content {
    width: 100%;
  }
  .homepage .split-section__container .content__content {
    max-width: 100%;
  }
  .homepage .split-section--rev {
    padding: 2.5rem 0;
  }
  .homepage .split-section--rev .split-section__container {
    flex-direction: column;
  }
  .homepage .split-section--rev .split-section__container .content {
    max-width: 100%;
  }
  .homepage .split-section--rev .split-section__container .content__content {
    max-width: 100%;
  }
  .homepage .split-section--rev .el__pink {
    left: -10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .homepage .split-section .el__blue {
    left: 50%;
    transform: translateX(-20%);
    bottom: -50px;
  }
  .homepage .split-section .el__yellow {
    left: 100px;
    bottom: 35px;
  }
  .homepage .numbered {
    padding: 2.5rem 0 0;
  }
  .homepage .numbered__content h2 {
    font-size: 37px;
  }
  .homepage .numbered__sections {
    row-gap: 2.5rem;
  }
  .homepage .numbered__sections .numbered-section {
    flex-direction: column;
    row-gap: 3rem;
    padding-bottom: 1.5rem;
  }
  .homepage .numbered__sections .numbered-section .content {
    width: 100%;
    justify-content: flex-start;
  }
  .homepage .numbered__sections .numbered-section .content__inner {
    padding-left: 75px;
    row-gap: 1rem;
  }
  .homepage .numbered__sections .numbered-section .content__content {
    max-width: 435px;
  }
  .homepage .numbered__sections .numbered-section .content .number {
    transform: translate(-10px, -50%);
    top: 50%;
    left: 0;
    font-size: 65px;
    height: 105px;
    width: 105px;
    border: 9px solid #C4D8DC;
  }
  .homepage .numbered__sections .numbered-section .content__inner {
    max-width: 100%;
  }
  .homepage .numbered__sections .numbered-section .image {
    width: 100%;
  }
  .homepage .numbered__sections .numbered-section--rev .content .number {
    height: 105px;
    width: 105px;
    border: 9px solid #C4D8DC;
    left: 0;
    transform: translate(-10px, -62.5%);
    top: 50%;
    font-size: 65px;
  }
  .homepage .link-blocks {
    padding: 2.5rem 0;
  }
  .homepage .link-blocks__heading {
    padding: 1rem 2rem;
    margin-bottom: 1.5rem;
  }
  .homepage .link-blocks__container {
    flex-direction: column;
    row-gap: 3.5rem;
  }
  .homepage .link-blocks__container .link-block {
    width: 100%;
  }
}
@media (max-width: 880px) {
  .homepage .home-hero--video .video-container iframe {
    height: 100%;
    width: 145%;
  }
}
@media (max-width: 768px) {
  .homepage {
    padding-top: 4rem;
  }
  .homepage .home-hero__container {
    height: 75vh;
  }
  .homepage .home-hero__content {
    max-width: 85%;
    padding-top: 125px;
  }
  .homepage .home-hero--video .video-container {
    padding-bottom: 67.5%;
  }
  .homepage .home-hero--video .video-container iframe {
    width: 132%;
  }
  .homepage .split-section {
    padding: 1.5rem 0;
  }
  .homepage .split-section__container {
    padding: 1.5rem;
  }
  .homepage .split-section__container .image img {
    height: 435px;
  }
  .homepage .numbered {
    padding: 1.5rem 0;
  }
  .homepage .numbered__content h2 {
    font-size: 30px;
  }
  .homepage .numbered__sections {
    row-gap: 1.5rem;
    margin-top: 1rem;
  }
  .homepage .numbered__sections .numbered-section {
    row-gap: 2.5rem;
  }
  .homepage .numbered__sections .numbered-section .content__inner {
    row-gap: 0rem;
  }
  .homepage .link-blocks--last {
    padding: 1.5rem 0 3rem;
  }
  .homepage .link-blocks__container {
    row-gap: 2.5rem;
  }
}
@media (max-width: 625px) {
  .homepage .home-hero--video .video-container {
    padding-bottom: 95%;
  }
  .homepage .home-hero--video .video-container iframe {
    width: 185%;
  }
}
@media (max-width: 480px) {
  .homepage .home-hero__container {
    height: 62vh;
  }
  .homepage .home-hero__container::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
  }
  .homepage .home-hero__content {
    padding-top: 75px;
  }
  .homepage .home-hero--video .video-container {
    padding-bottom: 110%;
  }
  .homepage .home-hero--video .video-container iframe {
    width: 215%;
  }
  .homepage .split-section__container .content {
    text-align: center;
  }
  .homepage .split-section__container .content ul {
    text-align: left;
    max-width: 75%;
    margin: 0 auto 1rem;
  }
  .homepage .split-section__container .image img {
    height: 305px;
  }
  .homepage .numbered__content h2 {
    font-size: 28px;
  }
  .homepage .link-blocks__container .link-block__image img {
    height: 265px;
  }
}

.get-help__hero__bg {
  flex-direction: column;
  justify-content: center;
}
.get-help__hero__container {
  color: #fff;
  position: relative;
  z-index: 1;
  max-width: 585px;
  text-align: center;
}
.get-help__hero__container p {
  font-size: 20px;
}
.get-help__form__heading {
  text-align: center;
}
.get-help__form__content {
  text-align: center;
}
.get-help__form__form {
  padding-top: 3rem;
}
.get-help__form__disclaimer {
  margin-top: 4rem;
  font-size: 14px;
}
.get-help__form__disclaimer h6 {
  color: #00637A;
  margin-bottom: 1rem;
}
.get-help__form__links {
  margin-top: 1.5rem;
  padding-bottom: 6.5rem;
}
.get-help__form__links h6 {
  color: #00637A;
  margin-bottom: 1rem;
}
.get-help__form__links > div {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.get-help__form__links > div a {
  color: #5D5065;
  font-size: 14px;
  font-weight: 700;
}
.get-help__form__links > div a:hover {
  text-decoration: none;
  color: #0B9BB4;
}
.get-help .services-dropdown {
  margin: -75px 0 4.5rem;
}
.get-help .services-dropdown .menu .button {
  min-width: 180px;
}
@media (max-width: 768px) {
  .get-help__hero__container {
    max-width: 85%;
  }
  .get-help__form__links {
    padding-bottom: 2.5rem;
  }
  .get-help__form__disclaimer {
    margin-top: 2rem;
  }
  .get-help .services-dropdown {
    margin-bottom: 2rem;
  }
}

.error404 {
  padding-top: 5rem;
  text-align: center;
}
.error404 .button {
  margin-top: 2rem;
}

.resources .hero-container {
  position: relative;
  color: #fff;
}
.resources__content-wrapper {
  margin: 6rem 0 4.5rem;
  text-align: center;
}
.resources__container {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  padding-bottom: 4.5rem;
}
.resources .resource-category__label {
  padding: 1.5rem 4rem;
  background-color: #4c3d54;
  color: #fff;
  border-radius: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
}
.resources .resource-category__label .caret {
  background-color: #0B9BB4;
  border-radius: 0.5rem;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.resources .resource-category__label .caret.rotate {
  transform: rotate(180deg);
  transition: all 0.2s ease;
}
.resources .resource-category__label h3 {
  margin: 0;
}
.resources .resource-category__list {
  background-color: #fff;
  padding: 1.5rem 4rem;
  border-radius: 1.5rem;
  margin-top: 1rem;
  position: absolute;
  z-index: -99;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
}
.resources .resource-category__list > div {
  border-bottom: 1px solid #5D5065;
}
.resources .resource-category__list > div:last-of-type {
  border-bottom: none;
}
.resources .resource-category.active .resource-category__list {
  position: relative;
  opacity: 1;
  z-index: 1;
  transform: scaleY(1);
  transition: all 0.3s ease;
}
.resources .resource-item {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.resources .resource-item__title {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}
.resources .resource-item__title .icon {
  position: relative;
}
.resources .resource-item__title .icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 32px;
  width: 32px;
}
.resources .resource-item__notes {
  font-size: 16px;
  margin-top: 0.5rem;
}
.resources .resource-item__tags {
  font-size: 16px;
  font-style: oblique;
}
.resources .resource-item--link .icon::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='26' height='26' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M19.389 11.123a.6.6 0 0 0-.6.6v6.222a2.96 2.96 0 0 1-2.956 2.956H6.056A2.96 2.96 0 0 1 3.1 17.945V8.168a2.96 2.96 0 0 1 2.956-2.956h6.222a.6.6 0 1 0 0-1.2H6.056A4.16 4.16 0 0 0 1.9 8.167v9.777a4.16 4.16 0 0 0 4.156 4.155h9.777a4.16 4.16 0 0 0 4.155-4.155v-6.222a.6.6 0 0 0-.6-.6z' fill='%234c3d54' opacity='1' data-original='%23000000' class=''/%3E%3Cpath d='M21.5 1.9h-4.802a.6.6 0 0 0 0 1.2h3.354l-7.672 7.671a.6.6 0 0 0 .848.848l7.671-7.671v3.384a.6.6 0 0 0 1.2 0V2.5a.6.6 0 0 0-.6-.6z' fill='%234c3d54' opacity='1' data-original='%23000000' class=''/%3E%3C/g%3E%3C/svg%3E");
  transform: translate(-44%, -43%);
}
.resources .resource-item--video .icon::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Cpath d='M14.7749 5.20166C12.053 5.71197 9.59175 7.14909 7.80957 9.26877' stroke='%234C3D54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.64593 13.1011C4.74697 15.6832 4.76998 18.497 5.71104 21.0641' stroke='%234C3D54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.93848 24.8594C9.70911 26.902 12.1187 28.2856 14.7754 28.7851' stroke='%234C3D54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.1758 5.19629C24.8669 6.24467 28.9982 11.2066 28.9982 16.9935C28.9982 22.7803 24.8669 27.7422 19.1758 28.7906' stroke='%234C3D54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5803 13.069L20.7584 16.1316C21.0629 16.3116 21.2496 16.639 21.2496 16.9926C21.2496 17.3463 21.0629 17.6737 20.7584 17.8536L15.5803 20.9163C15.2709 21.0992 14.8872 21.1021 14.575 20.924C14.2628 20.7458 14.0702 20.414 14.0703 20.0546V13.9307C14.0702 13.5713 14.2628 13.2394 14.575 13.0612C14.8872 12.8831 15.2709 12.8861 15.5803 13.069V13.069Z' stroke='%234C3D54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: translate(-50%, -50%);
}
.resources .resource-item--file .icon::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 33 33' fill='none'%3E%3Cpath d='M23.6627 11.6578L26.3368 11.6642C27.8077 11.6677 28.9983 12.861 28.9983 14.3319V26.3306C28.9983 27.804 27.8039 28.9984 26.3305 28.9984V28.9984C24.8571 28.9984 23.6627 27.804 23.6627 26.3306V8.99004C23.6627 7.51667 22.4683 6.32227 20.9949 6.32227H7.65606C6.18269 6.32227 4.98828 7.51667 4.98828 8.99004V26.3306C4.98828 27.804 6.18269 28.9984 7.65606 28.9984H26.3305' stroke='%234C3D54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.9935 23.663H9.65625' stroke='%234C3D54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.9935 19.6611H9.65625' stroke='%234C3D54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='9.65625' y='11.6582' width='9.33722' height='4.00167' rx='0.5' stroke='%234C3D54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .resources__content-wrapper {
    margin: 2.5rem 0 3.5rem;
  }
}
@media (max-width: 768px) {
  .resources__content-wrapper {
    margin: 2rem 0 2.5rem;
  }
  .resources__content-wrapper p {
    max-width: 85%;
    margin: 0 auto;
  }
  .resources .resource-category__label, .resources .resource-category__list {
    padding: 1rem 2rem;
  }
  .resources__container {
    row-gap: 1rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 480px) {
  .resources .resource-category__label {
    padding: 0.75rem 1.25rem;
  }
  .resources .resource-category__label .caret {
    height: 32px;
    width: 32px;
  }
}

.blog-detail__inner {
  padding: 12rem 0 6.5rem !important;
}
.blog-detail__hero {
  margin-bottom: 3.5rem;
}
@media (max-width: 1260px) {
  .blog-detail__inner {
    padding: 10rem 0 4.5rem !important;
  }
}
@media (max-width: 1024px) {
  .blog-detail__inner {
    padding: 8.5rem 0 3.5rem !important;
  }
  .blog-detail__hero {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .blog-detail__inner {
    padding: 7.5rem 0 2.5rem !important;
  }
  .blog-detail__hero {
    margin-bottom: 2rem;
  }
}

.thank-you {
  padding-top: 12rem;
  min-height: 60vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-search {
  display: flex;
}
.site-search__field {
  line-height: 1;
  -webkit-appearance: none;
  padding: 5px 10px;
  border: 1px solid #ddd;
  height: 38px;
  border-radius: 0;
  width: calc(100% - 110px);
  font-size: 18px;
}
.site-search__result {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 2px solid #EDECED;
  text-decoration: none !important;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.site-search__result h2 {
  font-size: 20px;
}
.site-search__result p {
  font-size: 15px;
}
.site-search__result * {
  text-decoration: none !important;
  margin: 0;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  font-family: "brisbane", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  color: #5D5065;
  background-color: #EDECED;
  font-weight: 400;
  position: relative;
  z-index: -5;
}
body.screen-lock {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.global-fixed {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  height: auto;
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  z-index: 10;
}
.global-fixed::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70%;
  width: 2px;
  background-color: #999;
  opacity: 0.75;
}

#to-top {
  width: 45px;
  cursor: pointer;
}
#to-top svg {
  width: 32px;
  height: 32px;
  fill: #0B9BB4;
}
#to-top:hover svg {
  fill: #C9418F;
}

#recite-me {
  cursor: pointer;
  z-index: 6;
  background-color: #fff;
  height: 45px;
  width: 45px;
  border-radius: 50px;
}
#recite-me svg {
  max-width: 45px;
  height: auto;
}
#recite-me:hover {
  transition: all 0.2s ease;
}
#recite-me:hover svg * {
  fill: #C9418F;
}

.global-page {
  padding-top: 7.2rem;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .global-page {
    padding-top: 4rem;
  }
}
@media (max-width: 480px) {
  .global-fixed {
    column-gap: 2.5rem;
    right: 0.25rem;
    bottom: 0.25rem;
  }
  #to-top {
    width: 32px;
  }
  #to-top svg {
    width: 28px;
    height: 28px;
  }
  #recite-me {
    width: 32px;
    height: 32px;
  }
  #recite-me svg {
    height: 32px;
    width: 32px;
  }
}