:root {
  --_theme---background: var(--color--light);
  --_text-style---font-family: neue-haas-unica, sans-serif;
  --_theme---text: var(--color--darkest-gray);
  --_text-style---font-size: var(--_responsive---font-size--main);
  --_text-style---line-height: 1.4;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
  --_responsive---spacing--space-4: 1.5rem;
  --_responsive---spacing--space-3: 1rem;
  --_theme---link: var(--color--darkest-gray);
  --_responsive---spacing--space-2: .5rem;
  --_theme---lines: #8f8f8e40;
  --_theme---btn--primary-border: var(--color--primary-dark);
  --btn-radius: 30px;
  --_theme---btn--primary-bg: var(--color--primary-dark);
  --_theme---btn--primary-text: var(--color--light);
  --_theme---btn--primary-border-hover: var(--color--primary);
  --_theme---btn--primary-bg-hover: var(--color--primary);
  --_theme---btn--primary-text-hover: var(--color--light);
  --_theme---btn--secondary-bg: var(--color--secondary);
  --_theme---btn--secondary-text: var(--color--light);
  --_theme---btn--secondary-border-hover: var(--color--secondary-dark);
  --_theme---btn--secondary-bg-hover: var(--color--secondary-dark);
  --_theme---btn--secondary-text-hover: var(--color--secondary-light);
  --_theme---btn--accent-border: var(--color--accent);
  --_theme---btn--accent-bg: var(--color--accent);
  --_theme---btn--accent-text: var(--color--darker-gray);
  --_theme---btn--accent-border-hover: var(--color--accent-dark);
  --_theme---btn--accent-bg-hover: var(--color--accent-dark);
  --_theme---btn--accent-text-hover: var(--color--light);
  --_responsive---spacing--space-5: 2rem;
  --_responsive---gutter-half-minus: -1rem;
  --max-width: 1980px;
  --_responsive---side-margins-text: 2rem;
  --_responsive---side-margins-block: 2rem;
  --_responsive---spacing--space-7: 4rem;
  --_responsive---spacing--space-6: 3rem;
  --_responsive---section-padding: 4rem;
  --_responsive---gutter-half: 1rem;
  --img-radius: 10px;
  --_theme---background-secondary: var(--color--accent-light);
  --_theme---nav-bg: var(--color--accent-light);
  --_responsive---nav-height: 60px;
  --_theme---nav-link-bg: var(--color--light);
  --_theme---nav-link: var(--color--secondary-light);
  --_theme---nav-link-bg-hover: var(--color--accent-light);
  --_theme---nav-link-hover: var(--color--darkest-gray);
  --_theme---link-hover: var(--color--primary-light);
  --color--primary: #bca141;
  --_responsive---spacing--space-8: 6rem;
  --_responsive---spacing--space-9: 7rem;
  --_responsive---spacing--form-gap: 1rem;
  --_theme---text-secondary: var(--color--secondary-light);
  --_responsive---media-v-margins: 2.5rem;
  --menu-radius: 20px;
  --_theme---overlay-dark: #ffffffe6;
  --_responsive---media-radius: 20px;
  --_theme---accent: var(--color--primary-dark);
  --color--light: white;
  --_responsive---side-margins-minus: -2rem;
  --color--overlay: #0006;
  --color--darker-gray: #444;
  --color--transparent: transparent;
  --_responsive---nav-bottom-padding: 25px;
  --_responsive---font-size--main: 1.125rem;
  --color--light-gray: #cacaca;
  --_responsive---spacing--space-1: .25rem;
  --_responsive---block-gap: 1rem;
  --_theme---overlay: #ffffffb3;
  --_theme---overlay-light: #fff3;
  --color--darkerer-gray: #303030;
  --_theme---form-border: var(--color--accent);
  --_theme---link-active: var(--color--primary-dark);
  --_responsive---font-size--sm-meta-text: .8rem;
  --color--primary-dark: #a38a2f;
  --color--primary-light: #d6b948;
  --color--secondary-dark: #494542;
  --color--secondary: #585550;
  --color--secondary-light: #8a857c;
  --color--accent-dark: #b2aba0;
  --color--accent: #d9d5cf;
  --color--accent-light: #f5f4f3;
  --color--lighter-gray: #ebebeb;
  --color--gray: #979797;
  --color--dark-gray: #666;
  --color--darkest-gray: #1d1d1d;
  --color--dark: black;
  --max-width-grid: 0px;
  --radius-dep: 0px;
  --_theme---btn--secondary-border: var(--color--secondary);
  --_theme---alerts--success: green;
  --_theme---alerts--danger: red;
  --_theme---alerts--warning: #d69d00;
  --_theme---alerts--info: #4a7cbe;
  --_responsive---font-size--h1: 2.4rem;
  --_responsive---font-size--h2: 1.8rem;
  --_responsive---font-size--h3: 1.2rem;
  --_responsive---font-size--h4: 1.2rem;
  --_responsive---font-size--h5: 1.2rem;
  --_responsive---font-size--h6: 1.125rem;
  --_responsive---padding-vertical: 6rem;
  --_responsive---padding-horizontal: 3rem;
  --_responsive---font-size--small\<deleted\|variable-f4cdd887-8bf2-5eeb-0714-915acff82f8d\>: 1rem;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--_theme---background);
  font-family: var(--_text-style---font-family);
  color: var(--_theme---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_responsive---spacing--space-4: 1.5rem;
  --_responsive---spacing--space-3: 1rem;
  --_responsive---spacing--space-2: .5rem;
  --_responsive---spacing--space-5: 2rem;
  --_responsive---gutter-half-minus: -1rem;
  --_responsive---side-margins-text: 2rem;
  --_responsive---side-margins-block: 2rem;
  --_responsive---spacing--space-7: 4rem;
  --_responsive---spacing--space-6: 3rem;
  --_responsive---section-padding: 4rem;
  --_responsive---gutter-half: 1rem;
  --_responsive---nav-height: 60px;
  --_responsive---spacing--space-8: 6rem;
  --_responsive---spacing--space-9: 7rem;
  --_responsive---spacing--form-gap: 1rem;
  --_responsive---media-v-margins: 2.5rem;
  --_responsive---media-radius: 20px;
  --_responsive---side-margins-minus: -2rem;
  --_responsive---nav-bottom-padding: 25px;
  --_responsive---font-size--main: 1.125rem;
  --_responsive---spacing--space-1: .25rem;
  --_responsive---block-gap: 1rem;
  --_responsive---font-size--sm-meta-text: .8rem;
  --_responsive---font-size--h1: 2.4rem;
  --_responsive---font-size--h2: 1.8rem;
  --_responsive---font-size--h3: 1.2rem;
  --_responsive---font-size--h4: 1.2rem;
  --_responsive---font-size--h5: 1.2rem;
  --_responsive---font-size--h6: 1.125rem;
  --_responsive---padding-vertical: 6rem;
  --_responsive---padding-horizontal: 3rem;
  --_responsive---font-size--small\<deleted\|variable-f4cdd887-8bf2-5eeb-0714-915acff82f8d\>: 1rem;
  --_text-style---font-family: neue-haas-unica, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--main);
  --_text-style---line-height: 1.4;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
}

h1 {
  margin-top: var(--_responsive---spacing--space-4);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: neue-haas-unica, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h1);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 600;
  --_text-style---letter-spacing: 0em;
  margin-bottom: 0;
}

h2 {
  margin-top: var(--_responsive---spacing--space-4);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: neue-haas-unica, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h2);
  --_text-style---line-height: 1.2;
  --_text-style---font-weight: 600;
  --_text-style---letter-spacing: 0em;
  margin-bottom: 0;
}

h3 {
  margin-top: var(--_responsive---spacing--space-3);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: neue-haas-unica, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h3);
  --_text-style---line-height: 1.2;
  --_text-style---font-weight: 600;
  --_text-style---letter-spacing: 0em;
  margin-bottom: 0;
}

h4 {
  margin-top: var(--_responsive---spacing--space-3);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: neue-haas-unica, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h4);
  --_text-style---line-height: 1.2;
  --_text-style---font-weight: 600;
  --_text-style---letter-spacing: 0em;
  margin-bottom: 0;
}

h5 {
  margin-top: var(--_responsive---spacing--space-3);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: neue-haas-unica, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h5);
  --_text-style---line-height: 1.4;
  --_text-style---font-weight: 600;
  --_text-style---letter-spacing: 0em;
  margin-bottom: 0;
}

h6 {
  margin-top: var(--_responsive---spacing--space-3);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: neue-haas-unica, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h6);
  --_text-style---line-height: 1.4;
  --_text-style---font-weight: 600;
  --_text-style---letter-spacing: 0em;
  margin-bottom: 0;
}

p {
  margin-top: var(--_responsive---spacing--space-3);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: neue-haas-unica, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--main);
  --_text-style---line-height: 1.4;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
  margin-bottom: 0;
}

a {
  font-family: var(--_text-style---font-family);
  color: var(--_theme---link);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: neue-haas-unica, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--main);
  --_text-style---line-height: 1.4;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
  text-decoration: underline;
  transition: all .2s;
}

ul {
  margin-top: var(--_responsive---spacing--space-3);
  margin-bottom: 0;
  padding-left: 2.25rem;
}

