* {
  outline: none;
}
*:focus {
  outline: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container--narrow {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 614px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container--fluid {
  max-width: none;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/AvenirLTStd-Black.woff2") format("woff2"), url("../fonts/AvenirLTStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
[data-fadein] {
  opacity: 0;
  transition-duration: 500ms;
  transform: translateY(1.875rem);
}
[data-fadein].active {
  opacity: 1;
  transform: translateY(0);
}

body {
  font-family: poppins, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media (min-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

h1, .h1 {
  margin-bottom: 1.5rem;
  font-family: Avenir LT Std, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.272;
}

h2, .h2, .pathways__intro {
  margin-bottom: 1.5rem;
  font-family: Avenir LT Std, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.35;
}

h3, .h3 {
  margin-bottom: 1.25rem;
  font-family: Avenir LT Std, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.343;
}

h4, .h4 {
  margin-bottom: 1.25rem;
  font-family: Avenir LT Std, sans-serif;
  font-size: 17px;
  line-height: 1.66;
}

h5, .h5 {
  margin-bottom: 1.25rem;
  font-family: Avenir LT Std, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

h6, .h6 {
  margin-bottom: 1.25rem;
  font-family: Avenir LT Std, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.33;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 35px;
  }

  h2, .h2, .pathways__intro {
    font-size: 30px;
  }

  h3, .h3 {
    font-size: 28px;
  }

  h5, .h5 {
    font-size: 20px;
  }

  h6, .h6 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 40px;
  }

  h2, .h2, .pathways__intro {
    font-size: 35px;
  }

  h3, .h3 {
    font-size: 32px;
  }

  h4, .h4 {
    font-size: 24px;
  }
}
@media (min-width: 1180px) {
  h1, .h1 {
    font-size: 45px;
  }
}
p {
  margin-bottom: 1.25rem;
}

ul {
  margin-bottom: 1.25rem;
}

ol {
  margin-bottom: 1.25rem;
}

li {
  margin-bottom: 0.5rem;
}
li:last-child {
  margin-bottom: 0px;
}

a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
a:not(.btn, .pathway-icon__link):hover {
  --tw-text-opacity: 1;
  color: rgb(242 147 59 / var(--tw-text-opacity));
}

.typography {
  clear: both;
}
.typography *:last-child {
  margin-bottom: 0px;
}
.typography ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1.25rem;
}
.typography ol {
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 1.25rem;
}
.typography a:not(.btn) {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(232 50 50 / var(--tw-text-opacity));
}
.typography a:not(.btn):hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.typography table {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  width: 100%;
}
.typography table th, .typography table td {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  vertical-align: top;
}
.typography table th:nth-child(2n+2),
.typography table td:nth-child(2n+2) {
  background-color: rgba(237, 237, 237, 0.4);
}
.typography table tr:first-child {
  font-weight: 700;
}
.typography table tr:nth-child(odd) {
  background-color: rgba(237, 237, 237, 0.4);
}
.typography .text-center {
  text-align: center;
}
.typography .text-right {
  text-align: right;
}
.typography .text-justify {
  text-align: justify;
}
.typography img.rightAlone {
  margin-left: 100%;
  transform: translateX(-100%);
}
.typography img.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.typography img.right {
  float: right;
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
}
.typography img.left {
  float: left;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}

.element {
  position: relative;
}
.element--bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.element--bg-none {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.element--pb-sm {
  padding-bottom: 2.25rem;
}
.element--pt-sm {
  padding-top: 2.25rem;
}
.element--pb-md {
  padding-bottom: 3.75rem;
}
.element--pt-md {
  padding-top: 3.75rem;
}
.element--pb-lg {
  padding-bottom: 4rem;
}
.element--pt-lg {
  padding-top: 4rem;
}
.element--pb-none {
  padding-bottom: 0px;
}
.element--pt-none {
  padding-top: 0px;
}
@media (min-width: 768px) {
  .element--pb-sm {
    padding-bottom: 3.75rem;
  }
  .element--pt-sm {
    padding-top: 3.75rem;
  }
  .element--pb-md {
    padding-bottom: 7.5rem;
  }
  .element--pt-md {
    padding-top: 7.5rem;
  }
  .element--pb-lg {
    padding-bottom: 9.5rem;
  }
  .element--pt-lg {
    padding-top: 9.5rem;
  }
}

.btn, .contact-page__form .btn-toolbar input {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: New Order, sans-serif;
}
.btn--icon {
  padding-right: 0.25rem;
}
.btn__icon {
  margin-left: 0.75rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn__icon svg {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn:hover, .contact-page__form .btn-toolbar input:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn:hover .btn__icon, .contact-page__form .btn-toolbar input:hover .btn__icon {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.btn:hover svg, .contact-page__form .btn-toolbar input:hover svg {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn--secondary {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.btn--secondary .btn__icon {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.btn--secondary .btn__icon svg {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn--secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn--secondary:hover .btn__icon {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.btn--secondary:hover svg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

input[type=text], input[type=email], input[type=password], input[type=number], input[type=date], input[type=tel], input[type=time] {
  display: block;
  height: 2.75rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

textarea {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=time]::-moz-placeholder, textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(227 227 227 / var(--tw-text-opacity));
  opacity: 1;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=number]::placeholder, input[type=date]::placeholder, input[type=tel]::placeholder, input[type=time]::placeholder, textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(227 227 227 / var(--tw-text-opacity));
  opacity: 1;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.hero--home .flickity-viewport {
  height: 100% !important;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-slider .is-selected {
  z-index: 9;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 0.3125rem #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 0.625rem;
}

.flickity-prev-next-button.next {
  right: 0.625rem;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0.625rem;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0.625rem;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 1.875rem;
  list-style: none;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.375rem;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.hamburger {
  pointer-events: auto;
  position: relative;
  z-index: 10;
  margin-left: 1.25rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.75rem;
  cursor: pointer;
}
.hamburger .line {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 0px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hamburger .line-2 {
  top: 11px;
}
.hamburger .line-3 {
  top: 22px;
}
.hamburger.active .line-1 {
  display: none;
}
.hamburger.active .line-2 {
  top: 11px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hamburger.active .line-3 {
  top: 11px;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}
.hero.home-page {
  position: relative;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  min-height: calc(100vh - 7.5rem);
}
@media (min-width: 1024px) {
  .hero.home-page {
    padding-top: 6.25rem;
    padding-bottom: 2.5rem;
  }
}
.hero.home-page .hero__wrapper {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  padding-top: 0.5rem;
}
@media (min-width: 1024px) {
  .hero.home-page .hero__wrapper {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 0px;
  }
}
.hero.home-page .top-line {
  position: absolute;
  top: 0px;
  left: 100px;
  height: 80px;
  width: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
  .hero.home-page .top-line {
    height: 100px;
  }
}
.hero.home-page .bottom-line {
  position: absolute;
  bottom: 0px;
  left: 300px;
  height: 92px;
  width: 3px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hero.home-page .bottom-line:before {
  font-family: poppins, sans-serif;
  content: "scroll down";
  position: absolute;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.0625rem;
  width: 6.25rem;
  left: -3.6875rem;
  bottom: 3.125rem;
  transform: rotateZ(-90deg);
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .hero.home-page .bottom-line:before {
    font-size: 0.9375rem;
  }
}
.hero.home-page .bottom-line:hover {
  color: orange;
}
@media (min-width: 1024px) {
  .hero.home-page .bottom-line {
    height: 130px;
  }
}
@media (min-width: 1180px) {
  .hero.home-page .bottom-line {
    height: 140px;
  }
}
.hero.home-page .circle {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -10;
}
.hero.home-page .circle img {
  max-width: 36.125rem;
}
.hero .hero__content {
  width: 100%;
}
@media (min-width: 1024px) {
  .hero .hero__content {
    width: 66.666667%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1180px) {
  .hero .hero__content {
    width: 50%;
  }
}
.hero .hero__image {
  width: 100%;
}
.hero .hero__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .hero .hero__image {
    width: 33.333333%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1180px) {
  .hero .hero__image {
    width: 50%;
  }
}
.hero .hero__image .popup-button {
  margin-top: 0.5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.hero .hero__image .popup-button__title {
  font-family: New Order, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.hero .hero__image .popup-button__icon {
  margin-left: 0.5rem;
}
.hero--secondary {
  height: 100%;
  min-height: 600px;
  width: 100%;
}
.hero--secondary .hero__wrapper {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  .hero--secondary .hero__wrapper {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 0px;
  }
}
.hero--secondary .hero__content {
  display: flex;
  align-items: flex-end;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hero--secondary .hero__content, .hero--secondary .hero__image {
  width: 100%;
}
@media (min-width: 768px) {
  .hero--secondary .hero__content, .hero--secondary .hero__image {
    width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.hero--secondary .circle {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-bottom: 359px;
}
.hero--secondary .circle img {
  max-width: 36.125rem;
}
.hero--secondary .popup-button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hero--small {
  height: 100%;
  min-height: 280px;
  width: 100%;
}
.hero--small .hero__bg-image {
  display: flex;
  align-items: flex-end;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hero__bg-image {
  position: absolute;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .hero--small .hero__content {
    margin-bottom: 3.75rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 50;
  width: 100%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.header__inner {
  display: flex;
  min-height: 77px;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header__logo {
  position: relative;
  z-index: 2;
}
.header__logo a {
  display: inline-block;
  width: 180px;
}
.header__logo svg {
  height: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .header__inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1180px) {
  .header__logo a {
    width: 260px;
  }
}

.navigation {
  font-weight: 700;
}
.navigation__link {
  font-family: New Order, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .navigation {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    width: 100%;
    max-width: 400px;
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    height: calc(100vh - 4.8125rem);
  }
  .header--menu-active .navigation {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .navigation .navigation__list .navigation__action {
    margin-top: 2.5rem;
  }
  .navigation .navigation__list li {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .navigation {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .navigation__list {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-transform: uppercase;
  }
  .navigation__list li {
    margin-bottom: 0px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.pathways {
  width: 100%;
}
.pathways__intro {
  margin-bottom: 5.75rem;
  width: 100%;
}
@media (min-width: 768px) {
  .pathways__intro {
    width: 75%;
  }
}
.pathways__list {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  flex-wrap: wrap;
}
.pathways__card-wrapper {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  flex-wrap: wrap;
}
.pathway {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .pathway {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .pathway {
    width: 25%;
  }
}
.pathway__link {
  position: relative;
  display: block;
  height: 100%;
  min-height: 255px;
  flex-grow: 1;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.75rem;
  padding-bottom: 2.25rem;
  border: 0.1875rem solid #ebebeb;
  transition: all 0.3s;
}
.pathway__link:hover {
  color: #000000 !important;
  background: linear-gradient(119.59deg, rgba(27, 79, 94, 0.3) 16.94%, rgba(0, 151, 194, 0.1) 74%);
  border: 0.1875rem solid #000000;
}
.pathway__link:hover .pathway__card-content {
  transform: translateY(0%);
}
.pathway__link:hover .pathway__card-content-desc {
  opacity: 1;
}
.pathway__link .heading .title h5 {
  font-family: New Order, sans-serif;
  font-weight: 700;
}
.pathway__link .heading .icon {
  margin-bottom: 1rem;
  display: inline-block;
}
.pathway__link .heading .icon svg {
  height: 2.25rem;
  width: 2.25rem;
}
.pathway__link .heading .icon img {
  height: 2.25rem;
  width: 2.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.pathway__link .link {
  display: flex;
  align-items: center;
  font-family: New Order, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.pathway__link .link .icon svg {
  margin-left: 0.5rem;
  height: 12px;
  width: 15px;
}
.pathway__card-content {
  transform: translateY(calc(100% - 5.1875rem));
  transition: all 0.3s;
}
.pathway__card-content-desc {
  min-height: 105px;
  opacity: 0;
}
.pathway__card-content-desc p {
  font-family: poppins, sans-serif;
  line-height: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.accordion {
  width: 100%;
}
.accordion__heading {
  margin-bottom: 3.5rem;
}
.accordion__heading h2 {
  margin-bottom: 0px;
}
.accordion__wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .accordion__wrapper {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.accordion__left-col {
  margin-bottom: 2.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .accordion__left-col {
    margin-bottom: 0px;
    width: 50%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.accordion__list-item {
  display: flex;
  cursor: pointer;
  flex-shrink: 0;
}
.accordion__list-item.is-active .accordion__list-item-icon {
  display: block;
  flex-shrink: 0;
}
.accordion__list-item-icon {
  margin-right: 0.5rem;
  display: none;
}
.accordion__list-item-icon svg {
  height: 1.25rem;
  width: 1.25rem;
}
.accordion__list-item-number {
  margin-right: 1rem;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-family: New Order, sans-serif;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 100%;
  flex-shrink: 0;
}
.accordion__list-item-desc {
  font-family: New Order, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5rem;
}
.accordion__right-col {
  width: 100%;
}
@media (min-width: 768px) {
  .accordion__right-col {
    width: 50%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.team {
  width: 100%;
  overflow: hidden;
}
.team__heading {
  margin-bottom: 5.75rem;
}
.team__heading h2 {
  margin-bottom: 0px;
}
.team__list {
  clear: both;
  width: 100%;
  overflow: hidden;
}

.team-sizer {
  width: 100%;
}
@media (min-width: 768px) {
  .team-sizer {
    width: 10%;
  }
}

.team-member {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  overflow: hidden;
}
.team-member:before {
  display: block;
  padding-top: 84%;
  content: " ";
}
.team-member img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.team-member__title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: right;
}
.typography .team-member__title {
  text-align: right;
}
.team-member__title h5 {
  margin-bottom: 0px;
}
.team-member__title p {
  margin-bottom: 0px;
  font-family: New Order, sans-serif;
  font-weight: 400;
}
.team-member__description {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 21;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  opacity: 0;
  transition-duration: 300ms;
  background: rgba(255, 255, 255, 0.9);
}
.team-member:hover .team-member__description {
  opacity: 1;
}
@media (min-width: 768px) {
  .team-member {
    width: 50%;
  }
  .team-member:nth-of-type(5n + 1) {
    width: 50%;
  }
  .team-member:nth-of-type(5n + 2) {
    width: 20%;
  }
  .team-member:nth-of-type(5n + 2):before {
    padding-top: 105%;
  }
  .team-member:nth-of-type(5n + 3) {
    width: 30%;
  }
  .team-member:nth-of-type(5n + 3):before {
    padding-top: 70%;
  }
  .team-member:nth-of-type(5n + 4) {
    width: 30%;
  }
  .team-member:nth-of-type(5n + 4):before {
    padding-top: 70%;
  }
  .team-member:nth-of-type(5n + 5) {
    width: 20%;
  }
  .team-member:nth-of-type(5n + 5):before {
    padding-top: 105%;
  }
}

.content__title {
  margin-bottom: 1.5rem;
}
.content__narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
@media (min-width: 768px) {
  .content__cols {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    display: flex;
  }
  .content__col {
    width: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.intro {
  width: 100%;
}
.intro__wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.typography .intro__wrapper {
  text-align: center;
}
@media (min-width: 768px) {
  .intro__wrapper {
    max-width: 780px;
  }
}

.imageSlider__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}
.imageSlider__title {
  margin-bottom: 2rem;
  text-align: center;
}
.typography .imageSlider__title {
  text-align: center;
}
.imageSlider__slide {
  width: 100%;
}
.imageSlider__slide__image {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  min-height: 309px;
  flex-direction: column;
  align-items: center;
}
.imageSlider__slide__image img {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}
.imageSlider__slide__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
}
.typography .imageSlider__slide__content {
  text-align: center;
}
@media (min-width: 768px) {
  .imageSlider__slide__image {
    min-height: 80vh;
  }
}
@media (min-width: 1180px) {
  .imageSlider__slide__image {
    min-height: 70vh;
  }
}

.logos .logo {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos .logo img {
  width: 100%;
  max-width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.logos .logo:last-child {
  margin-bottom: 0px;
}
.logos__title {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .logos__container {
    margin-left: -1rem;
    margin-right: -1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .logos .logo {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .logos .logo:last-child {
    margin-bottom: 1.5rem;
  }
  .logos .logo img {
    max-width: 250px;
  }
}
@media (min-width: 1024px) {
  .logos .logo {
    width: 33.333333%;
  }
}
@media (min-width: 1180px) {
  .logos .logo {
    width: 25%;
  }
}

.image-content {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image-content__cols {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .image-content__cols {
    flex-direction: row;
  }
}
.image-content--right .image-content__cols {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .image-content--right .image-content__body {
    padding-left: 1.25rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .image-content--right .image-content__body {
    padding-left: 4.25rem;
  }
}
@media (min-width: 1180px) {
  .image-content--right .image-content__body {
    padding-left: 7.5rem;
  }
}
.image-content--bottom .image-content__cols {
  flex-direction: column-reverse;
}
.image-content__action {
  display: flex;
  align-items: center;
}
.image-content__action svg {
  margin-left: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
}
.image-content__action:hover {
  --tw-text-opacity: 1;
  color: rgb(242 147 59 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .image-content--start .image-content__img-holder {
    display: flex;
    align-items: flex-start;
  }
  .image-content--center .image-content__img-holder {
    display: flex;
    align-items: center;
  }
  .image-content--end .image-content__img-holder {
    display: flex;
    align-items: flex-end;
  }
  .image-content--stretch .image-content__img-holder {
    display: flex;
  }
  .image-content--stretch .image-content_img {
    height: 100%;
  }
}
.image-content__body {
  display: flex;
  width: 100%;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.image-content__body-inner {
  width: 100%;
}
@media (min-width: 768px) {
  .image-content__body {
    width: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 1.25rem;
    padding-left: 3rem;
  }
}
@media (min-width: 1024px) {
  .image-content__body {
    padding-right: 4.25rem;
  }
  .image-content__body .image-content__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 695px;
  }
}
@media (min-width: 1180px) {
  .image-content__body {
    padding-right: 7.5rem;
    padding-left: 3rem;
  }
}
.image-content__img {
  width: 100%;
}
.image-content__img-holder {
  width: 100%;
}
.image-content__img-holder img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .image-content__img-holder {
    width: 50%;
  }
  .image-content__img-holder img {
    height: 100%;
    width: 100%;
  }
}

.caseStudyBlock__title {
  margin-bottom: 3.5rem;
}
.caseStudyBlock__wrapper a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.caseStudyBlock__item {
  margin-bottom: 1.5rem;
  display: block;
}
.caseStudyBlock__item:last-child {
  margin-bottom: 0px;
}
.caseStudyBlock__item__wrapper {
  height: 100%;
}
.caseStudyBlock__item__image {
  position: relative;
  height: 225px;
  width: 100%;
}
.caseStudyBlock__item__image img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.caseStudyBlock__item__category {
  margin-bottom: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.caseStudyBlock__item__category h4 {
  margin-bottom: 0px;
  font-size: 20px;
}
.caseStudyBlock__item__content {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.caseStudyBlock__item__desc {
  margin-top: 0.25rem;
}
.caseStudyBlock__item__action {
  align-items: center;
}
@media (min-width: 768px) {
  .caseStudyBlock__wrapper {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    display: flex;
    flex-wrap: wrap;
  }
  .caseStudyBlock__item {
    width: 50%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .caseStudyBlock__item:last-child {
    margin-bottom: 1.5rem;
  }
  .caseStudyBlock__item__category h4 {
    margin-bottom: 0px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .caseStudyBlock__item {
    width: 33.333333%;
  }
}

.newsSideBySide {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.newsSideBySide__image {
  position: relative;
  height: 360px;
  width: 100%;
}
.newsSideBySide__image img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.newsSideBySide__content {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.newsSideBySide__prefix {
  margin-bottom: 0.25rem;
}
.newsSideBySide__prefix h5 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .newsSideBySide {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .newsSideBySide__wrapper {
    display: flex;
    min-height: 465px;
    width: 100%;
  }
  .newsSideBySide--reverse .newsSideBySide__wrapper {
    flex-direction: row-reverse;
  }
  .newsSideBySide__image {
    min-height: 100%;
    width: 50%;
    height: unset;
  }
  .newsSideBySide__content {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 1.25rem;
    padding-left: 3rem;
  }
  .newsSideBySide--reverse .newsSideBySide__content {
    padding-left: 1.25rem;
    padding-right: 3rem;
  }
  .newsSideBySide__content__wrapper {
    max-width: 558px;
  }
  .newsSideBySide__title h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .newsSideBySide__content {
    padding-right: 4.25rem;
  }
  .newsSideBySide--reverse .newsSideBySide__content {
    padding-left: 4.25rem;
  }
}
@media (min-width: 1180px) {
  .newsSideBySide__content {
    padding-right: 7.5rem;
  }
  .newsSideBySide--reverse .newsSideBySide__content {
    padding-left: 7.5rem;
  }
}

.footer {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .footer__wrapper {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.footer__nav ul {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 1024px) {
  .footer__nav ul {
    margin-left: -0px;
    margin-right: -0px;
    display: flex;
    flex-direction: column;
  }
}
.footer__nav ul li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}
.typography .footer__nav ul li {
  text-align: center;
}
.footer__nav ul li a {
  font-size: 12px;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .footer__nav ul li a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .footer__nav ul li {
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
  }
}
.footer__middle {
  width: 100%;
}
.footer__middle-desc {
  text-align: center;
}
.typography .footer__middle-desc {
  text-align: center;
}
@media (min-width: 1024px) {
  .footer__middle-desc {
    text-align: left;
  }
}
.footer__middle-desc p {
  font-size: 12px;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .footer__middle-desc p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.footer__middle .footer__copy-right {
  display: none;
}
@media (min-width: 1024px) {
  .footer__middle .footer__copy-right {
    display: block;
  }
}
@media (min-width: 768px) {
  .footer__middle {
    max-width: 700px;
  }
}
@media (min-width: 1024px) {
  .footer__middle {
    text-align: left;
  }
}
.footer__right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .footer__right {
    align-items: flex-end;
  }
}
.footer__action {
  margin-bottom: 2rem;
}
.footer__social-media ul {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
}
.footer__social-media ul li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.footer__bottom-copy-right p {
  font-size: 10px;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .footer__bottom-copy-right p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .footer__bottom-copy-right {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 7.75rem;
  }
}

.contact-page {
  width: 100%;
}
.contact-page__top {
  margin-bottom: 3.75rem;
}
.contact-page__top-wrapper {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page__top-link {
  display: flex;
  cursor: pointer;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.contact-page__top-link a {
  margin-bottom: 0px;
  font-size: 10px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .contact-page__top-link a {
    font-size: 20px;
  }
}
.contact-page__top-link svg {
  margin-right: 1rem;
  height: 1.5rem;
  width: 1.5rem;
}
@media (min-width: 768px) {
  .contact-page__top-link svg {
    height: 3.25rem;
    width: 3.25rem;
  }
}
.contact-page__top-link:hover {
  --tw-text-opacity: 1;
  color: rgb(242 147 59 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .contact-page__top {
    margin-bottom: 7.5rem;
  }
}
.contact-page__form div.field {
  margin-bottom: 1.25rem;
}
.contact-page__form div.field label {
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 600;
}
.contact-page__form div.field.textarea {
  margin-bottom: 2.25rem;
}
.contact-page__form div.field.textarea textarea {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.contact-page__form .btn-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page__form .btn-toolbar input {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-weight: 700;
}

.blogPost__actions {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
  justify-content: center;
  padding-bottom: 3.75rem;
}
.blogPost__action {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.blog__more__inner {
  display: flex;
  justify-content: center;
}
.blog__more__inner .btn, .blog__more__inner .contact-page__form .btn-toolbar input, .contact-page__form .btn-toolbar .blog__more__inner input {
  margin-bottom: 2.5rem;
}
.blog__tab {
  width: 100%;
}
.blog__tab.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.blog__tab__wrapper {
  margin-bottom: 1.25rem;
}
.blog__tab__wrapper:last-child {
  margin-bottom: 0px;
}
.blog__tab__container {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  align-items: center;
}
.blog__tab__icon, .blog__tab__title {
  padding-left: 5px;
  padding-right: 5px;
}
.blog__tab__icon h6, .blog__tab__title h6 {
  margin-bottom: 0px;
  line-height: 1.4;
}
.blog__tabs {
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .blog__newsContainer {
    margin-bottom: 0px;
  }
  .blog__tabs {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    display: flex;
    flex-wrap: wrap;
    padding-top: 3.75rem;
    padding-bottom: 0px;
  }
  .blog__tab__wrapper {
    margin-bottom: 0px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .blog__tab__title h6 {
    line-height: 1.4;
  }
  .blog__wrapper {
    margin-bottom: 0px;
  }
  .blog__more__inner .btn, .blog__more__inner .contact-page__form .btn-toolbar input, .contact-page__form .btn-toolbar .blog__more__inner input {
    margin-top: 2.5rem;
  }
}
