body {
  background: #0B0B0B;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}

p {
  line-height: 1.75;
  margin-bottom: 2rem;
}

p.intro {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5714285714;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 1.5rem;
}

h2.section-heading {
  font-family: proxima-nova-condensed, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1.5rem;
}

.stylized-hr {
  border: 0;
  border-top: 1.25rem solid #eee;
  opacity: 1;
  margin: 3rem 0;
}

.ck-rounded {
  border-radius: 1.5rem;
}

.long-form-content img {
  height: auto;
  max-width: 100%;
}

.btn-sos {
  background-color: #A5006D;
  background: linear-gradient(135deg, #D511AC 0%, #A5006D 100%);
  color: #fff;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  padding: 1rem 2rem;
  text-transform: uppercase;
  border-radius: 0.5rem;
  transition: background-color 300ms ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 0;
}

.btn-sos::before {
  content: "";
  position: absolute;
  top: 0%;
  right: 50%;
  bottom: 0%;
  left: 50%;
  z-index: -1;
  background: linear-gradient(135deg, #B558FF 0%, #D100A6 100%);
  opacity: 0;
  transition: all 300ms ease;
  border-radius: 50%;
}

.btn-sos:hover,
.btn-sos:focus {
  color: #fff;
}

.btn-sos:hover::before,
.btn-sos:focus::before {
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  transform: scale(1.1);
}

blockquote {
  background-color: rgba(165, 0, 109, 0.05);
  padding: 1.25rem 2rem;
}

blockquote p {
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  color: #A5006D;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote p span {
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

.about-list {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.about-list__item {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}

.about-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.about-item__visual {
  position: relative;
  width: 240px;
  height: 240px;
  margin-bottom: 2rem;
}

.about-item__visual .about-item__visual__helper {
  position: absolute;
  border-radius: 60px;
  overflow: hidden;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  background-color: #ccc;
}

.about-item__visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  width: 240px;
  height: 240px;
}

.about-item__headings {
  text-align: center;
}

.about-item__headings h2 {
  font-size: 38px;
  font-size: 2.375rem;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 0;
}

.about-item__headings p {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  color: #A5006D;
  margin-bottom: 0;
}

.about-item__content {
  width: 475px;
  max-width: 100%;
}

.about-item__content p {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
}

.blog-list {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.blog-list__item {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}

.blog-item {
  padding: 0 1rem;
  margin-bottom: 3rem;
}

.blog-item__visual {
  position: relative;
  margin-bottom: 1rem;
  min-height: 100px;
}

.blog-item__date {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100px;
  height: 100px;
  transform: translateY(-50%) translateX(-20px);
}

.blog-item__image {
  z-index: 1;
  min-height: 100px;
  display: block;
}

.blog-item__image a {
  display: block;
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #ccc;
}

.blog-item__image a:hover img {
  transform: scale(1);
}

.blog-item__image a img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transform: scale(1.1);
  transform-origin: center;
  transition: transform 300ms ease;
}

.blog-item__fancy-date-treatment {
  position: absolute;
  width: 65px;
  height: 65px;
  background: linear-gradient(0deg, #D100A6 0%, #B558FF 100%);
  border-radius: 8px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform-origin: center;
}

.blog-item__fancy-date-treatment-helper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  height: 90px;
  width: 90px;
}

.blog-item__date-details {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.blog-item__date-details__month,
.blog-item__date-details__day,
.blog-item__date-details__year {
  line-height: 0.9;
}

.blog-item__date-details__month {
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}

.blog-item__date-details__day {
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
}

.blog-item__date-details__year {
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}

.blog-item__category {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #777;
}

.blog-item__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
}

.blog-item__title a {
  text-decoration: none;
  color: #000;
}

.blog-detail-associated-image {
  border-radius: 1.5rem;
}

.client-logo-section {
  padding: 3rem 0;
  background-color: #eee;
  background-image: url("../images/bg-texture-2.jpg");
  background-size: cover;
  background-position: center bottom;
  position: relative;
}

.client-logo-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(247, 247, 247, 0.85);
}

.client-logo-section__content {
  position: relative;
  z-index: 2;
}

.client-logo-section__text-blurb {
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0.5rem;
}

.client-logo-section__content p {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.4545454546;
}

.client-logo-section__content p strong {
  font-weight: 700;
}

.client-logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.client-logo-list__item {
  margin: 1rem;
}

.client-logo-list__item img {
  max-height: 100px;
}

.contact-cta {
  position: relative;
  padding: 4rem 0;
  background-color: #000;
  color: #fff;
  background-image: url("../images/contact-cta.jpg");
  background-size: cover;
  background-position: bottom left;
}

.contact-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.contact-cta__content {
  position: relative;
  width: 730px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}

.contact-cta__content h2 {
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.contact-cta__content p {
  margin-bottom: 0;
}

.contact-cta__content .btn {
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 2rem;
  padding-right: 2rem;
  letter-spacing: 0.1rem;
}

.conferences-events {
  padding: 4rem 0 3rem;
  background-color: #eee;
  position: relative;
  background-image: url("../images/bg-texture-1.jpg");
  background-size: cover;
}

.conferences-events::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
}

.conferences-events .section-heading {
  background: #000;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateY(-50%) translateX(-50%);
  font-size: 22px;
  font-size: 1.375rem;
  padding: 0.5rem 1rem;
  z-index: 2;
  white-space: nowrap;
}

.conferences-events__content {
  position: relative;
  z-index: 2;
}

.conferences-events__list {
  display: flex;
  flex-direction: column;
}

.conferences-events__item {
  margin: 0 4rem 2rem;
}

.conferences-events__item__logo {
  margin-bottom: 1rem;
}

.conferences-events__item__logo img {
  display: block;
  width: 120px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.conferences-events__item__date div {
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}

.featured-education {
  padding: 3rem 0;
}

.education-list {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  justify-content: center;
}

.education-list__item {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}

.education-item {
  padding: 0 1rem;
  margin-bottom: 3rem;
}

.education-item__visual {
  position: relative;
  margin-bottom: 1.5rem;
}

.education-item__image a {
  display: block;
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #ccc;
}

.education-item__image a:hover img {
  transform: scale(1);
}

.education-item__image a img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transform: scale(1.1);
  transform-origin: center;
  transition: transform 300ms ease;
}

.education-item__content {
  text-align: center;
}

.education-item__pre-title {
  color: #A5006D;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.education-item__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
}

.education-item__title a {
  text-decoration: none;
  color: #000;
}

.education-item__cta {
  margin-top: 1.5rem;
}

.page-item.active .page-link {
  background-color: #A5006D;
  border-color: #A5006D;
}

.page-item .page-link {
  color: #A5006D;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.collection-view-all-link {
  margin-top: 1rem;
  text-align: center;
}

.mura-object-meta h2 {
  font-family: proxima-nova-condensed, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.site-footer {
  background: #0B0B0B;
  position: relative;
}

.site-footer-pattern {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.site-footer-pattern::before {
  content: "";
  opacity: 0.05;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/footer-diamond--dos.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.site-footer__container {
  position: relative;
}

.site-footer__content {
  z-index: 2;
  position: relative;
  padding: 4.5rem 0;
}

.site-footer-primary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  height: 32px;
  width: 120px;
  margin: 0 auto 1rem;
}

.footer-logo a {
  height: inherit;
  width: inherit;
  display: block;
  background-image: url("../images/logo-white.svg");
  background-size: 120px 32px;
}

.footer-legal {
  margin-bottom: 1rem;
}

.footer-legal p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  margin: 0;
}

.footer-nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.footer-nav nav ul li {
  position: relative;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 0.25rem;
}

.footer-nav nav ul li:first-child {
  padding-left: 0;
}

.footer-nav nav ul li:first-child::before {
  content: none;
}

.footer-nav nav ul li:last-child {
  margin-right: 0;
}

.footer-nav nav ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-aux-links {
  margin-top: 1rem;
}

.footer-aux-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.footer-aux-links ul li {
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #fff;
  line-height: 1;
}

.footer-aux-links ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.footer-aux-links ul li a {
  color: #fff;
  text-decoration: none;
  transition: text-shadow 300ms ease;
}

.footer-aux-links ul li a:hover {
  text-shadow: 2px 2px #A5006D;
}

.site-header {
  background: #fff;
}

.site-header__container {
  position: relative;
}

.site-header__content {
  display: flex;
  flex-direction: column;
}

.site-header-primary {
  padding: 1rem;
  position: relative;
}

.site-logo {
  height: 32px;
  width: 120px;
  margin: 0 auto;
}

.site-logo a {
  height: inherit;
  width: inherit;
  display: block;
  background-image: url("../images/logo.svg");
  background-size: 120px 32px;
}

.navbar-toggle {
  position: absolute;
  left: 1rem;
  top: 50%;
  padding: 0;
  border: 0;
  background: none;
  height: 30px;
  width: 30px;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  transform: translateY(-50%);
}

.navbar-toggle .navbar-toggle-indicator {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
}

.navbar-toggle .navbar-toggle-indicator::before,
.navbar-toggle .navbar-toggle-indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

.navbar-toggle .navbar-toggle-indicator::before {
  background-image: url("../images/menu.svg");
}

.navbar-toggle .navbar-toggle-indicator::after {
  background-image: url("../images/x.svg");
}

.navbar-toggle[aria-expanded=true] .navbar-toggle-indicator::before {
  opacity: 0;
}

.navbar-toggle[aria-expanded=true] .navbar-toggle-indicator::after {
  opacity: 1;
}

.navbar-toggle[aria-expanded=false] .navbar-toggle-indicator::before {
  opacity: 1;
}

.navbar-toggle[aria-expanded=false] .navbar-toggle-indicator::after {
  opacity: 0;
}

.site-search {
  padding: 0 1rem;
  background: #A5006D;
}

.site-search-form {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
}

.site-search-form form {
  flex-grow: 1;
}

.site-search-form input {
  border-color: transparent;
}

.search-toggle {
  position: absolute;
  right: 1rem;
  top: 50%;
  padding: 0;
  border: 0;
  background: none;
  height: 30px;
  width: 30px;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  transform: translateY(-50%);
}

.search-toggle .search-toggle-indicator {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
}

.search-toggle .search-toggle-indicator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 30px;
  width: 30px;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}

.search-collapse {
  position: relative;
  padding: 0;
  border: 0;
  background: none;
  height: 30px;
  width: 30px;
  margin-left: 1rem;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.search-collapse .search-collapse-indicator {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
}

.search-collapse .search-collapse-indicator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 30px;
  width: 30px;
  background-image: url("../images/x--white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  transition: opacity 300ms ease-in-out;
}

.site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.site-nav ul li {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
}

.site-nav ul li:first-child {
  margin-left: 0;
}

.site-nav ul li:first-child a {
  border-top: 0;
}

.site-nav ul li:last-child {
  margin-right: 0;
}

.site-nav ul li .site-nav-link {
  display: block;
  color: #fff;
  background: #A5006D;
  text-decoration: none;
  padding: 1rem;
  border-top: 1px solid #fff;
}

.site-nav ul li .site-nav-link:hover {
  background: #D27D20;
  background: linear-gradient(to right top, #D27D20 0%, #A5006D 100%);
}

.home-hero {
  position: relative;
  padding: 3rem 0;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  overflow: hidden;
  background-color: #f9f9f9;
}

.home-hero::before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/chain-pattern.svg");
  background-size: cover;
  opacity: 0.03;
}

.home-hero__visual {
  display: none;
}

.home-hero__visual__helper {
  position: absolute;
  top: 55%;
  left: 60%;
  transform: translateY(-50%) translateX(-50%) rotate(30deg);
  overflow: hidden;
  border-radius: 100px;
  height: 130%;
  width: 100%;
}

.home-hero__visual__image {
  position: absolute;
  top: 0;
  left: -21%;
  right: 0;
  bottom: 0;
  background-image: url("../images/sos-hero.jpg");
  background-size: cover;
  background-position: left center;
  transform: rotate(-30deg);
}

.home-hero__visual__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(30deg, rgba(165, 0, 109, 0.9) 0%, rgba(0, 64, 255, 0.1) 50%, rgba(0, 64, 255, 0.8) 100%);
}

.home-hero__container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.home-hero__content {
  z-index: 3;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.home-hero h1 span {
  display: block;
  text-transform: uppercase;
}

.home-hero h1 span:first-child {
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #A5006D;
}

.home-hero h1 span:last-child {
  font-family: proxima-nova-condensed, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 0.82;
  color: #000;
  margin-bottom: 1rem;
}

.home-hero p {
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.33;
  color: #A5006D;
}

.container,
.page-masthead__container,
.page-layout__container,
.site-footer__container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.site-main {
  background: #fff;
}

.page-layout {
  padding: 3rem 0;
}

.long-form-content {
  width: 924px;
  max-width: 100%;
  margin: 0 auto;
}

@keyframes animate-pattern {
  from {
    background-position: 0% 0%;
  }

  to {
    background-position: 100% 100%;
  }
}

.page-masthead {
  padding: 4rem 0 0;
  position: relative;
  border-top: 1px solid #D8D8D8;
}

.page-masthead--portfolio {
  padding-bottom: 4rem;
}

.page-masthead--stylized {
  padding: 4rem 0;
  border-bottom: 1px solid #D8D8D8;
  background-color: #f9f9f9;
}

.page-masthead--stylized::before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/chain-pattern.svg");
  background-size: cover;
  animation-name: animate-pattern;
  animation-duration: 60s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  opacity: 0.03;
}

.page-masthead__content {
  position: relative;
  text-align: center;
  z-index: 2;
}

.page-masthead__content h1 {
  font-size: 60px;
  font-size: 3.75rem;
  font-family: proxima-nova-condensed, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.03em;
}

.page-masthead--portfolio .page-masthead__content h1 {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: proxima-nova-condensed, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

.page-masthead--stylized .page-masthead__content h1 {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: proxima-nova-condensed, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

.page-masthead__content p {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 1.7142857143;
  color: #A5006D;
  width: 908px;
  max-width: 100%;
  margin: 0 auto;
  letter-spacing: -0.02em;
}

.portfolio-cta {
  position: relative;
  padding: 4rem 0;
  background-color: #000;
  color: #fff;
  background-image: url("../images/portfolio-cta.jpg");
  background-size: cover;
  background-position: bottom left;
}

.portfolio-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.portfolio-cta__content {
  position: relative;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}

.portfolio-cta__content h2 {
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.portfolio-cta__content p {
  margin-bottom: 0;
}

.portfolio-cta__content .btn {
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 2rem;
  padding-right: 2rem;
  letter-spacing: 0.1rem;
}

.portfolio-additional-projects {
  position: relative;
  padding: 2rem 0;
  background-image: url("../images/bg-texture-3.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio-additional-projects::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(165, 0, 109, 0.8);
}

.portfolio-additional-projects h2,
.portfolio-additional-projects ul {
  position: relative;
}

.portfolio-additional-projects h2 {
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.portfolio-additional-projects ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.portfolio-additional-projects ul li {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: proxima-nova-condensed, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  text-align: center;
}

.portfolio-additional-projects ul li.current {
  display: none;
}

.portfolio-additional-projects ul li a {
  color: #fff;
  text-decoration: none;
}

.portfolio-list {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  justify-content: center;
  margin-bottom: 1rem;
}

.portfolio-item {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 3rem;
}

.portfolio-item a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
  transition: color 300ms ease;
}

.portfolio-item a:hover {
  color: #A5006D;
}

.portfolio-item a:hover .portfolio-item__logo-overlay {
  opacity: 0;
}

.portfolio-item a:hover .portfolio-item__logo-overlay img {
  transform: scale(0.5);
}

.portfolio-item a img {
  max-width: 100%;
}

.portfolio-item__logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 300ms ease;
}

.portfolio-item__logo-overlay img {
  max-width: 100%;
  max-height: 100%;
  transform: scale(1);
  transition: transform 300ms ease;
}

.portfolio-item__visual {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.portfolio-item__label {
  text-align: center;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  padding: 1rem 0;
  letter-spacing: 0.1rem;
}

#portfolioGallery {
  padding-bottom: 3.5rem;
  margin: 0 auto;
  position: relative;
}

#portfolioGallery .slick {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
  background-color: #f9f9f9;
}

#portfolioGallery .slick::before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/chain-pattern.svg");
  background-size: cover;
  opacity: 0.03;
}

#portfolioGallery .slick-list {
  z-index: 2;
}

#portfolioGallery .slick-arrow {
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  border-radius: 50%;
  z-index: 3;
}

#portfolioGallery .slick-arrow:hover {
  background-color: #A5006D;
}

#portfolioGallery .carousel-control-prev {
  left: 1rem;
  padding-right: 0.25rem;
}