label {
  font-family: var(--_text-style---font-family);
  color: var(--_theme---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  margin-bottom: 5px;
  display: block;
}

blockquote {
  margin-top: var(--_responsive---spacing--space-3);
  padding: var(--_responsive---spacing--space-2) 0px var(--_responsive---spacing--space-2) var(--_responsive---spacing--space-3);
  border-left: 5px solid var(--_theme---lines);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  letter-spacing: var(--_text-style---letter-spacing);
  margin-bottom: 0;
}

.btn {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  border: 1px solid var(--_theme---btn--primary-border);
  border-radius: var(--btn-radius);
  background-color: var(--_theme---btn--primary-bg);
  color: var(--_theme---btn--primary-text);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 5px 14px 6px;
  text-decoration: none;
  display: flex;
}

.btn:hover {
  border-color: var(--_theme---btn--primary-border-hover);
  background-color: var(--_theme---btn--primary-bg-hover);
  color: var(--_theme---btn--primary-text-hover);
}

.btn.btn--outline {
  border-width: 1px;
  border-color: var(--_theme---text);
  color: var(--_theme---link);
  background-color: #0000;
}

.btn.btn--outline:hover {
  border-color: var(--_theme---btn--primary-border-hover);
  background-color: var(--_theme---btn--primary-bg-hover);
  color: var(--_theme---btn--primary-text-hover);
}

.btn.btn--secondary {
  border-color: var(--_theme---btn--secondary-bg);
  background-color: var(--_theme---btn--secondary-bg);
  color: var(--_theme---btn--secondary-text);
}

.btn.btn--secondary:hover {
  border-color: var(--_theme---btn--secondary-border-hover);
  background-color: var(--_theme---btn--secondary-bg-hover);
  color: var(--_theme---btn--secondary-text-hover);
}

.btn.btn--accent {
  border-color: var(--_theme---btn--accent-border);
  background-color: var(--_theme---btn--accent-bg);
  color: var(--_theme---btn--accent-text);
}

.btn.btn--accent:hover {
  border-color: var(--_theme---btn--accent-border-hover);
  background-color: var(--_theme---btn--accent-bg-hover);
  color: var(--_theme---btn--accent-text-hover);
}

.btn.btn--accent:focus {
  border-color: var(--_theme---btn--primary-bg);
  background-color: var(--_theme---btn--primary-bg);
  color: var(--_theme---btn--primary-text);
}

.btn.btn--app {
  border-top-color: var(--_theme---btn--accent-border);
  border-right-color: var(--_theme---btn--accent-border);
  border-bottom-color: var(--_theme---btn--accent-border);
  border-left-color: var(--_theme---btn--accent-border);
  background-color: var(--_theme---btn--accent-bg);
  color: var(--_theme---btn--accent-text);
  scroll-snap-align: start;
  height: 36px;
}

.btn.btn--app:hover {
  border-color: var(--_theme---btn--accent-border-hover);
  background-color: var(--_theme---btn--accent-bg-hover);
  color: var(--_theme---btn--accent-text-hover);
}

.btn.btn--app.w--current {
  background-color: var(--_theme---btn--primary-bg);
  color: var(--_theme---btn--primary-text);
}

.btn.btn--big {
  border-color: var(--_theme---btn--secondary-bg);
  background-color: var(--_theme---btn--secondary-bg);
  color: var(--_theme---btn--secondary-text);
  padding: 11px 24px 12px;
  font-weight: 600;
}

.btn.btn--big:hover {
  border-color: var(--_theme---btn--secondary-border-hover);
  background-color: var(--_theme---btn--secondary-bg-hover);
  color: var(--_theme---btn--secondary-text-hover);
}

.btn.btn--form {
  border-color: var(--_theme---btn--secondary-bg);
  background-color: var(--_theme---btn--secondary-bg);
  color: var(--_theme---btn--secondary-text);
  width: 100%;
  height: 50px;
  padding: 11px 24px 12px;
  font-weight: 600;
}

.btn.btn--form:hover {
  border-color: var(--_theme---btn--secondary-border-hover);
  background-color: var(--_theme---btn--secondary-bg-hover);
  color: var(--_theme---btn--secondary-text-hover);
}

.u-theme-dark {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--color--darkest-gray);
  --_theme---text: var(--color--lighter-gray);
  --_theme---link: var(--color--lighter-gray);
  --_theme---lines: #dadada26;
  --_theme---btn--primary-border: var(--color--primary);
  --_theme---btn--primary-bg: var(--color--primary);
  --_theme---btn--primary-text: var(--color--light);
  --_theme---btn--primary-border-hover: var(--color--light);
  --_theme---btn--primary-bg-hover: var(--color--light);
  --_theme---btn--primary-text-hover: var(--color--primary-dark);
  --_theme---btn--secondary-bg: var(--color--secondary);
  --_theme---btn--secondary-text: var(--color--light);
  --_theme---btn--secondary-border-hover: var(--color--secondary-light);
  --_theme---btn--secondary-bg-hover: var(--color--secondary-light);
  --_theme---btn--secondary-text-hover: var(--color--secondary-dark);
  --_theme---btn--accent-border: var(--color--darker-gray);
  --_theme---btn--accent-bg: var(--color--darker-gray);
  --_theme---btn--accent-text: var(--color--light-gray);
  --_theme---btn--accent-border-hover: var(--color--darkest-gray);
  --_theme---btn--accent-bg-hover: var(--color--darkest-gray);
  --_theme---btn--accent-text-hover: var(--color--light);
  --_theme---background-secondary: var(--color--darkerer-gray);
  --_theme---nav-bg: var(--color--darkerer-gray);
  --_theme---nav-link-bg: var(--color--darkest-gray);
  --_theme---nav-link: var(--color--dark-gray);
  --_theme---nav-link-bg-hover: var(--color--darkerer-gray);
  --_theme---nav-link-hover: var(--color--lighter-gray);
  --_theme---link-hover: var(--color--primary);
  --_theme---text-secondary: var(--color--gray);
  --_theme---overlay-dark: #1b1b1bcc;
  --_theme---accent: var(--color--primary-light);
  --_theme---overlay: #1b1b1bb3;
  --_theme---overlay-light: #2222224d;
  --_theme---form-border: var(--color--darker-gray);
  --_theme---link-active: var(--color--primary-light);
  --_theme---btn--secondary-border: var(--color--secondary);
  --_theme---alerts--success: green;
  --_theme---alerts--danger: red;
  --_theme---alerts--warning: #d69d00;
  --_theme---alerts--info: #4a7cbe;
}

.u-theme-light {
  --_theme---background: var(--color--light);
  --_theme---text: var(--color--darkest-gray);
  --_theme---link: var(--color--darkest-gray);
  --_theme---lines: #8f8f8e40;
  --_theme---btn--primary-border: var(--color--primary-dark);
  --_theme---btn--primary-bg: var(--color--primary-dark);
  --_theme---btn--primary-text: var(--color--light);
  --_theme---btn--primary-border-hover: var(--color--primary);
  --_theme---btn--primary-bg-hover: var(--color--primary);
  --_theme---btn--primary-text-hover: var(--color--light);
  --_theme---btn--secondary-bg: var(--color--secondary);
  --_theme---btn--secondary-text: var(--color--light);
  --_theme---btn--secondary-border-hover: var(--color--secondary-dark);
  --_theme---btn--secondary-bg-hover: var(--color--secondary-dark);
  --_theme---btn--secondary-text-hover: var(--color--secondary-light);
  --_theme---btn--accent-border: var(--color--accent);
  --_theme---btn--accent-bg: var(--color--accent);
  --_theme---btn--accent-text: var(--color--darker-gray);
  --_theme---btn--accent-border-hover: var(--color--accent-dark);
  --_theme---btn--accent-bg-hover: var(--color--accent-dark);
  --_theme---btn--accent-text-hover: var(--color--light);
  --_theme---background-secondary: var(--color--accent-light);
  --_theme---nav-bg: var(--color--accent-light);
  --_theme---nav-link-bg: var(--color--light);
  --_theme---nav-link: var(--color--secondary-light);
  --_theme---nav-link-bg-hover: var(--color--accent-light);
  --_theme---nav-link-hover: var(--color--darkest-gray);
  --_theme---link-hover: var(--color--primary-light);
  --_theme---text-secondary: var(--color--secondary-light);
  --_theme---overlay-dark: #ffffffe6;
  --_theme---accent: var(--color--primary-dark);
  --_theme---overlay: #ffffffb3;
  --_theme---overlay-light: #fff3;
  --_theme---form-border: var(--color--accent);
  --_theme---link-active: var(--color--primary-dark);
  --_theme---btn--secondary-border: var(--color--secondary);
  --_theme---alerts--success: green;
  --_theme---alerts--danger: red;
  --_theme---alerts--warning: #d69d00;
  --_theme---alerts--info: #4a7cbe;
}

.u-mb-2 {
  margin-bottom: var(--_responsive---spacing--space-5);
}

.row {
  margin-right: var(--_responsive---gutter-half-minus);
  margin-left: var(--_responsive---gutter-half-minus);
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
}

.row.row--align-stretch {
  align-items: stretch;
}

.row.row--align-start {
  align-items: flex-start;
}

.row.row--justify-end {
  justify-content: flex-end;
}

.row.row--justify-start {
  justify-content: flex-start;
  align-items: stretch;
}

.row.row--align-end {
  align-items: flex-end;
}

.row.row--justify-around {
  justify-content: space-around;
}

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

.row.row--justify-center {
  justify-content: center;
}

.row.row--align-center {
  align-items: center;
}

.row.row--media-player {
  flex-flow: row;
}

