:root {
	--indent: 14.875rem;
	--mobileIndent: 1.25rem;
}
@keyframes marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes pulsate {
	0% {
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.2, 1.2);
		opacity: 0;
	}
}
@font-face {
	font-family: "IDSerif";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("IDSerif"), local("IDSerif"), url("../fonts/IDSerif.woff2") format("woff2"), url("../fonts/IDSerif.woff") format("woff");
}
@font-face {
	font-family: "IDSerifBold";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("IDSerifBold"), local("IDSerifBold"), url("../fonts/IDSerif-Bold.woff2") format("woff2"), url("../fonts/IDSerif-Bold.woff") format("woff");
}
@font-face {
	font-family: "IDSerifExtraBold";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("IDSerifExtraBold"), local("IDSerifExtraBold"), url("../fonts/IDSerif-ExtraBold.woff2") format("woff2"), url("../fonts/IDSerif-ExtraBold.woff") format("woff");
}
@font-face {
	font-family: "IDSerifItalic";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("IDSerifItalic"), local("IDSerifItalic"), url("../fonts/IDSerif-Italic.woff2") format("woff2"), url("../fonts/IDSerif-Italic.woff") format("woff");
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

body {
	margin: 0;
	color: #000000;
	background: #fff;
}

input[type=submit],
input[type=button],
button,
a {
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	cursor: pointer;
}

img {
	height: auto;
	max-width: 100%;
	transition: 200ms;
	transition-property: opacity;
	vertical-align: middle;
}

ul,
ol {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
cite,
address {
	font-weight: normal;
}

address,
cite {
	font-style: normal;
}

article,
aside,
figure,
footer,
header,
main,
nav {
	display: block;
}

ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
embed,
fieldset,
figure,
iframe,
img,
legend,
object {
	padding: 0;
	border: 0;
	margin: 0;
}

html {
	font: normal 300 85%/1.33 "IDSerif", serif;
}

body {
	font-size: 1rem;
}

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #EA27C2;
}
a[href^="mailto:"], a[href^="tel:"] {
	white-space: nowrap;
}

.text\:caption {
	font-size: 0.8125rem;
}
.text\:sm {
	font-size: 0.875rem;
}
.text\:rg {
	font-size: 1.125rem;
}
.text\:lg {
	font-size: 2.5rem;
	line-height: 1.1;
}
.text\:md {
	font-size: 1.25rem;
	line-height: 1.3;
}
.text\:pq {
	font-size: 1.875rem;
	line-height: 1.33;
}
.text\:content strong > span {
	color: #EA27C2;
}
.text\:content > *:not(:first-child):not(li) {
	margin: 1.25rem 0 0 0;
}

.font\:rg {
	font: normal 300 100%/1.4 "IDSerif", serif;
}

label {
	cursor: pointer;
	vertical-align: middle;
}

input {
	font: inherit;
}

button {
	-webkit-appearance: none;
	        appearance: none;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	color: inherit;
	font: inherit;
}

textarea {
	overflow: auto;
	display: block;
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

input[type=search]::-webkit-search-cancel-button {
	display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	        appearance: none;
}

input[type=submit] {
	background: transparent;
}

input {
	background-color: transparent;
}

.site-navigation > div {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}
.site-navigation > div::-webkit-scrollbar {
	display: none;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea,
select {
	-webkit-appearance: none;
	        appearance: none;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15);
	border: 0;
	border-radius: 0;
	width: 100%;
	padding: 0.875rem 1rem 0.6875rem 0.8125rem;
	background: #e9e6e4;
	color: #000000;
}
input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
textarea::placeholder,
select::placeholder {
	color: #a3a19f;
}

.ar {
	position: relative;
}
.ar:before {
	display: block;
	content: "";
	width: 100%;
}

.screen-reader-text {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: 0;
	clip: rect(1px, 1px, 1px, 1px);
}

.copy\:rg blockquote cite, strong, .font\:bd {
	font-family: "IDSerifBold", serif;
}

em,
i, .font\:it {
	font-family: "IDSerifItalic", serif;
}

.font\:x-bd {
	font-family: "IDSerifExtraBold", serif;
}

.agenda-item {
	padding: 2.75rem 0 2.5rem 0;
}
.agenda-item:nth-child(odd) {
	background: #F0F0F0;
}
.agenda-item h2 {
	padding: 0.25rem 0 1.375rem 0;
}
.agenda-item-content {
	padding: 0 0 2.5625rem 0;
}
.agenda-item-time {
	padding: 0 0 1.4375rem 0;
}

.agenda-details {
	margin: 0 0 2.875rem 0;
}
.copy\:rg blockquote cite {
	font-size: 1.125rem;
	display: block;
	margin: 0.5625rem 0 0 0;
}
.copy\:rg blockquote p {
	color: #EA27C2;
	font-size: 1.5625rem;
	line-height: 1.3;
}

.co-host {
	margin: 0 0 0.75rem 0;
}
.co-host h2 {
	margin: 0.75rem 0 0 0;
}

.co-hosts > div {
	padding: 4.8125rem 0 5.9375rem 0;
}
.co-hosts > div > h2 {
	margin: 0 0 1.875rem 0;
}
.featured-speakers h2 {
	margin: 0.4375rem 0 0 0;
}
.featured-speakers.grid {
	row-gap: 1.5625rem;
}

.hero {
	height: calc(100dvh - 6.5625rem);
	width: 100vw;
}
.hero figure {
	position: relative;
}
.hero figure,
.hero .swiper-container {
	height: 100%;
}
.hero cite {
	display: block;
	margin: 0.75rem 0 0 0;
}
.hero figure::after {
	content: " ";
	display: block;
	height: 100%;
	width: 83.95%;
	z-index: 1;
	position: absolute;
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
	opacity: 0.86;
	top: 0;
	left: 0;
}
.hero__slide-details {
	top: auto;
	left: 1.5625rem;
	bottom: 1.875rem;
	z-index: 1;
	position: absolute;
	max-width: 29rem;
}
.hero .button {
	margin: 1.125rem 0 0 0;
	border-color: #ffffff;
}
.hero .button:hover {
	background: #EA27C2;
	border-color: #EA27C2;
	color: #ffffff;
}
.hero .caption {
	padding: 0.625rem 1.5625rem 0 1.5625rem;
}

.highlight .embed + p {
	margin: 0.875rem 0 0 0;
}
.highlight p + p {
	margin: 0 0 0 0;
}

.highlights {
	margin: 4.875rem 0 0 0;
}
.highlights > div {
	padding: 2.5rem 0 3.625rem 0;
}
.highlights header h2 {
	padding: 0 1.5625rem 0;
	margin: 0 0 0.75rem 0;
}

#sbi_images {
	display: grid;
	padding: 0 !important;
	margin: 0 auto;
	width: calc(100% - 2.5rem);
	grid-template-columns: repeat(1, 1fr);
	padding: 0.625rem 0 3.75rem 0;
	row-gap: 1.75rem;
}
#sbi_images .sbi_item {
	padding: 0 !important;
	width: 100% !important;
	aspect-ratio: 4/5 !important;
}
#sbi_images .sbi_item a {
	height: 100% !important;
}
#sbi_images .sbi_item:not(:first-of-type) {
	display: none !important;
}