#portfolioGallery .carousel-control-next {
  right: 2rem;
  padding-left: 0.25rem;
}

#portfolioGallery .slick-dots {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

#portfolioGallery .slick-dots li {
  margin-left: 5px;
  margin-right: 5px;
}

#portfolioGallery .slick-dots button {
  box-sizing: content-box;
  display: block;
  border: 0;
  background-color: #d8d8d8;
  opacity: 1;
  height: 3px;
  width: 30px;
  padding: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background-clip: padding-box;
  overflow: hidden;
}

#portfolioGallery .slick-dots .slick-active button {
  background-color: #A5006D;
}

#portfolioGallery .slick-slide img {
  max-width: 100%;
  max-height: 70vh;
  height: auto;
  margin: 0 auto;
}

.presentation-list {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.presentation-list__item {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}

.presentation-item {
  padding: 0 1rem;
  margin-bottom: 3rem;
}

.presentation-item__visual {
  position: relative;
  margin-bottom: 1rem;
}

.presentation-item__image a {
  display: block;
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #ccc;
}

.presentation-item__image a:hover img {
  transform: scale(1);
}

.presentation-item__image a img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transform: scale(1.1);
  transform-origin: center;
  transition: transform 300ms ease;
}

.presentation-item__title {
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
}

.presentation-item__title a {
  text-decoration: none;
  color: #000;
}