.row.row--sm {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.content-group {
  z-index: 2;
  grid-column-gap: var(--_responsive---spacing--space-4);
  grid-row-gap: var(--_responsive---spacing--space-4);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.t__placeholder {
  color: #146ef5;
  text-align: center;
  background-color: #146ef51a;
  border: 1px solid #146ef54d;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: .625rem;
  padding: 1.8rem 1rem;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
}

.container {
  max-width: calc(var(--max-width)  + (2 * var(--_responsive---side-margins-text)));
  padding-left: calc(var(--_responsive---side-margins-text)  + env(safe-area-inset-left));
  padding-right: calc(var(--_responsive---side-margins-text)  + env(safe-area-inset-right));
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.container--list {
  max-width: calc(var(--max-width)  + (2 * var(--_responsive---side-margins-text)));
  padding-left: calc(var(--_responsive---side-margins-block)  + env(safe-area-inset-left));
  padding-right: calc(var(--_responsive---side-margins-block)  + env(safe-area-inset-right));
}

.container.container--header {
  z-index: 5;
  padding-bottom: var(--_responsive---side-margins-text);
  justify-content: flex-end;
  min-height: 500px;
  position: relative;
}

.u-last-lg {
  order: 1;
}

.u-col-half-lg {
  max-width: calc(50% - var(--gutter-half));
}

.u-gap-4 {
  grid-row-gap: var(--_responsive---spacing--space-7);
  display: flex;
}

.u-gap-2 {
  grid-row-gap: var(--_responsive---spacing--space-4);
  display: flex;
}

.section {
  padding-top: var(--_responsive---side-margins-block);
  background-color: var(--_theme---background);
  color: var(--_theme---text);
}

.section.section--sub {
  padding-bottom: 0;
}

.section.section--slider {
  position: relative;
  overflow: hidden;
}

.u-gap-3 {
  grid-row-gap: var(--_responsive---spacing--space-6);
  display: flex;
}

.content-item {
  grid-column-gap: var(--_responsive---spacing--space-3);
  grid-row-gap: var(--_responsive---spacing--space-3);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.u-gap-1 {
  grid-row-gap: var(--_responsive---spacing--space-3);
  display: flex;
}

.u-first-lg {
  order: -1;
}

.u-section-padding {
  z-index: 5;
  padding-top: var(--_responsive---section-padding);
  padding-bottom: var(--_responsive---section-padding);
  position: relative;
}

.content-row {
  grid-column-gap: 2em;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-row.content-row--justified {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.col {
  padding-right: var(--_responsive---gutter-half);
  padding-left: var(--_responsive---gutter-half);
  flex: 1;
}

.col.col-lg-7 {
  flex: 58.3333%;
  max-width: 58.3333%;
}

.col.col-lg-1 {
  flex: 8.333%;
  max-width: 8.333%;
}

.col.col-lg-3 {
  flex: 25%;
  max-width: 25%;
}

.col.col-lg-12 {
  flex: 100%;
  max-width: 100%;
}

.col.col--ml-2 {
  margin-left: 16.666%;
}

.col.col--ml-1 {
  margin-left: 8.333%;
}

.col.col-lg-10 {
  flex: 83.3333%;
  max-width: 83.3333%;
}

.col.col-lg-4 {
  flex: 33.3333%;
  max-width: 33.3333%;
}

.col.col-lg-4.col-md-12.col--media-player-series {
  margin-left: 8.33333%;
}

.col.col-lg-11 {
  flex: 91.6667%;
  max-width: 91.6667%;
}

.col.col-lg-2 {
  flex: 16.6667%;
  max-width: 16.6667%;
}

.col.col-lg-9 {
  flex: 75%;
  max-width: 75%;
}

.col.col-lg-6 {
  flex: 50%;
  max-width: 50%;
}

.col.col--mr-2 {
  margin-right: 16.666%;
}

.col.col-lg-8 {
  flex: 66.6667%;
  max-width: 66.6667%;
}

.col.col--mr-1 {
  margin-right: 8.333%;
}

.col.col-lg-5 {
  flex: 41.6667%;
  max-width: 41.6667%;
}

.col.col--sm, .col.col-sm {
  padding-left: .5rem;
  padding-right: .5rem;
}

.content-area {
  grid-column-gap: var(--_responsive---spacing--space-6);
  grid-row-gap: var(--_responsive---spacing--space-6);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.t__grid-system {
  width: 100%;
}

.u-flex-align-stretch {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.container--alt {
  max-width: var(--max-width);
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section--full {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.t__col-overlay {
  z-index: 990;
  pointer-events: none;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.t__col-overlay-container {
  padding-right: var(--_responsive---side-margins-text);
  padding-left: var(--_responsive---side-margins-text);
  max-width: calc(var(--max-width)  + (2 * var(--_responsive---side-margins)));
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.t__col-overlay__fill {
  background-color: #b9b9b90d;
  width: 100%;
  height: 100svh;
}

.t__col-overlay-btn {
  z-index: 991;
  pointer-events: auto;
  color: #8a857c;
  cursor: pointer;
  padding: 1em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.t__col-overlay-btn:hover {
  color: #b2aba0;
}

.t__col-overlay-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 0;
  display: inline;
}

.u-img-fill {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.u-img-square {
  aspect-ratio: 1;
  border-radius: var(--img-radius);
  object-fit: cover;
  width: 100%;
}

.col__split-item {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  flex: none;
  width: 50vw;
  height: 100%;
  display: flex;
  position: relative;
}

.col__split-wrap {
  height: 100%;
  display: flex;
  position: relative;
}

.col__split-wrap.col__split-wrap--left {
  flex-flow: row-reverse;
}

.col__split-content {
  padding-top: var(--_responsive---section-padding);
  padding-bottom: var(--_responsive---section-padding);
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.col__split-item-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.u-img-widescreen {
  aspect-ratio: 16 / 9;
  border-radius: var(--img-radius);
  object-fit: cover;
  width: 100%;
  min-width: 50%;
}

.u-img-landscape {
  aspect-ratio: 3 / 2;
  border-radius: var(--img-radius);
  object-fit: cover;
  width: 100%;
  min-width: 50%;
}

.section--alt {
  background-color: var(--_theme---background-secondary);
}

.link-deprecated {
  color: var(--_theme---link);
}

.logo-tenfold {
  mix-blend-mode: luminosity;
}

.u-mt-2 {
  margin-top: var(--_responsive---spacing--space-5);
}

.nav {
  background-color: var(--_theme---nav-bg);
  width: 100%;
}

.nav__container {
  padding-right: var(--_responsive---side-margins-text);
  padding-left: var(--_responsive---side-margins-text);
  max-width: calc(var(--max-width)  + (2 * var(--_responsive---side-margins)));
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav__brand {
  height: var(--_responsive---nav-height);
  color: var(--_theme---text);
  justify-content: flex-start;
  align-items: center;
  max-width: 100px;
  margin: auto 0;
  padding: 0;
  display: flex;
}

.nav__menu {
  background-color: var(--_theme---nav-bg);
}

.nav__link {
  height: var(--_responsive---nav-height);
  background-color: var(--_theme---nav-link-bg);
  color: var(--_theme---nav-link);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0 1rem;
  text-decoration: none;
  display: inline-flex;
}

.nav__link:hover {
  background-color: var(--_theme---nav-link-bg-hover);
  color: var(--_theme---nav-link-hover);
}

.nav__link.nav__link--toggle {
  background-color: var(--_theme---nav-link-bg);
  color: var(--_theme---nav-link);
  padding-right: 2.5rem;
}

.nav__link.nav__link--toggle:hover {
  background-color: var(--_theme---nav-link-bg-hover);
  color: var(--_theme---nav-link-hover);
}

.nav__dropdown-list {
  background-color: var(--_theme---nav-bg);
}

.nav__dropdown-link {
  background-color: var(--_theme---nav-link-bg);
  color: var(--_theme---nav-link);
}

.nav__dropdown-link:hover {
  background-color: var(--_theme---nav-link-bg-hover);
  color: var(--_theme---nav-link-hover);
}

.nav__menu-button {
  height: var(--_responsive---nav-height);
  background-color: var(--_theme---nav-bg);
  color: var(--_theme---nav-link);
  width: 45px;
  margin-right: -12px;
  padding: 0;
  position: relative;
}

.nav__menu-button:hover {
  color: var(--_theme---nav-link-hover);
}

.nav__menu-button.w--open {
  background-color: var(--_theme---nav-bg);
  color: var(--_theme---nav-link);
}

.nav__menu-icon {
  text-align: center;
  width: 45px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.u-align-right {
  text-align: right;
}

.u-mt-0 {
  margin-top: 0;
}

.list-numbered {
  list-style-type: decimal;
}

.list-downloads {
  grid-column-gap: .15em;
  grid-row-gap: .15em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.2;
  list-style-type: none;
  display: flex;
}

.link {
  color: var(--_theme---text);
  background-color: #0000;
  border-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 0;
  text-decoration: none;
  display: inline-block;
}

.link:hover {
  color: var(--_theme---link-hover);
}

.link.link--forward {
  background-image: url('../images/arrow-right-sm.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 0;
  padding-right: 23px;
}

.link.link--forward:hover {
  margin-right: -5px;
  padding-right: 28px;
}

.link.link--forward-reveal {
  background-image: url('../images/arrow-right-sm.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0;
  margin-right: 0;
  padding-right: 23px;
}

.link.link--forward-reveal:hover {
  background-size: auto;
  margin-right: -5px;
  padding-right: 28px;
}

.link.link--back {
  background-image: url('../images/arrow-left-sm.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 0;
  padding-left: 23px;
}

.link.link--back:hover {
  margin-left: -5px;
  padding-left: 28px;
}

.link.link--back-reveal {
  background-image: url('../images/arrow-left-sm.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 0;
  margin-left: 0;
  padding-left: 23px;
}

.link.link--back-reveal:hover {
  background-size: auto;
  margin-left: -5px;
  padding-left: 28px;
}

.link.link--back-up {
  background-image: url('../images/arrow-back-up-sm.svg');
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 0;
  padding-left: 23px;
}

.link.link--down {
  background-image: url('../images/arrow-down-sm.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 23px;
}

.link.link--down:hover {
  background-position: 100% 70%;
}

.link.link--down-reveal {
  background-image: url('../images/arrow-down-sm.svg');
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: auto 0;
  padding-right: 23px;
}

.link.link--down-reveal:hover {
  background-position: 100%;
  background-size: auto;
}

.link.link--up {
  background-image: url('../images/arrow-up-sm.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 23px;
}

.link.link--up:hover {
  background-position: 100% 30%;
  background-size: auto;
}

.link.link--up-reveal {
  background-image: url('../images/arrow-up-sm.svg');
  background-position: 100% 70%;
  background-repeat: no-repeat;
  background-size: auto 0;
  padding-right: 23px;
}

.link.link--up-reveal:hover {
  background-position: 100%;
  background-size: auto;
}

.link.link--external {
  background-image: url('../images/arrow-right-up-sm.svg');
  background-position: 100% 43%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 23px;
}

.link.link--external-reveal {
  background-image: url('../images/arrow-right-up-sm.svg');
  background-position: 97% 70%;
  background-repeat: no-repeat;
  background-size: auto 0;
  padding-right: 23px;
}

.link.link--external-reveal:hover {
  background-position: 100% 43%;
  background-size: auto;
}

.icon-16 {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 0;
  display: inline;
}

.icon-16.icon-16--flip {
  transform: rotate(180deg);
}

.icon-16.icon-16--external {
  position: relative;
  top: -2px;
}

.icon-16.icon-16--large {
  width: 24px;
  height: 24px;
}

.section-wrapper {
  position: relative;
}

.t__examples, .t__utilities, .t__modifiers, .t__content-wrappers, .t__default-elements {
  width: 100%;
}

.t__section-title {
  border-top: 10px solid var(--color--primary);
  color: var(--color--primary);
  margin-bottom: 4rem;
}

.page-menu-list {
  grid-column-gap: .35em;
  grid-row-gap: .35em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1.3;
  list-style-type: none;
  display: flex;
}

.page-menu-list__item.u-arrow-left {
  margin-left: -23px;
}

.link-block {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #0000;
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 0;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  color: var(--_theme---link-hover);
}

.link-block.u-mt-3 {
  margin-top: var(--_responsive---spacing--space-3);
}

.t__links {
  width: 100%;
}

.u-img-overlay {
  z-index: 2;
  pointer-events: none;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.u-img-overlay.u-img-overlay--bg-black-gradient {
  background-color: #0000;
  background-image: linear-gradient(0deg, #00000082 30%, #0000 75%);
}

.u-gap-5 {
  grid-row-gap: var(--_responsive---spacing--space-8);
  display: flex;
}

.u-gap-6 {
  grid-row-gap: var(--_responsive---spacing--space-9);
  display: flex;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--_theme---lines) var(--_theme---lines) var(--_theme---text);
  background-color: var(--_theme---background);
  font-family: var(--_text-style---font-family);
  color: var(--_theme---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 1rem;
}

.form {
  grid-column-gap: var(--_responsive---spacing--form-gap);
  grid-row-gap: var(--_responsive---spacing--form-gap);
  flex-flow: column;
  display: flex;
}

.u-pb-8 {
  margin-bottom: var(--_responsive---spacing--space-8);
}

.media-player__option-wrapper {
  flex: none;
  width: 55px;
}

.media-player__option {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--_theme---text-secondary);
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  padding: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.media-player__option.media-player__option--series {
  pointer-events: none;
  display: none;
}

.media-player__option.is-unavailable {
  pointer-events: none;
  color: var(--_theme---lines);
}

.row--overflow-overlay {
  z-index: 20;
  width: var(--_responsive---side-margins-text);
  background-image: linear-gradient(270deg, var(--_theme---background) 10%, #fff0);
  pointer-events: none;
  height: 100%;
  position: absolute;
  inset: 0 -1px 0 auto;
}

.row--overflow-overlay.is-left {
  transform-style: preserve-3d;
  inset: 0 auto auto -1px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.sermon-series__details {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sermon-series__column {
  padding-top: var(--_responsive---media-v-margins);
  height: calc(100vh - var(--_responsive---nav-height)  - var(--_responsive---nav-height));
  flex-flow: column;
  max-height: 1000px;
}

.media-player__buttons {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  display: flex;
}

.teacher-footer__teacher-item {
  color: var(--_theme---text-secondary);
  justify-content: flex-start;
  align-items: center;
  height: 25px;
  text-decoration: none;
  display: inline-flex;
}

.teacher-footer__teacher-item.is-single {
  height: auto;
}

.teacher-link__img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  width: 40px;
}

.teacher-link__title {
  font-size: .8rem;
}

.sermon__sermon-meta {
  color: #979797;
  text-decoration: none;
  display: inline;
}

.sermon-series__item {
  border-bottom: 1px solid var(--_theme---lines);
  color: var(--_theme---text-secondary);
  width: 100%;
  line-height: 1.1;
  position: relative;
}

.media-player__video-image {
  aspect-ratio: 16 / 9;
  box-shadow: none;
  cursor: pointer;
  object-fit: cover;
  border-radius: 3px;
  width: auto;
  height: 100%;
  overflow: hidden;
}

.sermon__meta-row {
  color: var(--_theme---text-secondary);
  width: 100%;
}

.media-player__video-embed {
  aspect-ratio: 16 / 9;
  border-radius: var(--_responsive---media-radius);
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 15px -15px #00000040;
}

.media-player__seekbar-wrapper {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.sermon__title {
  width: 100%;
  height: 2.25rem;
}

.sermon-series__details-wrapper {
  flex: none;
}

.teacher-link__name-only {
  color: #979797;
}

.sermon-series__scroll-overlay {
  z-index: 20;
  background-image: linear-gradient(0deg, var(--_theme---background) 10%, #fff0);
  pointer-events: none;
  width: 100%;
  height: 100px;
  position: absolute;
  inset: auto auto -1px 0;
}

.media-player__buttons-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.media-player__video-image-overlay {
  background-color: #0003;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sermon-series__count {
  background-color: var(--_theme---text-secondary);
  color: var(--_theme---background-secondary);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 3px 7px 4px;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
}

.media-player__album-art-icon {
  color: #dfdfdf;
  width: 60%;
  height: 60%;
}

.teacher-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--_theme---text);
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.media-player__controls {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  display: flex;
}

.media-player__controls.is-condition-invisible {
  display: none;
}

.audio-player__control-label {
  letter-spacing: .07rem;
  text-transform: uppercase;
  font-size: .55rem;
  font-weight: 600;
}

.media-player__seekbar-status {
  background-color: var(--_theme---link-hover);
  border-radius: 4px;
  width: 0%;
  min-width: 8px;
  height: 100%;
  transition: width .2s ease-in-out;
}

.sermon-series__list {
  border-top: 1px solid var(--_theme---lines);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
  overflow: auto;
}

.media-player__seekbar {
  background-color: var(--_theme---lines);
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
  height: 8px;
  position: relative;
}

.media-player__btn {
  background-color: #0000;
  width: 24px;
  padding: 0;
  transition: all .2s;
}

.media-player__btn:active {
  color: var(--_theme---text);
}

.media-player__btn.is-play-pause {
  width: 70px;
}

.media-player__info {
  text-align: left;
  flex: 32.2%;
  height: 150px;
}

.teacher-footer__row {
  min-width: 0;
  max-width: 100%;
  height: 25px;
  margin-left: -2px;
  position: relative;
  overflow: hidden;
}

.teacher-footer__row.is-single {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 2px;
  display: flex;
}

.media-player__time {
  color: var(--_theme---text-secondary);
  margin-top: -5px;
  font-size: .8rem;
}

.media-player__embed {
  margin-bottom: var(--_responsive---media-v-margins);
  height: calc(100svh - 300px - var(--_responsive---nav-height)  - (3 * var(--_responsive---media-v-margins))  - var(--_responsive---nav-height));
  max-height: calc(700px - (3 * var(--_responsive---media-v-margins)));
  flex: 3 56.5%;
  max-width: 100%;
  min-height: 150px;
}

.media-player__embed.is-condition-invisible {
  display: none;
}

.teacher-footer__wrapper {
  color: var(--_theme---text-secondary);
  text-transform: none;
  min-width: 0;
  max-width: 100%;
  font-size: .8rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.sermon__sermon-meta-bullet {
  padding-left: .2em;
  padding-right: .2em;
  display: inline;
}

.sermon__title-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}

.video-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.media-player__btn-pause {
  display: none;
}

.scrolling-text {
  padding-right: var(--_responsive---side-margins-text);
  padding-left: var(--_responsive---side-margins-text);
  white-space: nowrap;
  will-change: transform;
  position: absolute;
}

.media-player__flex-wrapper {
  margin-top: var(--_responsive---media-v-margins);
  margin-bottom: var(--_responsive---media-v-margins);
  grid-column-gap: 9.5%;
  text-align: center;
  flex-flow: wrap;
  display: flex;
}

.teacher-footer__list {
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 50px;
}

.teacher-footer__list.is-single {
  padding-left: 0;
  display: flex;
}

.section-titles {
  color: var(--_theme---accent);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1;
}

.section-titles.on-dark {
  color: var(--color--light);
}

.section-titles.section-titles--featured-ministry {
  clear: none;
}

.icon-video-overlay {
  z-index: 20;
  color: #fff;
  width: 50px;
  height: 50px;
}

.button-plain--forward {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--_theme---text);
  justify-content: flex-start;
  align-items: center;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.button-plain--forward:hover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-right: 0;
}

.sermon__background-img {
  z-index: 1;
  opacity: .18;
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-play {
  width: 100%;
}

.media-player__times {
  justify-content: space-between;
  display: flex;
}

.sermon__details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.media-player__album-art {
  aspect-ratio: 1;
  border-radius: var(--_responsive---media-radius);
  background-color: var(--_theme---background-secondary);
  object-fit: cover;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 0 15px 5px #00000040;
}

.icon-12 {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 0;
  display: inline;
}

.media-player__placeholder {
  background-color: var(--_theme---background);
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .6s;
  position: absolute;
  top: 0;
}

.media-player__placeholder.fade-out {
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sermon-section {
  padding-bottom: var(--_responsive---section-padding);
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  margin-top: calc(var(--_responsive---nav-height)  + env(safe-area-inset-top));
  position: relative;
  overflow: hidden;
}

.media-player__embed-container {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.scrolling-text-container {
  margin-right: var(--_responsive---side-margins-minus);
  margin-left: var(--_responsive---side-margins-minus);
  white-space: nowrap;
  width: 100%;
  height: 25px;
  display: block;
  position: relative;
  overflow: hidden;
}

.scrolling-text-container.is-title {
  height: 3rem;
}

.sermon__teacher {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  height: 40px;
  display: flex;
}

.sermon-count {
  font-weight: 600;
}

.media-player__album-art-blank {
  aspect-ratio: 1;
  border-radius: var(--img-radius);
  background-color: var(--_theme---background-secondary);
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 15px 5px #00000040;
}

.sermon-series__wrapper {
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.text-summary {
  max-width: 100ch;
  margin-bottom: 0;
}

.sermon-series__overlay {
  z-index: 98;
  background-color: var(--color--overlay);
  opacity: 0;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.sermon-series__sermon {
  color: var(--_theme---text);
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: block;
}

.sermon-series__sermon:hover {
  background-color: var(--_theme---background-secondary);
  color: var(--_theme---text);
}

.sermon-series__sermon.w--current {
  color: #e29d42;
}

.sermon-series__sermon-count {
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  min-height: 0;
  padding-top: 1.25rem;
  padding-left: .5rem;
  font-size: .8rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sermon-series__sermon-title-link {
  color: var(--_theme---text);
  width: 100%;
  padding-left: 2rem;
  text-decoration: none;
  display: block;
}

.sermon-series__sermon-title-link.w--current {
  color: #e29d42fc;
}

.sermon-series__sermon-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.sermon-series__sermon-meta-wrapper {
  color: var(--_theme---text-secondary);
  background-color: #0000;
  width: 100%;
  padding-top: .07rem;
  padding-left: 2rem;
  font-size: .8rem;
  line-height: 1.3;
}

.sermon-series__sermon-meta {
  display: inline;
}

.bullet-separator {
  padding-left: .2em;
  padding-right: .2em;
  display: inline;
}

.teacher-footer__teacher-img {
  aspect-ratio: 1;
  border: 1.5px solid var(--_theme---background);
  background-color: var(--color--darker-gray);
  object-fit: cover;
  border-radius: 50%;
  width: 25px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.teacher-footer__teacher-name {
  pointer-events: none;
  color: #979797;
  min-height: 0;
  max-height: 100%;
  font-size: .8rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.sermon-topic__title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .3em;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  display: inline;
}

.sermon-footer__meta-chunk {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 3em;
  text-decoration: none;
  display: flex;
}

.link-general {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--_theme---text);
  background-color: #0000;
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 0;
  text-decoration: none;
  display: flex;
}

.link-general:hover {
  color: var(--_theme---link-hover);
}

.sermon-topic__topic {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: inline-flex;
}

.sermon-footer {
  background-color: var(--_theme---background-secondary);
  color: var(--_theme---text);
  padding-top: 3em;
  padding-bottom: 3em;
}

.sermon__general-link {
  color: var(--_theme---text);
  text-underline-offset: 3px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--_theme---lines);
  text-decoration-color: var(--_theme---lines);
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
}

.sermon-series__description {
  max-width: 75ch;
  margin-top: 0;
  margin-bottom: 0;
}

.sermon-series__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-block {
  color: var(--_theme---text);
}

.app-header__wrapper {
  z-index: 50;
  background-color: var(--_theme---background-secondary);
  color: var(--_theme---text);
  padding-top: env(safe-area-inset-top, var(--_responsive---nav-height));
  border-bottom: 1px solid #0000001a;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.app-header__wrapper.transparent {
  height: var(--_responsive---nav-height);
  background-color: var(--color--transparent);
  border-bottom-style: none;
  padding-top: 0;
  position: absolute;
  top: 0;
}

.sermon-series__description-container {
  border-bottom: 1px solid var(--_theme---lines);
  width: 100%;
  padding: 1rem 0;
}

.sermon-series__link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--_theme---text);
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.sermon-series__link:hover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-right: 0;
}

.user__image-wrapper {
  aspect-ratio: 1;
  border: 1px solid var(--_theme---lines);
  object-fit: cover;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.user__image {
  aspect-ratio: 1;
  object-fit: cover;
}

.app-header__title {
  letter-spacing: -.01em;
  --_text-style---font-family: neue-haas-unica, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h2);
  --_text-style---line-height: 1.2;
  --_text-style---font-weight: 600;
  --_text-style---letter-spacing: 0em;
  margin-top: 0;
  padding-bottom: 2px;
  font-size: 1.6rem;
  line-height: .8;
}

.app-nav__row {
  height: var(--_responsive---nav-height);
  justify-content: space-between;
  align-items: flex-end;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: .5rem;
  display: flex;
}

.icon-user {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 0;
  position: relative;
  bottom: -1px;
}

.user__icon-wrapper {
  aspect-ratio: 1;
  border: 1px solid var(--_theme---nav-link);
  background-color: var(--color--transparent);
  color: var(--_theme---nav-link);
  border-radius: 50%;
  justify-content: center;
  align-items: flex-end;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.user__icon-wrapper:hover {
  border-color: var(--_theme---nav-link-hover);
  color: var(--_theme---nav-link-hover);
}

.app-nav__wrapper {
  z-index: 50;
  padding-bottom: var(--_responsive---nav-bottom-padding);
  background-color: var(--_theme---nav-bg);
  color: var(--_theme---text);
  position: fixed;
  inset: auto 0% 0%;
}

.app-nav__wrapper.alt {
  padding-bottom: env(safe-area-inset-bottom, var(--_responsive---nav-height));
  border-top: 1px solid #0000001a;
}

.app-nav__button {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  background-color: var(--color--transparent);
  color: var(--_theme---nav-link);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 42px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.app-nav__button:hover {
  color: var(--_theme---nav-link-hover);
}

.app-nav__button.w--current {
  color: var(--_theme---text);
}

.app-header__row {
  height: var(--_responsive---nav-height);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.app-nav__label {
  letter-spacing: .07rem;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: .55rem;
  font-weight: 600;
}

.app-nav__icon {
  width: 24px;
  height: 25px;
}

.page-top {
  height: var(--_responsive---nav-height);
  margin-top: env(safe-area-inset-top, var(--_responsive---nav-height));
}

.page-top.page-top--nav {
  height: 112px;
}

.app-header.transparent {
  height: auto;
  margin-top: 0;
}

.sermon__subrow {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-bookmark {
  width: 16px;
}

.icon-bookmark.icon-bookmark--on {
  color: var(--_theme---accent);
}

.sermon__save-btn {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--_theme---text);
  white-space: nowrap;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 0;
  font-size: 1rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.sermon__save-btn:hover {
  color: #bca141;
}

.listing-item__content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.listing-item__content.is--with-album-art {
  min-height: 6em;
  padding-left: 8em;
}

.listing-item__wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_theme---lines);
  align-items: stretch;
  height: 100%;
  min-height: auto;
  margin-bottom: -4px;
  padding-bottom: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.listing-item {
  width: 100%;
  position: relative;
}

.listing-item__bookmark {
  color: var(--_theme---text-secondary);
  background-color: #0000;
  padding: 0;
  line-height: 0;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.listing-item__bookmark:hover {
  color: #bca141;
}

.listing-item__album-image {
  aspect-ratio: 1;
  border-radius: var(--img-radius);
  object-fit: cover;
  flex: none;
  width: 6em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.listing-item__link {
  border-bottom: 4px solid #0000;
  flex: 1;
  width: 100%;
  text-decoration: none;
}

.listing-item__link:hover {
  color: #1a1817;
  border-bottom: 4px solid #bca141;
}

.listing-item__text {
  font-weight: 400;
}

.listing-item__text.is--float-text {
  width: auto;
  min-width: 200px;
}

.listing-item__heading {
  margin-top: -7px;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
}

.list-item__label-row {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  color: var(--_theme---text-secondary);
  letter-spacing: .06rem;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: .55rem;
  line-height: 1;
  display: flex;
}

.row--overflow-overlay-2 {
  z-index: 20;
  pointer-events: none;
  background-image: linear-gradient(270deg, #fff 10%, #fff0);
  width: 2rem;
  height: 100%;
  position: absolute;
  inset: 0 -1px 0 auto;
}

.list-item__summary {
  white-space: normal;
  max-width: 70ch;
  max-height: 54px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.teacher-footer__teacher-name-2 {
  pointer-events: none;
  color: #979797;
  min-height: 0;
  max-height: 100%;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.list-item__meta-item {
  display: inline;
}

.list-item__content {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: column;
  flex: auto;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 0;
  max-width: 100%;
  display: flex;
  position: relative;
}

.event-date {
  color: var(--_theme---accent);
  min-width: 0;
  max-width: 100%;
  font-size: .8rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.event-date.event-date--on-image {
  color: var(--_theme---link-hover);
}

.list-item__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
  width: 100%;
  margin-top: 0;
  padding-bottom: .05rem;
  padding-right: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  overflow: hidden;
}

.list-item__img {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  border-radius: var(--img-radius);
  background-color: var(--color--darker-gray);
  flex: none;
  align-self: auto;
  height: 85px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.list-item__img.is-album-art {
  aspect-ratio: 1;
}

.list-item__meta-row {
  color: var(--_theme---text-secondary);
  width: 100%;
  font-size: .8rem;
}

.list-item__meta-row.list-item__meta-row--on-image {
  color: var(--color--light-gray);
}

.list-item__img-file {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  min-width: 50%;
  height: 100%;
  transition: all .2s;
}

.teacher-footer__teacher-img-2 {
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #44515c;
  border: 1.5px solid #fff;
  border-radius: 50%;
  width: 25px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.teacher-footer__teacher-img-2.is-single {
  border: 0 #0000;
  margin-right: .4em;
  position: static;
}

.list-item__wrapper-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_theme---lines);
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: calc(var(--_responsive---side-margins-block)  + env(safe-area-inset-left));
  padding-right: calc(var(--_responsive---side-margins-block)  + env(safe-area-inset-right));
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list-item__wrapper-link:hover {
  background-color: var(--_theme---background-secondary);
  color: var(--_theme---text);
}

.list-item__wrapper-link.list-item__wrapper-link--post-copy {
  align-items: flex-start;
}

.event-date__text {
  display: inline;
}

.photo-gallery__slide {
  scroll-snap-align: start;
  width: auto;
  height: 380px;
}

.photo-gallery__btn {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 15px;
  display: flex;
}

.photo-gallery__nav {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.photo-gallery__image {
  width: auto;
  max-width: none;
  height: 100%;
}

.photo-gallery {
  width: calc(100vw - (0 * var(--_responsive---side-margins)));
  position: relative;
  overflow: hidden;
}

.photo-gallery__wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
  display: flex;
  overflow-x: auto;
}

.media-gallery {
  width: calc(100vw - (0 * var(--_responsive---side-margins-block)));
  position: relative;
  overflow: hidden;
}

.media-gallery__wrapper {
  padding-right: var(--_responsive---side-margins-block);
  padding-bottom: var(--_responsive---spacing--space-1);
  padding-left: var(--_responsive---side-margins-block);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  scroll-padding-right: var(--_responsive---side-margins-text);
  scroll-padding-left: var(--_responsive---side-margins-text);
  display: flex;
  overflow-x: auto;
}

.media-gallery__image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.media-gallery__image:where(.w-variant-c878de30-08a2-483f-746c-faf954c109ce), .media-gallery__image.media-gallery__image--square {
  aspect-ratio: 1;
}

.media-gallery__slide {
  scroll-snap-align: start;
  text-decoration: none;
}

.media-gallery__slide:hover {
  opacity: .95;
  color: var(--_theme---text);
}

.media-gallery__image-wrapper {
  border-radius: var(--_responsive---media-radius);
  position: relative;
  overflow: hidden;
}

.slider-set__heading-text {
  --_text-style---font-family: neue-haas-unica, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h2);
  --_text-style---line-height: 1.2;
  --_text-style---font-weight: 600;
  --_text-style---letter-spacing: 0em;
  margin-top: -.4rem;
}

.slider-set__heading {
  margin-top: var(--_responsive---side-margins-block);
  margin-bottom: var(--_responsive---block-gap);
  grid-column-gap: 1.5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.slider-set__heading.u-mt-0 {
  margin-top: 0;
}

.media-gallery__image-content {
  color: var(--color--light);
  white-space: normal;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  padding: 2rem;
  position: absolute;
}

.media-gallery__bookmark {
  z-index: 9;
  color: var(--color--light);
  mix-blend-mode: difference;
  background-color: #0000;
  padding: 0;
  line-height: 0;
  transition: all .2s;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.list-links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.2;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.list-links__item {
  width: 100%;
}

.settings__column {
  z-index: 999;
  background-color: var(--_theme---background);
  opacity: .5;
  width: 25vw;
  height: 100vh;
  transition: opacity .2s;
  position: fixed;
  inset: 0% auto auto 0%;
  transform: translate(-110%);
  box-shadow: 20px 0 40px #0000004d;
}

.settings__column.is-open {
  opacity: 1;
  transform: translate(0%);
}

.settings__column.is-open.settings__column--fancy, .settings__column.settings__column--fancy {
  background-color: var(--_theme---overlay);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.settings__content {
  padding: var(--_responsive---side-margins-block) var(--_responsive---side-margins-text);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.list-links__option {
  padding: .7rem var(--_responsive---side-margins-text);
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border-bottom: 1px solid var(--_theme---lines);
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.list-links__option:hover {
  background-color: var(--_theme---background-secondary);
  color: var(--_theme---link);
}

.media-gallery__slide-wrapper {
  grid-column-gap: var(--_responsive---spacing--space-3);
  grid-row-gap: var(--_responsive---spacing--space-3);
  flex-flow: column;
  width: 450px;
  display: flex;
}

.media-gallery__slide-wrapper.size-variant:where(.w-variant-1b1c7774-1911-2874-5e37-99d9cdfcb4ca) {
  width: 916px;
}

.media-gallery__slide-wrapper.size-variant:where(.w-variant-b9ba73d0-d040-c45c-04d0-a90af323f93a), .media-gallery__slide-wrapper.size-variant.size-variant--full {
  width: 100%;
}

.media-gallery__slide-wrapper.large, .media-gallery__slide-wrapper.media-gallery__slide--large {
  width: 916px;
}

.media-gallery__slide-wrapper.media-gallery__slide--full {
  width: 100%;
  overflow: hidden;
}

.settings__header-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.settings__row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon__label-alt {
  white-space: nowrap;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-left: 10px;
  display: none;
}

.settings__close {
  left: auto;
  top: var(--_responsive---side-margins-block);
  right: var(--_responsive---side-margins-text);
  background-color: #0000;
  align-self: auto;
  align-items: center;
  min-width: 36px;
  height: 36px;
  margin-top: -4px;
  margin-right: -10px;
  padding: 10px;
  text-decoration: none;
  transition: all .2s;
  position: absolute;
  bottom: auto;
}

.settings__close:hover {
  color: #8a857c;
}

.page-bottom {
  height: var(--_responsive---nav-height);
  margin-top: var(--_responsive---nav-bottom-padding);
}

.page-bottom.alt {
  margin-top: calc(var(--_responsive---side-margins-block)  + env(safe-area-inset-bottom, var(--_responsive---nav-height)));
}

.settings__overlay {
  z-index: 998;
  background-color: var(--color--overlay);
  opacity: 0;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.app-header__settings {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-overlay {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--color--transparent), var(--_theme---overlay));
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header__meta {
  font-size: .8rem;
}

.header__bookmark {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: .8rem;
  line-height: 0;
  transition: all .2s;
  display: flex;
}

.header__bookmark:hover {
  color: #bca141;
}

.header__sub-row {
  margin-top: var(--_responsive---spacing--space-3);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header__sub-row.in-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--_theme---text-secondary);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
}

.header__image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-bookmark__label {
  display: inline;
}

.settings__header {
  padding-top: var(--_responsive---side-margins-block);
  padding-right: var(--_responsive---side-margins-text);
  padding-bottom: var(--_responsive---side-margins-block);
  padding-left: var(--_responsive---side-margins-block);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_theme---lines);
  margin-top: calc(0px + env(safe-area-inset-top));
  flex-flow: column;
  display: flex;
  position: relative;
}

.app-header__search {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.icon-search {
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 0;
  display: inline;
}

.slider-set {
  scroll-snap-type: x mandatory;
  scroll-padding-right: calc(var(--_responsive---side-margins-block)  + env(safe-area-inset-left));
  scroll-padding-left: calc(var(--_responsive---side-margins-block)  + env(safe-area-inset-right));
  justify-content: center;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: auto;
}

.slider-set__wrapper {
  white-space: nowrap;
  max-width: calc(var(--max-width)  + (2 * var(--_responsive---side-margins-block)));
  padding-left: calc(var(--_responsive---side-margins-block)  + env(safe-area-inset-left));
  padding-right: calc(var(--_responsive---side-margins-block)  + env(safe-area-inset-right));
  width: 100%;
  display: flex;
  overflow: visible;
}

.slider-set__row {
  padding-right: var(--_responsive---side-margins-block);
  grid-column-gap: var(--_responsive---block-gap);
  grid-row-gap: var(--_responsive---block-gap);
  display: flex;
}

.slider-set__row.slider-set__row--buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-bottom: 16px;
}

.app-header__search-link, .btn__wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-back {
  background-color: var(--_theme---overlay-light);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.app-content {
  min-height: calc(100vh - (1 * var(--_responsive---nav-height))  - (1 * env(safe-area-inset-top)));
  padding-top: calc(var(--_responsive---nav-height)  + env(safe-area-inset-top));
}

.icon-back {
  width: 16px;
  height: 16px;
  padding-right: 4px;
  font-size: 16px;
  line-height: 0;
  display: inline;
}

.heading-two {
  --_text-style---font-family: neue-haas-unica, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h2);
  --_text-style---line-height: 1.2;
  --_text-style---font-weight: 600;
  --_text-style---letter-spacing: 0em;
}

.content-block {
  grid-column-gap: var(--_responsive---spacing--space-3);
  grid-row-gap: var(--_responsive---spacing--space-3);
  border-radius: var(--_responsive---media-radius);
  background-color: var(--_theme---background-secondary);
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.form__block {
  margin: 0;
}

.ad {
  scroll-snap-align: start;
  text-decoration: none;
}

.ad:hover {
  opacity: .75;
  color: var(--_theme---text);
}

.ad__image-wrapper {
  background-color: var(--color--darkerer-gray);
  position: relative;
}

.ad__wrapper {
  border-radius: var(--_responsive---media-radius);
  background-color: var(--_theme---background-secondary);
  width: 100%;
  overflow: hidden;
}

.ad__image-content {
  color: var(--color--light);
  white-space: normal;
  background-color: #0000004d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: absolute;
}

.ad__image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.ad__image:where(.w-variant-c878de30-08a2-483f-746c-faf954c109ce) {
  aspect-ratio: 1;
}

.ad__footer {
  padding: 2rem;
}

.feature-block {
  border-radius: var(--_responsive---media-radius);
  background-color: var(--_theme---background-secondary);
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.feature-block:hover {
  color: var(--_theme---text);
}

.feature-block__image-wrapper {
  object-fit: cover;
  width: 400px;
  position: relative;
  overflow: hidden;
}

.feature-block__image-wrapper.feature-block__image-wrapper--square {
  aspect-ratio: 1;
}

.feature-block__image-wrapper.feature-block__image-wrapper--full {
  aspect-ratio: 1;
  width: 70%;
}

.feature-block__content-first {
  width: 100%;
}

.feature-block__date {
  color: var(--color--light);
  background-color: #000000b3;
  border-radius: 3px;
  padding: 1rem;
  position: absolute;
  inset: .5rem .5rem auto auto;
}

.big-date {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.big-date__month {
  text-align: center;
  margin-top: -3px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: .8;
}

.big-date__date {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: .9;
}

.feature-block__content-footer-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.feature-block__content-footer {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  border-top: 1px solid var(--_theme---lines);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  display: flex;
}

.feature-block__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.feature-block__content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.feature-block__content.feature-block__content--full {
  justify-content: center;
  padding-left: 5rem;
  padding-right: 5rem;
}

.heading-three {
  --_text-style---font-family: neue-haas-unica, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h3);
  --_text-style---line-height: 1.2;
  --_text-style---font-weight: 600;
  --_text-style---letter-spacing: 0em;
  margin-top: 0;
}

.heading-one {
  margin-top: 0;
}

.section-pre-title {
  color: var(--_theme---text-secondary);
  letter-spacing: .07rem;
  text-transform: uppercase;
  margin-top: 0;
  font-size: .55rem;
  font-weight: 600;
}

.section-pre-title.u-mb-1 {
  margin-bottom: var(--_responsive---spacing--space-2);
}

.section-pre-title__wrapper {
  border-top: 1px solid var(--_theme---lines);
  width: 100%;
  padding-top: .5rem;
}

.section-pre-title__wrapper.section-pre-title__wrapper--ministry {
  border-top-style: none;
  padding-top: 0;
}

.u-mt-3 {
  margin-top: var(--_responsive---spacing--space-7);
}

.u-mt-4 {
  margin-top: var(--_responsive---spacing--space-8);
}

.about-block__teacher-image {
  aspect-ratio: 1;
  background-color: var(--color--darker-gray);
  object-fit: cover;
  border-radius: 150px;
  flex: none;
  width: 220px;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 15px 5px #00000040;
}

.about-block__teacher {
  z-index: 20;
  position: absolute;
  inset: 325px 3rem auto auto;
}

.about-block__wrapper {
  border-radius: var(--_responsive---media-radius);
  background-color: var(--_theme---background-secondary);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.about-block__image-wrapper {
  background-color: var(--color--darker-gray);
  position: relative;
  overflow: hidden;
}

.about-block__image-content {
  color: var(--color--light);
  white-space: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: absolute;
}

.about-block__content {
  padding: 2rem;
}

.about-block__ministry-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 500px;
}

.about-block__ministry-image:where(.w-variant-c878de30-08a2-483f-746c-faf954c109ce) {
  aspect-ratio: 1;
}

.about-block__col {
  grid-column-gap: var(--_responsive---spacing--space-3);
  grid-row-gap: var(--_responsive---spacing--space-3);
  flex-flow: column;
  width: 100%;
  padding: 2rem;
  text-decoration: none;
}

.media-gallery__content {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: column;
  flex: auto;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 0;
  max-width: 100%;
  display: flex;
  position: relative;
}

.media-gallery__content.media-gallery__content--full {
  padding: 2rem;
}

.collapse-block__toggle {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  white-space: nowrap;
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  min-width: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  padding: 3px 0 10px 10px;
  font-size: 1rem;
  text-decoration: none;
  transition: color .2s;
  display: none;
}

.link-general__text {
  margin-top: -1px;
  margin-bottom: 0;
  line-height: 1;
}

.form-group {
  grid-column-gap: var(--_responsive---spacing--form-gap);
  grid-row-gap: var(--_responsive---spacing--form-gap);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-sermon-search {
  width: 100%;
  margin-bottom: 0;
}

.form__field {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_theme---form-border);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_theme---form-border);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_theme---form-border);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_theme---form-border);
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 15px 12px;
  font-size: 1rem;
}

.form__field:focus {
  border-color: var(--_theme---link-hover);
}

.form__field::placeholder {
  color: var(--_theme---text-secondary);
}

.form__field.form__field--text-area {
  height: auto;
  min-height: 150px;
}

.form__btn-clear {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 0;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.form__btn-clear:hover {
  background-color: var(--_theme---form-border);
}

.collapse-block__toggle-arrow {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form__field-label {
  color: #b2aba0;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 400;
}

.form__field-label.is-hid {
  display: none;
}

.collapse-block__header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 24px;
  display: flex;
}

.collapse-block__content {
  overflow: hidden;
}

.collapse-block__heading {
  text-overflow: ellipsis;
  white-space: nowrap;
  --_text-style---font-family: neue-haas-unica, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h3);
  --_text-style---line-height: 1.2;
  --_text-style---font-weight: 600;
  --_text-style---letter-spacing: 0em;
  margin-top: -3px;
  line-height: 1.4;
  overflow: hidden;
}

.u-gap-form {
  grid-row-gap: var(--_responsive---spacing--form-gap);
  display: flex;
}

.collapse-block {
  grid-column-gap: var(--_responsive---spacing--form-gap);
  grid-row-gap: var(--_responsive---spacing--form-gap);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.list-item__list-wrapper {
  border-top: 1px solid var(--_theme---lines);
}

.list-header {
  padding-top: var(--_responsive---section-padding);
  margin-top: 0;
  padding-bottom: 2rem;
}

.paging-nav-wrapper {
  margin-top: var(--_responsive---spacing--space-3);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.paging__btn {
  color: var(--_theme---text);
  cursor: pointer;
  background-color: #0000;
  border-bottom: 4px solid #0000;
  justify-content: center;
  align-items: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin-top: 4px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  transform: rotate(0);
}

.paging__btn:hover {
  border-bottom: 4px solid var(--_theme---link-hover);
}

.paging__btn.is-current {
  border-bottom: 4px solid var(--_theme---link-active);
  text-decoration: none;
}

.paging__btn.is-disabled {
  pointer-events: none;
  color: #b2aba0;
  cursor: auto;
}

.paging__btn.is-disabled:hover {
  color: #b2aba0;
  background-color: #0000;
}

.paging__arrow-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  display: flex;
}

.paging__number-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paging__end-gradient {
  z-index: 5;
  background-image: linear-gradient(90deg, #fff0, var(--_theme---background) 98%);
  pointer-events: none;
  width: 30px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.header__sub-row-copy {
  margin-top: var(--_responsive---spacing--space-3);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.teacher__slide {
  scroll-snap-align: start;
  text-decoration: none;
}

.teacher__slide:hover {
  opacity: .75;
  color: var(--_theme---text);
}

.teacher__slide-wrapper {
  grid-column-gap: var(--_responsive---spacing--space-3);
  grid-row-gap: var(--_responsive---spacing--space-3);
  text-align: center;
  flex-flow: column;
  width: 220px;
  display: flex;
}

.teacher__slide-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.teacher__slide-image:where(.w-variant-c878de30-08a2-483f-746c-faf954c109ce) {
  aspect-ratio: 1;
}

.teacher__slide-image-wrapper {
  border-radius: 200px;
  position: relative;
  overflow: hidden;
}

.teacher-details__wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  scroll-snap-align: start;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.teacher-details__wrapper:hover {
  opacity: .75;
  color: var(--_theme---text);
}

.teacher-details__image-wrapper {
  grid-column-gap: var(--_responsive---spacing--space-3);
  grid-row-gap: var(--_responsive---spacing--space-3);
  text-align: center;
  flex-flow: column;
  display: flex;
}

.teacher-details__content {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: center;
  flex-flow: column;
  flex: auto;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 0;
  max-width: 100%;
  display: flex;
  position: relative;
}

.post__header-image {
  aspect-ratio: 16 / 9;
  border-radius: var(--_responsive---media-radius);
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.post__header-image:where(.w-variant-c878de30-08a2-483f-746c-faf954c109ce) {
  aspect-ratio: 1;
}

.post__meta {
  color: var(--_theme---text-secondary);
  margin-top: 0;
  font-size: .8rem;
}

.post__meta-link {
  color: var(--_theme---text-secondary);
  font-size: .8rem;
}

.post__header {
  margin-bottom: var(--_responsive---spacing--space-5);
}

.post__content-wrapper {
  grid-column-gap: var(--_responsive---spacing--space-6);
  grid-row-gap: var(--_responsive---spacing--space-6);
  flex-flow: column;
  display: flex;
}

.icon-arrow {
  width: 16px;
  height: 16px;
  padding-right: 4px;
  font-size: 16px;
  line-height: 0;
  display: inline;
}

.icon-arrow.icon-arrow--up {
  padding-right: 0;
  transform: rotate(90deg);
}

.icon-arrow.icon-arrow--down {
  padding-right: 0;
  transform: rotate(270deg);
}

.icon-arrow.icon-arrow--right {
  opacity: .5;
  transform: rotate(180deg);
}

.form__field-select {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% 12px 0% auto;
}

.form__field-select-wrapper {
  position: relative;
}

.theme__option-input {
  border: 1px solid var(--_theme---form-border);
  background-color: var(--_theme---background);
}

.post__date {
  color: var(--_theme---accent);
  font-weight: 600;
}

.ad__image-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-general {
  width: 100%;
  margin-bottom: 0;
}

.media-gallery__image-title {
  padding-bottom: var(--_responsive---spacing--space-3);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-ministry__image {
  float: left;
  aspect-ratio: 1;
  border-radius: var(--img-radius);
  object-fit: cover;
  max-width: 300px;
  margin-right: 32px;
  overflow: hidden;
}

.featured-ministry {
  grid-column-gap: var(--_responsive---spacing--space-3);
  grid-row-gap: var(--_responsive---spacing--space-3);
  border-radius: var(--_responsive---media-radius);
  background-color: var(--_theme---background-secondary);
  flex-flow: column;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.featured-ministry.no-ministries {
  display: none;
}

.featured-ministry__content {
  width: 100%;
  padding-left: 332px;
}

.featured-ministry__title {
  --_text-style---font-family: neue-haas-unica, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h2);
  --_text-style---line-height: 1.2;
  --_text-style---font-weight: 600;
  --_text-style---letter-spacing: 0em;
}

.featured-ministry__group {
  grid-column-gap: var(--_responsive---block-gap);
  grid-row-gap: var(--_responsive---block-gap);
  flex-flow: column;
  display: flex;
}

.content-text-body.u-mt-reset {
  margin-top: -1rem;
}

.featured-ministry__summary {
  max-width: 100ch;
  margin-top: 1rem;
  margin-bottom: 0;
}

.u-mt-1 {
  margin-top: var(--_responsive---spacing--space-3);
}

.settings__inline {
  padding: var(--_responsive---side-margins-block) var(--_responsive---side-margins-text);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--_theme---lines);
  flex-flow: column;
  display: flex;
  position: relative;
}

.link-edit {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #0000;
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-edit:hover {
  color: var(--_theme---link-hover);
}

.link-edit-text {
  color: var(--_theme---text-secondary);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1;
}

.list-links__item-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.icon-following {
  color: var(--_theme---accent);
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 0;
  display: inline;
}

.about-block__teacher-image-multi {
  margin-top: var(--_responsive---spacing--space-3);
  float: left;
  aspect-ratio: 1;
  background-color: var(--color--darker-gray);
  object-fit: cover;
  border-radius: 150px;
  flex: none;
  width: 135px;
  margin-bottom: .5rem;
  margin-right: 1rem;
  display: block;
  overflow: hidden;
}

.sermon-footer__details {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 90ch;
  padding-right: 3em;
  text-decoration: none;
  display: flex;
}

.sermon-topic__topic-text {
  display: inline;
}

@media screen and (max-width: 991px) {
  body {
    --_responsive---spacing--space-4: 1.25rem;
    --_responsive---spacing--space-3: .75rem;
    --_responsive---spacing--space-2: .5rem;
    --_responsive---spacing--space-5: 1.5rem;
    --_responsive---gutter-half-minus: -1rem;
    --_responsive---side-margins-text: 1.5rem;
    --_responsive---side-margins-block: 1.5rem;
    --_responsive---spacing--space-7: 3rem;
    --_responsive---spacing--space-6: 2rem;
    --_responsive---section-padding: 3rem;
    --_responsive---gutter-half: 1rem;
    --_responsive---nav-height: 60px;
    --_responsive---spacing--space-8: 5rem;
    --_responsive---spacing--space-9: 4rem;
    --_responsive---spacing--form-gap: 1rem;
    --_responsive---media-v-margins: 2.5rem;
    --_responsive---media-radius: 15px;
    --_responsive---side-margins-minus: -1.5rem;
    --_responsive---nav-bottom-padding: 25px;
    --_responsive---font-size--main: 1rem;
    --_responsive---spacing--space-1: .25rem;
    --_responsive---block-gap: 1rem;
    --_responsive---font-size--sm-meta-text: .8rem;
    --_responsive---font-size--h1: 2.2rem;
    --_responsive---font-size--h2: 1.4rem;
    --_responsive---font-size--h3: 1.2rem;
    --_responsive---font-size--h4: 1.2rem;
    --_responsive---font-size--h5: 1.2rem;
    --_responsive---font-size--h6: 1.125rem;
    --_responsive---padding-vertical: 5rem;
    --_responsive---padding-horizontal: 2rem;
    --_responsive---font-size--small\<deleted\|variable-f4cdd887-8bf2-5eeb-0714-915acff82f8d\>: 1rem;
  }

  .u-last-md {
    order: 1;
  }

  .row.row--media-player {
    flex-flow: wrap;
  }

  .row.row--list {
    margin-left: 0;
    margin-right: 0;
  }

  .u-hide-md {
    display: none;
  }

  .container.container--round-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.container--list-links {
    padding-left: calc(0rem + env(safe-area-inset-left));
    padding-right: calc(0rem + env(safe-area-inset-right));
  }

  .u-first-md {
    order: -1;
  }

  .col.col-md-3 {
    flex: 25%;
    max-width: 25%;
  }

  .col.col-md-11 {
    flex: 91.6667%;
    max-width: 91.6667%;
  }

  .col.col-md-2 {
    flex: 16.6667%;
    max-width: 16.6667%;
  }

  .col.col-md-1 {
    flex: 8.33333%;
    max-width: 8.33333%;
  }

  .col.col-md-12 {
    flex: 100%;
    max-width: 100%;
  }

  .col.col-md-5 {
    flex: 41.6667%;
    max-width: 41.6667%;
  }

  .col.col-md-6 {
    flex: 50%;
    max-width: 50%;
  }

  .col.col-md-4 {
    flex: 33.3333%;
    max-width: 33.3333%;
  }

  .col.col-md-8 {
    flex: 66.6667%;
    max-width: 66.6667%;
  }

  .col.col-md-10 {
    flex: 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-md-9 {
    flex: 75%;
    max-width: 75%;
  }

  .col.col-md-7 {
    flex: 58.3333%;
    max-width: 58.3333%;
  }

  .col.col--list {
    padding-left: 0;
    padding-right: 0;
  }

  .col__split-item {
    min-height: auto;
  }

  .section--alt {
    font-size: .95em;
  }

  .nav__link {
    padding: .7rem var(--_responsive---side-margins-text);
    height: auto;
    display: flex;
  }

  .nav__dropdown {
    display: block;
  }

  .nav__dropdown-link {
    padding: .7rem var(--_responsive---side-margins-text);
  }

  .nav__dropdown-icon {
    margin-right: var(--_responsive---side-margins-text);
  }

  .icon-16.icon-16--flip {
    transform: rotate(180deg);
  }

  .icon-16.icon-16--large {
    width: 18px;
    height: 18px;
  }

  .page-menu-list__item {
    margin-left: 0;
  }

  .media-player__option.media-player__option--series {
    pointer-events: auto;
    display: flex;
  }

  .sermon-series__details {
    align-items: stretch;
    overflow: visible;
  }

  .sermon-series__column {
    z-index: 60;
    padding-top: var(--_responsive---side-margins-text);
    border-top-left-radius: var(--menu-radius);
    border-top-right-radius: var(--menu-radius);
    background-color: var(--_theme---background);
    opacity: 1;
    padding-left: calc(var(--_responsive---side-margins-text)  + env(safe-area-inset-left));
    padding-right: calc(var(--_responsive---side-margins-text)  + env(safe-area-inset-right));
    height: calc(100vh - 25%);
    max-height: none;
    display: block;
    position: fixed;
    inset: 25% 0% auto;
    box-shadow: 0 -20px 40px #0000004d;
  }

  .sermon-series__column.sermon-series__column--fancy {
    border-top: 1px solid var(--_theme---lines);
    background-color: var(--_theme---overlay-dark);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
  }

  .sermon-series__column.sermon-series__column--fancy.override {
    background-color: var(--_theme---background);
  }

  .sermon-series__scroll-overlay {
    width: 100vw;
    height: 80px;
    margin-left: -2rem;
  }

  .media-player__btn.is-play-pause {
    width: 60px;
  }

  .teacher-footer__row {
    width: calc(100vw - 4rem - 16px);
  }

  .media-player__embed {
    max-height: calc(600px - (3 * var(--_responsive---media-v-margins)));
    flex: 100%;
  }

  .sermon__title-text {
    font-size: 2.2rem;
  }

  .section-titles {
    font-size: .7rem;
  }

  .sermon-section {
    min-height: calc(100svh - (2 * var(--_responsive---nav-height))  - env(safe-area-inset-bottom));
    padding-bottom: 0;
  }

  .scrolling-text-container.is-title {
    height: 2.7rem;
  }

  .sermon-series__wrapper {
    margin-right: var(--_responsive---side-margins-minus);
    margin-left: var(--_responsive---side-margins-minus);
    width: auto;
  }

  .sermon-series__overlay {
    z-index: 59;
    opacity: 0;
    pointer-events: auto;
  }

  .sermon-series__sermon {
    padding-right: var(--_responsive---side-margins-text);
    padding-left: var(--_responsive---side-margins-text);
  }

  .sermon-series__sermon-count {
    padding-left: 2rem;
    font-size: .7rem;
  }

  .sermon-series__sermon-title-link {
    padding-left: 1.8rem;
  }

  .sermon-series__sermon-title {
    font-size: 1.1rem;
    line-height: 1.1;
  }

  .sermon-series__sermon-meta-wrapper {
    padding-left: 1.8rem;
  }

  .sermon-footer {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .sermon-footer.sermon-footer--round {
    border-top-left-radius: var(--menu-radius);
    border-top-right-radius: var(--menu-radius);
    border-bottom-left-radius: var(--menu-radius);
    border-bottom-right-radius: var(--menu-radius);
    margin-left: calc(var(--_responsive---side-margins-text) / 2 + env(safe-area-inset-left));
    margin-right: calc(var(--_responsive---side-margins-text) / 2 + env(safe-area-inset-right));
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .sermon-series__title {
    font-size: 1.5rem;
  }

  .sermon-series__description-container {
    padding-right: var(--_responsive---side-margins-text);
    padding-left: var(--_responsive---side-margins-text);
  }

  .sermon-series__link, .sermon-title__save-text {
    display: none;
  }

  .list-item__summary {
    max-height: 48px;
  }

  .list-item__meta-row {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .slider-set__heading-text {
    margin-top: -.15rem;
  }

  .media-gallery__image-content {
    padding: 1rem;
  }

  .list-links {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    margin-bottom: 0;
  }

  .settings__column {
    width: 75vw;
  }

  .media-gallery__slide-wrapper {
    width: 320px;
  }

  .media-gallery__slide-wrapper.size-variant:where(.w-variant-1b1c7774-1911-2874-5e37-99d9cdfcb4ca), .media-gallery__slide-wrapper.large, .media-gallery__slide-wrapper.media-gallery__slide--large {
    width: 656px;
  }

  .icon__label-alt {
    display: none;
  }

  .settings__overlay {
    z-index: 59;
    opacity: 0;
    pointer-events: auto;
  }

  .header__meta {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .slider-set__row.slider-set__row--buttons {
    padding-bottom: .75rem;
  }

  .content-block, .ad__image-content, .ad__footer {
    padding: 1rem;
  }

  .feature-block__image-wrapper.feature-block__image-wrapper--square {
    width: 390px;
  }

  .feature-block__date {
    padding: .7rem;
  }

  .big-date__month {
    font-size: 1.2rem;
  }

  .big-date__date {
    font-size: 2.8rem;
  }

  .feature-block__content {
    padding: 1rem;
  }

  .feature-block__content.feature-block__content--full {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section-pre-title__wrapper.section-pre-title__wrapper--ministry {
    border-top-style: solid;
    padding-top: .5rem;
  }

  .about-block__teacher-image {
    width: 150px;
  }

  .about-block__teacher {
    justify-content: flex-start;
    align-items: flex-start;
    top: 185px;
    right: 2rem;
  }

  .about-block__image-content, .about-block__content {
    padding: 1rem;
  }

  .about-block__ministry-image {
    height: 300px;
  }

  .about-block__col {
    padding: 1rem;
  }

  .about-block__col.about-block__col--ministry {
    padding-top: 0;
  }

  .media-gallery__content.media-gallery__content--full {
    padding: 1rem;
  }

  .collapse-block__toggle {
    padding-top: 11px;
    display: none;
  }

  .collapse-block__header {
    cursor: pointer;
    height: 21px;
  }

  .teacher__slide-wrapper {
    width: 220px;
  }

  .post__meta {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .ad__image-title, .media-gallery__image-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .featured-ministry__image {
    max-width: 140px;
    margin-right: 16px;
  }

  .featured-ministry {
    padding: 1rem;
  }

  .featured-ministry__content {
    padding-left: 156px;
  }

  .content-text-body.u-mt-reset {
    margin-top: -.75rem;
  }

  .featured-ministry__summary {
    margin-top: .75rem;
  }

  .link-edit-text {
    font-size: .7rem;
  }

  .about-block__teacher-image-multi {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_responsive---spacing--space-4: 1.25rem;
    --_responsive---spacing--space-3: .75rem;
    --_responsive---spacing--space-2: .5rem;
    --_responsive---spacing--space-5: 1.5rem;
    --_responsive---gutter-half-minus: -.5rem;
    --_responsive---side-margins-text: 1.5rem;
    --_responsive---side-margins-block: 1rem;
    --_responsive---spacing--space-7: 1.5rem;
    --_responsive---spacing--space-6: 2rem;
    --_responsive---section-padding: 1.5rem;
    --_responsive---gutter-half: .5rem;
    --_responsive---nav-height: 60px;
    --_responsive---spacing--space-8: 4rem;
    --_responsive---spacing--space-9: 3rem;
    --_responsive---spacing--form-gap: .75rem;
    --_responsive---media-v-margins: 1rem;
    --_responsive---media-radius: 10px;
    --_responsive---side-margins-minus: -1.5rem;
    --_responsive---nav-bottom-padding: 25px;
    --_responsive---font-size--main: 1rem;
    --_responsive---spacing--space-1: .25rem;
    --_responsive---block-gap: .75rem;
    --_responsive---font-size--sm-meta-text: .8rem;
    --_responsive---font-size--h1: 1.9rem;
    --_responsive---font-size--h2: 1.2rem;
    --_responsive---font-size--h3: 1rem;
    --_responsive---font-size--h4: 1rem;
    --_responsive---font-size--h5: 1rem;
    --_responsive---font-size--h6: 1.125rem;
    --_responsive---padding-vertical: 4rem;
    --_responsive---padding-horizontal: 1rem;
    --_responsive---font-size--small\<deleted\|variable-f4cdd887-8bf2-5eeb-0714-915acff82f8d\>: .9rem;
  }

  .btn.btn--big, .btn.btn--form {
    font-size: var(--_text-style---font-size);
  }

  .u-hide-sm {
    display: none;
  }

  .u-first-sm {
    order: -1;
  }

  .container.container--header {
    min-height: 300px;
  }

  .u-last-sm {
    order: 1;
  }

  .col.col-sm-10 {
    flex: 0 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-sm-6 {
    flex: 0 50%;
    max-width: 50%;
  }

  .col.col-sm-7 {
    flex: 0 58.3333%;
    max-width: 58.3333%;
  }

  .col.col-sm-12 {
    flex: 0 100%;
    max-width: 100%;
  }

  .col.col-sm-9 {
    flex: 0 75%;
    max-width: 75%;
  }

  .col.col-sm-5 {
    flex: 0 41.6667%;
    max-width: 41.6667%;
  }

  .col.col-sm-1 {
    flex: 0 8.33333%;
    max-width: 8.33333%;
  }

  .col.col-sm-2 {
    flex: 0 16.6667%;
    max-width: 16.6667%;
  }

  .col.col-sm-3 {
    flex: 0 25%;
    max-width: 25%;
  }

  .col.col-sm-11 {
    flex: 0 91.6667%;
    max-width: 91.6667%;
  }

  .col.col-sm-8 {
    flex: 0 66.6667%;
    max-width: 66.6667%;
  }

  .col.col-sm-4 {
    flex: 0 33.3333%;
    max-width: 33.3333%;
  }

  .u-img-fill {
    border-radius: 5px;
  }

  .col__split-item {
    width: 100%;
    height: auto;
  }

  .col__split-wrap {
    padding-top: var(--_responsive---section-padding);
  }

  .col__split-content {
    padding-top: var(--_responsive---spacing--space-4);
  }

  .col__split-item-img {
    aspect-ratio: 1;
    border-radius: 3px;
    position: static;
  }

  .section--alt {
    font-size: .9em;
  }

  .icon-16 {
    width: 14px;
    height: 14px;
  }

  .icon-16.icon-16--large {
    width: 16px;
    height: 16px;
  }

  .teacher-link__img {
    width: 25px;
  }

  .teacher-link__title {
    display: none;
  }

  .sermon__title {
    height: 2rem;
  }

  .sermon-series__details-wrapper {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .teacher-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    height: 25px;
  }

  .media-player__controls {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    height: 120px;
  }

  .media-player__info {
    height: 120px;
  }

  .teacher-footer__row.is-single {
    width: auto;
  }

  .media-player__embed {
    max-height: calc(420px - (3 * var(--_responsive---media-v-margins))  - env(safe-area-inset-bottom));
    height: calc(100svh - 240px - var(--_responsive---nav-height)  - (3 * var(--_responsive---media-v-margins))  - var(--_responsive---nav-height));
  }

  .sermon__title-text {
    font-size: 1.9rem;
  }

  .sermon__details {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    margin-top: .75rem;
  }

  .scrolling-text-container {
    width: 100vw;
  }

  .scrolling-text-container.is-title {
    height: 2.1rem;
  }

  .sermon__teacher {
    height: 25px;
  }

  .sermon-series__wrapper {
    width: auto;
  }

  .sermon-series__sermon-count {
    padding-left: var(--_responsive---side-margins-text);
  }

  .sermon-footer__meta-chunk {
    padding-right: 0;
  }

  .sermon-series__title {
    font-size: 1.5rem;
  }

  .app-header__title {
    font-size: 1.4rem;
  }

  .icon-bookmark {
    width: 14px;
  }

  .listing-item__wrapper {
    padding-right: 0;
  }

  .list-item__title {
    font-size: var(--_responsive---font-size--main);
  }

  .list-item__wrapper-link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .photo-gallery__slide {
    height: 280px;
  }

  .slider-set__heading {
    grid-column-gap: 1rem;
    padding-left: .5rem;
  }

  .media-gallery__slide-wrapper {
    width: 220px;
  }

  .media-gallery__slide-wrapper.size-variant:where(.w-variant-1b1c7774-1911-2874-5e37-99d9cdfcb4ca), .media-gallery__slide-wrapper.large, .media-gallery__slide-wrapper.media-gallery__slide--large {
    width: 456px;
  }

  .header__sub-row.in-content {
    justify-content: space-between;
    align-items: center;
  }

  .icon-search {
    width: 20px;
    height: 20px;
  }

  .icon-back {
    width: 14px;
    height: 14px;
  }

  .feature-block__image-wrapper.feature-block__image-wrapper--full {
    aspect-ratio: 1;
  }

  .feature-block__content.feature-block__content--full {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-block__teacher-image {
    width: 120px;
  }

  .about-block__teacher {
    top: 105px;
  }

  .about-block__ministry-image {
    height: 200px;
  }

  .media-gallery__content {
    padding-left: .5rem;
  }

  .list-header {
    padding-bottom: 1.5rem;
  }

  .teacher__slide-wrapper, .teacher-details__image-wrapper {
    width: 220px;
  }

  .teacher-details__content {
    padding-left: .5rem;
  }

  .icon-arrow {
    width: 14px;
    height: 14px;
  }

  .featured-ministry__image {
    max-width: 120px;
  }

  .featured-ministry__content {
    padding-left: 136px;
  }

  .sermon-footer__details {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .u-hide-xs {
    display: none;
  }

  .container.container--header {
    min-height: 300px;
    padding-top: 3rem;
  }

  .u-first-xs {
    order: -1;
  }

  .u-last-xs {
    order: 1;
  }

  .col.col-xs-7 {
    flex: 58.3333%;
    max-width: 58.3333%;
  }

  .col.col-xs-5 {
    flex: 41.6667%;
    max-width: 41.6667%;
  }

  .col.col-xs-1 {
    flex: 8.33333%;
    max-width: 8.33333%;
  }

  .col.col-xs-6 {
    flex: 50%;
    max-width: 50%;
  }

  .col.col-xs-12 {
    flex: 100%;
    max-width: 100%;
  }

  .col.col-xs-4 {
    flex: 33.3333%;
    max-width: 33.3333%;
  }

  .col.col-xs-2 {
    flex: 16.6667%;
    max-width: 16.6667%;
  }

  .col.col-xs-10 {
    flex: 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-xs-11 {
    flex: 91.6667%;
    max-width: 91.6667%;
  }

  .col.col-xs-9 {
    flex: 75%;
    max-width: 75%;
  }

  .col.col-xs-3 {
    flex: 25%;
    max-width: 25%;
  }

  .col.col-xs-8 {
    flex: 66.6667%;
    max-width: 66.6667%;
  }

  .media-player__option-wrapper {
    width: 35px;
  }

  .media-player__option {
    width: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .media-player__buttons {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-around;
    width: 100%;
    max-width: 55%;
  }

  .teacher-link__title {
    display: none;
  }

  .sermon__title {
    grid-row-gap: .35rem;
  }

  .media-player__buttons-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
  }

  .sermon__title-text {
    font-size: 1.8rem;
  }

  .section-titles.section-titles--featured-ministry {
    position: absolute;
  }

  .sermon-section {
    min-height: calc(100svh - (2 * var(--_responsive---nav-height))  - env(safe-area-inset-bottom));
  }

  .media-player__embed-container {
    aspect-ratio: 1;
  }

  .sermon-footer {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .sermon-series__title {
    font-size: 1.4rem;
  }

  .sermon__save-btn {
    padding-left: 8px;
    padding-right: 8px;
  }

  .listing-item__content.is--with-album-art {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
    flex-flow: wrap;
    padding-left: 0;
  }

  .listing-item__wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .listing-item__album-image {
    position: static;
  }

  .listing-item__text.is--float-text {
    flex: 1;
  }

  .listing-item__heading {
    width: 100%;
    padding-right: 1rem;
  }

  .list-item__summary.list-item__summary--post {
    max-height: calc(4.2 * var(--_responsive---font-size--main));
    width: 100%;
    overflow: hidden;
  }

  .list-item__img {
    order: -1;
    height: 50px;
  }

  .list-item__img.is-album-art {
    order: 0;
    display: block;
  }

  .list-item__meta-row.list-item__meta-row--secondary {
    display: none;
  }

  .list-item__wrapper-link {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .photo-gallery__slide {
    height: 240px;
  }

  .media-gallery__wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .media-gallery__bookmark {
    top: .5rem;
    right: .5rem;
  }

  .settings__column {
    width: 85vw;
  }

  .media-gallery__slide-wrapper {
    width: 140px;
  }

  .media-gallery__slide-wrapper.size-variant:where(.w-variant-1b1c7774-1911-2874-5e37-99d9cdfcb4ca) {
    width: 288px;
  }

  .media-gallery__slide-wrapper.large {
    width: 248px;
  }

  .media-gallery__slide-wrapper.media-gallery__slide--large {
    width: 288px;
  }

  .slider-set__wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .feature-block {
    flex-flow: column;
  }

  .feature-block.feature-block--small {
    flex-flow: row;
  }

  .feature-block__image-wrapper {
    width: 100%;
    height: 200px;
  }

  .feature-block__image-wrapper.feature-block__image-wrapper--square {
    width: auto;
    height: auto;
    max-height: 215px;
  }

  .feature-block__image-wrapper.feature-block__image-wrapper--full {
    aspect-ratio: 1;
    width: auto;
    height: auto;
  }

  .feature-block__date {
    inset: auto auto .5rem .5rem;
  }

  .feature-block__content.feature-block__content--full {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-block__teacher {
    top: 100px;
    right: 1rem;
  }

  .collapse-block__toggle {
    display: flex;
  }

  .header__sub-row-copy {
    flex-flow: wrap;
    align-items: flex-end;
  }

  .teacher__slide-wrapper, .teacher-details__image-wrapper {
    width: 140px;
  }

  .featured-ministry__image {
    max-width: 89px;
    margin-top: 1.75rem;
  }

  .featured-ministry__content {
    padding-left: 106px;
  }

  .featured-ministry__title {
    margin-top: 1.5rem;
    font-size: 1rem;
  }

  .featured-ministry__summary {
    color: var(--_theme---text-secondary);
    font-size: var(--_responsive---font-size--sm-meta-text);
    margin-top: .4rem;
  }

  .about-block__teacher-image-multi {
    width: 80px;
  }
}