#sb_instagram {
	padding: 0;
}
#sb_instagram img {
	aspect-ratio: 4/5;
}

.instagram {
	border-top: 1px solid #000000;
	padding: 0 0 3.75rem 0;
	margin: 0 auto;
}
.instagram h2 {
	padding: 0 0 1.875rem 0;
}

.lead-lower-content {
	margin: 4.75rem 0 0 0;
}
.lead-lower-content figure {
	display: block;
	margin: -0.75rem 0 0 0;
}
.lead-lower-content figcaption {
	display: block;
	margin: 0 0 0.625rem 0;
}

.lead h1 {
	margin: 0 0 1.125rem 0;
}
.lead-image {
	margin: 1.5rem 0;
}
.lead-image figure {
	margin: 0 0 0.625rem 0;
}

.legacy__lead {
	margin: 0 0 0.625rem 0;
}
.legacy h2 {
	margin: 0 0 1.125rem 0;
}
.legacy h2 + .text\:md {
	margin: 0 0 1.25rem 0;
}
.legacy .button {
	margin: 2.375rem 0 0 0;
}
.legacy .wrap\:narrow {
	padding: 1.5625rem 0;
}
.legacy .wrap\:narrow figure {
	margin: 0 0 0.625rem 0;
}
.legacy article {
	padding: 2.25rem 1.5625rem;
}

.line-up {
	border-top: 1px solid #000000;
	margin: 0 auto;
	padding: 1.1875rem 0;
}
.line-up h2 {
	padding: 1.1875rem 0 1.75rem 1.875rem;
}
.line-up ul + div {
	margin: 0.8125rem auto 0 auto;
}
.line-up li {
	display: inline-block;
}
.line-up .button {
	margin: 1.75rem 0 0 0;
}

.main-content + a {
	background-image: url("../images/icons/arrow-light.svg") !important;
	background-color: #EA27C2 !important;
	margin: 2.9375rem 0 0 0;
}
.main-content + a:hover {
	background-color: #000000 !important;
	border-color: #000000;
	color: #ffffff !important;
}

.masthead > div > * {
	padding: 9rem 0 3.5rem 0;
}
.masthead img {
	opacity: 1;
	visibility: visible;
	transition: opacity 500ms ease, visibility 500ms ease;
}

.more-panels {
	padding: 2.5rem 0 0 0;
}
.more-panels header {
	margin: 0 0 0.75rem 0;
}

.nav-icon {
	display: block;
	position: relative;
	width: 1.1875rem;
	height: 0.8125rem;
	transform: translateY(0.125rem);
}
.nav-icon span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.nav-icon span::before {
	transform: translateY(0.3875rem);
}
.nav-icon span::after {
	transform: translateY(-0.5rem);
}
.nav-icon span, .nav-icon span::before, .nav-icon span::after {
	content: " ";
	display: block;
	width: 100%;
	height: 0.125rem;
	background: #000000;
	transition: all 250ms ease;
}

.panel-media {
	margin: 1.5rem auto;
}
.panel-media aside {
	padding: 0 0 1.625rem 0;
}
.panel-media .embed {
	margin: 0 0 3.625rem 0;
}
.panel-speakers.related > h2 {
	margin: 0 0 1.0625rem 0;
}
.panel-listing {
	position: relative;
	display: flex;
	flex-direction: column;
}
.panel-listing a:hover h2 {
	color: #EA27C2;
}
.panel-listing a:hover div {
	color: #000000;
}
.panel-listing h2 {
	margin: 0.8125rem 0 0 0;
}
.panel-archive .lead {
	padding: 0 0 2.5rem 0;
}

.home .selected-panels .panel-listing > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home .selected-panels .panel-listing:hover h2 {
	color: #EA27C2;
}
.home .selected-panels .panel-listing:hover div {
	color: #000000;
}
.home .selected-panels .panel-listing__speakers {
	margin: 0.75rem 0 0 0;
}
.home .selected-panels .panel-listing__speakers > p {
	margin: 0 0 0.4375rem 0;
}
.home .selected-panels .panel-listing__speakers ul {
	position: relative;
	z-index: 1;
	flex-wrap: wrap;
	gap: 0.25rem;
}
.home .selected-panels .panel-listing__speakers .button {
	background: #EDEDED !important;
	border-color: #EDEDED;
	padding: 0.625rem 0.75rem 0.4375rem 0.75rem;
}
.home .selected-panels .panel-listing__speakers .button * {
	color: #000000 !important;
}
.home .selected-panels .panel-listing__speakers .button:hover * {
	color: #EA27C2 !important;
}
.home .selected-panels .panel-listing__speakers ul,
.home .selected-panels .panel-listing__speakers .button {
	margin: 0 !important;
}