.mura-search-again {
  background-color: #eee;
  padding: 1rem;
}

.mura-search-results .mura-index dl {
  border-top: 1px solid #ddd;
  padding-top: 1rem;
}

.training-list {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.training-list__item {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}

.training-item {
  padding: 0 1rem;
  margin-bottom: 3rem;
}

.training-item__visual {
  position: relative;
  margin-bottom: 1rem;
}

.training-item__image a {
  display: block;
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #ccc;
}

.training-item__image a:hover img {
  transform: scale(1);
}

.training-item__image a img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transform: scale(1.1);
  transform-origin: center;
  transition: transform 300ms ease;
}

.training-item__title {
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
}

.training-item__title a {
  text-decoration: none;
  color: #000;
}

body.mura-sidebar-state__pushed--right {
  table-layout: fixed;
  width: 100%;
}

@media (min-width: 576px) {
  .about-item__visual {
    width: 280px;
    height: 280px;
  }

  .about-item__visual .about-item__visual__helper {
    width: 230px;
    height: 230px;
  }

  .about-item__visual img {
    width: 280px;
    height: 280px;
  }

  .blog-item__fancy-date-treatment {
    width: 80px;
    height: 80px;
  }

  .blog-item__fancy-date-treatment-helper {
    height: 100px;
    width: 100px;
  }

  .blog-item__date-details__month,
  .blog-item__date-details__day,
  .blog-item__date-details__year {
    line-height: 1;
  }

  .blog-item__date-details__day {
    font-size: 32px;
    font-size: 2rem;
  }

  .blog-item__date-details__year {
    font-size: 16px;
    font-size: 1rem;
  }

  .footer-nav nav ul {
    flex-direction: row;
  }

  .footer-nav nav ul li {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: left;
    padding-left: 0.825rem;
    margin-right: 0.625rem;
  }

  .footer-nav nav ul li::before {
    position: absolute;
    left: 0;
    content: "/";
    color: #A5006D;
  }

  .home-hero__visual {
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    right: -20%;
    bottom: 0;
    width: 400px;
    max-width: 55%;
  }

  .home-hero__container {
    max-width: 540px;
  }

  .home-hero__content {
    text-align: left;
    padding-left: 0;
    padding-right: 31%;
  }

  .container,
  .page-masthead__container,
  .page-layout__container,
  .site-footer__container {
    max-width: 540px;
  }

  .page-masthead--portfolio .page-masthead__content h1 {
    font-size: 54px;
    font-size: 3.375rem;
  }

  .page-masthead--stylized .page-masthead__content h1 {
    font-size: 54px;
    font-size: 3.375rem;
  }
}

@media (min-width: 768px) {
  blockquote {
    padding: 2rem 4rem;
  }

  .blog-item__title {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .conferences-events__list {
    flex-direction: row;
    justify-content: center;
  }

  .education-item__title {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .education-item__cta .btn {
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .footer-nav nav ul li {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 1rem;
    padding-left: 1rem;
  }

  .home-hero {
    padding: 4rem 0;
  }

  .home-hero__visual {
    width: 500px;
    right: -10%;
  }

  .home-hero__visual__helper {
    left: 62%;
  }

  .home-hero__container {
    max-width: 720px;
  }

  .home-hero__content {
    padding-right: 51%;
  }

  .home-hero h1 span:first-child {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .home-hero h1 span:last-child {
    font-size: 54px;
    font-size: 3.375rem;
  }

  .home-hero p {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .container,
  .page-masthead__container,
  .page-layout__container,
  .site-footer__container {
    max-width: 720px;
  }

  .page-masthead__content p {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .portfolio-additional-projects ul li {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .portfolio-item {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  h2.section-heading {
    font-size: 50px;
    font-size: 3.125rem;
  }

  .about-list__item {
    flex: 0 0 auto;
    width: 50%;
  }

  .blog-list__item {
    flex: 0 0 auto;
    width: 50%;
  }

  .client-logo-section {
    padding: 5rem 0;
  }

  .client-logo-section__content p {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.6842105263;
  }

  .client-logo-list__item img {
    max-height: unset;
  }

  .contact-cta__content .btn {
    font-size: 28px;
    font-size: 1.75rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .conferences-events {
    padding: 7rem 0 5rem;
  }

  .conferences-events .section-heading {
    font-size: 42px;
    font-size: 2.625rem;
    padding: 0.5rem 6rem;
  }

  .featured-education {
    padding: 5rem 0 7.5rem;
  }

  .education-list__item {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .mura-object-meta h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }

  .footer-nav nav ul li {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .site-header__container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }

  .site-header__content {
    padding-right: 4rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .site-header-primary {
    position: unset;
    padding: 2rem 0;
  }

  .site-logo {
    margin: 0;
    width: 150px;
    height: 40px;
  }

  .site-logo a {
    background-size: 150px 40px;
  }

  .navbar-toggle {
    display: none;
  }

  .site-search {
    padding: 0;
  }

  .site-search__container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }

  .site-nav ul {
    flex-direction: row;
  }

  .site-nav ul li {
    margin: 0 1rem;
  }

  .site-nav ul li .site-nav-link:hover {
    background: none;
    color: #A5006D;
  }

  .site-nav ul li .site-nav-link {
    border-top: 0;
    color: #000;
    background: none;
    padding: 0;
  }

  .site-nav ul li .site-nav-link--current {
    color: #A5006D;
  }

  .navbar-collapse {
    display: block !important;
  }

  .home-hero {
    padding: 6rem 0;
  }

  .home-hero__visual {
    width: 646px;
  }

  .home-hero__visual__helper {
    border-radius: 150px;
  }

  .home-hero__container {
    max-width: 960px;
  }

  .home-hero h1 span:first-child {
    font-size: 32px;
    font-size: 2rem;
  }

  .home-hero h1 span:last-child {
    font-size: 80px;
    font-size: 5rem;
  }

  .home-hero p {
    font-size: 32px;
    font-size: 2rem;
  }

  .container,
  .page-masthead__container,
  .page-layout__container,
  .site-footer__container {
    max-width: 960px;
  }

  .page-layout {
    padding: 5rem 0;
  }

  .page-masthead--stylized .page-masthead__content h1 {
    font-size: 80px;
    font-size: 5rem;
  }

  .portfolio-cta__content .btn {
    font-size: 28px;
    font-size: 1.75rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .portfolio-item {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  #portfolioGallery .slick-dots li {
    margin-left: 10px;
    margin-right: 10px;
  }

  #portfolioGallery .slick-dots button {
    width: 40px;
    text-indent: 40px;
  }

  .presentation-list__item {
    flex: 0 0 auto;
    width: 50%;
  }

  .training-list__item {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) and (min-width: 576px) {
  .site-header__container {
    max-width: 540px;
  }

  .site-search__container {
    max-width: 540px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .site-header__container {
    max-width: 720px;
  }

  .site-search__container {
    max-width: 720px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .site-header__container {
    max-width: 960px;
  }

  .site-search__container {
    max-width: 960px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .site-header__container {
    max-width: 1140px;
  }

  .site-search__container {
    max-width: 1140px;
  }
}

@media (min-width: 992px) and (min-width: 1400px) {
  .site-header__container {
    max-width: 1320px;
  }

  .site-search__container {
    max-width: 1320px;
  }
}

@media (min-width: 1200px) {
  blockquote {
    padding: 4rem 8rem;
  }

  blockquote p {
    font-size: 32px;
    font-size: 2rem;
  }

  blockquote p span {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .contact-cta {
    padding: 7rem 0;
  }

  .contact-cta__content h2 {
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 4rem;
  }

  .site-footer-pattern {
    max-width: 1320px;
    margin: 0 auto;
  }

  .site-footer-pattern::before {
    background-image: url("../images/footer-diamond--uno.svg");
    left: auto;
    width: 777px;
  }

  .site-footer-primary {
    flex-direction: row;
  }

  .footer-logo {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-aux-links ul {
    justify-content: flex-start;
  }

  .home-hero {
    padding: 9rem 0;
  }

  .home-hero__visual {
    width: 730px;
    max-width: 60%;
  }

  .home-hero__container {
    max-width: 1140px;
  }

  .home-hero h1 span:first-child {
    font-size: 36px;
    font-size: 2.25rem;
  }

  .home-hero h1 span:last-child {
    font-size: 100px;
    font-size: 6.25rem;
  }

  .home-hero p {
    font-size: 36px;
    font-size: 2.25rem;
  }

  .container,
  .page-masthead__container,
  .page-layout__container,
  .site-footer__container {
    max-width: 1140px;
  }

  .portfolio-cta {
    padding: 7rem 0;
  }

  .portfolio-cta__content h2 {
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 4rem;
  }

  .portfolio-additional-projects {
    padding: 4rem 0;
  }

  .portfolio-additional-projects h2 {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
  }

  .portfolio-additional-projects ul li {
    font-size: 36px;
    font-size: 2.25rem;
  }

  .portfolio-item {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 1400px) {
  .home-hero__visual {
    width: 1200px;
    max-width: 55%;
  }

  .home-hero__container {
    max-width: 1320px;
  }

  .container,
  .page-masthead__container,
  .page-layout__container,
  .site-footer__container {
    max-width: 1320px;
  }

  .training-list__item {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}