.photojournalism.wrap {
	padding: 2.25rem 1.5625rem;
}
.photojournalism h2 {
	margin: 0 0 0 0;
}
.photojournalism figure {
	margin: 1.6875rem 0 0.8125rem 0;
}

.publications {
	margin: 2.125rem 0 3.375rem 0;
	padding: 3.5625rem 0;
}
.publications .grid {
	margin: 0;
}
.publications > p {
	margin: 0.6875rem 0 0 0;
}

.related > div {
	padding: 2.9375rem 0 6.0625rem 0;
}
.related .grid {
	margin: 0 auto;
}
.related h2 {
	margin-bottom: 2.875rem;
}
.selected-panels .grid\:2 {
	row-gap: 4.375rem;
}

.site-footer {
	padding: 2.125rem 0 6.625rem 0;
}
.site-footer img {
	mix-blend-mode: multiply;
}
.site-footer__logo {
	display: block;
	width: 7.75rem;
}
.site-footer .wrap\:wide {
	position: relative;
	flex-direction: column;
}
.site-footer__main {
	flex-direction: column;
}
.site-footer__partners {
	padding: 0 0 2.75rem 0;
}
.site-footer__supporters > p, .site-footer__partners > p {
	padding: 0.25rem 0 1.5rem 0;
}
.site-footer__supporters img, .site-footer__partners img {
	max-height: 3rem;
}
.site-footer__supporters ul, .site-footer__partners ul {
	align-items: center;
	column-gap: 2.5625rem;
	flex-wrap: wrap;
	row-gap: 1.4375rem;
}
.site-footer__social {
	width: 15.75rem;
}
.site-footer__social ul {
	margin: 2.875rem 0 1.4375rem 0;
}
.site-footer__social .button {
	margin: 0 0 1.4375rem 0;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.site-header > div {
	padding: 1.625rem 0 1.625rem 0;
}
.site-header__container {
	transform: translateY(0);
	transition: transform 250ms ease;
}
.site-header.headroom--unpinned .site-header__container {
	transform: translateY(-100%);
}
.site-header > div > div {
	align-items: flex-start;
}
.site-header__nav {
	align-items: center;
	width: auto;
}
.site-header__nav ul {
	margin: 0 0 0 auto;
	width: 14.75rem;
}
.site-header__nav > div {
	display: none;
	margin: 0 0.75rem 0 0;
}
.site-header a:hover {
	color: #ffffff;
}
.site-header-showing.home .site-header .site-logo {
	opacity: 1;
	visibility: visible;
}
.site-header-showing.home .masthead img {
	opacity: 0;
	visibility: hidden;
}

.home .site-header .site-logo {
	transition: opacity 500ms ease, visibility 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.is-active,
.is-active a {
	color: #ffffff;
}

.ticker + .site-header__container {
	padding-top: 52px;
}

.site-logo > img {
	width: 100%;
}

.site-navigation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: #ffffff;
	opacity: 0;
	visibility: hidden;
	transition: all 150ms;
}
.site-navigation__content-pages li {
	border-top: 1px solid #000000;
	padding: 0.4375rem 2rem 1.5625rem 0;
}
.site-navigation .button {
	margin: 0 0 1.125rem 0;
}
.site-navigation .button + p a:hover {
	color: #000000;
}
.site-navigation__social {
	max-width: 16.875rem;
}
.site-navigation__social ul {
	margin: 0 0 1.5rem 0;
}
.site-navigation__main {
	flex-direction: column;
}
.site-navigation__main li {
	padding: 0.375rem 0 1.8125rem 0;
}
.site-navigation__main p,
.site-navigation__main li:not(:last-child) {
	padding: 0.375rem 0 1.8125rem;
}
.site-navigation__main ul + p {
	padding: 0 0 0.375rem 0;
}
.site-navigation__main .site-navigation__archive p:first-child {
	border-bottom: 1px solid #000000;
}
.site-navigation__main .site-navigation__archive p + p,
.site-navigation__main .site-navigation__archive li {
	padding: 0;
}
.site-navigation__main .site-navigation__archive ul {
	padding: 0 0 1.8125rem 0;
}
.site-navigation__main .site-navigation__archive p + p {
	padding: 0.125rem 0 0 0;
}
.site-navigation > div {
	flex-direction: column;
	height: 100%;
	overflow: scroll;
	padding: 8.75rem 1.5625rem 2.8125rem 1.5625rem;
}
.site-navigation a:hover {
	color: #ffffff;
}
.site-navigation:target, .has-nav .site-navigation {
	opacity: 1;
	visibility: visible;
}
.site-navigation .site-navicon {
	float: right;
}

.has-nav {
	overflow: hidden;
}
.has-nav .home .site-header .site-logo {
	opacity: 1;
	visibility: visible;
}
.has-nav .nav-icon span {
	background: rgba(0, 0, 0, 0);
}
.has-nav .nav-icon span::before {
	transform: translateY(0) rotate(-45deg);
}
.has-nav .nav-icon span::after {
	transform: translateY(-0.125rem) rotate(45deg);
}

.speaker-card h2 {
	margin: 1.125rem 0 0.3125rem 0;
}
.speaker-card a:hover p {
	color: #000000;
}

.speaker header {
	margin: 0 0 3.125rem 0;
}
.speaker figure {
	margin: 0 0 3.125rem 0;
	width: 11.125rem;
}
.speaker__socials {
	align-items: center;
	margin: 1.6875rem 0 0 0;
}
.speaker__socials ul {
	column-gap: 1.375rem;
}
.speaker__socials > p {
	margin: 0 1.25rem 0 0;
}

.panel-archive .button,
.speakers .button {
	margin: 2.25rem 0 0 0;
}
.panel-archive .button:hover,
.speakers .button:hover {
	background: #000000;
	color: #ffffff;
	border-color: #000000;
}
.panel-archive header + .wrap .button {
	margin-top: 0;
}

.summit-day-lead h2 {
	margin: 1rem 0 1.125rem 0;
	position: relative;
}
.summit-day-panels-wrap {
	margin: 6.25rem auto 0 auto;
}
.summit-day-header h1 {
	padding-top: 2rem;
}

.thumbnails {
	margin: 1.875rem 0 1.75rem 0;
}
.thumbnails__wrap {
	width: 47.5%;
}
.thumbnails > div {
	padding: 1.5rem 1.5625rem;
}
.thumbnails figure + p {
	margin: 0.6875rem 0 0 0;
}

.site-header .ticker {
	padding: 0;
}

.ticker {
	overflow: hidden;
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.ticker > div {
	padding: 0.375rem 0 0.3125rem 0;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.ticker span::after {
	background: #ffffff;
	content: " ";
	border-radius: 50%;
	width: 0.625rem;
	height: 0.625rem;
	margin: 0 2.8125rem 0.125rem 2.8125rem;
}
.ticker span {
	align-items: baseline;
}
.ticker p {
	animation: marquee 350000ms linear infinite;
	align-items: center;
	align-content: center;
	display: inline-flex;
	will-change: transform;
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
}
.ticker:hover p {
	animation-play-state: paused;
}

.tortoise-media-banner {
	padding: 3.8125rem 1.5625rem;
	margin: 0 0 4.875rem -1.5rem;
	width: calc(100% + 3rem);
}
.tortoise-media-banner > div {
	margin: 0 auto;
	max-width: 76.125rem;
}
.tortoise-media-banner > div > div > p {
	max-width: 48rem;
}
.tortoise-media-banner img {
	display: block;
	margin: 0 0 0.9375rem 0;
	width: 2.5rem;
}
.tortoise-media-banner .button {
	background-color: #EA27C2 !important;
}
.tortoise-media-banner .button:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
}

.venue .button {
	background-color: #EA27C2 !important;
	background-image: url("../images/icons/arrow-light.svg") !important;
	background-repeat: norepeat;
	background-size: 1rem 1rem !important;
	background-position: 94% 50% !important;
}
.venue .button:hover {
	background-color: #000000 !important;
	background-image: url("../images/icons/arrow-light.svg") !important;
	background-repeat: norepeat;
	background-size: 1rem 1rem !important;
	background-position: 94% 50% !important;
	color: #ffffff !important;
}
.venue .visual-section__end > div {
	width: 47.83%;
}
.venue .visual-section__end figure {
	width: 100%;
}
.venue .visual-section__end figure + p {
	margin: 0.8125rem 0 0 0;
}
.venue address {
	margin: 0 0 -0.5625rem 0;
	width: 15.4375rem;
}

.video {
	margin: 1.5rem auto;
}

.visual-section {
	padding: 2rem 0 3rem 0;
}
.visual-section h2 span {
	transform: translateX(-1.25rem);
}
.visual-section .wrap {
	position: relative;
}
.visual-section .wrap::before {
	content: " ";
	display: block;
	position: absolute;
	width: 0.875rem;
	height: calc(100% - 6rem);
	background: #000000;
	margin: 4rem 0;
	transform: translateX(-2.175rem);
}
.visual-section > div > h2 {
	display: block;
	align-items: flex-start;
	margin: 0 0 0.8125rem 0;
	transform: translateX(-1.25rem);
	padding: 0 0 0 1.25rem;
}
.visual-section h2::before,
.visual-section blockquote::before,
.visual-section address::before {
	content: " ";
	display: block;
	width: 1.3125rem;
	height: 1.3125rem;
	border-radius: 50%;
	background: #000000;
	transform: translate(-1.125rem, 0);
}
.visual-section figure {
	position: relative;
	width: 100%;
}
.visual-section__end, .visual-section__frame {
	position: relative;
}
.visual-section__end {
	align-items: flex-start;
	flex-direction: column;
}
.visual-section.venue figure {
	align-items: flex-end;
}
.visual-section.venue figure::after {
	content: " ";
	display: block;
	width: 1.3125rem;
	height: 1.3125rem;
	border-radius: 50%;
	background: #000000;
	transform: translate(-2.125rem, 0rem);
}
.visual-section .grid figure {
	width: 100%;
}
.visual-section .grid figure::after {
	content: none;
}
.visual-section .grid h2::before {
	content: none;
}
.visual-section .button {
	margin: 1.25rem 0 1.5625rem 0;
}
.visual-section .button\:highlight:hover {
	background: #000000;
	border-color: #000000;
	color: #ffffff;
}

.selected-panels.visual-section ul {
	margin: 1.5625rem 0 0 0;
}

.widget {
	margin: 2.5em 0;
}
.widget-title {
	margin: 0 0 1.5em;
	font-size: 1rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.ar\:full {
	aspect-ratio: 1278/750;
}

.ar\:letterbox {
	aspect-ratio: 802/562;
}

.ar\:narrow {
	aspect-ratio: 594/413;
}

.ar\:publication {
	aspect-ratio: 177/263;
}

.ar\:square:before {
	padding-top: 100%;
}

.ar\:thumbnail {
	aspect-ratio: 384/550;
	width: 100%;
}

.aligncenter, .aligncenter img {
	display: block;
	width: auto;
	margin: auto;
}

.back-link {
	transform: translateY(-0.75rem);
}
.back-link a {
	align-items: center;
	transform: translateX(-0.625rem);
}
.back-link a:hover::before {
	background: url("../images/icons/back-highlight.svg") no-repeat;
}
.back-link a::before {
	content: " ";
	background: url("../images/icons/back.svg") no-repeat;
	display: block;
	width: 0.5625rem;
	height: 0.4375rem;
	margin: 0 0.25rem 0 0;
	transform: translateY(-0.0625rem);
}

.button {
	display: inline-block;
	border: 1px solid;
	padding: 0.75rem 0.9375rem 0.625rem 1rem;
}
.button:hover {
	border-color: #000000;
	background: #000000;
	color: #E4DFDD;
}
.button\:lt {
	border-color: #ffffff;
	color: #ffffff;
}
.button\:lt:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #000000;
}
.button\:highlight {
	background: #EA27C2;
	border-color: #EA27C2;
	color: #ffffff;
}
.button\:highlight:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #000000;
}
.button\:next {
	background-image: url("../images/icons/arrow-down.svg") !important;
	background-repeat: no-repeat !important;
	background-size: 0.75rem 0.4375rem !important;
	background-position: 89% 50% !important;
	padding: 0.75rem 1.8rem 0.5rem 1rem;
}
.button\:next:hover {
	background-image: url("../images/icons/arrow-down-light.svg") !important;
	background-repeat: no-repeat !important;
	background-size: 0.75rem 0.4375rem !important;
	background-position: 89% 50% !important;
}

.button[target=_blank] {
	background: url("../images/icons/arrow.svg") no-repeat;
	background-size: 1rem 1rem;
	background-position: 94% 50%;
	padding: 0.75rem 2.125rem 0.5rem 1rem;
}
.button[target=_blank].button\:highlight {
	background: url("../images/icons/arrow-light.svg") no-repeat;
	background-size: 1rem 1rem;
	background-position: 94% 50%;
}
.button[target=_blank]:hover {
	background: url("../images/icons/arrow-light.svg") no-repeat;
	background-size: 1rem 1rem;
	background-position: 94% 50%;
	background-color: #000000;
	color: #E4DFDD;
}

.copy\:rg > *:not(:last-child):not(li) {
	margin: 0 0 1.375rem 0;
}
.copy\:md > *:not(:last-child):not(li) {
	margin: 0 0 1.5rem 0;
}

.desktop {
	display: none;
}

.embed {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 56.25%;
}
.embed embed,
.embed iframe,
.embed object,
.embed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.error .button {
	margin: 2.9375rem 0 0 0;
}

main {
	padding: 6.5625rem 0 0 0;
}

.home main {
	padding: 0;
}

.policy-link {
	background: url("../images/icons/arrow.svg") no-repeat;
	background-size: 1rem 1rem;
	background-position: 94% 24%;
	display: block;
	width: 12.925rem;
	transition: color 250ms ease;
}
.policy-link:hover {
	color: #000000;
	opacity: 0.5;
}

.pull-quote {
	padding: 0 0 0 1.875rem;
	max-width: 25.5rem;
}
.pull-quote cite {
	display: block;
	margin: 0.875rem 0 0 0;
}

.pulse-ring {
	position: relative;
}
.pulse-ring-outer {
	content: "";
	display: inline-block;
	width: 1.125rem;
	height: 1.125rem;
	margin: 0 0.375rem 0 0;
	border: 1px solid #EA27C2;
	border-radius: 50%;
	animation: pulsate infinite 1s;
}
.pulse-ring-inner {
	border-radius: 50%;
	background: #EA27C2;
	width: 0.875rem;
	height: 0.875rem;
	display: block;
	position: absolute;
	top: calc(50% - 2.5px);
	left: calc(50% - 3px);
	transform: translate(-50%, -50%);
}

.social-icon {
	display: block;
	height: 2.1875rem;
	width: 2.1875rem;
}
.social-icon:hover .dark {
	fill: #000000;
}
.social-icon:hover .light {
	fill: #ffffff;
}

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-container-pointer-events {
	touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	        scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	        scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: 1.125rem;
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	background: url("../images/swiper-arrow.svg") no-repeat;
	background-position: center;
	color: transparent;
}

.swiper-button-next::after {
	transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0;
	left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
	--swiper-navigation-color: #000000;
}

.swiper-button-lock {
	display: none;
}

:root {
	/*
	--swiper-pagination-color: var(--swiper-theme-color);
	*/
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.ar {
	background: #e9e6e4;
}

.ar-logo {
	background: unset;
}

.bg\:background {
	background: #E4DFDD;
}
.bg\:body {
	background: #000000;
}
.bg\:dark-panel {
	background: #222222;
}
.bg\:highlight {
	background: #EA27C2;
}
.bg\:placeholder {
	background: #BCBCBC;
}
.bg\:link {
	background: #00049f;
}
.bg\:light {
	background: #ffffff;
}
.bg\:inactive {
	background: #a4a4a4;
}
.bg\:light-panel {
	background: #F0F0F0;
}
.bg\:tint {
	background: #b9b9b9;
}

.colour\:background {
	color: #E4DFDD;
}
.colour\:body {
	color: #000000;
}
.colour\:dark-panel {
	color: #222222;
}
.colour\:highlight {
	color: #EA27C2;
}
.colour\:placeholder {
	color: #BCBCBC;
}
.colour\:link {
	color: #00049f;
}
.colour\:light {
	color: #ffffff;
}
.colour\:inactive {
	color: #a4a4a4;
}
.colour\:light-panel {
	color: #F0F0F0;
}
.colour\:tint {
	color: #b9b9b9;
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
}

.flex {
	display: flex;
}

.grid {
	display: grid;
	grid-template-columns: 12.85% 18.03% 15.01% 12.52% 14.64% 11.34% 14.52%;
}
.grid\:4 {
	margin: 0 auto;
	width: 100%;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 1.75rem;
	row-gap: 1.75rem;
	padding: 0 0 3.75rem 0;
}
.grid\:2 {
	grid-template-columns: repeat(1, 1fr);
	row-gap: 1.75rem;
	padding: 0 1.5625rem;
}
.grid\:6 {
	grid-template-columns: repeat(2, 1fr);
	column-gap: 0.875rem;
	row-gap: 1.5625rem;
}
.grid\:3 {
	grid-template-columns: repeat(1, 1fr);
	column-gap: 0.5rem;
	row-gap: 0.5rem;
}

.keyline {
	border-top: 0.5rem solid #000000;
}

[data-lazy] {
	transition: opacity 250ms ease;
	opacity: 0;
}

[data-lazy=loaded] {
	opacity: 1;
}

.spacious {
	justify-content: space-between;
}

.wrap {
	padding: 0 1.5625rem;
	width: 100%;
}
.wrap\:wide {
	padding: 0 1.5625rem;
}
.wrap\:content {
	padding: 2.25rem 0 5.625rem 0;
}
.wrap\:narrow {
	margin: 0 auto;
	max-width: 37.125rem;
}

.single-panels .wrap\:content,
.page-template-tpl-about .wrap\:content,
.page-template-tpl-agenda .wrap\:content {
	padding: 2.25rem 0 0 0;
}

.has-js :focus {
	outline: none;
}
.has-tab-focus :focus {
	outline: 2px auto;
}
@media screen and (min-width: 375px) {
	html {
		font: normal 300 100%/1.33 "IDSerif", serif;
	}
}
@media screen and (min-width: 37.5em) {
	.alignleft {
		float: left;
		max-width: 50%;
		margin-right: 1.5em;
	}
	.alignright {
		float: right;
		max-width: 50%;
		margin-left: 1.5em;
	}
}
@media screen and (min-width: 630px) {
	#sbi_images {
		column-gap: 1rem;
		row-gap: 1rem;
		grid-template-columns: repeat(2, 1fr);
	}
	#sbi_images .sbi_item:not(:first-of-type):nth-child(2) {
		display: block !important;
	}
	.grid\:4 {
		column-gap: 1rem;
		row-gap: 2.75rem;
		grid-template-columns: repeat(2, 1fr);
	}
	.grid\:2 {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 1.875rem;
	}
	.grid\:3 {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (min-width: 960px) {
	.ticker p {
		animation: marquee 350000ms linear infinite;
	}
}
@media screen and (min-width: 1000px) {
	html {
		font: normal 300 85%/1.33 "IDSerif", serif;
	}
	body {
		font-size: 1.125rem;
	}
	.text\:lg {
		font-size: 3.4375rem;
		line-height: 1.09;
		letter-spacing: -0.0625rem;
	}
	.text\:md {
		font-size: 1.625rem;
		line-height: 1.26;
	}
	.text\:content > *:not(:first-child):not(li) {
		margin: 1.5rem 0 0 0;
	}
	.copy\:rg blockquote {
		padding: 1.375rem 0;
	}
	.copy\:rg blockquote p {
		transform: translateX(-6.5rem);
	}
	.co-host {
		margin: 0;
	}
	.co-host h2 {
		margin: 0.8125rem 0 0 0;
	}
	.featured-speakers.wrap {
		padding: 5.9375rem 0 0 0;
	}
	.hero__slide-details {
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
		left: 1.875rem;
		width: 28.5rem;
	}
	.hero .caption {
		padding: 0.875rem 0 0 0;
	}
	.highlight .embed + p {
		margin: 0.5625rem 0 0 0;
	}
	.highlight p + p {
		margin: 0.4375rem 0 0 0;
	}
	.highlights > div {
		padding: 5.9375rem 0 7.625rem 0;
	}
	.highlights header h2 {
		margin: 0 0 1.825rem 0;
		padding: 0;
	}
	#sbi_images {
		column-gap: 1.5625rem;
		row-gap: 1.5625rem;
		grid-template-columns: repeat(4, 1fr);
		padding: 0.75rem 0 4rem 0;
		width: auto;
		margin: 0;
	}
	#sbi_images .sbi_item:not(:first-of-type) {
		display: block !important;
	}
	.instagram {
		margin: 0;
		padding: 6.25rem 0 4rem 0;
		width: auto;
	}
	.lead-lower-content figcaption {
		margin: 0 0 0.8125rem 0;
	}
	.lead h1 {
		margin: 0 0 2.125rem 0;
	}
	.lead-image {
		margin: 2.9375rem 0 2.875rem 0;
	}
	.lead-image figure {
		margin: 0 0 0.5rem 0;
	}
	.legacy__lead {
		margin: 0 0 0.8125rem 0;
	}
	.legacy h2 {
		margin: 0 0 2.1875rem 0;
	}
	.legacy h2 + .text\:md {
		margin: 0 0 2.25rem 0;
	}
	.legacy .wrap\:narrow {
		padding: 3.5625rem 0;
	}
	.legacy .wrap\:narrow figure {
		margin: 0 0 0.8125rem 0;
	}
	.legacy article {
		padding: 4.25rem 0 6.25rem 0;
	}
	.line-up {
		margin: 0;
		padding: 5.125rem 0 6.25rem 0;
		width: auto;
	}
	.line-up h2 {
		padding: 0.75rem 0;
	}
	.line-up-footer {
		margin: 0.8125rem 0 0 0;
	}
	.line-up .button {
		margin: 2rem 0 0 0;
	}
	.masthead > div > * {
		padding: 10.6875rem 5.8125rem 5.625rem 5.8125rem;
		max-width: 120rem;
		display: block;
		margin: 0 auto;
	}
	.masthead .mobile {
		display: none;
	}
	.more-panels {
		padding: 6.0625rem 0 0 0;
	}
	.more-panels header {
		margin: 0 0 1.875rem 0;
	}
	.nav-icon {
		transform: translateY(-0.125rem);
	}
	.nav-icon span::before {
		transform: translateY(0.3125rem);
	}
	.nav-icon span::after {
		transform: translateY(-0.4375rem);
	}
	.panel-listings li:nth-of-type(1),
.panel-listings li:nth-of-type(2),
.panel-listings li:nth-of-type(7),
.panel-listings li:nth-of-type(8) {
		grid-area: span 1/span 2;
	}
	.panel-listings li:nth-of-type(1) h2,
.panel-listings li:nth-of-type(2) h2,
.panel-listings li:nth-of-type(7) h2,
.panel-listings li:nth-of-type(8) h2 {
		font-size: 1.625rem;
		line-height: 1.269;
	}
	.panel-listings.grid\:4 {
		margin: 0 auto;
		max-width: 76.125rem;
	}
	.panel-media {
		margin: 2.9375rem auto 4.375rem auto;
	}
	.panel-media aside {
		padding: 0;
	}
	.panel-media .embed {
		margin: 0 0 4.625rem 0;
	}
	.panel-listing h2 {
		margin: 1.375rem 0 0 0;
	}
	.panel-listing h2 + div {
		margin: 1rem 0 0 0;
	}
	.photojournalism.wrap {
		padding: 6.25rem 0;
	}
	.photojournalism h2 {
		margin: 0 0 1.375rem 0;
	}
	.publications > p {
		margin: 1.4375rem 0 0 16.03%;
	}
	.selected-panels .panel-listing h2 {
		margin: 1.4375rem 0 0 0;
	}
	.selected-panels .panel-listing h2 + div {
		margin: 0.625rem 0 0 0;
	}
	.site-footer {
		padding: 2.3125rem 0 6.75rem 0;
	}
	.site-footer__logo {
		position: absolute;
		top: 0;
		left: 1.875rem;
	}
	.site-footer .wrap\:wide {
		flex-direction: row;
	}
	.site-footer__main {
		flex-direction: row;
		width: 57rem;
	}
	.site-footer__affiliates {
		width: 37.125rem;
	}
	.site-footer__supporters ul, .site-footer__partners ul {
		column-gap: 2.5rem;
		row-gap: 2.5rem;
	}
	.site-footer__main {
		padding: 0 0 0 22.29%;
		width: 100%;
	}
	.site-footer__social {
		width: 16.875rem;
		position: absolute;
		left: auto;
		right: 1.875rem;
		top: 0;
	}
	.site-footer__social .button,
.site-footer__social ul {
		margin: 0 0 1.3125rem 0;
	}
	.site-header > div {
		padding: 1.875rem 0 1.875rem 0;
	}
	.site-header__nav {
		width: 22.4375rem;
	}
	.site-header__nav > div {
		margin: 0 1.25rem 0 0;
		display: block;
	}
	.ticker + .site-header__container {
		padding-top: 64px !important;
	}
	.site-logo {
		width: 35.0625rem;
	}
	.site-navigation__content-pages li {
		padding: 0.4375rem 10.5rem 2.5rem 0;
	}
	.site-navigation .site-footer__social .social-icon {
		height: 2.5625rem;
		width: 2.5625rem;
	}
	.site-navigation__main {
		flex-direction: row;
	}
	.site-navigation__main p,
.site-navigation__main li:not(:last-child) {
		padding: 0.25rem 0 1.4375rem 0;
	}
	.site-navigation__main ul + p {
		padding: 1.4375rem 0 0.25rem 0;
	}
	.site-navigation__main .site-navigation__archive p + p,
.site-navigation__main .site-navigation__archive li {
		padding: 0;
	}
	.site-navigation__main .site-navigation__archive ul {
		padding: 0;
	}
	.site-navigation__main .site-navigation__archive p + p {
		padding: 0.4375rem 0 0 0;
	}
	.site-navigation > div {
		padding: 11rem 1.5625rem 2.8125rem 1.5625rem;
		flex-direction: row;
	}
	.site-navigation > div > div {
		width: 48.52%;
	}
	.site-navigation > div > div:first-child {
		column-gap: 1.6875rem;
	}
	.site-navigation > div > div:first-child > * {
		width: 50%;
	}
	.speaker-card h2 {
		margin: 0.75rem 0 0.5rem 0;
	}
	.speaker__socials ul {
		column-gap: 0.875rem;
	}
	.summit-day-header h1 {
		padding-top: 6.25rem;
	}
	.summit-day-header h1 + div {
		max-width: 92%;
	}
	.thumbnails {
		margin: 2.875rem 0 3.5625rem 0;
	}
	.thumbnails__wrap {
		width: 47.88%;
	}
	.thumbnails > div {
		padding: 6.25rem 0;
	}
	.tortoise-media-banner {
		margin: 0 0 4.875rem -1.875rem;
		width: calc(100% + 3.75rem);
	}
	.tortoise-media-banner {
		padding: 6.8125rem 14.75rem;
	}
	.venue address {
		padding: 0 0 0 1.875rem;
		transform: translateY(-2rem);
	}
	.video {
		margin: 3.5rem auto 2.125rem auto;
	}
	.visual-section {
		padding: 6.875rem 0 6.25rem 0;
	}
	.visual-section h2 span {
		transform: translateX(-1.5rem);
	}
	.visual-section .wrap::before {
		content: none;
	}
	.visual-section + .visual-section figure::after {
		height: 43%;
	}
	.visual-section.venue h2::after {
		transform: translate(-3.25rem, -2.5rem);
	}
	.visual-section > div > h2 {
		display: flex;
		align-items: center;
		transform: unset;
		padding: 0;
	}
	.visual-section.venue {
		padding: 5rem 0 6.25rem 0;
	}
	.visual-section h2::before,
.visual-section blockquote::before,
.visual-section address::before {
		content: " ";
		width: 1.5625rem;
		height: 1.5625rem;
		transform: translate(-3.25rem, 0);
	}
	.visual-section h2::after {
		content: none;
	}
	.visual-section address::before {
		content: " ";
	}
	.visual-section blockquote::before,
.visual-section address::before {
		transform: translate(0.1875rem, -1.25rem);
	}
	.visual-section figure {
		width: 47.83%;
	}
	.visual-section figure::after {
		left: auto;
		right: 0;
		content: " ";
		display: block;
		background: #000000;
		position: absolute;
		width: 1.125rem;
		height: 58%;
		top: 0;
		transform: translate(3.4375rem, -3.0625rem);
	}
	.visual-section__end::before, .visual-section__frame::before {
		content: " ";
		display: block;
		position: absolute;
		background: #000000;
	}
	.visual-section__end {
		align-items: flex-end;
		flex-direction: row;
	}
	.visual-section__end::before {
		width: 60.09%;
		height: 1.125rem;
		top: 0;
		transform: translate(-2.75rem, -3.0625rem);
	}
	.visual-section__frame {
		padding: 0 0 4.875rem 0;
	}
	.visual-section__frame::before {
		width: 1.125rem;
		height: calc(100% - 1.9375rem);
		transform: translateX(-3.0625rem);
	}
	.visual-section.venue figure::after {
		height: 50%;
		border-radius: 0;
		transform: translate(3.4375rem, -3.0625rem);
		top: 0;
		position: absolute;
		left: auto;
		right: 0;
	}
	.visual-section .button {
		margin: 1.875rem 0 3.125rem 0;
	}
	.selected-panels.visual-section .visual-section__end figure::after {
		height: 66%;
	}
	.hero + .visual-section figure::after {
		height: 49%;
	}
	.hero + .visual-section + .visual-section figure::after {
		height: 74.5%;
	}
	.line-up + .visual-section figure::after {
		height: 55%;
	}
	.ar\:full {
		aspect-ratio: 1278/600;
	}
	.back-link {
		transform: translateY(-3.125rem);
	}
	.button\:next {
		background-image: url("../images/icons/arrow-down-light.svg") !important;
		background-repeat: no-repeat;
		background-size: 0.75rem 0.4375rem;
		background-position: 89% 50%;
		padding: 0.75rem 2.375rem 0.5rem 1rem;
	}
	.button\:next:hover {
		background-image: url("../images/icons/arrow-down.svg") !important;
		background-repeat: no-repeat !important;
		background-size: 0.75rem 0.4375rem !important;
		background-position: 89% 50%;
	}
	.copy\:md > *:not(:last-child):not(li) {
		margin: 0 0 2.125rem 0;
	}
	.desktop {
		display: block;
	}
	.mobile {
		display: none;
	}
	.policy-link {
		width: 14.23rem;
	}
	.pull-quote {
		max-width: unset;
		width: 25.5rem;
	}
	.pulse-ring-inner {
		top: calc(50% - 1.5px);
	}
	.swiper-button-prev:after,
.swiper-button-next:after {
		font-size: 1.875rem;
	}
	.grid\:4 {
		column-gap: 1.5625rem;
		row-gap: 4.375rem;
		grid-template-columns: repeat(4, 1fr);
		padding: 0.75rem 0 4rem 0;
		width: auto;
		margin: 0;
	}
	.grid\:2 {
		row-gap: 1rem;
		padding: 0;
	}
	.grid\:6 {
		margin: 0 auto 6rem auto;
		column-gap: 1.875rem;
		row-gap: 3.125rem;
		grid-template-columns: repeat(6, 1fr);
		max-width: 76.125rem;
	}
	.grid\:3 {
		column-gap: 1.5rem;
		row-gap: 1.5rem;
	}
	.wrap\:wide {
		padding: 0 1.875rem;
	}
	.wrap\:content {
		padding: 6.25rem 0 7.625rem 0;
	}
	.wrap {
		max-width: 50.125rem;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	.single-panels .wrap\:content,
.page-template-tpl-about .wrap\:content,
.page-template-tpl-agenda .wrap\:content {
		padding: 6.25rem 0 0 0;
	}
}
@media screen and (min-width: 1150px) {
	html {
		font: normal 300 100%/1.33 "IDSerif", serif;
	}
}
@media screen and (max-width: 1000px) {
	.agenda-item-content:last-child {
		padding: 0 0 0 0;
	}
	.instagram h2 {
		padding: 1.875rem 0 1.875rem 1.875rem;
	}
	.page-template-tpl-about .lead {
		padding: 2.25rem 0;
	}
	.legacy .wrap\:narrow figure + p {
		padding: 0;
	}
	.line-up .text\:lg {
		padding: 0 1.875rem;
		font-size: 1.25rem;
		line-height: 1.3;
	}
	.masthead .wrap\:wide {
		padding: 0 2.125rem;
	}
	.site-footer__main.wrap {
		padding: 0;
	}
	.site-navigation .site-footer__social ul {
		margin-top: 0.1875rem;
	}
	.panel-archive header + .wrap {
		padding-left: 0;
	}
	.speakers .wrap\:content > .wrap {
		padding: 0;
	}
	.venue.visual-section h2::before {
		transform: translate(-2.375rem, 1.75rem);
	}
	.venue figure::after {
		content: none !important;
	}
	.visual-section .wrap {
		padding: 0 1.5625rem 0 4rem;
	}
	.visual-section .grid\:2 {
		padding: 0;
	}
	.visual-section address::before,
.visual-section blockquote::before {
		position: absolute;
		bottom: 0;
		left: 0;
		transform: translateX(-2.325rem);
	}
	.visual-section h2::before {
		transform: translate(-2.375rem, 1.75rem);
	}
	.visual-section address,
.visual-section blockquote {
		padding: 1.125rem 0 0 0 !important;
	}
	.visual-section .pull-quote {
		padding: 0;
	}
	.post-type-archive-speakers .wrap\:content {
		padding: 2.25rem 0 3.125rem 0;
	}
	.page-template-tpl-previous-speakers main {
		padding: 7.5625rem 0 3.125rem 0;
	}
}
/*# sourceMappingURL=main.css.map */
