@charset "UTF-8";
/* =================================================================
Styles for the base templates.
==================================================================== */
html {
  scroll-behavior: smooth;
}

body.site-btb ::-moz-selection {
  color: #131312;
  background-color: #f5ae36;
}

body.site-btb ::selection {
  color: #131312;
  background-color: #f5ae36;
}
body:not(.site-btb) ::-moz-selection {
  color: #333a3e;
  background-color: #9ab99b;
}
body:not(.site-btb) ::selection {
  color: #333a3e;
  background-color: #9ab99b;
}

/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 37.5em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=37.5em&large=51em&xlarge=90em&xxlarge=120em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #1d1d1d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.9375rem;
  margin: 0 0 1.5rem;
  padding: 0.75rem;
  border: 2px solid #eee;
  border-radius: 0;
  background-color: #eee;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #1d1d1d;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 2px solid #bbbbbb;
  background-color: #fefefe;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #eaeaea;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::-moz-placeholder {
  color: #1d1d1d;
}

::placeholder {
  color: #1d1d1d;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1.5rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.75rem;
  margin-right: 1.5rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.75rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #333a3e;
}
label.middle {
  margin: 0 0 1.5rem;
  line-height: 1.5;
  padding: 0.875rem 0;
}

.help-text {
  margin-top: -0.75rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333a3e;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1.5rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #eaeaea;
  color: #333a3e;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.75rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #eee;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.9375rem;
  margin: 0 0 1.5rem;
  padding: 0.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #eee;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #1d1d1d;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1.5rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 2.25rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 2px solid #bbbbbb;
  background-color: #fefefe;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #eaeaea;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.75rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 37.5em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1d1d1d;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: black;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 79.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.2;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 2rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 3px solid #1d1d1d;
}
blockquote, blockquote p {
  line-height: 1.2;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #333a3e;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #eaeaea;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #333a3e;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #eaeaea;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333a3e;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #eaeaea;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333a3e;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 37.5em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 51em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print, .button,
  a.button, .cover-area-link {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  max-width: 79.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 37.5em) {
  .grid-container {
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
  }
}
.grid-container.fluid {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 37.5em) {
  .grid-container.fluid {
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 37.5em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 51em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 37.5em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 51em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-margin-x {
    margin-left: -1.0625rem;
    margin-right: -1.0625rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.5rem);
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.125rem);
    margin-left: 1.0625rem;
    margin-right: 1.0625rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.5rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.5rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.5rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.5rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.5rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.5rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.5rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.5rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.5rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.5rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.5rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.5rem);
}
@media print, screen and (min-width: 37.5em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.125rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.125rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.125rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.125rem);
  }
}
@media screen and (min-width: 51em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2.125rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2.125rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.0625rem;
    margin-left: -1.0625rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.0625rem;
    margin-left: -1.0625rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-padding-x > .cell {
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 37.5em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 51em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.5rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.5rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.5rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.5rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.5rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.5rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.5rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.5rem);
}

@media print, screen and (min-width: 37.5em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.125rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.125rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2.125rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.125rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.125rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.125rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2.125rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.125rem);
  }
}
@media screen and (min-width: 51em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.125rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.125rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 2.125rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.125rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 37.5em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 51em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 37.5em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 37.5em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 37.5em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 51em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 37.5em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 51em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 51em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 51em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 51em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 51em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.5rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.5rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.5rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.5rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.5rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.5rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.5rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.5rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.5rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.5rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.5rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.5rem / 2);
}

@media print, screen and (min-width: 37.5em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 2.125rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 2.125rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 2.125rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 2.125rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 2.125rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 2.125rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 2.125rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 2.125rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 2.125rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 2.125rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 2.125rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 2.125rem / 2);
  }
}
@media screen and (min-width: 51em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 2.125rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 2.125rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 2.125rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 2.125rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 2.125rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 2.125rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 2.125rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 2.125rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 2.125rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 2.125rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 2.125rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 2.125rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 37.5em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 51em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 37.5em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media screen and (min-width: 51em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.0625rem;
    margin-bottom: -1.0625rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-padding-y > .cell {
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
  }
}

.grid-margin-y {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-margin-y {
    margin-top: -1.0625rem;
    margin-bottom: -1.0625rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.5rem);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.125rem);
    margin-top: 1.0625rem;
    margin-bottom: 1.0625rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.5rem);
}
@media print, screen and (min-width: 37.5em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.125rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.125rem);
  }
}
@media screen and (min-width: 51em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.125rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 37.5em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 51em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 37.5em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 51em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 37.5em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 51em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-margin-y {
    margin-top: -1.0625rem;
    margin-bottom: -1.0625rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.5rem);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 37.5em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.125rem);
    margin-top: 1.0625rem;
    margin-bottom: 1.0625rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.5rem);
}
@media print, screen and (min-width: 37.5em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.125rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.125rem);
  }
}
@media screen and (min-width: 51em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.125rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.5rem);
}
@media print, screen and (min-width: 37.5em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.125rem);
  }
}
@media screen and (min-width: 51em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.125rem);
  }
}

@media print, screen and (min-width: 37.5em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2.125rem);
  }
}
@media screen and (min-width: 51em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.125rem);
  }
}
.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #333a3e;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #eaeaea;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #eaeaea;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #eaeaea;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #eaeaea;
  border-bottom: 0;
  background-color: #fefefe;
  color: #1d1d1d;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #eaeaea;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 37.5em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 51em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1d1d1d;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1d1d1d transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1d1d1d transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1d1d1d transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1d1d1d;
}
@media print, screen and (min-width: 37.5em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1d1d1d transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1d1d1d transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1d1d1d;
  }
}
@media screen and (min-width: 51em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1d1d1d transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1d1d1d transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1d1d1d;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1d1d1d transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1d1d1d;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 2.125rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 37.5em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 37.5em) {
  .reveal {
    width: 600px;
    max-width: 79.5rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 37.5em) {
  .reveal.tiny {
    width: 30%;
    max-width: 79.5rem;
  }
}
@media print, screen and (min-width: 37.5em) {
  .reveal.small {
    width: 50%;
    max-width: 79.5rem;
  }
}
@media print, screen and (min-width: 37.5em) {
  .reveal.large {
    width: 90%;
    max-width: 79.5rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 37.49875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

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

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

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

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

.align-self-top {
  align-self: flex-start;
}

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

.align-self-bottom {
  align-self: flex-end;
}

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

.align-self-middle {
  align-self: center;
}

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

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 37.5em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 51em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 37.5em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 51em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 37.49875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 37.5em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 37.5em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 37.49875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 37.5em) and (max-width: 50.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 37.49875em), screen and (min-width: 51em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 51em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 50.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 51em) and (max-width: 89.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 50.99875em), screen and (min-width: 90em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.sticky {
  transform: translate(0, 0);
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #eaeaea;
}
.topbar-type--dark .sticky {
  border-bottom: 0.5px solid #b2b1b1;
}
.has-top-topbar .sticky {
  top: 35px;
}
@media screen and (min-width: 51em) {
  .has-top-topbar .sticky {
    top: 40px;
  }
}

.top-nav-desktop {
  background-color: white;
  color: #1d1d1d;
  text-align: center;
  height: 56px;
  z-index: 20;
  transition: all 200ms;
}
@media screen and (min-width: 51em) {
  .top-nav-desktop {
    height: 76px;
  }
}
.topbar-type--dark .top-nav-desktop {
  background-color: #131312;
}
.sticky-active .top-nav-desktop {
  height: 64px;
  position: fixed;
  top: 0;
}
.topbar-type--dark .sticky-active .top-nav-desktop {
  background: #131312 !important;
}
.topbar-type--light .sticky-active .top-nav-desktop {
  background: white !important;
}
.top-nav-desktop a,
.top-nav-desktop a:visited,
.top-nav-desktop .menu-item,
.top-nav-desktop .menu-item:visited {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
}
.top-nav-desktop__menu-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-left: 12.875rem;
  height: 76px;
}
.sticky-active .top-nav-desktop__menu-wrapper {
  height: 64px;
}
.top-nav-desktop__menu {
  padding: 0;
  margin: 0;
}
.top-nav-desktop__menu > li {
  text-align: left;
  vertical-align: top;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 51em) {
  .top-nav-desktop__menu > li {
    padding: 0 16px !important;
  }
}
.top-nav-desktop__menu > li > .menu-item {
  color: #1d1d1d;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  border: 0;
  padding: 0px !important;
}
@media screen and (min-width: 51em) {
  .top-nav-desktop__menu > li > .menu-item {
    font-size: 1rem;
  }
}
.top-nav-desktop__menu > li > .menu-item:visited {
  color: #1d1d1d;
}
.top-nav-desktop__menu > li > .menu-item:hover, .top-nav-desktop__menu > li > .menu-item:active, .top-nav-desktop__menu > li > .menu-item:focus {
  color: #379490;
}
.topbar-type--dark .top-nav-desktop__menu > li > .menu-item {
  color: white;
}
.site-btb .top-nav-desktop__menu > li > .menu-item {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 100%;
}
.site-btb .top-nav-desktop__menu > li > .menu-item:hover, .site-btb .top-nav-desktop__menu > li > .menu-item:active, .site-btb .top-nav-desktop__menu > li > .menu-item:focus {
  color: #f5ae36;
}
.top-nav-desktop__menu > li > .menu-item::-moz-selection {
  background: transparent;
}
.top-nav-desktop__menu > li > .menu-item::selection {
  background: transparent;
}
.top-nav-desktop__menu .active > .menu-item {
  background: none;
  color: #1d1d1d;
}
.top-nav-desktop__menu > li.is-dropdown-submenu-parent > .menu-item {
  padding-right: 1.25rem !important;
}
@media screen and (min-width: 51em) {
  .top-nav-desktop__menu > li.is-dropdown-submenu-parent > .menu-item {
    padding-right: 1.8rem !important;
  }
}
.top-nav-desktop__menu > li.is-dropdown-submenu-parent > .menu-item:after {
  content: "";
  border: 0 !important;
  transition: opacity 200ms, top 200ms;
  display: inline-block;
  width: 13px;
  height: 8px;
  -o-object-fit: contain;
     object-fit: contain;
  background: url(/images/menu-arrow-down-dark.svg) no-repeat center left;
  margin: 0;
  position: absolute;
  top: calc(50% - 2px);
  right: 7px;
}
@media screen and (min-width: 51em) {
  .top-nav-desktop__menu > li.is-dropdown-submenu-parent > .menu-item:after {
    right: 10px;
  }
}
.top-nav-desktop__menu > li.is-active > .menu-item {
  background: #efefef;
  color: #1d1d1d;
}
.top-nav-desktop__submenu.menu {
  z-index: 20;
  border: 0;
  background: #efefef;
  box-shadow: 0 4px 4px rgba(77, 77, 77, 0.25);
}
.top-nav-desktop__submenu.menu li a {
  padding: 0.6rem 10px;
  border-bottom: 1px solid transparent;
  color: #1d1d1d;
  font-size: 0.875rem;
  position: relative;
  z-index: 1;
  min-width: 300px;
}
@media screen and (min-width: 51em) {
  .top-nav-desktop__submenu.menu li a {
    padding: 1rem 25px;
    font-size: 1rem;
  }
}
.top-nav-desktop__submenu.menu li a:hover, .top-nav-desktop__submenu.menu li a:active, .top-nav-desktop__submenu.menu li a:focus {
  color: #1d1d1d;
  background: #d0d0d0;
}
.top-nav-desktop__submenu.menu li a::-moz-selection {
  background: transparent;
}
.top-nav-desktop__submenu.menu li a::selection {
  background: transparent;
}
.top-nav-desktop__submenu.menu li:before {
  display: block;
  content: "";
  border-bottom: 1px solid #d0d0d0;
  margin: -1px 10px 0;
}
@media screen and (min-width: 51em) {
  .top-nav-desktop__submenu.menu li:before {
    font-size: 1rem;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.top-nav-desktop__submenu.menu li:last-child a {
  border-bottom: 0;
}
.top-nav-desktop__submenu.menu li:first-child:before {
  display: none;
}
.top-nav-desktop__submenu.menu li:hover:before {
  display: none;
}
.top-nav-desktop__submenu.menu li.active a {
  background: transparent;
}
.top-nav-desktop__submenu.menu li.active a:hover, .top-nav-desktop__submenu.menu li.active a:active, .top-nav-desktop__submenu.menu li.active a:focus {
  color: #1d1d1d;
  background: #d0d0d0;
}
.top-nav-desktop__phone {
  position: absolute;
  right: 60px;
  top: 28px;
  font-size: 1rem;
  text-decoration: none;
}
.top-nav-desktop__phone img {
  width: 18px;
  height: 18px;
}
.top-nav-desktop__phone:hover {
  color: #ea8131;
  text-decoration: none;
}
.top-nav-desktop__phone:focus {
  color: white;
}
.top-nav-desktop__contact-button {
  display: flex;
  align-items: center;
  padding: 0px 20px 0px 16px;
}
.topbar-type--dark .top-nav-desktop__contact-button, .topbar-type--light .top-nav-desktop__contact-button {
  padding: 0px 24px 0px 16px;
}
.top-nav-desktop__contact-button:hover a {
  background-color: #1f6b68;
}
.top-nav-desktop__contact-button a.contact-button {
  background-color: #f5ae36;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 0.875rem;
  min-height: 48px;
  min-width: 109px;
  line-height: 100%;
  color: white;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
.top-nav-desktop__contact-button a.contact-button:hover {
  background-color: #F7B957;
}
.top-nav-desktop__contact-button a {
  background-color: #379490;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  padding: 12px 16px;
  color: white !important;
  font-weight: 400;
}

.site-main .site-logo-desktop {
  height: 46px;
  top: 15px;
  left: 16px;
}
.site-main.sticky-active .site-logo-desktop {
  height: 34px;
  top: 13px;
}

.site-btb .site-logo-desktop {
  height: 45px;
  top: 15px;
  left: 16px;
}
.site-btb.sticky-active .site-logo-desktop {
  height: 45px;
  top: 10px;
}

.site-logo-desktop {
  background: url(/images/dfc-full-logo.svg) no-repeat center left;
  background-size: contain;
  text-indent: -1000px;
  overflow: hidden;
  width: 190px;
  position: absolute;
}
@media print, screen and (min-width: 37.5em) {
  .site-logo-desktop {
    left: 20px;
  }
}
.sticky-active .site-logo-desktop {
  background: url(/images/dfc-logo.svg) no-repeat center left;
  background-size: contain;
  position: absolute;
}
.site-btb .site-logo-desktop {
  background: url(/images/btb-full-logo-dark.svg) no-repeat center left;
}
.sticky-active .site-btb .site-logo-desktop {
  background: url(/images/btb-full-logo-dark.svg) no-repeat;
}
.topbar-type--dark .site-logo-desktop {
  background: url(/images/btb-full-logo-white.svg) no-repeat center left;
}
.sticky-active .topbar-type--dark .site-logo-desktop {
  background: url(/images/btb-full-logo-white.svg) no-repeat;
}
.topbar-type--light .site-logo-desktop {
  background: url(/images/btb-full-logo-dark.svg) no-repeat center left;
}
.sticky-active .topbar-type--light .site-logo-desktop {
  background: url(/images/btb-full-logo-dark.svg) no-repeat;
}

.top-topbar {
  background: #f6f6ee;
  width: 100%;
  height: 35px;
  color: #333a3e;
  position: absolute;
  padding: 6px 0 0;
  font-size: 1rem;
  line-height: 150%;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  z-index: 100;
  top: 0;
  transition: background-color 200, color 200 linear;
}
.site-btb .top-topbar {
  background: #F0F0F0;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
.topbar-type--dark .top-topbar {
  background: #2b2b2a;
}
.topbar-type--light .top-topbar {
  background: #F0F0F0;
}
@media screen and (min-width: 51em) {
  .top-topbar {
    height: 40px;
    padding: 8px 0 0;
  }
}
.sticky-active .top-topbar {
  opacity: 0;
  background-color: transparent;
}
.top-topbar__text-track {
  padding: 0 24px;
}
@media screen and (min-width: 51em) {
  .top-topbar__text-track {
    padding: 0 40px;
  }
}
.top-topbar__marquee-track {
  display: flex;
  gap: 10px;
  overflow: clip;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-topbar__text {
  white-space: nowrap;
  color: #333a3e;
  line-height: 23px;
  margin: 0;
  font-size: 0.75rem;
  width: -moz-max-content;
  width: max-content;
}
.top-topbar__text p {
  margin-bottom: 0px;
}
.site-btb .top-topbar__text p {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
@media screen and (min-width: 51em) {
  .top-topbar__text {
    text-align: center;
    font-size: 0.875rem;
  }
}
.top-topbar__text a,
.top-topbar__text a:hover,
.top-topbar__text a:visited,
.top-topbar__text a:active {
  color: #333a3e;
}
.topbar-type--dark .top-topbar__text {
  color: white;
}
.topbar-type--dark .top-topbar__text a,
.topbar-type--dark .top-topbar__text a:hover,
.topbar-type--dark .top-topbar__text a:visited,
.topbar-type--dark .top-topbar__text a:active {
  color: white;
}
.top-topbar__carousel-slide {
  -webkit-mask-image: linear-gradient(to right, transparent 20px, black 45px, black calc(100% - 45px), transparent calc(100% - 20px));
          mask-image: linear-gradient(to right, transparent 20px, black 45px, black calc(100% - 45px), transparent calc(100% - 20px));
}
.top-topbar__carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-topbar__carousel .slick-prev,
.top-topbar__carousel .slick-next {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.top-topbar__carousel .slick-prev:before,
.top-topbar__carousel .slick-next:before {
  background-image: url(/images/icons/cheveron-right.svg);
  background-size: contain;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
}
.topbar-type--dark .top-topbar__carousel .slick-prev:before,
.topbar-type--dark .top-topbar__carousel .slick-next:before {
  background-image: url(/images/icons/cheveron-right-white.svg);
}
.top-topbar__carousel .slick-prev:hover:before,
.top-topbar__carousel .slick-next:hover:before {
  background-image: url(/images/icons/cheveron-right-green.svg);
}
.site-btb .top-topbar__carousel .slick-prev:hover:before, .site-btb .top-topbar__carousel .slick-prev:hover:after,
.site-btb .top-topbar__carousel .slick-next:hover:before,
.site-btb .top-topbar__carousel .slick-next:hover:after {
  background-image: url(/images/icons/cheveron-right-yellow.svg);
}
.top-topbar__carousel .slick-prev {
  left: auto;
}
@media print, screen and (max-width: 37.49875em) {
  .top-topbar__carousel .slick-prev {
    left: 8px !important;
    right: auto !important;
  }
}
.top-topbar__carousel .slick-next {
  right: auto;
}
@media print, screen and (max-width: 37.49875em) {
  .top-topbar__carousel .slick-next {
    right: 8px;
    left: auto !important;
  }
}

@keyframes marquee-move-text {
  to {
    transform: translateX(-12.5%);
  }
}
.top-bar-mobile {
  background: white;
  height: 56px;
  transition: background-color 300ms, background-color 300ms linear;
}
.topbar-type--light .top-bar-mobile, .site-btb .top-bar-mobile {
  background: white;
}
.topbar-type--light .top-bar-mobile .light-menu, .site-btb .top-bar-mobile .light-menu {
  display: none;
}
.topbar-type--light .top-bar-mobile .dark-menu, .site-btb .top-bar-mobile .dark-menu {
  display: block;
}
.topbar-type--dark .top-bar-mobile {
  background: #131312 !important;
}
.topbar-type--dark .top-bar-mobile .light-menu {
  display: block;
}
.topbar-type--dark .top-bar-mobile .dark-menu {
  display: none;
}
.sticky-active .top-bar-mobile {
  position: fixed;
  top: 0px;
  background: white;
}
.top-bar-mobile__menu-button {
  position: absolute;
  width: 24px;
  top: 19px;
  right: 16px;
  margin: 0;
  cursor: pointer;
}
.top-bar-mobile__menu-icon-dark {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top-nav-mobile {
  background-color: #f6f6ee;
  height: calc(var(--vh, 1vh) * 100);
  transform: translateX(113%);
  transition: transform 300ms ease-in;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  margin: 0;
  width: 90%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: calc(2rem + env(safe-area-inset-bottom));
}
.topbar-type--light .top-nav-mobile, .site-btb .top-nav-mobile {
  background-color: white !important;
  color: black;
}
.topbar-type--light .top-nav-mobile .light-menu, .site-btb .top-nav-mobile .light-menu {
  display: none;
}
.topbar-type--light .top-nav-mobile .dark-menu, .site-btb .top-nav-mobile .dark-menu {
  display: block;
}
.top-nav-mobile--initial {
  transition: transform 0s;
}
.top-nav-mobile--active {
  transform: translateX(0);
  transition: transform 300ms ease-out;
  transition-delay: 200ms;
}
.top-nav-mobile__topbar {
  height: 56px;
}
.top-nav-mobile__buttons {
  display: flex;
  position: absolute;
  top: 16px;
  left: 28px;
  align-items: center;
}
.top-nav-mobile__account-link {
  display: flex;
  text-decoration: none;
  width: 24px;
}
.top-nav-mobile__logo-link {
  position: absolute;
  top: 10px;
  width: 112px;
  left: calc(50% - 56px);
}
.top-nav-mobile__logo {
  width: 100%;
  background: url(/images/dfc-nav-logo.svg) no-repeat center left !important;
}
.sticky-active .top-nav-mobile__logo {
  background: url(/images/dfc-nav-logo.svg) no-repeat !important;
}
.site-btb .top-nav-mobile__logo {
  background: url(/images/btb-full-logo-dark.svg) no-repeat center left !important;
}
.sticky-active .site-btb .top-nav-mobile__logo {
  background: url(/images/btb-full-logo-dark.svg) no-repeat !important;
}
.top-nav-mobile__close-button {
  position: absolute;
  width: 32px;
  top: 16px;
  right: 16px;
  margin: 0;
  cursor: pointer;
}
.top-nav-mobile__close-icon-dark {
  width: 100%;
  position: absolute;
  width: 20px;
  top: 12px;
  right: 12px;
  opacity: 1;
}
.top-nav-mobile__logo {
  position: absolute;
  top: 32px !important;
  left: 32px !important;
}
.top-nav-mobile__menu {
  margin: 6px 16px 0;
}
.top-nav-mobile .menu {
  padding: 32px 1rem 64px;
}
.site-btb .top-nav-mobile .menu {
  padding: 32px 1rem 20px;
}
.top-nav-mobile .menu > li > a {
  color: #333a3e;
  text-decoration: none;
  font-size: 1.25rem;
  padding: 16px 0;
  position: relative;
  border-bottom: 1px solid #EAEAEA;
  background: transparent;
  font-family: "Inter", sans-serif;
}
.top-nav-mobile .menu > li > a:visited {
  color: #333a3e;
}
.top-nav-mobile .menu > li > a:hover, .top-nav-mobile .menu > li > a:active, .top-nav-mobile .menu > li > a:focus {
  color: #333a3e;
  background: transparent;
  outline: none;
  cursor: pointer;
}
.top-nav-mobile .menu > li > a:before {
  border: 0;
}
.top-nav-mobile .menu > li > a:after {
  border: 0;
}
.site-btb .top-nav-mobile .menu > li > a {
  color: black !important;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  text-transform: uppercase;
  font-size: 1.625rem;
  font-weight: 700;
  padding: 20px 0px;
}
.top-nav-mobile .menu > li:first-child > a {
  border-top: 1px solid #EAEAEA;
}
.site-btb .top-nav-mobile .menu > li:first-child > a {
  border-top: none;
}
.top-nav-mobile .menu .is-drilldown-submenu {
  background: transparent;
}
.top-nav-mobile .menu > li.is-drilldown-submenu-parent > a {
  position: relative;
}
.top-nav-mobile .menu > li.is-drilldown-submenu-parent > a:after {
  content: "";
  width: 9px;
  height: 16px;
  background: url("/images/icons/arrow-right-sea-green.svg") no-repeat center;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  right: 0;
}
.top-nav-mobile .menu > li.js-drilldown-back {
  background: transparent;
}
.top-nav-mobile .menu > li.js-drilldown-back > a {
  position: relative;
  padding-left: 1rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-top: none;
}
.top-nav-mobile .menu > li.js-drilldown-back > a:before {
  content: "";
  width: 10px;
  height: 12px;
  background: url("/images/icons/arrow-right-sea-green.svg") no-repeat center;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  transform: rotate(180deg);
  z-index: 1;
  top: calc(50% - (12px/2));
}
.top-nav-mobile .menu .active > a {
  background: none;
  color: #333a3e;
}
.top-nav-mobile .menu.submenu {
  min-height: 100%;
}
.top-nav-mobile__container {
  padding: 0 32px;
}
.top-nav-mobile__bottom {
  padding: 0 32px 32px;
  margin: 15px 0 0;
}
.top-nav-mobile__button {
  width: 100%;
  background-color: #379490;
  color: white;
}
.site-btb .top-nav-mobile__button {
  background-color: transparent;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 1.625rem;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
  font-weight: 700;
}
.top-nav-mobile__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.top-nav-mobile__links a,
.top-nav-mobile__links a:visited {
  color: white;
  text-decoration: none;
  font-size: 1rem;
}
.top-nav-mobile__social-icons {
  display: flex;
  gap: 24px;
  margin-top: 20px;
}
.top-nav-mobile__social-icons a.social-icon {
  width: 22px;
  height: 22px;
}

.site-main .site-logo-mobile {
  height: 30px;
  top: 15px;
  left: 16px;
}
.sticky-active .site-main .site-logo-mobile {
  height: 26px;
  top: 13px;
}

.site-btb .site-logo-mobile {
  height: 45px;
  top: 5px;
  left: 16px;
}
.sticky-active .site-btb .site-logo-mobile {
  height: 26px;
  top: 15px;
}

.site-logo-mobile {
  background: url(/images/dfc-full-logo.svg) no-repeat center left;
  background-size: contain;
  text-indent: -1000px;
  overflow: hidden;
  width: 180px;
  position: absolute;
}
@media print, screen and (min-width: 37.5em) {
  .site-logo-mobile {
    left: 20px;
  }
}
.sticky-active .site-logo-mobile {
  background: url(/images/dfc-full-logo.svg) no-repeat center left;
  background-size: contain;
  position: absolute;
}
.topbar-type--dark .site-logo-mobile {
  background: url(/images/btb-full-logo-white.svg) no-repeat center left;
}
.sticky-active .topbar-type--dark .site-logo-mobile {
  background: url(/images/btb-full-logo-white.svg) no-repeat;
}
.topbar-type--light .site-logo-mobile {
  background: url(/images/btb-full-logo-dark.svg) no-repeat center left;
}
.sticky-active .topbar-type--light .site-logo-mobile {
  background: url(/images/btb-full-logo-dark.svg) no-repeat;
}

.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0;
  transition: opacity 300ms;
  transition-delay: 200ms;
  z-index: -10;
  overflow: hidden;
  width: 100%;
}
@media print, screen and (min-width: 37.5em) {
  .mobile-nav-overlay {
    display: none;
  }
}
.mobile-nav-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333A3E;
}
.mobile-nav-overlay--active {
  z-index: 100;
  opacity: 1;
}
.mobile-nav-overlay--hide {
  opacity: 0 !important;
}
.mobile-nav-overlay--initial {
  transition: opacity 0s;
}

/* ====================================================
Changes to a cross when opened
======================================================= */
.animated-menu-icon {
  width: 31px;
  height: 22px;
  padding: 3px;
  outline: none;
}
.animated-menu-icon__top, .animated-menu-icon__middle, .animated-menu-icon__bottom {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #1d1d1d;
  transition: transform 200ms ease, top 200ms ease 200ms, bottom 200ms ease 200ms, opacity 200ms;
  border-radius: 2px;
}
.animated-menu-icon__top {
  top: 3px;
}
.animated-menu-icon__middle {
  top: 10px;
}
.animated-menu-icon__bottom {
  bottom: 3px;
}
.animated-menu-icon--active .animated-menu-icon__top, .animated-menu-icon:active .animated-menu-icon__top {
  transform: rotate(45deg);
  top: 10px;
  transition: transform 200ms ease 200ms, top 200ms ease;
}
.animated-menu-icon--active .animated-menu-icon__middle, .animated-menu-icon:active .animated-menu-icon__middle {
  opacity: 0;
}
.animated-menu-icon--active .animated-menu-icon__bottom, .animated-menu-icon:active .animated-menu-icon__bottom {
  transform: rotate(-45deg);
  bottom: 10px;
  transition: transform 200ms ease 200ms, bottom 200ms ease;
}

.footer {
  background-color: white;
  border-top: 1px solid #EAEAEA;
}
.footer__wrapper {
  padding-bottom: 64px !important;
}
@media print, screen and (max-width: 37.49875em) {
  .footer__wrapper {
    padding-top: 64px !important;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .footer__grid {
    padding-bottom: 32px !important;
  }
}
.footer__col {
  grid-column: span 2;
}
@media screen and (min-width: 51em) {
  .footer__col {
    grid-column: span 3;
  }
}
.footer__col-logo {
  display: flex;
  justify-content: flex-start;
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .footer__col-logo {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .footer__col-logo {
    grid-column: span 3;
  }
}
.footer__company-number {
  color: #b2b1b1 !important;
  font-size: 1rem;
  text-align: left;
  line-height: 150%;
  margin-bottom: 0px;
  padding-top: 32px;
}
@media print, screen and (max-width: 37.49875em) {
  .footer__company-number {
    border-top: 1px solid #eaeaea;
  }
}
.footer__details {
  text-align: left;
  grid-column: span 4;
}
@media print, screen and (max-width: 37.49875em) {
  .footer__details {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media print, screen and (min-width: 37.5em) {
  .footer__details {
    grid-column: span 2;
  }
}
@media screen and (min-width: 51em) {
  .footer__details {
    grid-column: span 3;
  }
}
.footer__details p {
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 24px;
  font-family: "Inter", sans-serif;
}
.footer__details--number {
  color: #b2b1b1 !important;
  margin-bottom: 8px !important;
}
.footer__links {
  text-align: left;
}
.footer__links .social-link,
.footer__links .site-link {
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.footer__links .social-link a,
.footer__links .site-link a {
  text-decoration: none;
  margin-bottom: 8px;
}
.footer__links .social-link:hover a, .footer__links .social-link:active a, .footer__links .social-link:focus a,
.footer__links .site-link:hover a,
.footer__links .site-link:active a,
.footer__links .site-link:focus a {
  color: #379490;
}
.site-btb .footer__links .social-link:hover a, .site-btb .footer__links .social-link:active a, .site-btb .footer__links .social-link:focus a,
.site-btb .footer__links .site-link:hover a,
.site-btb .footer__links .site-link:active a,
.site-btb .footer__links .site-link:focus a {
  color: #f5ae36;
}
@media print, screen and (max-width: 37.49875em) {
  .footer__links .site-link-bottom {
    color: #b2b1b1;
  }
}
.footer__links .social-link:last-of-type,
.footer__links .site-link:last-of-type {
  margin-bottom: 0px;
}

.btb-footer {
  background-color: white;
}
.btb-footer__wrapper {
  padding-top: 40px !important;
}
@media print, screen and (max-width: 50.99875em) {
  .btb-footer__wrapper {
    padding-bottom: 64px !important;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .btb-footer__wrapper {
    padding-top: 20px !important;
  }
}
.footer-type--dark .btb-footer__wrapper {
  background: #131312;
  color: white;
}
.btb-footer__inner {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .btb-footer__inner {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-footer__inner {
    grid-column: 3/span 8;
  }
}
.btb-footer__text {
  color: #B2B1B1 !important;
  font-size: 0.875rem;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  line-height: 160%;
}
.btb-footer__locations {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  font-size: 1rem;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  line-height: 160%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #131312;
  font-weight: 400;
  line-height: 1.2em;
  font-family: "Inter", sans-serif;
}
.site-main h1,
.site-main h2,
.site-main h3,
.site-main h4,
.site-main h5,
.site-main h6 {
  color: #333a3e;
}
.wrapper--dark h1, .wrapper--darkGrey h1,
.wrapper--dark h2,
.wrapper--darkGrey h2,
.wrapper--dark h3,
.wrapper--darkGrey h3,
.wrapper--dark h4,
.wrapper--darkGrey h4,
.wrapper--dark h5,
.wrapper--darkGrey h5,
.wrapper--dark h6,
.wrapper--darkGrey h6 {
  color: #fff;
}
@media print, screen and (min-width: 37.5em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 3rem;
    line-height: 1.6;
  }
}

h1,
h2,
h3 {
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-size: 2rem;
}
@media print, screen and (min-width: 37.5em) {
  h1,
  h2,
  h3 {
    font-size: 3.25rem;
  }
}

a,
a:visited {
  font-family: inherit;
  color: inherit;
  text-decoration: underline;
  transition: color 200ms;
}

a:not([href]) {
  cursor: default;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
}

hr {
  border-color: #333;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

p,
span {
  line-height: inherit;
  font-size: inherit;
  font-family: "Inter", sans-serif;
}

.sage-green {
  color: #9ab99b;
}

.newsletter-modal {
  position: fixed;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 101;
  top: 32px;
  display: none;
}
@media print, screen and (min-width: 37.5em) {
  .newsletter-modal {
    top: 80px;
  }
}
@media screen and (min-width: 51em) {
  .newsletter-modal {
    top: 208px;
  }
}
.newsletter-modal .wrapper {
  background-color: transparent !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media print, screen and (max-width: 37.49875em) {
  .site-btb .newsletter-modal {
    top: auto !important;
    bottom: 0px !important;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .site-btb .newsletter-modal .newsletter-modal--wrapper-small {
    padding: 0px !important;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .site-btb .newsletter-modal .newsletter-modal__inner {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}
.site-btb .newsletter-modal .newsletter-modal__close:hover {
  background-image: url("/images/icons/cross-symbol-active-btb.svg");
}
.site-btb .newsletter-modal .contact-button {
  background-color: #f5ae36;
  color: white;
  height: 48px;
  width: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
  font-size: 1rem;
  line-height: 24px;
  cursor: pointer;
}
.site-btb .newsletter-modal .contact-button:hover {
  background-color: #F7B957;
}
.site-btb .newsletter-modal .custom-checkbox-box {
  display: inline-block;
  min-width: 20px;
  width: 22px;
  height: 22px;
  background-color: white !important;
  border: 1px solid #b2b1b1;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.site-btb .newsletter-modal .custom-checkbox-input:checked + .custom-checkbox-box {
  background-color: transparent;
  border-color: #b2b1b1;
}
.site-btb .newsletter-modal .custom-checkbox-box::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  width: 8px;
  height: 15px;
  border: 1px solid #f5ae36;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  border-radius: 2px;
}
.site-btb .newsletter-modal select {
  background-image: url(/images/icons/dropdown-arrow-yellow.svg) !important;
}
.site-btb .newsletter-modal input,
.site-btb .newsletter-modal select,
.site-btb .newsletter-modal textarea {
  background-color: #F0F0F0 !important;
  border-bottom: 1px solid #b2b1b1 !important;
  color: #131312;
}
.site-btb .newsletter-modal input::-moz-placeholder, .site-btb .newsletter-modal select::-moz-placeholder, .site-btb .newsletter-modal textarea::-moz-placeholder {
  color: white;
}
.site-btb .newsletter-modal input::placeholder,
.site-btb .newsletter-modal select::placeholder,
.site-btb .newsletter-modal textarea::placeholder {
  color: white;
}
.site-btb .newsletter-modal input:focus,
.site-btb .newsletter-modal select:focus,
.site-btb .newsletter-modal textarea:focus {
  border-bottom: 1px solid #f5ae36 !important;
}
.site-btb .newsletter-modal label {
  color: #131312 !important;
}
.site-btb .newsletter-modal input:-webkit-autofill,
.site-btb .newsletter-modal input:-webkit-autofill:hover,
.site-btb .newsletter-modal input:-webkit-autofill:focus,
.site-btb .newsletter-modal textarea:-webkit-autofill,
.site-btb .newsletter-modal select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #F0F0F0 inset !important;
  -webkit-text-fill-color: #131312 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.newsletter-modal__title {
  color: #9ab99b;
  font-size: 1.125rem;
  line-height: 30px;
  margin-bottom: 4px;
  text-align: left;
}
.newsletter-modal__inner {
  background-color: white;
  position: relative;
  grid-column: span 4;
  padding: 20px 20px;
}
@media print, screen and (min-width: 37.5em) {
  .newsletter-modal__inner {
    grid-column: span 6;
    padding: 40px;
  }
}
@media screen and (min-width: 51em) {
  .newsletter-modal__inner {
    grid-column: 2/span 10;
    padding: 40px;
  }
}
@media screen and (min-width: 90em) {
  .newsletter-modal__inner {
    padding: 64px;
  }
}
.newsletter-modal__inner-content {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
@media print, screen and (min-width: 37.5em) {
  .newsletter-modal__inner-content {
    gap: 32px;
  }
}
@media screen and (min-width: 90em) {
  .newsletter-modal__inner-content {
    flex-direction: row;
  }
}
.newsletter-modal__inner-content--btb {
  text-align: left;
}
.newsletter-modal__inner-content--btb h3 {
  font-size: 1.625rem;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media screen and (min-width: 51em) {
  .newsletter-modal__inner-content--btb h3 {
    font-size: 3rem;
    line-height: 110%;
  }
}
.newsletter-modal__inner-content--btb p {
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 160%;
}
@media screen and (min-width: 51em) {
  .newsletter-modal__inner-content--btb p {
    font-size: 1.125rem;
    margin-bottom: 40px;
  }
}
.newsletter-modal__inner-content--left {
  text-align: left;
}
@media print, screen and (min-width: 37.5em) {
  .newsletter-modal__inner-content--left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media screen and (min-width: 90em) {
  .newsletter-modal__inner-content--left {
    max-width: 240px;
    display: block;
    flex-shrink: 0;
  }
}
.newsletter-modal__inner-content--left h3 {
  font-size: 1.875rem;
  line-height: 42px;
}
@media print, screen and (max-width: 37.49875em) {
  .newsletter-modal__inner-content--left h3 {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 51em) {
  .newsletter-modal__inner-content--left h3 {
    font-size: 1.625rem;
    line-height: 37px;
    margin-bottom: 20px;
  }
}
.newsletter-modal__inner-content--left p {
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 23px;
}
.newsletter-modal__inner-content--right {
  text-align: left;
}
@media screen and (min-width: 51em) {
  .newsletter-modal__inner-content--right {
    flex-grow: 1;
  }
}
.newsletter-modal__inner-content--right h3 {
  font-size: 1.125rem;
  line-height: 140%;
}
.newsletter-modal__close {
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 12px;
  background: url("/images/icons/cross-symbol.svg") no-repeat center;
  width: 24px;
  height: 24px;
}
@media print, screen and (min-width: 37.5em) {
  .newsletter-modal__close {
    top: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 51em) {
  .newsletter-modal__close {
    top: 24px;
    right: 24px;
  }
}
.newsletter-modal__close:hover {
  background-image: url("/images/icons/cross-symbol-active.svg");
}
.newsletter-modal__form-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
@media print, screen and (min-width: 37.5em) {
  .newsletter-modal__form-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
.newsletter-modal__form-row--full {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
@media print, screen and (min-width: 37.5em) {
  .newsletter-modal__form-row--full {
    gap: 32px;
  }
}
.newsletter-modal__form-row-message {
  grid-template-columns: repeat(1, 1fr);
}
.newsletter-modal__form-field input,
.newsletter-modal__form-field select,
.newsletter-modal__form-field textarea {
  background-color: #f6f6ee !important;
  border: 0px;
  border-bottom: 1px solid #9ab99b;
  height: 48px;
  border-radius: 0px !important;
  color: #333A3E;
  font-weight: 400;
}
.newsletter-modal__form-field input:focus, .newsletter-modal__form-field input:hover,
.newsletter-modal__form-field select:focus,
.newsletter-modal__form-field select:hover,
.newsletter-modal__form-field textarea:focus,
.newsletter-modal__form-field textarea:hover {
  border: 0px;
  border-bottom: 1px solid #9ab99b;
}
.newsletter-modal__form-field input:-webkit-autofill,
.newsletter-modal__form-field input:-webkit-autofill:hover,
.newsletter-modal__form-field input:-webkit-autofill:focus,
.newsletter-modal__form-field textarea:-webkit-autofill,
.newsletter-modal__form-field select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #f6f6ee inset !important;
  -webkit-text-fill-color: #333A3E !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.newsletter-modal__form-field select {
  font-size: 1rem !important;
  font-family: "Inter", sans-serif;
  line-height: 1.8;
  font-weight: 400;
}
.newsletter-modal__form-field select:focus, .newsletter-modal__form-field select:hover {
  border: 0px !important;
  border-bottom: 1px solid #9ab99b !important;
}
@media print, screen and (max-width: 37.49875em) {
  .newsletter-modal__form-field select {
    margin-bottom: 20px;
  }
}
.newsletter-modal__form-field label {
  display: none;
  font-size: 1rem !important;
  font-family: "Inter", sans-serif;
  line-height: 1.8;
  font-weight: 400;
}
.newsletter-modal__form-field textarea {
  overflow: hidden;
  resize: none;
  min-height: 48px;
}
.newsletter-modal__checkbox-field {
  font-size: 0.875rem;
  text-align: left;
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
.newsletter-modal__checkbox-field label {
  font-size: 0.875rem;
  line-height: 150%;
  margin-right: 0px;
  font-family: "Inter", sans-serif;
}
.newsletter-modal__checkbox-field input {
  transform: scale(1.3);
  margin-bottom: 0px;
  font-size: 0.875rem;
}

.newsletter-modal-bg-tint {
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 58, 62, 0.8);
  position: fixed;
  top: 0;
  z-index: 100;
  overflow: hidden;
}

.custom-checkbox-input {
  display: none;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-checkbox-box {
  display: inline-block;
  min-width: 20px;
  width: 22px;
  height: 22px;
  background-color: transparent !important;
  border: 1px solid #b2b1b1;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.custom-checkbox-input:checked + .custom-checkbox-box {
  background-color: transparent;
  border-color: #b2b1b1;
}

.custom-checkbox-box::after {
  content: "";
  position: absolute;
  display: none;
  top: 1px;
  left: 6px;
  width: 8px;
  height: 15px;
  border: 1px solid #379490;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  border-radius: 2px;
}

.custom-checkbox-input:checked + .custom-checkbox-box::after {
  display: block;
}

.freeform-form-errors p {
  font-size: 0.875rem;
  color: red !important;
}
.freeform-form-errors ul {
  list-style: none;
  margin-left: 0px;
}
.freeform-form-errors ul li {
  font-size: 0.875rem;
  color: red !important;
  font-family: "Inter", sans-serif;
}

.contact-button {
  background-color: #379490;
  color: white;
  height: 48px;
  width: 85px;
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
  font-size: 1rem;
  line-height: 24px;
  cursor: pointer;
}
.contact-button:hover {
  background-color: #1f6b68;
}

/* ================================================
Global classes that might be used anywhere
=================================================== */
.text-center {
  text-align: center;
}

.no-margin {
  margin: 0 !important;
}

.large-text {
  font-size: 1.125rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 37.5em) {
  .large-text {
    font-size: 1.75rem;
  }
}

.no-decoration {
  text-decoration: none;
}

.no-wrap {
  white-space: nowrap;
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.margin-bottom {
  margin-bottom: 1rem;
}

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

.cover-area-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-indent: -99999px;
  overflow: hidden;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}

@media print, screen and (max-width: 37.49875em) {
  .fullwidth-on-small,
  .button.fullwidth-on-small {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 37.5em) {
  .fullwidth-on-small,
  .button.fullwidth-on-small {
    min-width: 240px;
  }
}

.remove-last:last-child {
  display: none;
}

img:not(.lazy):before {
  content: "Image not found";
  display: block;
  background: #f5f5f5;
  padding: 10px;
}

.tint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #212527;
  z-index: 1;
}

.small-centered {
  margin: auto;
}

@media print, screen and (min-width: 37.5em) {
  .medium-centered {
    margin: auto;
  }
}

@media screen and (min-width: 51em) {
  .large-centered {
    margin: auto;
  }
}

.invisible-at-start {
  visibility: hidden;
}

.site-btb p, .site-btb h1, .site-btb h2, .site-btb h3, .site-btb h4, .site-btb h5, .site-btb span, .site-btb a, .site-btb button {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}

html {
  height: 100%;
  min-height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: white;
}
body.menu-open {
  overflow: hidden;
}
body.topbar-type--dark {
  background: #2b2c2f !important;
}

body.has-sticky {
  padding-top: 91px;
}
@media screen and (min-width: 51em) {
  body.has-sticky {
    padding-top: 116px;
  }
}

/* ====================================================
Button styles
======================================================= */
.button,
a.button {
  cursor: pointer;
  font-size: 1rem;
  padding: 0.5rem 2rem 0.5625rem;
  transition: background 200ms, color 200ms, border 200ms;
  text-align: center;
  text-decoration: none !important;
  background-color: transparent;
  height: 48px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin: 0;
  line-height: 24px;
}
.button::-moz-selection, a.button::-moz-selection {
  background: transparent;
}
.button::selection,
a.button::selection {
  background: transparent;
}
.button--wide,
a.button--wide {
  width: 100%;
}
@media print, screen and (min-width: 37.5em) {
  .button--wide,
  a.button--wide {
    width: auto;
  }
}
.button--fullwidth,
a.button--fullwidth {
  width: 100%;
  display: block;
}
.button--highlighted.button,
a.button--highlighted.button {
  border-color: #a5a7a7;
  background-color: #a5a7a7;
  color: #fff;
}
.button--highlighted.button:focus, .button--highlighted.button:hover, .button--highlighted.button:active,
a.button--highlighted.button:focus,
a.button--highlighted.button:hover,
a.button--highlighted.button:active {
  border-color: #727474;
  background-color: #727474;
}

/* ====================================================
Different button styles - for extending into components
======================================================= */
.button--light, .carousel .slide-content .button,
a.button--light {
  border-color: #a5a7a7;
  color: #fff;
}
.button--light:hover, .carousel .slide-content .button:hover, .button--light:focus, .carousel .slide-content .button:focus, .button--light:active, .carousel .slide-content .button:active,
a.button--light:hover,
a.button--light:focus,
a.button--light:active {
  color: #1d1d1d;
  border-color: #d9d9d9;
  background: #d9d9d9;
}

.button--sea-green,
a.button--sea-green {
  background-color: #379490;
  color: white;
}
.button--sea-green:hover, .button--sea-green:focus, .button--sea-green:active,
a.button--sea-green:hover,
a.button--sea-green:focus,
a.button--sea-green:active {
  border-color: #379490;
  color: white;
}

.button--white,
a.button--white {
  border-color: white;
  color: white;
}
.button--white:hover, .button--white:focus, .button--white:active,
a.button--white:hover,
a.button--white:focus,
a.button--white:active {
  color: #1d1d1d;
  border-color: white;
  background: white;
}

.button--dark,
a.button--dark {
  border-color: #a5a7a7;
  color: #1d1d1d;
}
.button--dark:hover, .button--dark:focus, .button--dark:active,
a.button--dark:hover,
a.button--dark:focus,
a.button--dark:active {
  color: #fff;
  border-color: #727474;
  background: #727474;
}

.button--dark-solid,
a.button--dark-solid {
  border-color: #a5a7a7;
  color: white;
  background: #a5a7a7;
}
.button--dark-solid:hover, .button--dark-solid:focus, .button--dark-solid:active,
a.button--dark-solid:hover,
a.button--dark-solid:focus,
a.button--dark-solid:active {
  color: white;
  border-color: #bfc0c0;
  background: #bfc0c0;
}

.inline-buttons {
  font-size: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.inline-buttons .button {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 140px;
}
@media print, screen and (min-width: 37.5em) {
  .inline-buttons .button {
    min-width: 240px;
    margin: 0 10px;
  }
  .inline-buttons .button:first-child {
    margin-left: 0;
  }
  .inline-buttons .button:last-child {
    margin-right: 0;
  }
}

@media print, screen and (max-width: 37.49875em) {
  .stack-on-small .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

/* =============================================================
For the 404 template
================================================================ */
.not-found {
  padding-top: 32px;
  padding-bottom: 64px;
}
@media screen and (min-width: 51em) {
  .not-found {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .site-btb .not-found {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.not-found__outer-wrapper {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .not-found__outer-wrapper {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .not-found__outer-wrapper {
    grid-column: span 7;
  }
  .site-btb .not-found__outer-wrapper {
    grid-column: 3/span 8;
  }
}
.not-found__title {
  font-size: 1.25rem;
  font-weight: normal;
  padding-bottom: 2rem;
  position: relative;
}
@media print, screen and (min-width: 37.5em) {
  .not-found__title {
    font-size: 1.75rem;
  }
}
.not-found__title:after {
  content: "";
  width: 80px;
  display: block;
  margin: 0 auto;
  border-bottom: 2px solid #1d1d1d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 37.49875em) {
  .not-found__title:after {
    width: 60px;
    border-bottom: 1px solid #A5A7A7;
  }
}
.not-found p {
  font-size: 1.125rem;
  line-height: 160%;
  font-family: "Inter", sans-serif;
  margin-bottom: 12px;
  text-align: left;
}
.site-btb .not-found p {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  text-align: center;
}
@media screen and (min-width: 51em) {
  .not-found p {
    font-size: 1.3125rem;
    margin-bottom: 32px;
  }
}
.not-found__big {
  margin-bottom: 12px;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  line-height: 100%;
  text-align: left;
}
.site-btb .not-found__big {
  font-weight: 700;
  text-align: center;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  color: #131312;
}
@media screen and (min-width: 51em) {
  .not-found__big {
    font-size: 3.75rem;
    margin-bottom: 32px;
  }
}
.not-found__content {
  margin-bottom: 44px;
}
.not-found__buttons {
  font-family: "Inter", sans-serif;
}
.site-btb .not-found__buttons {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  margin: auto;
}
.not-found__buttons a {
  background-color: #379490;
  border: none;
  letter-spacing: 0.08em;
  font-weight: 400;
  font-size: 0.875rem;
  min-height: 48px;
  min-width: 109px;
  line-height: 100%;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
}
.site-btb .not-found__buttons a {
  background-color: #f5ae36;
  font-weight: 500;
  text-transform: uppercase;
  margin: auto;
}

/* =============================================================
Generic forms. Basic Foundation styles are in _settings.scss
================================================================ */
@media print, screen and (min-width: 37.5em) {
  form ::-webkit-input-placeholder {
    color: rgba(29, 29, 29, 0.6);
  }
}
form :-moz-placeholder { /* Firefox 18- */ }
@media print, screen and (min-width: 37.5em) {
  form :-moz-placeholder {
    color: rgba(29, 29, 29, 0.6);
  }
}
form ::-moz-placeholder { /* Firefox 19+ */ }
@media print, screen and (min-width: 37.5em) {
  form ::-moz-placeholder {
    color: rgba(29, 29, 29, 0.6);
  }
}
@media print, screen and (min-width: 37.5em) {
  form :-ms-input-placeholder {
    color: rgba(29, 29, 29, 0.6);
  }
}
@media print, screen and (max-width: 50.99875em) {
  form input[type=text],
  form input[type=email],
  form textarea {
    border-radius: 5px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 37.5em) {
  form input[type=text],
  form input[type=email],
  form textarea {
    background: transparent;
  }
}
form select {
  width: 100%;
  height: auto;
  padding: 10px 30px 10px 12px !important;
  border: 2px solid #eee;
  border-radius: 5px;
  background-image: url(/images/icons/dropdown-arrow-dark.svg);
  background-size: auto;
  background-color: transparent;
  background-position: top calc(50% + 2px) right -1rem;
  font-size: 0.9375rem;
}
form select:hover, form select:active, form select:focus {
  border: 2px solid #bbbbbb;
  background-color: transparent;
}
form .required {
  color: #1d1d1d;
}

@media print, screen and (max-width: 50.99875em) {
  .contact-form__wrapper {
    padding-bottom: 64px !important;
  }
}
.contact-form__abstract {
  grid-column: span 4;
  text-align: left;
}
@media print, screen and (min-width: 37.5em) {
  .contact-form__abstract {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .contact-form__abstract {
    grid-column: span 4;
  }
}
.contact-form__abstract h1 {
  font-size: 1.5rem;
  line-height: 130%;
  font-weight: 400;
  margin-bottom: 20px !important;
}
@media print, screen and (min-width: 37.5em) {
  .contact-form__abstract h1 {
    font-size: 2rem;
  }
}
.contact-form__abstract p {
  font-size: 1rem;
  line-height: 150%;
  margin-bottom: 0px;
}
.contact-form__business, .contact-form__opening-times {
  text-align: left;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 51em) {
  .contact-form__business, .contact-form__opening-times {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.contact-form__business p, .contact-form__opening-times p {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 0px;
}
.contact-form__business--subtitle, .contact-form__opening-times--subtitle {
  font-weight: 700;
  margin-bottom: 12px !important;
}
.contact-form__business {
  margin-bottom: 20px;
}
@media screen and (min-width: 51em) {
  .contact-form__business {
    margin-bottom: 32px;
  }
}
.contact-form__top-wrapper {
  text-align: left;
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .contact-form__top-wrapper {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .contact-form__top-wrapper {
    grid-column: span 8;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    margin-top: 62px;
  }
}
@media screen and (min-width: 51em) {
  .contact-form__details {
    grid-column: span 4;
  }
}
.contact-form__general {
  margin-bottom: 20px !important;
}
@media print, screen and (max-width: 50.99875em) {
  .contact-form__socials {
    margin-top: 20px;
  }
}
.contact-form__socials .social-link {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  margin-bottom: 12px;
}
.contact-form__socials .social-link:last-of-type {
  margin-bottom: 20px;
}
@media screen and (min-width: 51em) {
  .contact-form__socials {
    grid-column: span 4;
  }
}
.contact-form__form {
  grid-column: span 4;
  text-align: left;
}
@media print, screen and (min-width: 37.5em) {
  .contact-form__form {
    grid-column: span 6;
    margin-top: 20px;
  }
}
@media screen and (min-width: 51em) {
  .contact-form__form {
    grid-column: 5/span 8;
    margin-top: 32px;
  }
}

.copy-banner {
  padding-bottom: 32px !important;
  padding-top: 32px !important;
}
@media print, screen and (min-width: 37.5em) {
  .copy-banner {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media screen and (min-width: 51em) {
  .site-btb .copy-banner {
    padding-top: 128px !important;
  }
}
.copy-banner.wrapper--light h1 {
  color: #131312;
}
.copy-banner__btb {
  grid-column: span 4;
  text-align: left;
}
@media print, screen and (min-width: 37.5em) {
  .copy-banner__btb {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .copy-banner__btb {
    grid-column: span 9;
  }
}
.copy-banner__btb h1 {
  text-align: left;
  font-size: 2rem;
  line-height: 100%;
  font-weight: 700;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  margin-bottom: 0px;
  text-transform: uppercase;
}
@media screen and (min-width: 51em) {
  .copy-banner__btb h1 {
    font-size: 4.625rem;
  }
}
.copy-banner__btb h1:last-of-type {
  margin-bottom: 20px;
}
@media screen and (min-width: 51em) {
  .copy-banner__btb h1:last-of-type {
    margin-bottom: 24px;
  }
}
.copy-banner__btb p {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
.copy-banner__dfc {
  grid-column: span 4;
  text-align: left;
}
@media print, screen and (min-width: 37.5em) {
  .copy-banner__dfc {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .copy-banner__dfc {
    grid-column: 5/span 8;
  }
}
.copy-banner__dfc h1 {
  text-align: left;
  font-size: 2rem;
  line-height: 130%;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 0px;
}
@media screen and (min-width: 51em) {
  .copy-banner__dfc h1 {
    font-size: 2.375rem;
  }
}
.copy-banner__dfc h1:last-of-type {
  margin-bottom: 20px;
}
@media screen and (min-width: 51em) {
  .copy-banner__dfc h1:last-of-type {
    margin-bottom: 24px;
  }
}
.copy-banner__dfc p {
  font-family: "Inter", sans-serif;
}
.copy-banner__top-title p {
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 160%;
}
@media screen and (min-width: 51em) {
  .copy-banner__top-title p {
    font-size: 1.125rem;
  }
}

#animatedWords {
  width: -moz-fit-content;
  width: fit-content;
}

.typed-cursor {
  color: #333a3e;
}

.btb-yellow {
  color: #F5AE36;
}

/* ================================================================
A coloured area for giving consistent top & bottom padding to
components - white by default
=================================================================== */
.wrapper {
  padding: 4rem 2rem 4rem;
  text-align: center;
  position: relative;
  background: #fff;
  /*  Used on channel entries */
  /* Half padding */
}
@media print, screen and (min-width: 37.5em) {
  .wrapper {
    padding: 5rem 2.5rem 5rem;
  }
}
@media screen and (min-width: 51em) {
  .wrapper {
    padding: 8rem 4rem 8rem;
  }
}
@media screen and (min-width: 90em) {
  .wrapper {
    padding: 8rem 10rem 8rem;
  }
}
.wrapper:first-of-type {
  padding: 32px 2rem 8rem;
}
@media print, screen and (min-width: 37.5em) {
  .wrapper:first-of-type {
    padding: 40px 2.5rem 8rem;
  }
}
@media screen and (min-width: 51em) {
  .wrapper:first-of-type {
    padding: 64px 4rem 8rem;
  }
}
@media screen and (min-width: 90em) {
  .wrapper:first-of-type {
    padding: 64px 10rem 8rem;
  }
}
.wrapper--channel {
  padding: 2rem 2rem 2rem;
}
@media print, screen and (min-width: 37.5em) {
  .wrapper--channel {
    padding: 2rem 2.5rem 2rem;
  }
}
@media screen and (min-width: 51em) {
  .wrapper--channel {
    padding: 4rem 4rem 4rem;
  }
}
@media screen and (min-width: 90em) {
  .wrapper--channel {
    padding: 4rem 10rem 4rem;
  }
}
.wrapper--channel:first-of-type {
  padding: 32px 2rem 2rem;
}
@media print, screen and (min-width: 37.5em) {
  .wrapper--channel:first-of-type {
    padding: 40px 2.5rem 2rem;
  }
}
@media screen and (min-width: 51em) {
  .wrapper--channel:first-of-type {
    padding: 64px 4rem 4rem;
  }
}
@media screen and (min-width: 90em) {
  .wrapper--channel:first-of-type {
    padding: 64px 10rem 4rem;
  }
}
.wrapper--half-padding {
  padding: 2rem 2rem 2rem;
}
@media print, screen and (min-width: 37.5em) {
  .wrapper--half-padding {
    padding: 2.5rem 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 51em) {
  .wrapper--half-padding {
    padding: 4rem 4rem 4rem;
  }
}
@media screen and (min-width: 90em) {
  .wrapper--half-padding {
    padding: 4rem 10rem 4rem;
  }
}
@media print, screen and (min-width: 37.5em) {
  .wrapper--even-padding {
    padding-top: 5rem;
  }
}
.wrapper--stone {
  background: #f6f6ee;
  color: #333a3e;
}
.wrapper--light {
  background-color: white;
  color: #131312;
}
.wrapper--dark {
  background: #131312;
  color: white;
}

.dynamic-bg:after {
  transition: background 300ms;
}

/* ================================================================================
A testimonial with cited author which is in a carousel if there's more than 1
=================================================================================== */
.testimonial__content {
  text-align: left;
  font-size: 1.875rem;
  height: 100%;
  line-height: 130%;
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #333a3e;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 0px;
}
.testimonial__content p {
  margin-bottom: 0px;
}
@media screen and (min-width: 51em) {
  .testimonial__content {
    font-size: 2.375rem;
  }
}
.testimonial__container {
  padding-bottom: 28px !important;
}
@media print, screen and (max-width: 50.99875em) {
  .testimonial__container {
    row-gap: 20px !important;
  }
}
.testimonial__content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.testimonial-carousel-author {
  grid-column: span 4;
  text-align: left;
}
@media print, screen and (min-width: 37.5em) {
  .testimonial-carousel-author {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .testimonial-carousel-author {
    grid-column: span 4;
  }
}
.testimonial-carousel-author h3 {
  font-size: 1.125rem;
  line-height: 150%;
  color: #9ab99b;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 37.5em) {
  .testimonial-carousel-author h3 {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 51em) {
  .testimonial-carousel-author h3 {
    margin-bottom: 20px;
  }
}
.testimonial-carousel-author p {
  font-size: 1rem;
  line-height: 150%;
  margin-bottom: 0px;
}
@media screen and (min-width: 51em) {
  .testimonial-carousel-author p {
    font-size: 1.125rem;
    line-height: 30px;
  }
}

.testimonial-carousel {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .testimonial-carousel {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .testimonial-carousel {
    margin-top: 47px;
    grid-column: span 8;
  }
}
.testimonial-carousel__slide:active, .testimonial-carousel__slide:focus {
  outline: none;
}
.testimonial-carousel .slick-dots {
  position: absolute;
  bottom: -38px;
  margin: 0px;
  left: 0;
}
.testimonial-carousel .slick-dots li {
  margin: 0px 4px;
}
.testimonial-carousel .slick-dots li:first-of-type {
  margin-left: 0px;
}
.testimonial-carousel .slick-dots li button {
  background-color: #9ab99b;
  outline: none;
  cursor: pointer;
  width: 8px;
  height: 8px;
}
.testimonial-carousel .slick-dots li.slick-active button {
  background-color: #379490;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 13px;
  height: 24px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
  transition: opacity 200ms;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.5;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  color: white;
  background: url(/images/icons/carousel-arrow-white.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.slick-prev {
  left: 4.3rem;
}
.slick-prev:before {
  transform: rotate(180deg);
}

.slick-next {
  right: 4.3rem;
}
[dir=rtl] .slick-next {
  left: 4.3rem;
  right: auto;
}
/* Dots - original slick styles */
/* ================================================================
Custom global dot styles
=================================================================== */
.slick-dots {
  margin: 2.125rem 0;
}
.slick-dots li {
  margin: 0 7px;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  height: 11px;
}
.slick-dots li button {
  margin: 0;
  padding: 0;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  text-indent: -5000px;
  background: rgba(255, 255, 255, 0.5);
  transition: transform 200ms;
  vertical-align: top;
}
.slick-dots li button:hover {
  transform: scale(1.5, 1.5);
}
.slick-dots li.slick-active button {
  background-color: #fff;
}

/* ====================================================
A main carousel, with slides of content, maybe buttons
======================================================= */
.carousel {
  width: 100%;
  text-align: center;
}
.carousel--tall {
  height: 600px;
}
@media print, screen and (max-width: 37.49875em) {
  .carousel--tall {
    height: 100vh;
    height: calc(100vh - 56px - 60px);
  }
}
.carousel--full {
  height: 100vh;
  height: calc(100vh - 56px - 60px);
}
@media print, screen and (min-width: 37.5em) {
  .carousel--full {
    min-height: 600px;
    height: calc(100vh - 56px);
  }
}
@media screen and (min-width: 51em) {
  .carousel--full {
    height: calc(100vh - 76px);
  }
}
@media print, screen and (max-width: 37.49875em) {
  .carousel-icons {
    display: none;
  }
}
.carousel-hint {
  position: absolute;
  bottom: 34px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  z-index: 1;
}
@media print, screen and (min-width: 37.5em) and (max-width: 50.99875em) {
  .carousel-hint {
    display: none;
  }
}
.carousel-hint img {
  margin-left: auto;
  margin-right: auto;
}
.carousel-hint__scroll {
  height: 53px;
  width: 53px;
  margin-bottom: 2px;
  display: block;
}
.carousel-cta {
  position: absolute;
  bottom: 40px;
  right: 20px;
  transform: translateX(-50%);
}
.carousel-cta__enquiry {
  height: 45px;
  width: 45px;
}
.carousel .slick-list,
.carousel .slick-track {
  height: 100%;
}
.carousel__video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.carousel__video {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  pointer-events: none;
}
@media screen and (min-width: 51em) {
  .carousel--short .carousel__video {
    height: 400%;
    top: -133%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .carousel--tall .carousel__video {
    width: 300%;
    left: -100%;
  }
}
@media screen and (min-width: 51em) {
  .carousel--tall .carousel__video {
    width: 100%;
    left: 0;
    height: 300%;
    top: -100%;
  }
}
@media (min-aspect-ratio: 16/9) {
  .carousel--full .carousel__video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .carousel--full .carousel__video {
    width: 300%;
    left: -100%;
    top: -10%;
    height: 120%;
  }
}
@media (max-aspect-ratio: 1/1) {
  .carousel--full .carousel__video {
    width: 300%;
    left: -100%;
  }
}
.carousel .slide {
  color: #fff;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel .slide-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.carousel .slide-tint {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  opacity: 0;
  z-index: 1;
}
.carousel .slide-content {
  padding: 0;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 37.49875em) and (orientation: landscape) {
  .carousel .slide-content {
    margin-top: 2.125rem;
  }
}
.carousel .slide-content--dark-text h1,
.carousel .slide-content--dark-text h2,
.carousel .slide-content--dark-text p {
  color: #1d1d1d;
}
.carousel .slide-content__title {
  color: #fff;
  font-size: 2.125rem;
  font-weight: normal;
  margin: 0;
}
@media screen and (min-width: 51em) and (orientation: landscape) {
  .carousel .slide-content__title {
    font-size: 3.25rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 51em) and (min-height:801px) {
  .carousel .slide-content__title {
    font-size: 3.25rem;
    line-height: 1.2;
  }
}
.carousel .slide-content__subtitle, .carousel .slide-content__top-subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 12px;
}
@media screen and (min-width: 51em) {
  .carousel .slide-content__subtitle, .carousel .slide-content__top-subtitle {
    font-size: 1.3125rem;
    font-weight: 400;
    margin-top: 24px;
  }
}
.carousel .slide-content__content-wrapper {
  position: relative;
}
.carousel .slide-content__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.carousel .slide-content__top-subtitle {
  padding-bottom: 25px;
  display: inline-block;
  position: relative;
  margin-bottom: 14px;
  margin-top: 0;
}
.carousel .slide-content__top-subtitle:after {
  content: "";
  width: 33px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.carousel .slide-content__buttons {
  margin-top: 1.75rem;
}
@media print, screen and (min-width: 37.5em) {
  .carousel .slide-content__buttons {
    margin-top: 3.25rem;
  }
}
@media print, screen and (min-width: 37.5em) {
  .carousel .slide-content .button {
    margin-right: 0.5rem;
  }
}
.carousel .slide-content .button:first-child {
  margin-left: 0;
}
.carousel .slide-content .button:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.carousel .slick-next {
  right: 4.3rem;
}
.carousel .slick-prev {
  left: 4.3rem;
}

/* ====================================================
A version with light bg & dark text - don't use yet
======================================================= */
/* ====================================================
Dots
======================================================= */
.carousel .slick-dots {
  margin: 0;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 37.49875em) {
  .carousel .slick-dots {
    bottom: 20px;
  }
}
@media screen and (max-width: 37.49875em) and (orientation: landscape) {
  .carousel .slick-dots {
    bottom: 20px;
    left: auto;
    transform: none;
  }
}
@media print, screen and (min-width: 37.5em) {
  .carousel .slick-dots {
    bottom: 20px;
  }
}
.carousel .slick-dots li button {
  background: rgba(255, 255, 255, 0.5);
}
.carousel .slick-dots li.slick-active button {
  background: #fff;
}
.carousel--dots-right .slick-dots {
  right: 25px;
  left: auto;
  transform: none;
}
.carousel--dots-left .slick-dots {
  left: 25px;
  right: auto;
  transform: none;
}
.carousel--dots-left li:first-child {
  margin-left: 0;
}
.carousel--small .slick-dots, .carousel--tall .slick-dots {
  bottom: 20px !important;
}

/* ============================================================
Wrapper around carousel to add other things, like share button
=============================================================== */
.carousel-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

/* ============================================================
Share button in the carousel
=============================================================== */
/* ====================================================
Large image which will fit edge to edge with container
======================================================= */
.fullwidth-img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

/*
  Copied from CivicUK
 */
.site-main #ccc {
  position: fixed;
  z-index: 6;
  font-family: Arial, sans-serif !important;
  font-size: 12px;
  line-height: 1.4em;
  font-smooth: antialised;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1024px) {
  .site-main #ccc {
    font-size: 16px;
  }
}
.site-main #ccc-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  transition: transform 0s, opacity 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  will-change: transform, opacity;
}
.site-main #ccc[open] #ccc-overlay {
  transform: translateZ(0);
  opacity: 1;
}
.site-main #ccc-icon {
  position: fixed;
  bottom: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 4;
  fill: #AEC7AF !important;
}
.site-main #ccc[left] #ccc-icon {
  left: 0;
}
.site-main #ccc[right] #ccc-icon {
  right: 0;
}
.site-main #ccc[dark] #ccc-icon {
  fill: #AEC7AF;
}
.site-main #ccc[dark] #ccc-icon #star path {
  fill: #2B2C2F;
}
.site-main #ccc[light] #ccc-icon {
  fill: #555;
}
.site-main #ccc[light] #ccc-icon #star path {
  fill: #f4f4f4;
}
.site-main #ccc-module {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: transform 0.6s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  will-change: transform;
}
.site-main #ccc[slideout] #ccc-module {
  top: 0;
  bottom: 0;
  width: 90%;
  max-width: 420px;
}
.site-main #ccc[slideout][left] #ccc-module {
  left: auto;
  right: 100%;
  transform: translateZ(0);
}
.site-main #ccc[slideout][left][open] #ccc-module {
  right: 100%;
  transform: translate3d(100%, 0, 0);
}
.site-main #ccc[slideout][right] #ccc-module {
  right: auto;
  left: 100%;
  transform: translateZ(0);
}
.site-main #ccc[slideout][right][open] #ccc-module {
  transform: translate3d(-100%, 0, 0);
}
.site-main #ccc[popup] #ccc-module {
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  transform: translateZ(0);
}
.site-main #ccc[popup][open] #ccc-module {
  transform: translate3d(0, -100%, 0);
}
.site-main #ccc-content {
  position: absolute;
  overflow-y: auto;
  padding: 24px;
  box-sizing: border-box;
}
.site-main #ccc[slideout] #ccc-content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.site-main #ccc[popup] #ccc-content {
  width: 90%;
  height: 90%;
  max-height: 600px;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
}
.site-main #ccc[dark] #ccc-content {
  color: #2B2C2F;
  fill: #2B2C2F;
  background-color: #313147;
}
.site-main #ccc[light] #ccc-content {
  color: #333;
  fill: #333;
  background-color: #f4f4f4;
}
.site-main #ccc-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  cursor: pointer;
}
.site-main #ccc-title {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
  padding-right: 32px;
  margin: 0;
}
.site-main #ccc #ccc-recommended-settings {
  margin-left: 0;
  float: none;
  clear: both;
}
.site-main #ccc h3 {
  margin: 0;
  font-weight: 700;
  padding-right: 120px;
}
.site-main #ccc h3, .site-main #ccc p {
  font-size: 1em;
  line-height: 1.5em;
}
.site-main #ccc p {
  font-weight: 400;
  margin: 1em 0;
}
.site-main #ccc hr {
  height: 1px;
  border: 0;
  margin: 24px 0;
  opacity: 0.25;
}
.site-main #ccc .ccc-svg-element {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 6px;
  margin-left: 8px;
}
.site-main #ccc[dark] hr {
  background-color: #fff;
}
.site-main #ccc[dark] a, .site-main #ccc[dark] h2, .site-main #ccc[dark] h3, .site-main #ccc[dark] p, .site-main #ccc[dark] span {
  color: #fff;
  fill: #fff;
}
.site-main #ccc[light] hr {
  background-color: #333;
}
.site-main #ccc[light] a, .site-main #ccc[light] h2, .site-main #ccc[light] h3, .site-main #ccc[light] p, .site-main #ccc[light] span {
  color: #333;
  fill: #333;
}
.site-main #ccc .optional-cookie {
  position: relative;
}
.site-main #ccc .checkbox-toggle {
  position: absolute;
  top: -3px;
  right: 0;
  margin: 0;
  border-radius: 50px;
  background-color: #F6F6EE !important;
  border: 4px solid #F6F6EE;
  border-color: #F6F6EE !important;
}
.site-main #ccc .checkbox-toggle-label {
  display: flex;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.site-main #ccc .checkbox-toggle-input {
  margin: 0;
  padding: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.site-main #ccc .checkbox-toggle-off, .site-main #ccc .checkbox-toggle-on {
  flex: 1;
  flex-basis: 50%;
  width: 50%;
  min-width: 40px;
  text-align: center;
  z-index: 2;
  font-size: 0.75em;
  font-weight: 700;
  padding: 0 6px;
  white-space: nowrap;
  color: #333A3E !important;
}
.site-main #ccc .checkbox-toggle-off {
  opacity: 0.65;
}
.site-main #ccc .checkbox-toggle-toggle {
  display: block;
  width: 50%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 50px;
  transition: all 0.4s ease;
  background-color: #9AB99B !important;
}
.site-main #ccc .checkbox-toggle input:checked ~ .checkbox-toggle-toggle {
  left: 50%;
}
.site-main #ccc .ccc-alert {
  margin: -16px 0 0;
  overflow: hidden;
  border-radius: 8px;
  background: #AEC7AF !important;
}
.site-main #ccc .ccc-alert[visible] {
  height: auto;
  margin: 24px 0;
  padding: 16px 16px 0;
}
.site-main #ccc .ccc-alert-title {
  display: flex;
  align-items: center;
  padding: 0;
}
.site-main #ccc .ccc-alert-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
  flex-shrink: 0;
}
.site-main #ccc .ccc-alert-break {
  margin: 12px 0;
}
.site-main .third-party-cookie-link {
  display: flex;
  align-items: center;
  margin: 16px 0;
  background: #AEC7AF !important;
}
.site-main .third-party-cookie-name {
  font-size: 1em;
  font-weight: 700;
}
.site-main .third-party-cookie-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 16px;
}
.site-main #ccc[dark] .ccc-alert {
  color: #fff;
  fill: #fff;
  background: #111125;
}
.site-main #ccc[light] .ccc-alert {
  background: #eaeaea;
}
.site-main #ccc #ccc-notify {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  min-height: 48px;
  padding: 16px;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.4s;
}
.site-main #ccc #ccc-notify:empty {
  height: 0;
  padding: 0;
}
.site-main #ccc #ccc-notify[visible] {
  transform: translateZ(0);
}
.site-main #ccc #ccc-notify h3 {
  padding: 0;
}
.site-main #ccc #ccc-notify p {
  margin: 0;
  opacity: 0.8;
  font-size: 0.9em;
}
.site-main #ccc .ccc-notify-buttons {
  position: relative;
  margin-top: 16px;
}
.site-main #ccc .ccc-notify-button {
  border: 2px solid;
  padding: 8px 16px;
  font-size: 1em;
  margin: 4px 8px 4px 0;
  font-weight: 400;
  line-height: 1.5em;
  outline: 0;
  background: transparent;
  cursor: pointer;
}
.site-main #ccc .ccc-notify-button:focus, .site-main #ccc .ccc-notify-button:hover {
  outline: 0;
}
.site-main #ccc #ccc-notify-dismiss {
  display: none;
}
@media (min-width: 400px) {
  .site-main #ccc #ccc-notify-dismiss {
    position: relative;
    right: auto;
  }
}
@media (min-width: 600px) {
  .site-main #ccc #ccc-notify {
    font-size: 12px;
    flex-direction: row;
    align-items: center;
  }
  .site-main #ccc .ccc-notify-buttons {
    margin-top: 0;
    white-space: nowrap;
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .site-main #ccc #ccc-notify {
    font-size: 16px;
    z-index: 0;
    padding: 16px 100px;
  }
}
.site-main #ccc[dark] #ccc-notify {
  color: #fff;
  fill: #fff;
  background-color: #313147;
}
.site-main #ccc[dark] .ccc-notify-button {
  color: #fff;
  border-color: #fff;
}
.site-main #ccc[dark] .ccc-button-solid {
  background: #fff;
  font-weight: 700;
}
.site-main #ccc[light] #ccc-notify {
  color: #000;
  fill: #000;
  background: #f4f4f4;
}
.site-main #ccc[light] .ccc-notify-button {
  color: #000;
  border-color: #000;
}
.site-main #ccc[light] .ccc-button-solid {
  color: #fff;
  background: #000;
  font-weight: 700;
}
.site-main #ccc-info-link {
  font-size: 0.8em;
  font-weight: 700;
  text-decoration: none;
}
.site-main #ccc-info-link .svg-element {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}
.site-main #ccc[slideout] #ccc-info {
  height: 100px;
}
.site-main #ccc[popup] #ccc-info {
  height: 40px;
}
.site-main #ccc #ccc-content, .site-main #ccc #ccc-notify {
  background-color: #9ab99b !important;
}
@media print, screen and (max-width: 50.99875em) {
  .site-main #ccc-icon {
    outline: none !important;
  }
}

.site-btb #ccc {
  position: fixed;
  z-index: 6;
  font-family: Arial, sans-serif !important;
  font-size: 12px;
  line-height: 1.4em;
  font-smooth: antialised;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1024px) {
  .site-btb #ccc {
    font-size: 16px;
  }
}
.site-btb #ccc-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  transition: transform 0s, opacity 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  will-change: transform, opacity;
}
.site-btb #ccc[open] #ccc-overlay {
  transform: translateZ(0);
  opacity: 1;
}
.site-btb #ccc-icon {
  position: fixed;
  bottom: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 4;
  fill: #F5AE36 !important;
}
.site-btb #ccc[left] #ccc-icon {
  left: 0;
}
.site-btb #ccc[right] #ccc-icon {
  right: 0;
}
.site-btb #ccc[dark] #ccc-icon {
  fill: #F5AE36;
}
.site-btb #ccc[dark] #ccc-icon #star path {
  fill: #2B2C2F;
}
.site-btb #ccc[light] #ccc-icon {
  fill: #555;
}
.site-btb #ccc[light] #ccc-icon #star path {
  fill: #f4f4f4;
}
.site-btb #ccc-module {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: transform 0.6s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  will-change: transform;
}
.site-btb #ccc[slideout] #ccc-module {
  top: 0;
  bottom: 0;
  width: 90%;
  max-width: 420px;
}
.site-btb #ccc[slideout][left] #ccc-module {
  left: auto;
  right: 100%;
  transform: translateZ(0);
}
.site-btb #ccc[slideout][left][open] #ccc-module {
  right: 100%;
  transform: translate3d(100%, 0, 0);
}
.site-btb #ccc[slideout][right] #ccc-module {
  right: auto;
  left: 100%;
  transform: translateZ(0);
}
.site-btb #ccc[slideout][right][open] #ccc-module {
  transform: translate3d(-100%, 0, 0);
}
.site-btb #ccc[popup] #ccc-module {
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  transform: translateZ(0);
}
.site-btb #ccc[popup][open] #ccc-module {
  transform: translate3d(0, -100%, 0);
}
.site-btb #ccc-content {
  position: absolute;
  overflow-y: auto;
  padding: 24px;
  box-sizing: border-box;
}
.site-btb #ccc[slideout] #ccc-content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.site-btb #ccc[popup] #ccc-content {
  width: 90%;
  height: 90%;
  max-height: 600px;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
}
.site-btb #ccc[dark] #ccc-content {
  color: #2B2C2F;
  fill: #2B2C2F;
  background-color: #313147;
}
.site-btb #ccc[light] #ccc-content {
  color: #333;
  fill: #333;
  background-color: #f4f4f4;
}
.site-btb #ccc-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  cursor: pointer;
}
.site-btb #ccc-title {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
  padding-right: 32px;
  margin: 0;
}
.site-btb #ccc #ccc-recommended-settings {
  margin-left: 0;
  float: none;
  clear: both;
}
.site-btb #ccc h3 {
  margin: 0;
  font-weight: 700;
  padding-right: 120px;
}
.site-btb #ccc h3, .site-btb #ccc p {
  font-size: 1em;
  line-height: 1.5em;
}
.site-btb #ccc p {
  font-weight: 400;
  margin: 1em 0;
}
.site-btb #ccc hr {
  height: 1px;
  border: 0;
  margin: 24px 0;
  opacity: 0.25;
}
.site-btb #ccc .ccc-svg-element {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 6px;
  margin-left: 8px;
}
.site-btb #ccc[dark] hr {
  background-color: #fff;
}
.site-btb #ccc[dark] a, .site-btb #ccc[dark] h2, .site-btb #ccc[dark] h3, .site-btb #ccc[dark] p, .site-btb #ccc[dark] span {
  color: #2B2C2F !important;
  fill: #2B2C2F;
}
.site-btb #ccc[light] hr {
  background-color: #333;
}
.site-btb #ccc[light] a, .site-btb #ccc[light] h2, .site-btb #ccc[light] h3, .site-btb #ccc[light] p, .site-btb #ccc[light] span {
  color: #2B2C2F !important;
  fill: #333;
}
.site-btb #ccc .optional-cookie {
  position: relative;
}
.site-btb #ccc .checkbox-toggle {
  position: absolute;
  top: -3px;
  right: 0;
  margin: 0;
  border-radius: 50px;
  background-color: #F6F6EE !important;
  border: 4px solid #F6F6EE;
  border-color: #F6F6EE !important;
}
.site-btb #ccc .checkbox-toggle-label {
  display: flex;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.site-btb #ccc .checkbox-toggle-input {
  margin: 0;
  padding: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.site-btb #ccc .checkbox-toggle-off, .site-btb #ccc .checkbox-toggle-on {
  flex: 1;
  flex-basis: 50%;
  width: 50%;
  min-width: 40px;
  text-align: center;
  z-index: 2;
  font-size: 0.75em;
  font-weight: 700;
  padding: 0 6px;
  white-space: nowrap;
  color: #333A3E !important;
}
.site-btb #ccc .checkbox-toggle-off {
  opacity: 0.65;
}
.site-btb #ccc .checkbox-toggle-toggle {
  display: block;
  width: 50%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 50px;
  transition: all 0.4s ease;
  background-color: #F5AE36 !important;
}
.site-btb #ccc .checkbox-toggle input:checked ~ .checkbox-toggle-toggle {
  left: 50%;
}
.site-btb #ccc .ccc-alert {
  margin: -16px 0 0;
  overflow: hidden;
  border-radius: 8px;
  background: #AEC7AF !important;
}
.site-btb #ccc .ccc-alert[visible] {
  height: auto;
  margin: 24px 0;
  padding: 16px 16px 0;
}
.site-btb #ccc .ccc-alert-title {
  display: flex;
  align-items: center;
  padding: 0;
}
.site-btb #ccc .ccc-alert-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
  flex-shrink: 0;
}
.site-btb #ccc .ccc-alert-break {
  margin: 12px 0;
}
.site-btb .third-party-cookie-link {
  display: flex;
  align-items: center;
  margin: 16px 0;
  background: #AEC7AF !important;
}
.site-btb .third-party-cookie-name {
  font-size: 1em;
  font-weight: 700;
}
.site-btb .third-party-cookie-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 16px;
}
.site-btb #ccc[dark] .ccc-alert {
  color: #fff;
  fill: #fff;
  background: #111125;
}
.site-btb #ccc[light] .ccc-alert {
  background: #eaeaea;
}
.site-btb #ccc #ccc-notify {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  min-height: 48px;
  padding: 16px;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.4s;
}
.site-btb #ccc #ccc-notify:empty {
  height: 0;
  padding: 0;
}
.site-btb #ccc #ccc-notify[visible] {
  transform: translateZ(0);
}
.site-btb #ccc #ccc-notify h3 {
  padding: 0;
}
.site-btb #ccc #ccc-notify p {
  margin: 0;
  opacity: 0.8;
  font-size: 0.9em;
}
.site-btb #ccc .ccc-notify-buttons {
  position: relative;
  margin-top: 16px;
}
.site-btb #ccc .ccc-notify-button {
  border: 2px solid;
  padding: 8px 16px;
  font-size: 1em;
  margin: 4px 8px 4px 0;
  font-weight: 400;
  line-height: 1.5em;
  outline: 0;
  background: transparent;
  cursor: pointer;
}
.site-btb #ccc .ccc-notify-button:focus, .site-btb #ccc .ccc-notify-button:hover {
  outline: 0;
}
.site-btb #ccc #ccc-notify-dismiss {
  display: none;
}
@media (min-width: 400px) {
  .site-btb #ccc #ccc-notify-dismiss {
    position: relative;
    right: auto;
  }
}
@media (min-width: 600px) {
  .site-btb #ccc #ccc-notify {
    font-size: 12px;
    flex-direction: row;
    align-items: center;
  }
  .site-btb #ccc .ccc-notify-buttons {
    margin-top: 0;
    white-space: nowrap;
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .site-btb #ccc #ccc-notify {
    font-size: 16px;
    z-index: 0;
    padding: 16px 100px;
  }
}
.site-btb #ccc[dark] #ccc-notify {
  color: #fff;
  fill: #fff;
  background-color: #313147;
}
.site-btb #ccc[dark] .ccc-notify-button {
  color: #2B2C2F;
  border-color: #2B2C2F;
}
.site-btb #ccc[dark] .ccc-button-solid {
  background: #2B2C2F;
  font-weight: 700;
}
.site-btb #ccc[light] #ccc-notify {
  color: #000;
  fill: #000;
  background: #f4f4f4;
}
.site-btb #ccc[light] .ccc-notify-button {
  color: #000;
  border-color: #000;
}
.site-btb #ccc[light] .ccc-button-solid {
  color: #2B2C2F;
  background: #000;
  font-weight: 700;
}
.site-btb #ccc-info-link {
  font-size: 0.8em;
  font-weight: 700;
  text-decoration: none;
}
.site-btb #ccc-info-link .svg-element {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}
.site-btb #ccc[slideout] #ccc-info {
  height: 100px;
}
.site-btb #ccc[popup] #ccc-info {
  height: 40px;
}
.site-btb #ccc #ccc-content, .site-btb #ccc #ccc-notify {
  background-color: #EAEAEA !important;
}
@media print, screen and (max-width: 50.99875em) {
  .site-btb #ccc-icon {
    outline: none !important;
  }
}
.site-btb #ccc #ccc-content--dark p {
  fill: #2B2C2F !important;
}
.site-btb #cc-panel h1, .site-btb #cc-panel h2, .site-btb #cc-panel h3, .site-btb #cc-panel p {
  fill: #2B2C2F !important;
  color: #2B2C2F !important;
}
.site-btb .ccc-content--dark {
  fill: #2B2C2F !important;
  color: #2B2C2F !important;
}
.site-btb .ccc-content--dark h1, .site-btb .ccc-content--dark p, .site-btb .ccc-content--dark span {
  fill: #2B2C2F !important;
  color: #2B2C2F !important;
}
.site-btb .ccc-content--dark hr {
  background-color: #2B2C2F !important;
}

.grid-4-images__grid {
  row-gap: 16px !important;
}
@media print, screen and (min-width: 37.5em) {
  .grid-4-images__grid {
    row-gap: 32px !important;
  }
}
.grid-4-images__image-border {
  border: 1px solid #B2B1B1;
}
.grid-4-images__image {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .grid-4-images__image {
    grid-column: span 3;
  }
}
@media screen and (min-width: 51em) {
  .grid-4-images__image {
    grid-column: span 6;
  }
}

.insight-feature:has(+ .cta) {
  padding-bottom: 32px !important;
}
@media print, screen and (min-width: 37.5em) {
  .insight-feature:has(+ .cta) {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 51em) {
  .insight-feature:has(+ .cta) {
    padding-bottom: 128px !important;
  }
}

.insight-feature__top-text {
  grid-column: span 4;
  text-align: left;
  margin-bottom: 32px;
}
.insight-feature__top-text h3 {
  line-height: 120%;
}
@media print, screen and (max-width: 50.99875em) {
  .insight-feature__top-text h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 51em) {
  .insight-feature__top-text h3 {
    font-size: 2rem;
    line-height: 130%;
  }
}
.insight-feature__top-text p {
  font-size: 1.125rem;
  line-height: 150%;
  margin-bottom: 20px;
  color: #065a5c !important;
}
@media print, screen and (min-width: 37.5em) {
  .insight-feature__top-text {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .insight-feature__top-text {
    grid-column: span 8;
  }
}
.insight-feature__link {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
}
@media screen and (min-width: 51em) {
  .insight-feature__link {
    margin-top: 0px;
  }
}
.insight-feature__link p {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  margin-bottom: 0px;
}
.insight-feature__link--cheveron {
  height: 16px;
  width: 16px;
  background-image: url("/images/icons/cheveron-right.svg");
}
.insight-feature__link:hover p {
  color: #379490;
}
.insight-feature__link:hover .insight-feature__link--cheveron {
  background-image: url("/images/icons/cheveron-right-green.svg");
}
.insight-feature__abstract {
  text-align: left;
  font-size: 1rem;
  line-height: 26px;
  margin-bottom: 0px;
}
.insight-feature__tile {
  grid-column: span 4;
  text-decoration: none;
}
@media print, screen and (min-width: 37.5em) {
  .insight-feature__tile {
    display: grid;
    grid-column: span 6;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
  }
}
@media screen and (min-width: 51em) {
  .insight-feature__tile {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0px;
    gap: 12px;
  }
}
.insight-feature__tile-image-wrapper img {
  transition: transform 0.3s ease-in-out;
}
.insight-feature__tile-image-wrapper:hover .insight-feature__image img, .insight-feature__tile-image-wrapper:focus .insight-feature__image img {
  transform: scale(1.05);
}
@media print, screen and (min-width: 37.5em) and (max-width: 50.99875em) {
  .insight-feature__tile-image-wrapper {
    grid-column: span 2;
  }
}
@media print, screen and (min-width: 37.5em) and (max-width: 50.99875em) {
  .insight-feature__tile-link-wrapper {
    grid-column: span 4;
  }
}
.insight-feature__image {
  background-color: #9ab99b;
  overflow: hidden;
  aspect-ratio: 1/1;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 37.5em) {
  .insight-feature__image {
    margin-bottom: 0px;
  }
}
.insight-feature__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.insight-feature__text {
  margin-bottom: 12px;
  text-align: left !important;
  font-size: 1.5rem;
  line-height: 33.6px;
}
.insight-feature__text span {
  text-decoration: none;
}
.insight-feature__text span:hover, .insight-feature__text span:focus {
  color: #379490;
}
@media screen and (min-width: 51em) {
  .insight-feature__text {
    font-size: 1.625rem;
    line-height: 36.4px;
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 37.5em) and (max-width: 50.99875em) {
  .insight-feature__text--square {
    display: none;
  }
}
.insight-feature__text--rectangle {
  display: none;
}
@media print, screen and (min-width: 37.5em) and (max-width: 50.99875em) {
  .insight-feature__text--rectangle {
    display: block;
  }
}

@media print, screen and (max-width: 50.99875em) {
  .insights {
    row-gap: 20px !important;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .insights__image-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.insights__stats {
  grid-column: span 4;
  text-align: left;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
@media print, screen and (max-width: 50.99875em) {
  .insights__stats {
    order: 2;
  }
}
@media print, screen and (min-width: 37.5em) {
  .insights__stats {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .insights__stats {
    grid-column: span 3;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .insights__stats--inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (max-width: 50.99875em) {
  .insights__stats--inner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
  }
}
.insights__stats h5 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 26px;
  margin-bottom: 0px;
}
.insights__stats p {
  font-size: 1rem;
  line-height: 26px;
  margin-bottom: 0px;
}
.site-btb .insights__stats--date p {
  font-size: 1.125rem;
  line-height: 160%;
}
@media print, screen and (max-width: 37.49875em) {
  .insights__stats--date {
    grid-column: span 2;
  }
}
@media print, screen and (max-width: 50.99875em) {
  .insights__stats--date {
    grid-column: span 3;
  }
}
.insights__stats--tags {
  margin-bottom: 0px;
  margin-top: 20px;
}
@media print, screen and (max-width: 37.49875em) {
  .insights__stats--tags {
    grid-column: span 2;
  }
}
@media print, screen and (max-width: 50.99875em) {
  .insights__stats--tags {
    grid-column: span 3;
  }
}
.insights__stats--tags a {
  font-family: "Inter", sans-serif;
  text-decoration: none;
}
.insights__content {
  grid-column: span 4;
  text-align: left;
}
@media print, screen and (max-width: 50.99875em) {
  .insights__content {
    order: 1;
  }
}
@media print, screen and (min-width: 37.5em) {
  .insights__content {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .insights__content {
    grid-column: 5/span 7;
  }
}
.insights__content h1 {
  font-size: 1.875rem;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (min-width: 51em) {
  .insights__content h1 {
    font-size: 2.375rem;
  }
}
.insights__content p {
  font-size: 1.125rem;
  line-height: 30px;
  margin-bottom: 0px;
}
.site-btb .insights__content h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 51em) {
  .site-btb .insights__content h1 {
    font-size: 3.75rem;
  }
}
.insights__banner-desktop {
  display: none;
}
@media print, screen and (min-width: 37.5em) {
  .insights__banner-desktop {
    display: block;
    grid-column: span 6;
    overflow: hidden;
  }
}
@media screen and (min-width: 51em) {
  .insights__banner-desktop {
    grid-column: span 12;
    aspect-ratio: 16/9;
  }
}
.insights__banner-desktop img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.insights__banner-mobile {
  display: block;
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .insights__banner-mobile {
    display: none;
  }
}

.copy-banner {
  padding-bottom: 32px !important;
}
@media print, screen and (min-width: 37.5em) {
  .copy-banner {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 51em) {
  .copy-banner {
    padding-bottom: 64px !important;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .copy-banner__grid {
    row-gap: 24px !important;
  }
}
.copy-banner__title {
  grid-column: span 4;
  text-align: left;
  font-size: 2.25rem;
  line-height: 120%;
  margin-bottom: 0px;
}
.copy-banner__title p {
  margin-bottom: 0px;
}
.copy-banner__title p .sage-green {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  max-width: 0;
}
@media print, screen and (min-width: 37.5em) {
  .copy-banner__title {
    grid-column: span 3;
    margin-bottom: 0px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 51em) {
  .copy-banner__title {
    grid-column: span 6;
    font-size: 3rem;
  }
}
.copy-banner__text {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media print, screen and (min-width: 37.5em) {
  .copy-banner__text {
    grid-column: span 3;
  }
}
@media screen and (min-width: 51em) {
  .copy-banner__text {
    grid-column: span 6;
  }
}
.copy-banner__text-inner {
  font-size: 1.25rem;
  line-height: 140%;
  text-align: left;
}
.copy-banner__text-inner p {
  margin-bottom: 0px;
}
@media screen and (min-width: 51em) {
  .copy-banner__text-inner {
    font-size: 1.625rem;
  }
}

#animatedWords {
  width: -moz-fit-content;
  width: fit-content;
}

.typed-cursor {
  color: #333a3e;
}

.related-case-studies__title {
  font-size: 1.125rem;
  line-height: 30px;
  color: #065a5c;
  text-align: left;
  max-width: 1600px;
  margin: 0px auto 12px;
}
@media screen and (min-width: 51em) {
  .related-case-studies__title {
    margin: 0px auto 20px;
  }
}
.related-case-studies__span-four {
  grid-column: span 4;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media print, screen and (min-width: 37.5em) {
  .related-case-studies__span-four {
    grid-column: span 3;
  }
}
@media screen and (min-width: 51em) {
  .related-case-studies__span-four {
    grid-column: span 4;
  }
}
.related-case-studies__span-four--content {
  text-align: left;
  padding-top: 20px;
}
@media screen and (min-width: 51em) {
  .related-case-studies__span-four--content {
    padding-top: 32px;
  }
}
.related-case-studies__span-four--content h3 {
  font-size: 1.25rem;
  line-height: 28px;
  margin-bottom: 0px;
}
@media screen and (min-width: 51em) {
  .related-case-studies__span-four--content h3 {
    font-size: 1.625rem;
    line-height: 36px;
  }
}
.related-case-studies__span-four--content p {
  font-size: 1rem;
  line-height: 26px;
  margin-top: 12px;
  margin-bottom: 0px;
}
.related-case-studies__span-four--image-wrapper {
  overflow: hidden;
}
.related-case-studies__span-four--image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.related-case-studies__link {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
}
.related-case-studies__link a {
  text-decoration: none;
}
.related-case-studies__link--cheveron {
  height: 16px;
  width: 16px;
  background-image: url("/images/icons/cheveron-right.svg");
}
.related-case-studies__link:hover a {
  color: #379490;
}
.related-case-studies__link:hover .featured-case-studies__link--cheveron {
  background-image: url("/images/icons/cheveron-right-green.svg");
}

@media print, screen and (min-width: 37.5em) and (max-width: 50.99875em) {
  .hide-for-tablet {
    display: none !important;
  }
}

.statistics__tile {
  grid-column: span 4;
  border: 1px solid #B2B1B1;
  padding: 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print, screen and (min-width: 37.5em) {
  .statistics__tile {
    grid-column: span 3;
    padding: 20px;
  }
  .statistics__tile:first-of-type {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .statistics__tile {
    grid-column: span 4;
    padding: 40px 20px;
  }
  .statistics__tile:first-of-type {
    grid-column: span 4;
  }
}
@media screen and (min-width: 90em) {
  .statistics__tile {
    padding: 64px 40px;
  }
}
.statistics__title {
  font-size: 1.25rem;
  line-height: 28px;
  margin-bottom: 8px;
}
@media screen and (min-width: 51em) {
  .statistics__title {
    font-size: 1.625rem;
    line-height: 36px;
    margin-bottom: 12px;
  }
}
.statistics__statistic {
  color: #333A3E;
  font-size: 4rem;
  line-height: 64px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 37.5em) {
  .statistics__statistic {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 51em) {
  .statistics__statistic {
    font-size: 3.75rem;
    line-height: 72px;
  }
}
@media screen and (min-width: 90em) {
  .statistics__statistic {
    font-size: 6.25rem;
    line-height: 100px;
    margin-bottom: 20px;
  }
}
.statistics__copy {
  font-size: 1rem;
  line-height: 150%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 37.5em) {
  .statistics__copy {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 51em) {
  .statistics__copy {
    margin-bottom: 20px;
  }
}
.statistics__link {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
}
.statistics__link a {
  font-family: "Inter", sans-serif;
  text-decoration: none;
}
.statistics__link--cheveron {
  height: 16px;
  width: 16px;
  background-image: url("/images/icons/cheveron-right.svg");
}
.statistics__link:hover a {
  color: #379490;
}
.statistics__link:hover .statistics__link--cheveron {
  background-image: url("/images/icons/cheveron-right-green.svg");
}

.channel-copy__quote {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .channel-copy__quote {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .channel-copy__quote {
    grid-column: span 3;
  }
}
.channel-copy__quote blockquote {
  border: 0px;
  text-align: left;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  color: black;
}
@media screen and (min-width: 51em) {
  .channel-copy__quote blockquote {
    font-size: 1.625rem;
  }
}
.channel-copy__quote blockquote cite {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 26px;
  color: #b2b1b1;
  font-style: normal;
}
@media screen and (min-width: 51em) {
  .channel-copy__quote blockquote cite {
    margin-top: 12px;
  }
}
.channel-copy__quote blockquote cite:before {
  content: "";
}
.site-btb .channel-copy__quote blockquote {
  font-weight: 700;
  color: #131312 !important;
}
.site-btb .channel-copy__quote blockquote cite {
  font-weight: 400;
}
.channel-copy__statistic {
  text-align: left;
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .channel-copy__statistic {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .channel-copy__statistic {
    grid-column: span 3;
  }
}
.channel-copy__statistic--number {
  color: #9ab99b;
  font-size: 4rem;
  line-height: 64px;
  font-weight: 400;
  margin-bottom: 12px;
}
@media screen and (min-width: 51em) {
  .channel-copy__statistic--number {
    font-size: 6.25rem;
    line-height: 100px;
  }
}
.channel-copy__statistic--heading {
  font-size: 1.25rem;
  line-height: 28px;
  margin-bottom: 12px;
}
@media screen and (min-width: 51em) {
  .channel-copy__statistic--heading {
    font-size: 1.625rem;
    line-height: 36px;
  }
}
.channel-copy__statistic--abstract {
  font-size: 1rem;
  line-height: 26px;
  margin-bottom: 0px;
}
.channel-copy__content {
  overflow: hidden;
  position: relative;
  grid-column: span 4;
  text-align: left;
}
.channel-copy__content__html {
  min-height: 60vh;
}
@media print, screen and (min-width: 37.5em) {
  .channel-copy__content {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .channel-copy__content {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0px;
    grid-column: 5/span 8;
  }
}
.channel-copy__content figure {
  grid-column: span 8;
}
.channel-copy__content figure:last-of-type:not(:has(+ p)) {
  margin-bottom: 0px;
}
.channel-copy__content figure figcaption {
  display: block;
  white-space: normal;
  line-height: 1.4;
  font-size: 0.75rem;
}
.channel-copy__content figure figcaption br {
  display: block;
}
.channel-copy__content img {
  width: 100%;
}
.channel-copy__content figcaption {
  margin-top: 12px;
  color: #b2b1b1 !important;
  font-size: 0.875rem;
  line-height: 23px;
  font-style: normal;
}
@media screen and (min-width: 51em) {
  .channel-copy__content figcaption {
    font-size: 1rem;
    line-height: 26px;
  }
}
.channel-copy__content h3 {
  font-size: 1.875rem;
  line-height: 42px;
  margin-bottom: 12px;
  grid-column: span 7;
}
.channel-copy__content h3:last-of-type:not(:has(+ p)) {
  margin-bottom: 0px;
}
@media screen and (min-width: 51em) {
  .channel-copy__content h3 {
    font-size: 2.375rem;
    line-height: 49px;
  }
}
.channel-copy__content h4 {
  font-size: 1.5rem;
  line-height: 34px;
  margin-bottom: 12px;
  grid-column: span 7;
}
@media screen and (min-width: 51em) {
  .channel-copy__content h4 {
    font-size: 2rem;
    line-height: 45px;
  }
}
.channel-copy__content h5 {
  font-size: 1.25rem;
  line-height: 28px;
  margin-bottom: 12px;
  grid-column: span 7;
}
@media screen and (min-width: 51em) {
  .channel-copy__content h5 {
    font-size: 1.625rem;
    line-height: 36px;
  }
}
.channel-copy__content p {
  font-size: 1rem;
  line-height: 26px;
  grid-column: span 7;
}
.channel-copy__content p:last-of-type:not(:has(+ ul)) {
  margin-bottom: 0px;
}
.channel-copy__content ol, .channel-copy__content ul {
  grid-column: span 7;
}
.site-btb .channel-copy__content h3,
.site-btb .channel-copy__content h4,
.site-btb .channel-copy__content h5 {
  font-weight: 700;
}
.channel-copy__content br {
  display: none;
}
.channel-copy__content ul, .channel-copy__content ol {
  grid-column: span 7;
}
.channel-copy__content ul li, .channel-copy__content ol li {
  font-size: 1rem;
  line-height: 26px;
  font-family: "Inter", sans-serif;
}
.channel-copy__content ul:last-of-type:not(:has(+ p)), .channel-copy__content ol:last-of-type:not(:has(+ p)) {
  margin-bottom: 0px;
}
.channel-copy__content .table {
  grid-column: span 7;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.channel-copy__content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}
.channel-copy__content table tr:first-of-type {
  background-color: #f6f6ee;
}
.channel-copy__content table th,
.channel-copy__content table td {
  border: 1px solid #ccc;
  padding: 0.5em;
  text-align: left;
}
.channel-copy__content table th {
  background-color: #f9f9f9;
}
@media (max-width: 600px) {
  .channel-copy__content table {
    min-width: 600px;
  }
}
.channel-copy_html {
  overflow: hidden;
  position: relative;
  grid-column: span 4;
  text-align: left;
}
@media print, screen and (min-width: 37.5em) {
  .channel-copy_html {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .channel-copy_html {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0px;
    grid-column: 5/span 8;
  }
}

@media print, screen and (max-width: 37.49875em) {
  .images-2-col__grid {
    row-gap: 16px !important;
  }
}
.images-2-col__content {
  grid-column: span 4;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media print, screen and (min-width: 37.5em) {
  .images-2-col__content {
    grid-template-columns: repeat(6, 1fr);
    grid-column: span 6;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media screen and (min-width: 51em) {
  .images-2-col__content {
    grid-template-columns: repeat(12, 1fr);
    grid-column: 5/span 8;
  }
}
.images-2-col__tile {
  text-decoration: none;
  grid-column: span 2;
}
.images-2-col__tile:hover .insight-feature__text {
  color: #379490;
}
.images-2-col__tile:hover .insight-feature__image img {
  transform: scale(1.05);
}
@media print, screen and (min-width: 37.5em) {
  .images-2-col__tile {
    grid-column: span 3;
  }
}
@media screen and (min-width: 51em) {
  .images-2-col__tile {
    grid-column: span 6;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
  }
}
.images-2-col__image {
  background-color: #9ab99b;
  overflow: hidden;
}
.images-2-col__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.images-2-col__text {
  margin-bottom: 0px;
  margin-top: 12px;
  text-align: left;
  text-align: left;
  color: #b2b1b1 !important;
  font-size: 0.875rem;
  line-height: 160%;
}
@media screen and (min-width: 51em) {
  .images-2-col__text {
    font-size: 1rem;
  }
}

@media print, screen and (max-width: 37.49875em) {
  .images-3-col__grid {
    row-gap: 16px !important;
  }
}
.images-3-col__tile {
  grid-column: span 2;
  text-decoration: none;
}
@media print, screen and (max-width: 37.49875em) {
  .images-3-col__tile:first-of-type {
    grid-column: span 4;
  }
}
.images-3-col__tile:hover .insight-feature__text {
  color: #379490;
}
.images-3-col__tile:hover .insight-feature__image img {
  transform: scale(1.05);
}
@media print, screen and (min-width: 37.5em) {
  .images-3-col__tile {
    grid-column: span 2;
  }
}
@media screen and (min-width: 51em) {
  .images-3-col__tile {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
  }
}
.images-3-col__image {
  background-color: #9ab99b;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.images-3-col__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.featured-case-studies__title {
  font-size: 1.125rem;
  line-height: 150%;
  color: #065a5c;
  text-align: left;
  max-width: 1600px;
  margin: 0px auto 12px;
}
@media screen and (min-width: 51em) {
  .featured-case-studies__title {
    margin: 0px auto 20px;
  }
}
.featured-case-studies__link {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  cursor: pointer;
}
.featured-case-studies__link p {
  text-decoration: none;
  margin-bottom: 0px;
}
.featured-case-studies__link--cheveron {
  height: 16px;
  width: 16px;
  background-image: url("/images/icons/cheveron-right.svg");
}
.featured-case-studies__link:hover p, .featured-case-studies__link:hover span {
  color: #379490;
}
.featured-case-studies__link:hover .statistics__link--cheveron {
  background-image: url("/images/icons/cheveron-right-green.svg");
}
.featured-case-studies__span-four {
  grid-column: span 4;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media print, screen and (min-width: 37.5em) {
  .featured-case-studies__span-four {
    grid-column: span 3;
  }
}
@media screen and (min-width: 51em) {
  .featured-case-studies__span-four {
    grid-column: span 4;
  }
}
.featured-case-studies__span-four--content {
  text-align: left;
  padding-top: 20px;
}
@media screen and (min-width: 51em) {
  .featured-case-studies__span-four--content {
    padding-top: 32px;
  }
}
.featured-case-studies__span-four--content h3 {
  font-size: 1.25rem;
  line-height: 140%;
  margin-bottom: 0px;
}
@media screen and (min-width: 51em) {
  .featured-case-studies__span-four--content h3 {
    font-size: 1.625rem;
  }
}
.featured-case-studies__span-four--content h3:hover, .featured-case-studies__span-four--content h3:focus {
  color: #379490;
}
.featured-case-studies__span-four--content p {
  font-size: 1rem;
  line-height: 150%;
  margin-top: 12px;
  margin-bottom: 0px;
}
.featured-case-studies__span-four--image-wrapper {
  overflow: hidden;
  position: relative;
}
.featured-case-studies__span-four--image-wrapper .btb-case-study-listing__large-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-case-studies__span-four--image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.featured-case-studies__span-four--image-wrapper:hover .btb-case-study-listing__logo, .featured-case-studies__span-four--image-wrapper:focus .btb-case-study-listing__logo {
  opacity: 1;
}
.featured-case-studies__link {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
}
.featured-case-studies__link a {
  font-family: "Inter", sans-serif;
  text-decoration: none;
}
.featured-case-studies__link--cheveron {
  height: 16px;
  width: 16px;
  background-image: url("/images/icons/cheveron-right.svg");
}
.featured-case-studies__link:hover a {
  color: #379490;
}
.featured-case-studies__link:hover .featured-case-studies__link--cheveron {
  background-image: url("/images/icons/cheveron-right-green.svg");
}
.featured-case-studies__span-full {
  grid-column: span 4;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media print, screen and (min-width: 37.5em) {
  .featured-case-studies__span-full {
    grid-column: span 3;
  }
}
@media screen and (min-width: 51em) {
  .featured-case-studies__span-full {
    grid-column: span 12;
  }
}
.featured-case-studies__span-full--content {
  text-align: left;
  padding-top: 20px;
}
.featured-case-studies__span-full--content span {
  text-decoration: none;
}
@media screen and (min-width: 51em) {
  .featured-case-studies__span-full--content {
    grid-column: span 4;
    padding-top: 0px;
  }
}
.featured-case-studies__span-full--content h3 {
  font-size: 1.25rem;
  line-height: 140%;
  margin-bottom: 0px;
}
@media screen and (min-width: 51em) {
  .featured-case-studies__span-full--content h3 {
    font-size: 1.625rem;
  }
}
.featured-case-studies__span-full--content h3:hover, .featured-case-studies__span-full--content h3:focus {
  color: #379490;
}
.featured-case-studies__span-full--content p {
  font-size: 1rem;
  line-height: 26px;
  margin-top: 12px;
  margin-bottom: 0px;
}
.featured-case-studies__span-full--image-wrapper {
  overflow: hidden;
  position: relative;
}
.featured-case-studies__span-full--image-wrapper .btb-case-study-listing__large-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 51em) {
  .featured-case-studies__span-full--image-wrapper {
    grid-column: span 8;
  }
}
.featured-case-studies__span-full--image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.featured-case-studies__span-full--image-wrapper:hover .btb-case-study-listing__logo, .featured-case-studies__span-full--image-wrapper:focus .btb-case-study-listing__logo {
  opacity: 1;
}
.featured-case-studies__span-full--remove-grid-medium {
  text-decoration: none;
}
@media print, screen and (max-width: 50.99875em) {
  .featured-case-studies__span-full--remove-grid-medium {
    display: flex !important;
    flex-direction: column;
    flex-direction: column-reverse;
    row-gap: 0px !important;
  }
}

.full-width-feature {
  position: relative;
}
.full-width-feature__tint {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #000;
  top: 0;
}
.full-width-feature__main-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 37.5em) {
  .full-width-feature__main-image-wrapper {
    aspect-ratio: 2/1;
  }
}
.full-width-feature__main-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-width-feature__main-image-wrapper--desktop {
  display: none;
}
@media print, screen and (min-width: 37.5em) {
  .full-width-feature__main-image-wrapper--desktop {
    display: block;
  }
}
.full-width-feature__main-image-wrapper--mobile {
  display: block;
}
@media print, screen and (min-width: 37.5em) {
  .full-width-feature__main-image-wrapper--mobile {
    display: none;
  }
}
.full-width-feature__content {
  position: absolute !important;
  z-index: 4;
  width: 100%;
  bottom: 32px;
}
@media print, screen and (min-width: 37.5em) {
  .full-width-feature__content {
    bottom: 40px;
  }
}
@media screen and (min-width: 51em) {
  .full-width-feature__content {
    bottom: 64px;
  }
}
.full-width-feature__content--wrapper {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background-color: transparent !important;
}
.full-width-feature__content--inner {
  grid-column: span 3;
}
@media screen and (min-width: 51em) {
  .full-width-feature__content--inner {
    grid-column: span 4;
  }
}
.full-width-feature__content--title {
  text-align: left;
  color: white !important;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 37.5em) {
  .full-width-feature__content--title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 51em) {
  .full-width-feature__content--title {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 28px;
  }
}
.full-width-feature__content--logo-wrapper {
  display: flex;
  justify-content: flex-start;
  max-height: 48px;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 37.5em) {
  .full-width-feature__content--logo-wrapper {
    margin-bottom: 20px;
  }
}
.full-width-feature__content--button {
  background-color: white;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 16px;
  letter-spacing: 0.02em;
}
.full-width-feature__content--button:hover {
  color: #379490;
}
.full-width-feature__content--button a {
  font-family: "Inter", sans-serif;
  text-decoration: none;
}

.services-feature span {
  color: #9ab99b;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  grid-column: 1/span 2;
  margin-bottom: 12px;
}
@media (min-width: 984px) {
  .services-feature span {
    margin-bottom: 20px;
    grid-column: 1/span 3;
  }
}
.services-feature .info {
  grid-column: 1/span 2;
}
@media (min-width: 984px) {
  .services-feature .info {
    grid-column: 1/span 1;
  }
}
.services-feature .info h3 {
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
}
@media screen and (min-width: 51em) {
  .services-feature .info h3 {
    font-size: 32px;
  }
}
.services-feature .service-feature-grid {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 32px;
}
@media (min-width: 984px) {
  .services-feature .service-feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.services-feature .service-table {
  grid-column: 1/span all;
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (max-width: 37.49875em) {
  .services-feature .service-table {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 984px) {
  .services-feature .service-table {
    grid-column: 2/span 2;
    gap: 2rem;
  }
}
.services-feature .service-table__item {
  aspect-ratio: 1/1;
  min-height: 310px;
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
  text-align: left;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 984px) {
  .services-feature .service-table__item {
    aspect-ratio: 1/1;
  }
}
.services-feature .service-table__item--pointer {
  cursor: pointer;
}
.services-feature .service-table__item.active {
  background-color: #9ab99b;
}
.services-feature .service-table__item.active .service-table__item--content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.services-feature .service-table__item.active .service-table__item--revealed-content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}
.services-feature .service-table__item--container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services-feature .service-table__item .service-table__item--content,
.services-feature .service-table__item .service-table__item--revealed-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  pointer-events: none;
  z-index: 1;
}
.services-feature .service-table__item .service-table__item--content.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}
.services-feature .service-table__item .service-table__item--revealed-content.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}
.services-feature .service-table__item .service-table__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 12px;
}
.services-feature .service-table__item .service-table__paragraph {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}
@media (min-width: 984px) {
  .services-feature .service-table__item .service-table__paragraph {
    margin-bottom: 16px;
  }
}
.services-feature .service-table__item .service-table__revealing-paragraph {
  color: white;
}
.services-feature .service-table__item .reveal-text {
  position: absolute;
  bottom: 0;
}
.services-feature .service-table__item .reveal-text svg.open {
  display: none;
}
.services-feature .service-table__item .reveal-text svg.open.active {
  display: block;
}
.services-feature .service-table__item .reveal-text svg.close {
  display: none;
}
.services-feature .service-table__item .reveal-text svg.close.active {
  display: block;
}

@media print, screen and (max-width: 50.99875em) {
  .case-study {
    row-gap: 20px !important;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .case-study__image-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.case-study__stats {
  grid-column: span 4;
  text-align: left;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
@media print, screen and (max-width: 50.99875em) {
  .case-study__stats {
    order: 2;
  }
}
@media print, screen and (min-width: 37.5em) {
  .case-study__stats {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .case-study__stats {
    grid-column: span 3;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .case-study__stats--inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (max-width: 50.99875em) {
  .case-study__stats--inner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
  }
}
.case-study__stats h5 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 26px;
  margin-bottom: 0px;
}
.case-study__stats p {
  font-size: 1rem;
  line-height: 26px;
  margin-bottom: 0px;
}
.case-study__stats--tags {
  margin-bottom: 0px;
}
@media print, screen and (max-width: 37.49875em) {
  .case-study__stats--tags {
    grid-column: span 2;
  }
}
@media print, screen and (max-width: 50.99875em) {
  .case-study__stats--tags {
    grid-column: span 3;
  }
}
.case-study__content {
  grid-column: span 4;
  text-align: left;
}
@media print, screen and (max-width: 50.99875em) {
  .case-study__content {
    order: 1;
  }
}
@media print, screen and (min-width: 37.5em) {
  .case-study__content {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .case-study__content {
    grid-column: 5/span 7;
  }
}
.case-study__content h1 {
  font-size: 1.875rem;
  line-height: 130%;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (min-width: 51em) {
  .case-study__content h1 {
    font-size: 2.375rem;
  }
}
.case-study__content p {
  font-size: 1.125rem;
  line-height: 30px;
  margin-bottom: 0px;
}
.case-study__main-image-wrapper {
  width: 100%;
  aspect-ratio: 1/1;
  max-height: 720px;
}
@media print, screen and (min-width: 37.5em) {
  .case-study__main-image-wrapper {
    aspect-ratio: 2/1;
  }
}
.case-study__main-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.case-study__main-image-wrapper--desktop {
  display: none;
}
@media print, screen and (min-width: 37.5em) {
  .case-study__main-image-wrapper--desktop {
    display: block;
  }
}
.case-study__main-image-wrapper--mobile {
  display: block;
}
@media print, screen and (min-width: 37.5em) {
  .case-study__main-image-wrapper--mobile {
    display: none;
  }
}

@media print, screen and (max-width: 37.49875em) {
  .insight-listing__wrapper {
    padding-bottom: 64px !important;
  }
}
@media print, screen and (min-width: 37.5em) and (max-width: 50.99875em) {
  .insight-listing__wrapper {
    padding-bottom: 80px !important;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .insight-listing__grid {
    row-gap: 16px !important;
  }
}
@media print, screen and (min-width: 37.5em) and (max-width: 50.99875em) {
  .insight-listing__grid {
    row-gap: 40px !important;
  }
}
.insight-listing__grid--top {
  margin-bottom: 64px !important;
}
@media print, screen and (min-width: 37.5em) and (max-width: 50.99875em) {
  .insight-listing__grid--top {
    margin-bottom: 40px !important;
  }
}
.insight-listing__grid .insight-listing__tile:nth-of-type(9n) {
  border-bottom: 0px;
}
.insight-listing__title {
  grid-column: span 4;
  text-align: left;
}
@media print, screen and (min-width: 37.5em) {
  .insight-listing__title {
    grid-column: span 3;
  }
}
@media screen and (min-width: 51em) {
  .insight-listing__title {
    grid-column: span 6;
  }
}
.insight-listing__title h1 {
  margin-bottom: 0px;
  font-size: 2.25rem;
  line-height: 120%;
}
@media screen and (min-width: 51em) {
  .insight-listing__title h1 {
    font-size: 3rem;
  }
}
.insight-listing__filter {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .insight-listing__filter {
    grid-column: span 3;
  }
}
@media screen and (min-width: 51em) {
  .insight-listing__filter {
    grid-column: 9/span 4;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.insight-listing__select {
  background-color: #f6f6ee;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  max-width: 358px;
  height: 48px;
  border: 0px;
  border-bottom: 1px solid #9ab99b;
  border-radius: 0px;
  margin-bottom: 0px !important;
  cursor: pointer;
}
.insight-listing__select:focus, .insight-listing__select:active, .insight-listing__select:hover {
  background-color: #f6f6ee;
  border: 0px;
  border-bottom: 1px solid #9ab99b;
  border-radius: 0px;
}
.insight-listing__tile-large-content {
  grid-column: span 4;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 37.5em) {
  .insight-listing__tile-large-content {
    grid-column: span 6;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 51em) {
  .insight-listing__tile-large-content {
    grid-column: span 4;
  }
}
.insight-listing__tile-large-content .insight-listing__text {
  margin-top: 0px;
}
.insight-listing__tile-large-image {
  display: none;
}
.insight-listing__tile-large-image img {
  transition: transform 0.3s ease-in-out;
}
.insight-listing__tile-large-image:hover .insight-listing__large-image img, .insight-listing__tile-large-image:focus .insight-listing__large-image img {
  transform: scale(1.05);
}
@media screen and (min-width: 51em) {
  .insight-listing__tile-large-image {
    grid-column: span 8;
    display: block;
  }
}
.insight-listing__tile-small-image {
  grid-column: span 4;
  display: block;
}
.insight-listing__tile-small-image img {
  transition: transform 0.3s ease-in-out;
}
.insight-listing__tile-small-image:hover .insight-listing__large-image img, .insight-listing__tile-small-image:focus .insight-listing__large-image img {
  transform: scale(1.05);
}
@media print, screen and (min-width: 37.5em) {
  .insight-listing__tile-small-image {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .insight-listing__tile-small-image {
    display: none;
  }
}
.insight-listing__large-image {
  background-color: #9ab99b;
  overflow: hidden;
  margin-bottom: 0px;
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 37.5em) {
  .insight-listing__large-image {
    aspect-ratio: 2/1;
  }
}
.insight-listing__large-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.insight-listing__top-text {
  grid-column: span 4;
  text-align: left;
  margin-bottom: 32px;
}
.insight-listing__top-text h3 {
  font-size: 2.25rem;
  line-height: 43.2px;
}
.insight-listing__top-text p {
  font-size: 1.125rem;
  line-height: 27px;
  margin-bottom: 20px;
  color: #065a5c !important;
}
@media print, screen and (min-width: 37.5em) {
  .insight-listing__top-text {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .insight-listing__top-text {
    grid-column: span 10;
  }
}
@media screen and (min-width: 90em) {
  .insight-listing__top-text {
    grid-column: span 8;
    margin-bottom: 64px;
  }
  .insight-listing__top-text h3 {
    font-size: 3rem;
    line-height: 57.6px;
  }
}
.insight-listing__link {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
}
.insight-listing__link--rectangle {
  margin-top: 0px;
}
@media print, screen and (max-width: 37.49875em) {
  .insight-listing__link--rectangle {
    display: none;
  }
}
.insight-listing__link a {
  font-family: "Inter", sans-serif;
  text-decoration: none;
}
.insight-listing__link--cheveron {
  height: 16px;
  width: 16px;
  background-image: url("/images/icons/cheveron-right.svg");
}
.insight-listing__link:hover a {
  color: #379490;
}
.insight-listing__link:hover .insight-listing__link--cheveron {
  background-image: url("/images/icons/cheveron-right-green.svg");
}
.insight-listing__abstract {
  text-align: left;
  font-size: 1rem;
  line-height: 26px;
  margin-bottom: 0px;
}
.insight-listing__tile {
  grid-column: span 4;
  text-decoration: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eaeaea;
}
.insight-listing__tile:last-of-type {
  border-bottom: 0px;
}
@media print, screen and (min-width: 37.5em) {
  .insight-listing__tile {
    border-bottom: 0px;
    padding: 0px;
    grid-column: span 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0px;
    gap: 12px;
  }
}
@media screen and (min-width: 51em) {
  .insight-listing__tile {
    grid-column: span 4;
  }
}
.insight-listing__tile-image-wrapper img {
  transition: transform 0.3s ease-in-out;
}
.insight-listing__tile-image-wrapper:hover .insight-listing__image img, .insight-listing__tile-image-wrapper:focus .insight-listing__image img {
  transform: scale(1.05);
}
@media print, screen and (max-width: 37.49875em) {
  .insight-listing__tile-image-wrapper {
    grid-column: span 1;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .insight-listing__tile-link-wrapper--rectangle {
    grid-column: span 3;
    display: flex;
    align-items: center;
  }
}
.insight-listing__image {
  background-color: #9ab99b;
  overflow: hidden;
  aspect-ratio: 1/1;
  margin-bottom: 0px;
}
@media print, screen and (min-width: 37.5em) {
  .insight-listing__image {
    margin-bottom: 20px;
  }
}
.insight-listing__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.insight-listing__text {
  margin-bottom: 0px;
  text-align: left;
  font-size: 1.5rem;
  line-height: 34px;
}
@media print, screen and (min-width: 37.5em) {
  .insight-listing__text {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 51em) {
  .insight-listing__text {
    font-size: 1.625rem;
    line-height: 36.4px;
    margin-top: 32px;
  }
}
.insight-listing__text a {
  text-decoration: none;
}
.insight-listing__text a:hover, .insight-listing__text a:focus {
  color: #379490;
}
@media print, screen and (max-width: 37.49875em) {
  .insight-listing__text--square {
    display: none;
  }
}
.insight-listing__text--rectangle {
  font-size: 1rem;
  line-height: 26px;
  display: none;
}
@media print, screen and (max-width: 37.49875em) {
  .insight-listing__text--rectangle {
    display: block;
  }
}

.homepage-carousel .hero-carousel {
  height: 100vh;
}
.homepage-carousel .hero-carousel .slick-dots > li {
  display: inline-block;
}
.homepage-carousel .hero-carousel .slick-dots > li:only-child {
  display: none;
}
.homepage-carousel .hero-carousel .slide {
  height: 100vh;
  width: 100%;
  position: absolute;
}
.homepage-carousel .hero-carousel .slide .hero-slide-content {
  position: relative;
  z-index: 2;
  height: 100% !important;
  display: flex !important;
}
.homepage-carousel .hero-carousel .slide .hero-slide-content .wrapper {
  background: transparent;
  display: flex;
  flex-direction: column-reverse;
}
.homepage-carousel .hero-carousel .slide .slide-tint {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: black;
}
.homepage-carousel .hero-carousel .slide .video-container {
  position: absolute;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.homepage-carousel .hero-carousel .slide video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage-carousel .hero-carousel .slide .grid-container {
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 37.5em) {
  .homepage-carousel .hero-carousel .slide .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 51em) {
  .homepage-carousel .hero-carousel .slide .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.homepage-carousel .hero-carousel .slide .grid-container.wrapper {
  background-color: transparent;
  position: absolute;
  bottom: 0;
  padding: 64px 40px 40px;
}
@media screen and (min-width: 51em) {
  .homepage-carousel .hero-carousel .slide .grid-container.wrapper {
    padding: 64px 5rem 60px;
  }
}
@media print, screen and (min-width: 37.5em) {
  .homepage-carousel .hero-carousel .slide .grid-container .slide-content {
    -moz-column-span: 1;
         column-span: 1;
  }
}
.homepage-carousel .hero-carousel .slide .grid-container .slide-content__content {
  position: relative;
  top: unset;
  transform: unset;
  text-align: left;
  width: unset;
}
.homepage-carousel .hero-carousel .slide .grid-container .slide-content__subtitle, .homepage-carousel .hero-carousel .slide .grid-container .carousel .slide-content__top-subtitle, .carousel .homepage-carousel .hero-carousel .slide .grid-container .slide-content__top-subtitle {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
  color: white;
}
@media screen and (min-width: 51em) {
  .homepage-carousel .hero-carousel .slide .grid-container .slide-content__subtitle, .homepage-carousel .hero-carousel .slide .grid-container .carousel .slide-content__top-subtitle, .carousel .homepage-carousel .hero-carousel .slide .grid-container .slide-content__top-subtitle {
    font-size: 48px;
  }
}
.homepage-carousel .hero-carousel .slide .grid-container .slide-content__copy {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  margin: 25px 0;
  color: white;
}
.homepage-carousel .hero-carousel .slide .grid-container .slide-content__buttons {
  margin-top: 0;
}
.homepage-carousel .hero-carousel .slide .grid-container .slide-content__buttons a.button {
  background: #379490;
  height: 48px;
  padding: 16px;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  font-size: 1rem;
  color: white;
}
.homepage-carousel .hero-carousel .slide .grid-container .slide-content__buttons a.button:hover {
  background-color: #1f6b68;
  cursor: pointer;
}
.homepage-carousel button.slick-arrow:before {
  display: none;
}

.copy-3col {
  padding-bottom: 64px !important;
}
@media print, screen and (min-width: 37.5em) {
  .copy-3col {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 51em) {
  .copy-3col {
    padding-bottom: 128px !important;
  }
}
.copy-3col .grid-container {
  row-gap: 0;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media screen and (min-width: 51em) {
  .copy-3col .grid-container {
    row-gap: inherit;
  }
}
.copy-3col span {
  text-align: left;
  grid-column: span 4;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 12px;
}
@media screen and (min-width: 51em) {
  .copy-3col span {
    padding-bottom: 20px;
  }
}
.copy-3col .copy-3col__col {
  text-align: left;
  grid-column: span 4;
}
@media print, screen and (max-width: 37.49875em) {
  .copy-3col .copy-3col__col:last-child {
    margin-top: 1rem;
  }
}
.copy-3col .copy-3col__col h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 37.5em) {
  .copy-3col .copy-3col__col h2 {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 51em) {
  .copy-3col .copy-3col__col h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.copy-3col .copy-3col__col p:first-of-type {
  margin: 0;
}
@media print, screen and (min-width: 37.5em) {
  .copy-3col .copy-3col__col p:first-of-type {
    margin: inherit;
  }
}
@media print, screen and (min-width: 37.5em) {
  .copy-3col .copy-3col__col {
    grid-column: span 3;
  }
  .copy-3col .copy-3col__col:first-of-type {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .copy-3col .copy-3col__col {
    grid-column: span 4;
  }
  .copy-3col .copy-3col__col:first-of-type {
    grid-column: span 4;
  }
}

.spacer-no-title-top {
  padding-top: 32px;
}
@media print, screen and (min-width: 37.5em) {
  .spacer-no-title-top {
    padding-top: 40px;
  }
}
@media screen and (min-width: 51em) {
  .spacer-no-title-top {
    padding-top: 64px;
  }
}

.spacer-title-bottom {
  padding-bottom: 32px;
}
@media print, screen and (min-width: 37.5em) {
  .spacer-title-bottom {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 51em) {
  .spacer-title-bottom {
    padding-bottom: 64px;
  }
}

.logo-title-wrapper {
  padding-bottom: 0 !important;
  padding-top: 32px;
}
@media print, screen and (min-width: 37.5em) {
  .logo-title-wrapper {
    padding-top: 40px;
  }
}
@media screen and (min-width: 51em) {
  .logo-title-wrapper {
    padding-top: 64px;
  }
}
.logo-title-wrapper .grid-container {
  grid-template-columns: 1fr;
}
.logo-title-wrapper .logo-title {
  color: #9ab99b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}

.logo-carousel-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 37.5em) {
  .logo-carousel-wrapper {
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .logo-carousel-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.logo-carousel-wrapper .logo-carousel {
  display: flex;
  background-color: transparent;
  height: -moz-max-content;
  height: max-content;
  gap: 0;
}
.logo-carousel-wrapper .logo-carousel .img-container {
  height: 100%;
  max-height: 60px;
  display: flex;
  justify-content: center;
  padding: 0 8px;
}
@media print, screen and (min-width: 37.5em) {
  .logo-carousel-wrapper .logo-carousel .img-container {
    padding: 0 16px;
    max-height: 90px;
  }
}
.logo-carousel-wrapper .logo-carousel .slick-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
}
.logo-carousel-wrapper .logo-carousel .slick-track .slick-slide {
  flex: 0 0 auto !important;
}
.logo-carousel-wrapper .slick-arrow:hover {
  cursor: pointer;
}
.logo-carousel-wrapper .slick-prev,
.logo-carousel-wrapper .slick-next {
  background-color: white;
  height: 100%;
}
.logo-carousel-wrapper .slick-prev:before,
.logo-carousel-wrapper .slick-next:before {
  background-image: url(/images/icons/arrow-carousel.svg);
  height: 20px;
}
.logo-carousel-wrapper .slick-next {
  right: 0px;
  left: auto !important;
}
.logo-carousel-wrapper .slick-prev {
  left: 0px !important;
  right: auto !important;
}

@media print, screen and (max-width: 50.99875em) {
  .cta-image.wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cta-image.wrapper .grid-container {
  height: 100vh;
  max-height: 424px;
  padding: 0 32px;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 37.5em) {
  .cta-image.wrapper .grid-container {
    max-height: 516px;
  }
}
@media screen and (min-width: 51em) {
  .cta-image.wrapper .grid-container {
    max-height: 656px;
  }
}
@media print, screen and (min-width: 37.5em) {
  .cta-image.wrapper .grid-container {
    padding: 0 51px;
  }
}
@media screen and (min-width: 51em) {
  .cta-image.wrapper .grid-container {
    padding: 0 120px;
  }
}
.cta-image.wrapper .grid-container .cta-image-content {
  max-width: 528px;
  width: 80vw;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  -moz-column-span: all;
       column-span: all;
}
.cta-image.wrapper .grid-container .cta-image-content p,
.cta-image.wrapper .grid-container .cta-image-content h2 {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
@media print, screen and (min-width: 37.5em) {
  .cta-image.wrapper .grid-container .cta-image-content {
    max-width: 528px;
    width: 100vw;
  }
}
.cta-image.wrapper .grid-container .cta-image-content .cta-image-content {
  max-width: 528px;
  position: relative;
  z-index: 1;
  text-align: left;
}
.cta-image.wrapper .grid-container .cta-image-content .cta-image-content__title {
  text-align: left;
  color: white;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
  font-size: 36px;
}
@media print, screen and (min-width: 37.5em) {
  .cta-image.wrapper .grid-container .cta-image-content .cta-image-content__title {
    font-size: 48px;
  }
}
.cta-image.wrapper .grid-container .cta-image-content .cta-image-content__copy {
  padding: 20px 0;
  text-align: left;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 26.4px */
}
.cta-image.wrapper .grid-container .cta-image-content .cta-image-content__buttons a.button {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 16px;
  background-color: white;
  text-transform: uppercase;
}
.cta-image.wrapper .grid-container .cta-image-content .cta-image-content__buttons a.button:hover {
  color: #1f6b68;
  cursor: pointer;
}

@media print, screen and (max-width: 37.49875em) {
  .case-study-listing__wrapper {
    padding-bottom: 64px !important;
  }
}
@media print, screen and (min-width: 37.5em) and (max-width: 50.99875em) {
  .case-study-listing__wrapper {
    padding-bottom: 80px !important;
  }
}
@media print, screen and (min-width: 37.5em) and (max-width: 50.99875em) {
  .case-study-listing__grid {
    row-gap: 40px !important;
  }
}
.case-study-listing__grid--top {
  margin-bottom: 64px !important;
}
@media print, screen and (min-width: 37.5em) and (max-width: 50.99875em) {
  .case-study-listing__grid--top {
    margin-bottom: 40px !important;
  }
}
.case-study-listing__grid .case-study-listing__tile:nth-of-type(9n) {
  border-bottom: 0px;
}
.case-study-listing__title {
  grid-column: span 4;
  text-align: left;
}
@media print, screen and (min-width: 37.5em) {
  .case-study-listing__title {
    grid-column: span 3;
  }
}
@media screen and (min-width: 51em) {
  .case-study-listing__title {
    grid-column: span 6;
  }
}
.case-study-listing__title h1 {
  margin-bottom: 0px;
  font-size: 2.25rem;
  line-height: 120%;
}
@media screen and (min-width: 51em) {
  .case-study-listing__title h1 {
    font-size: 3rem;
  }
}
.case-study-listing__filter {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .case-study-listing__filter {
    grid-column: span 3;
  }
}
@media screen and (min-width: 51em) {
  .case-study-listing__filter {
    grid-column: 9/span 4;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.case-study-listing__select {
  background-color: #f6f6ee;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  max-width: 358px;
  height: 48px;
  border: 0px;
  border-bottom: 1px solid #9ab99b;
  border-radius: 0px;
  margin-bottom: 0px !important;
  cursor: pointer;
}
.case-study-listing__select:focus, .case-study-listing__select:active, .case-study-listing__select:hover {
  background-color: #f6f6ee;
  border: 0px;
  border-bottom: 1px solid #9ab99b;
  border-radius: 0px;
}
.case-study-listing__tile-large-content {
  grid-column: span 4;
  margin-bottom: 0px;
}
@media print, screen and (min-width: 37.5em) {
  .case-study-listing__tile-large-content {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .case-study-listing__tile-large-content {
    grid-column: span 4;
  }
}
.case-study-listing__tile-large-content .case-study-listing__text {
  margin-top: 0px;
}
.case-study-listing__tile-large-image {
  display: none;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.case-study-listing__tile-large-image .case-study-listing__large-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.case-study-listing__tile-large-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.case-study-listing__tile-large-image:hover .btb-case-study-listing__logo, .case-study-listing__tile-large-image:focus .btb-case-study-listing__logo {
  opacity: 1;
}
@media screen and (min-width: 51em) {
  .case-study-listing__tile-large-image {
    grid-column: span 8;
    display: block;
  }
}
.case-study-listing__tile-small-image {
  grid-column: span 4;
  display: block;
  overflow: hidden;
  position: relative;
}
.case-study-listing__tile-small-image .case-study-listing__large-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.case-study-listing__tile-small-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.case-study-listing__tile-small-image:hover .btb-case-study-listing__logo, .case-study-listing__tile-small-image:focus .btb-case-study-listing__logo {
  opacity: 1;
}
@media print, screen and (min-width: 37.5em) {
  .case-study-listing__tile-small-image {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .case-study-listing__tile-small-image {
    display: none;
  }
}
.case-study-listing__large-image {
  background-color: #9ab99b;
  overflow: hidden;
  margin-bottom: 0px;
  aspect-ratio: 16/9;
}
.case-study-listing__large-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.case-study-listing__top-text {
  grid-column: span 4;
  text-align: left;
  margin-bottom: 32px;
}
.case-study-listing__top-text h3 {
  font-size: 2.25rem;
  line-height: 43.2px;
}
.case-study-listing__top-text p {
  font-size: 1.125rem;
  line-height: 27px;
  margin-bottom: 20px;
  color: #065a5c !important;
}
@media print, screen and (min-width: 37.5em) {
  .case-study-listing__top-text {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .case-study-listing__top-text {
    grid-column: span 10;
  }
}
@media screen and (min-width: 90em) {
  .case-study-listing__top-text {
    grid-column: span 8;
    margin-bottom: 64px;
  }
  .case-study-listing__top-text h3 {
    font-size: 3rem;
    line-height: 57.6px;
  }
}
.case-study-listing__tile-image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.case-study-listing__tile-image-wrapper .case-study-listing__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.case-study-listing__tile-image-wrapper .case-study-listing__image a {
  height: 100%;
}
.case-study-listing__tile-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.case-study-listing__tile-image-wrapper:hover .btb-case-study-listing__logo, .case-study-listing__tile-image-wrapper:focus .btb-case-study-listing__logo {
  opacity: 1;
}
.case-study-listing__tile-link-wrapper--rectangle .case-study-listing__link {
  margin-top: 0px !important;
}
.case-study-listing__link {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
}
.case-study-listing__link a {
  font-family: "Inter", sans-serif;
  text-decoration: none;
}
.case-study-listing__link--cheveron {
  height: 16px;
  width: 16px;
  background-image: url("/images/icons/cheveron-right.svg");
}
.case-study-listing__link:hover a {
  color: #379490;
}
.case-study-listing__link:hover .case-study-listing__link--cheveron {
  background-image: url("/images/icons/cheveron-right-green.svg");
}
.case-study-listing__abstract {
  text-align: left;
  font-size: 1rem;
  line-height: 26px;
  margin-bottom: 0px;
}
.case-study-listing__tile {
  text-decoration: none;
  border-bottom: 0px;
  padding: 0px;
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0px;
  gap: 12px;
}
@media print, screen and (min-width: 37.5em) {
  .case-study-listing__tile {
    grid-column: span 3;
  }
}
@media screen and (min-width: 51em) {
  .case-study-listing__tile {
    grid-column: span 4;
  }
}
.case-study-listing__image {
  background-color: #9ab99b;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
}
.case-study-listing__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.case-study-listing__text {
  margin-bottom: 12px;
  text-align: left;
  font-size: 1.25rem;
  line-height: 140%;
}
@media screen and (min-width: 51em) {
  .case-study-listing__text {
    font-size: 1.625rem;
    margin-top: 32px;
  }
}
.case-study-listing__text a {
  text-decoration: none;
}
.case-study-listing__text a:hover, .case-study-listing__text a:focus {
  color: #379490;
}

.width-yardstick__container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.width-yardstick__grid {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  grid-template-columns: repeat(1, 1fr) !important;
}
.width-yardstick__ruler {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mobile-only.wrapper {
  padding-bottom: 0;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (max-width: 768px) {
  .mobile-only.wrapper {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .mobile-only.wrapper {
    padding: 0;
  }
}

.expanding-banner-container + .wrapper {
  padding-top: 4rem !important;
}
@media print, screen and (min-width: 37.5em) {
  .expanding-banner-container + .wrapper {
    padding-top: 10rem !important;
  }
}

.site-btb .expanding-banner__content .button:hover, .site-btb .expanding-banner__content .button:active, .site-btb .expanding-banner__content .button:focus {
  background-color: black !important;
  color: white !important;
}

.expanding-banner {
  transition: width 0.5s ease;
  display: flex;
  justify-content: center;
  position: relative;
  min-height: 65vh;
}
.expanding-banner__video-container {
  position: absolute;
  top: 0;
}
.expanding-banner__video-container video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.expanding-banner__video-container .slide-tint {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
}
.expanding-banner__content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
}
.expanding-banner__content .custom-wrapper {
  background: transparent !important;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 20px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media print, screen and (min-width: 37.5em) {
  .expanding-banner__content .custom-wrapper {
    padding: 0 51px;
  }
}
@media screen and (min-width: 51em) {
  .expanding-banner__content .custom-wrapper {
    padding: 0 120px;
  }
}
.expanding-banner__content .button {
  background: white;
  height: 48px;
  padding: 16px;
  gap: 10px;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 400;
}
.expanding-banner__content .button:hover {
  color: #379490;
  cursor: pointer;
}
.expanding-banner__title {
  color: white !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
  text-align: left;
  font-size: 36px;
}
@media print, screen and (min-width: 37.5em) {
  .expanding-banner__title {
    font-size: 48px;
  }
}
.expanding-banner__subtitle {
  text-align: left;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  margin: 25px 0;
}

@media print, screen and (max-width: 50.99875em) {
  .subscription__wrapper {
    padding-bottom: 64px !important;
  }
}
.subscription__text {
  grid-column: span 4;
  text-align: left;
}
@media print, screen and (min-width: 37.5em) {
  .subscription__text {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .subscription__text {
    grid-column: span 4;
  }
}
.subscription__text h1 {
  font-size: 1.5rem;
  line-height: 130%;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (min-width: 51em) {
  .subscription__text h1 {
    font-size: 2rem;
  }
}
.subscription__text p {
  font-size: 1rem;
  line-height: 150%;
  margin-bottom: 0px;
}
.subscription__form {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .subscription__form {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .subscription__form {
    grid-column: span 8;
    margin-top: 62px;
  }
}

/* =======================================================
Pagination for the news list (with pagination)
========================================================== */
.insight-pagination {
  display: flex;
  justify-content: center;
  gap: 40px;
  grid-column: span 4;
  max-height: 28px;
  margin-top: 16px;
}
@media print, screen and (min-width: 37.5em) {
  .insight-pagination {
    grid-column: span 6;
    margin-top: 32px;
  }
}
@media screen and (min-width: 51em) {
  .insight-pagination {
    grid-column: span 12;
    margin-top: 64px;
  }
}
.insight-pagination__item {
  display: flex;
  font-family: "Inter", sans-serif;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #b2b1b1 !important;
  font-size: 1.125rem;
  line-height: 26px;
  width: 35px;
  text-align: center;
  font-weight: 400 !important;
  background: white;
  position: relative;
  outline: none;
}
.insight-pagination__item:hover, .insight-pagination__item:active, .insight-pagination__item:focus {
  z-index: 1;
}
.insight-pagination__item.current {
  border-bottom: 1px solid #9ab99b !important;
  font-weight: 700 !important;
  z-index: 2;
  color: #333a3e !important;
  padding-bottom: 5px !important;
}
.wrapper--light .insight-pagination__item {
  font-family: "helvetica-neue-lt-pro", sans-serif !important;
  color: #131312 !important;
}
.wrapper--light .insight-pagination__item:hover, .wrapper--light .insight-pagination__item:focus {
  color: #f5ae36 !important;
}
.wrapper--light .insight-pagination__item.current {
  border-bottom: 1px solid black !important;
  color: #131312;
}
.wrapper--light .insight-pagination__item.current:hover, .wrapper--light .insight-pagination__item.current:focus {
  color: #131312 !important;
}
.wrapper--dark .insight-pagination__item {
  font-family: "helvetica-neue-lt-pro", sans-serif !important;
  color: white !important;
}
.wrapper--dark .insight-pagination__item:hover, .wrapper--dark .insight-pagination__item:focus {
  color: #f5ae36 !important;
}
.wrapper--dark .insight-pagination__item.current {
  border-bottom: 1px solid #f5ae36 !important;
  color: white;
}
.wrapper--dark .insight-pagination__item.current:hover, .wrapper--dark .insight-pagination__item.current:focus {
  color: white !important;
}
.insight-pagination__item.disabled {
  cursor: default;
}
.wrapper--light .insight-pagination__item.disabled:hover, .wrapper--light .insight-pagination__item.disabled:focus {
  color: #131312 !important;
}
.wrapper--dark .insight-pagination__item.disabled:hover, .wrapper--dark .insight-pagination__item.disabled:focus {
  color: white !important;
}
.site-main .insight-pagination__item.disabled:hover, .site-main .insight-pagination__item.disabled:focus {
  color: #b2b1b1 !important;
}
.insight-pagination__item img {
  width: 16px;
  height: 16px;
}
.insight-pagination__icon-left {
  transform: rotate(180deg);
}
.insight-pagination__pages {
  margin: 0px;
  display: flex;
  gap: 8px;
}
.insight-pagination__prev {
  padding: 0px !important;
}
.insight-pagination__prev-next {
  display: flex;
  justify-content: center;
  align-items: center;
}
.insight-pagination__prev-next a {
  padding: 0px;
}
.insight-pagination__next {
  padding: 0px !important;
}
.news-boxes__bottom .insight-pagination {
  margin-bottom: 0;
}

.legals__top-wrapper {
  padding-bottom: 32px !important;
}
@media print, screen and (min-width: 37.5em) {
  .legals__top-wrapper {
    padding-bottom: 64px !important;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .legals__top-grid {
    row-gap: 20px !important;
  }
}
.legals__updated {
  text-align: left;
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .legals__updated {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .legals__updated {
    grid-column: span 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.legals__updated p {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 0px;
}
.legals__updated--subtitle {
  font-weight: 700;
}
.legals__title-abstract-container {
  text-align: left;
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .legals__title-abstract-container {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .legals__title-abstract-container {
    grid-column: 5/span 7;
  }
}
.legals__title-abstract-container h1 {
  font-size: 2.25rem;
  line-height: 43px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 37.5em) {
  .legals__title-abstract-container h1 {
    font-size: 3rem;
    line-height: 56px;
    margin-bottom: 36px;
  }
}
.legals__title-abstract-container h2 {
  font-size: 1.125rem;
  line-height: 27px;
  margin-bottom: 0px;
}
.legals__link-wrapper {
  padding-top: 32px !important;
}
@media print, screen and (min-width: 37.5em) {
  .legals__link-wrapper {
    padding-top: 64px !important;
  }
}
.legals__link-grid {
  row-gap: 20px !important;
}
.legals__link {
  grid-column: span 4;
  text-align: left;
}
@media print, screen and (min-width: 37.5em) {
  .legals__link {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .legals__link {
    grid-column: 5/span 7;
  }
}
.legals__link:not(:last-of-type) {
  border-bottom: 1px solid #b2b1b1;
  padding-bottom: 20px;
}
.legals__link h3 {
  font-size: 1.25rem;
  line-height: 28px;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 37.5em) {
  .legals__link h3 {
    font-size: 1.625rem;
    line-height: 36px;
  }
}
.legals__link p {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 20px;
}

.btb-copy.wrapper--light .btb-copy__title-text h2 {
  color: #131312 !important;
}
.btb-copy.wrapper--dark .btb-copy__button-wrapper a {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
.btb-copy.wrapper--dark .btb-copy__button-wrapper a:hover, .btb-copy.wrapper--dark .btb-copy__button-wrapper a:active, .btb-copy.wrapper--dark .btb-copy__button-wrapper a:focus {
  background-color: white;
  color: black;
}
.site-main .btb-copy .btb-copy__text {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .site-main .btb-copy .btb-copy__text {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .site-main .btb-copy .btb-copy__text {
    grid-column: 5/span 8;
  }
}
.site-main .btb-copy .btb-copy__title-text {
  text-align: left;
}
.site-main .btb-copy .btb-copy__title-text h2 {
  font-size: 2rem;
  line-height: 130%;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 12px;
}
.site-main .btb-copy .btb-copy__text-inner {
  text-align: left;
}
.site-btb .btb-copy .btb-copy__text {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .site-btb .btb-copy .btb-copy__text {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .site-btb .btb-copy .btb-copy__text {
    grid-column: 3/span 8;
  }
}
.site-btb .btb-copy .btb-copy__title-text h2 {
  font-size: 2rem;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 51em) {
  .site-btb .btb-copy .btb-copy__title-text h2 {
    font-size: 4.875rem;
    margin-bottom: 32px;
  }
}
.btb-copy__button-wrapper {
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  justify-content: center;
  margin-top: 32px;
}
.btb-copy__button-wrapper a {
  text-decoration: none;
  cursor: pointer;
  padding: 12px 16px;
  max-height: 48px;
  min-width: 99px;
  font-weight: 400;
  background-color: transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: white;
  border: 1px solid white;
}
.btb-copy__button-wrapper a:hover, .btb-copy__button-wrapper a:active, .btb-copy__button-wrapper a:focus {
  background-color: black;
  color: white;
}
.btb-copy__text-inner {
  font-size: 1rem;
  line-height: 160%;
}
@media screen and (min-width: 51em) {
  .btb-copy__text-inner {
    font-size: 1.125rem;
  }
}
.btb-copy__text-inner p:last-of-type {
  margin-bottom: 0px;
}
.btb-copy__text-inner span {
  display: inline-block;
  margin-bottom: 8px;
}
.btb-copy__text-inner span:last-of-type {
  margin-bottom: 0px;
}

.btb-featured-insights__span-four--image-wrapper {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.btb-featured-insights__span-four--image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.btb-featured-insights__span-four--image-wrapper:hover .btb-featured-insights__large-image img, .btb-featured-insights__span-four--image-wrapper:focus .btb-featured-insights__large-image img {
  transform: scale(1.05);
}
.btb-featured-insights__span-four--content {
  text-align: left;
  padding-top: 20px;
}
@media screen and (min-width: 51em) {
  .btb-featured-insights__span-four--content {
    padding-top: 32px;
  }
}
.btb-featured-insights__span-four--content h3 {
  font-size: 1.375rem;
  line-height: 100%;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 51em) {
  .btb-featured-insights__span-four--content h3 {
    font-size: 1.625rem;
    line-height: 120%;
  }
}
.btb-featured-insights__span-four--content p {
  font-size: 1rem;
  line-height: 150%;
  margin-top: 12px;
  margin-bottom: 0px;
}
.btb-featured-insights__span-full--image-wrapper {
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 51em) {
  .btb-featured-insights__span-full--image-wrapper {
    grid-column: span 8;
    aspect-ratio: 11/6;
  }
}
.btb-featured-insights__span-full--image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.btb-featured-insights__span-full--image-wrapper:hover, .btb-featured-insights__span-full--image-wrapper:focus {
  cursor: pointer;
}
.btb-featured-insights__span-full--image-wrapper:hover .btb-featured-insights__large-image img, .btb-featured-insights__span-full--image-wrapper:focus .btb-featured-insights__large-image img {
  transform: scale(1.05);
}
.btb-featured-insights__span-full--content {
  text-align: left;
  padding-top: 20px;
}
@media screen and (min-width: 51em) {
  .btb-featured-insights__span-full--content {
    grid-column: span 4;
    padding-top: 0px;
  }
}
.btb-featured-insights__span-full--content h3 {
  font-size: 1.375rem;
  line-height: 100%;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 51em) {
  .btb-featured-insights__span-full--content h3 {
    font-size: 1.625rem;
    line-height: 120%;
  }
}
.btb-featured-insights__span-full--content p {
  font-size: 1rem;
  line-height: 160%;
  margin-top: 12px;
  margin-bottom: 0px;
}
@media screen and (min-width: 51em) {
  .btb-featured-insights__span-full--content p {
    font-size: 1.125rem;
  }
}
@media print, screen and (max-width: 50.99875em) {
  .btb-featured-insights__span-full--remove-grid-medium {
    display: flex !important;
    flex-direction: column;
    row-gap: 0px !important;
  }
}

.btb-featured-insights {
  padding-top: 32px !important;
}
@media screen and (min-width: 51em) {
  .btb-featured-insights {
    padding-top: 64px !important;
  }
}

.btb-map {
  position: relative;
  row-gap: 0px !important;
}
@media print, screen and (max-width: 50.99875em) {
  .btb-map__wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.btb-map__location-list {
  grid-column: span 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding-left: 32px;
  padding-right: 32px;
  row-gap: 0px;
}
@media print, screen and (min-width: 37.5em) {
  .btb-map__location-list {
    grid-column: span 6;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 51em) {
  .btb-map__location-list {
    padding-left: 0px;
    padding-right: 0px;
    -moz-column-gap: 32px;
         column-gap: 32px;
    grid-column: 3/span 8;
    grid-template-columns: repeat(8, 1fr);
  }
}
.btb-map__location {
  grid-column: span 1;
}
@media print, screen and (min-width: 37.5em) {
  .btb-map__location {
    grid-column: span 2;
  }
}
.btb-map__location p {
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 160%;
}
@media screen and (min-width: 51em) {
  .btb-map__location p {
    font-size: 1rem;
  }
}
.btb-map__map-wrapper {
  grid-column: span 4;
  overflow: hidden;
}
@media print, screen and (min-width: 37.5em) {
  .btb-map__map-wrapper {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-map__map-wrapper {
    grid-column: span 12;
  }
}
.btb-map__map-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.btb-map__map-wrapper-points {
  position: absolute;
  top: 0;
}

.btb-hero-banner {
  padding-bottom: 32px !important;
}
@media screen and (min-width: 51em) {
  .btb-hero-banner {
    padding-bottom: 40px !important;
  }
}
.btb-hero-banner__top-title {
  grid-column: span 4;
  text-align: left;
}
@media print, screen and (min-width: 37.5em) {
  .btb-hero-banner__top-title {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-hero-banner__top-title {
    grid-column: span 12;
  }
}
.btb-hero-banner__top-title h1 {
  text-align: left;
  font-size: 2.625rem;
  text-transform: uppercase;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 0px;
}
@media screen and (min-width: 51em) {
  .btb-hero-banner__top-title h1 {
    font-size: 6.25rem;
  }
}
.btb-hero-banner__top-title h1:last-of-type {
  margin-bottom: 20px;
}
@media screen and (min-width: 51em) {
  .btb-hero-banner__top-title h1:last-of-type {
    margin-bottom: 24px;
  }
}
.btb-hero-banner__top-title p {
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 160%;
}
@media screen and (min-width: 51em) {
  .btb-hero-banner__top-title p {
    font-size: 1.125rem;
  }
}
.btb-hero-banner__wrapper {
  padding: 0px 16px 64px !important;
}
@media screen and (min-width: 51em) {
  .btb-hero-banner__wrapper {
    padding: 0px 40px 128px !important;
  }
}
.btb-hero-banner__image-wrapper {
  aspect-ratio: 1/1;
  max-width: 1660px;
  overflow: hidden;
  margin: auto;
}
.btb-hero-banner__image-wrapper .video-tint {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: black;
}
@media screen and (min-width: 51em) {
  .btb-hero-banner__image-wrapper {
    aspect-ratio: 2/1;
  }
}
.btb-hero-banner__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper--light + .btb-cta {
  border-top: 1px solid #B2B1B1;
  padding-top: 64px !important;
}
@media screen and (min-width: 51em) {
  .wrapper--light + .btb-cta {
    padding-top: 128px !important;
  }
}

.wrapper--dark + .btb-cta {
  border-top: 1px solid #B2B1B1;
  padding-top: 64px !important;
}
@media screen and (min-width: 51em) {
  .wrapper--dark + .btb-cta {
    padding-top: 128px !important;
  }
}

.btb-cta {
  padding-bottom: 0px;
}
.btb-cta.wrapper--light .btb-cta__content h2 {
  color: #131312;
}
.site-main .btb-cta.btb-cta {
  display: none;
}
.btb-cta__content-title {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .btb-cta__content-title {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-cta__content-title {
    grid-column: span 4;
  }
}
.btb-cta__content-title h2 {
  font-size: 2.25rem;
  line-height: 43px;
  text-align: left;
  margin-bottom: 0px;
}
@media screen and (min-width: 51em) {
  .btb-cta__content-title h2 {
    font-size: 3rem;
    line-height: 58px;
  }
}
.btb-cta__content {
  grid-column: span 4;
}
.btb-cta__content h2 {
  font-size: 1.625rem;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (min-width: 51em) {
  .btb-cta__content h2 {
    font-size: 3rem;
    line-height: 110%;
    margin-bottom: 40px;
  }
}
.btb-cta__content p {
  font-size: 1rem;
  line-height: 160%;
}
.btb-cta__content p:last-of-type {
  margin-bottom: 20px;
}
@media screen and (min-width: 51em) {
  .btb-cta__content p:last-of-type {
    margin-bottom: 28px;
  }
}
.btb-cta__content span {
  display: inline-block;
  margin-bottom: 10px;
}
.btb-cta__content span:last-of-type {
  margin-bottom: 0px;
}
@media print, screen and (min-width: 37.5em) {
  .btb-cta__content {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-cta__content {
    grid-column: 3/span 8;
  }
}
.btb-cta__button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.btb-cta__button-wrapper a, .btb-cta__button-wrapper button {
  text-decoration: none;
  background-color: white;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #b2b1b1;
  padding: 12px 16px;
  color: #131312;
  height: 48px;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}
.btb-cta__button-wrapper a:hover, .btb-cta__button-wrapper a:active, .btb-cta__button-wrapper a:focus, .btb-cta__button-wrapper button:hover, .btb-cta__button-wrapper button:active, .btb-cta__button-wrapper button:focus {
  background-color: black;
  color: white;
}
.btb-cta.wrapper--dark .btb-cta__button-wrapper a, .btb-cta.wrapper--dark .btb-cta__button-wrapper button {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
.btb-cta.wrapper--dark .btb-cta__button-wrapper a:hover, .btb-cta.wrapper--dark .btb-cta__button-wrapper a:active, .btb-cta.wrapper--dark .btb-cta__button-wrapper a:focus, .btb-cta.wrapper--dark .btb-cta__button-wrapper button:hover, .btb-cta.wrapper--dark .btb-cta__button-wrapper button:active, .btb-cta.wrapper--dark .btb-cta__button-wrapper button:focus {
  background-color: white;
  color: black;
}

.width-yardstick__container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.width-yardstick__grid {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  grid-template-columns: repeat(1, 1fr) !important;
}
.width-yardstick__ruler {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.expanding-banner__content.wrapper {
  text-align: left;
}
.expanding-banner__content.wrapper .custom-wrapper .reveal-on-scroll span.expanding-banner__subtitle {
  text-align: left;
}

@media print, screen and (max-width: 50.99875em) {
  .expanding-banner-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.expanding-banner-container + .wrapper {
  padding-top: 4rem !important;
}
@media print, screen and (min-width: 37.5em) {
  .expanding-banner-container + .wrapper {
    padding-top: 10rem !important;
  }
}

.expanding-banner {
  transition: width 0.5s ease;
  display: flex;
  justify-content: center;
  position: relative;
  min-height: 65vh;
}
.expanding-banner.wrapper {
  text-align: left;
}
.expanding-banner__video-container {
  position: absolute;
  top: 0;
}
@media print, screen and (max-width: 50.99875em) {
  .expanding-banner__video-container {
    width: 100%;
  }
}
.expanding-banner__video-container video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.expanding-banner__video-container .slide-tint {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
}
.expanding-banner__content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
}
.expanding-banner__content .custom-wrapper {
  background: transparent !important;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media print, screen and (min-width: 37.5em) {
  .expanding-banner__content .custom-wrapper {
    padding: 0 51px;
  }
}
@media screen and (min-width: 51em) {
  .expanding-banner__content .custom-wrapper {
    padding: 0 120px;
  }
}
.expanding-banner__content .button {
  background: white;
  height: 48px;
  padding: 16px;
  gap: 10px;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 400;
  color: #333a3e;
}
.expanding-banner__content .button:hover {
  color: #379490;
  cursor: pointer;
}
@media screen and (min-width: 51em) {
  .expanding-banner__content.wrapper {
    padding: 0;
  }
}
.expanding-banner__subtitle {
  text-align: left;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  margin: 25px 0;
}

.btb-expanding-banner .expanding-banner__title {
  color: white;
  font-style: normal;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0;
  text-align: left;
  font-size: 28px;
}
@media print, screen and (min-width: 37.5em) {
  .btb-expanding-banner .expanding-banner__title {
    font-size: 60px;
  }
}

.btb-faqs {
  text-align: left;
  grid-column: span 4;
}
.btb-faqs.wrapper--light .btb-faqs__question,
.btb-faqs.wrapper--light .btb-faqs__answer,
.btb-faqs.wrapper--light .btb-faqs__title {
  color: black;
}
.btb-faqs.wrapper--light .btb-faqs__plus-minus--inner {
  background-color: #F0F0F0;
}
.btb-faqs.wrapper--light .btb-faqs__plus-minus--inner:before {
  background: black;
}
.btb-faqs.wrapper--light .btb-faqs__plus-minus--inner:after {
  background: black;
}
.btb-faqs.wrapper--light .btb-faqs__item {
  border-bottom: 1px solid #B2B1B1;
}
.btb-faqs.wrapper--light .btb-faqs__item:first-of-type {
  border-top: 1px solid #B2B1B1;
}
.btb-faqs .accordion {
  background-color: transparent;
}
@media print, screen and (min-width: 37.5em) {
  .btb-faqs {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-faqs {
    grid-column: span 12;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .btb-faqs__container {
    row-gap: 20px;
  }
}
.btb-faqs__abstract {
  grid-column: span 4;
  text-align: left;
}
@media print, screen and (min-width: 37.5em) {
  .btb-faqs__abstract {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-faqs__abstract {
    grid-column: span 12;
  }
}
.btb-faqs__abstract p {
  line-height: 130%;
  margin-bottom: 0px;
  font-size: 1.5rem;
}
@media screen and (min-width: 51em) {
  .btb-faqs__abstract p {
    font-size: 2rem;
  }
}
.btb-faqs__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  color: white;
  text-align: left;
  margin: 0px auto 20px;
  max-width: 1600px;
}
@media print, screen and (min-width: 37.5em) {
  .btb-faqs__title {
    margin: 0px auto 40px;
    font-size: 1.625rem;
  }
}
.btb-faqs__item {
  margin-left: 0 !important;
  position: relative;
  row-gap: 12px;
  border-bottom: 1px solid #4e4e4d;
  padding: 32px 0px;
}
.btb-faqs__item:first-of-type {
  border-top: 1px solid #4e4e4d;
}
.btb-faqs__item a {
  text-decoration: none;
  color: #1d1d1d;
}
.btb-faqs .accordion {
  margin-bottom: 0;
}
.is-active > .btb-faqs__plus-minus .btb-faqs__plus-minus--inner:before {
  transform: rotate(0deg) !important;
}
.btb-faqs__question {
  color: white;
  border: 0 !important;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  background: transparent;
  padding: 0px 40px 0px 36px;
  max-width: 976px;
}
@media print, screen and (min-width: 37.5em) {
  .btb-faqs__question {
    padding: 0px 60px 0px 40px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 51em) {
  .btb-faqs__question {
    padding: 0px 60px 0px 40px;
  }
}
.btb-faqs__question:before {
  content: "" !important;
}
.btb-faqs__question:after {
  content: "" !important;
}
.btb-faqs__question:hover, .btb-faqs__question:active, .btb-faqs__question:focus {
  background: transparent;
}
.btb-faqs__plus-minus {
  width: 100%;
  height: 117px;
  top: -10px;
  padding: 12px 0;
  position: absolute;
  display: block;
}
.btb-faqs__plus-minus--inner {
  height: 40px;
  width: 40px;
  background-color: #2B2C2F;
  display: block;
  top: 35%;
  right: 25px;
  position: absolute;
}
.btb-faqs__plus-minus--inner:before {
  content: "" !important;
  display: block;
  width: 16px;
  height: 2px;
  background: white;
  transform: rotate(90deg) !important;
  transition: transform 200ms;
  position: absolute;
  top: 50%;
  right: 12px;
  transform-origin: center;
  margin: 0;
}
@media screen and (min-width: 51em) {
  .btb-faqs__plus-minus--inner:before {
    right: 12px;
  }
}
.btb-faqs__plus-minus--inner:after {
  content: "" !important;
  display: block;
  width: 16px;
  height: 2px;
  background: white;
  transition: transform 200ms;
  position: absolute;
  top: 50%;
  right: 12px;
  transform-origin: center;
  margin: 0;
}
@media screen and (min-width: 51em) {
  .btb-faqs__plus-minus--inner:after {
    right: 12px;
  }
}
.btb-faqs__plus-minus:hover, .btb-faqs__plus-minus:active, .btb-faqs__plus-minus:focus {
  background: transparent;
}
.btb-faqs:last-child > .btb-faqs__answer {
  border-bottom: none;
}
.btb-faqs__answer {
  border: 0 !important;
  background-color: transparent;
  color: white;
  padding: 0px;
  font-size: 0.875rem;
  line-height: 160%;
  grid-column: 2/span 3;
  padding: 12px 0px 0px 36px;
  max-width: 976px;
}
@media print, screen and (min-width: 37.5em) {
  .btb-faqs__answer {
    padding: 12px 60px 0px 40px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 51em) {
  .btb-faqs__answer {
    padding: 12px 60px 0px 40px;
  }
}
.btb-faqs__answer p {
  margin-bottom: 6px !important;
}
.btb-faqs__answer p:last-of-type {
  margin-bottom: 0 !important;
}
.btb-faqs__number {
  display: inline-block;
  position: absolute;
  width: 60px;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  text-align: left;
}
@media print, screen and (min-width: 37.5em) {
  .btb-faqs__number {
    font-size: 2rem;
  }
}
.btb-faqs__top {
  margin-bottom: 2rem;
}

.btb-service-listing {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
@media screen and (min-width: 51em) {
  .btb-service-listing {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}
.btb-service-listing__grid {
  row-gap: 32px !important;
}
.btb-service-listing__top-content {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .btb-service-listing__top-content {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-service-listing__top-content {
    grid-column: span 8;
  }
}
.btb-service-listing__title {
  text-align: left;
  line-height: 100%;
  font-weight: 700;
  font-size: 2.625rem;
}
@media print, screen and (min-width: 37.5em) {
  .btb-service-listing__title {
    font-size: 4.625rem;
  }
}
.btb-service-listing__abstract {
  text-align: left;
  font-size: 1rem;
  line-height: 160%;
  font-weight: 400;
  margin-bottom: 0px;
}
@media print, screen and (min-width: 37.5em) {
  .btb-service-listing__abstract {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 51em) {
  .btb-service-listing__abstract {
    margin-bottom: 96px;
  }
}
.btb-service-listing__tile {
  grid-column: span 4;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 20px 10px;
}
@media print, screen and (min-width: 37.5em) {
  .btb-service-listing__tile {
    grid-column: span 3;
  }
}
@media screen and (min-width: 51em) {
  .btb-service-listing__tile {
    grid-column: span 6;
    padding: 40px 40px 20px;
  }
}
.btb-service-listing__related-service {
  padding: 16px 0px;
}
.btb-service-listing__related-service:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.btb-service-listing__related-service a {
  text-decoration: none;
}
.btb-service-listing__related-service-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.btb-service-listing__related-service-link:hover {
  color: #f5ae36;
}
.btb-service-listing__related-service-link:hover .btb-service-listing__arrow-img.default {
  opacity: 0;
}
.btb-service-listing__related-service-link:hover .btb-service-listing__arrow-img.hover {
  opacity: 1;
}
.btb-service-listing__related-service-div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.btb-service-listing__arrow-img {
  position: absolute;
  right: 0px;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.btb-service-listing__arrow-img.hover {
  opacity: 0;
}
.btb-service-listing__arrow-img.default {
  opacity: 1;
}
.btb-service-listing__tile-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 14px;
  text-transform: uppercase;
}
@media print, screen and (min-width: 37.5em) {
  .btb-service-listing__tile-title {
    font-size: 2rem;
  }
}
.btb-service-listing__tile-abstract {
  font-size: 1rem;
  line-height: 160%;
  margin-bottom: 14px;
}
.btb-service-listing__tile-link {
  margin-bottom: 14px;
}
.btb-service-listing__tile-link a:hover {
  color: #f5ae36;
}

.btb-featured-case-studies {
  row-gap: 20px !important;
}
@media print, screen and (min-width: 37.5em) {
  .btb-featured-case-studies {
    row-gap: 32px !important;
  }
}
.btb-featured-case-studies__wrapper.wrapper--light .btb-featured-case-studies__title {
  color: black !important;
}
.btb-featured-case-studies__wrapper.wrapper--light .btb-featured-case-studies__content h3 {
  color: black !important;
}
.btb-featured-case-studies__wrapper.wrapper--light .btb-featured-insights__span-four--content h3 {
  color: black !important;
}
.btb-featured-case-studies__title {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  text-align: left;
  margin-bottom: -8px;
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .btb-featured-case-studies__title {
    grid-column: span 6;
    line-height: 120%;
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 51em) {
  .btb-featured-case-studies__title {
    grid-column: span 12;
  }
}
.btb-featured-case-studies__link {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  cursor: pointer;
}
.btb-featured-case-studies__link a {
  text-decoration: underline !important;
}
.btb-featured-case-studies__link:hover a {
  color: #f5ae36 !important;
}
.btb-featured-case-studies__span-four--image-wrapper {
  overflow: hidden;
  aspect-ratio: 4/3 !important;
  position: relative;
  cursor: pointer;
}
.btb-featured-case-studies__span-four--image-wrapper .btb-case-study-listing__large-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.btb-featured-case-studies__span-four--image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.btb-featured-case-studies__span-four--image-wrapper:hover .btb-case-study-listing__large-image img, .btb-featured-case-studies__span-four--image-wrapper:focus .btb-case-study-listing__large-image img {
  filter: blur(10px);
}
.btb-featured-case-studies__span-four--image-wrapper:hover .btb-case-study-listing__logo, .btb-featured-case-studies__span-four--image-wrapper:focus .btb-case-study-listing__logo {
  opacity: 1;
}
.btb-featured-case-studies__span-four--content {
  text-align: left;
  padding-top: 20px;
}
@media screen and (min-width: 51em) {
  .btb-featured-case-studies__span-four--content {
    padding-top: 32px;
  }
}
.btb-featured-case-studies__span-four--content h3 {
  font-size: 1.375rem;
  line-height: 100%;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 51em) {
  .btb-featured-case-studies__span-four--content h3 {
    font-size: 1.625rem;
    line-height: 120%;
  }
}
.btb-featured-case-studies__span-four--content p {
  font-size: 1rem;
  line-height: 150%;
  margin-top: 12px;
  margin-bottom: 0px;
}
.btb-featured-case-studies__span-full--image-wrapper {
  position: relative;
}
@media print, screen and (min-width: 37.5em) {
  .btb-featured-case-studies__span-full--image-wrapper .btb-case-study-listing__large-image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .btb-featured-case-studies__span-full--image-wrapper .btb-case-study-listing__large-image {
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .btb-featured-case-studies__span-full--image-wrapper .btb-case-study-listing__large-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 51em) {
  .btb-featured-case-studies__span-full--image-wrapper {
    grid-column: span 8;
    aspect-ratio: 11/6;
  }
}
.btb-featured-case-studies__span-full--image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.btb-featured-case-studies__span-full--image-wrapper:hover .btb-case-study-listing__large-image img, .btb-featured-case-studies__span-full--image-wrapper:focus .btb-case-study-listing__large-image img {
  filter: blur(10px);
}
.btb-featured-case-studies__span-full--image-wrapper:hover .btb-case-study-listing__logo, .btb-featured-case-studies__span-full--image-wrapper:focus .btb-case-study-listing__logo {
  opacity: 1;
}
.btb-featured-case-studies__span-full--content {
  text-align: left;
  padding-top: 20px;
}
@media screen and (min-width: 51em) {
  .btb-featured-case-studies__span-full--content {
    grid-column: span 4;
    padding-top: 0px;
  }
}
.btb-featured-case-studies__span-full--content a {
  text-decoration: none;
}
.btb-featured-case-studies__span-full--content a:first-of-type:hover {
  color: white;
}
.btb-featured-case-studies__span-full--content h3 {
  font-size: 1.375rem;
  line-height: 100%;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 51em) {
  .btb-featured-case-studies__span-full--content h3 {
    font-size: 1.625rem;
    line-height: 120%;
  }
}
.btb-featured-case-studies__span-full--content p {
  font-size: 1rem;
  line-height: 160%;
  margin-top: 12px;
  margin-bottom: 0px;
}
@media screen and (min-width: 51em) {
  .btb-featured-case-studies__span-full--content p {
    font-size: 1.125rem;
  }
}
@media print, screen and (max-width: 50.99875em) {
  .btb-featured-case-studies__span-full--remove-grid-medium {
    display: flex !important;
    flex-direction: column;
    row-gap: 0px !important;
  }
}

.btb-full-width-slider__outer {
  padding-left: 0px;
  padding-right: 0px;
}
.btb-full-width-slider__picture {
  max-width: 1440px;
  margin: auto;
  position: relative;
  overflow: hidden;
  margin: 0px 16px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 109.375em) {
  .btb-full-width-slider__picture {
    margin: 0px 40px !important;
    aspect-ratio: 16/9;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .btb-full-width-slider__picture {
    margin: 0px 16px;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 90em) {
  .btb-full-width-slider__picture {
    max-width: 1660px;
    aspect-ratio: 16/9;
    margin: auto;
  }
}
.btb-full-width-slider__text {
  position: absolute;
  bottom: 70%;
  z-index: 8;
  color: white !important;
  font-size: 9.75rem;
  white-space: nowrap;
  overflow: visible;
}
.btb-full-width-slider__text--out {
  left: -50vw;
}
.btb-full-width-slider__text--in {
  left: -20vw;
  bottom: 45%;
}
.btb-full-width-slider__background {
  z-index: 5;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.btb-full-width-slider__lady {
  position: absolute;
  left: 0;
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.scroll-out {
  transform: translateX(300px);
  opacity: 0;
}

.btb-insight-listing__tile {
  grid-column: span 12;
  text-decoration: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #b2b1b1;
}
.btb-insight-listing__tile:last-of-type {
  border-bottom: 0px;
}
@media screen and (min-width: 51em) {
  .btb-insight-listing__tile {
    grid-column: span 4;
    border-bottom: none;
    padding-bottom: 0px;
    gap: 0px;
  }
}
.btb-insight-listing__tile__large {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
  grid-column: span 12;
}
.btb-insight-listing__tile__large .btb-insight-listing__tile-large-content {
  grid-column: span 1;
  order: 2;
}
.btb-insight-listing__tile__large .btb-insight-listing__tile-large-image {
  grid-column: span 1;
  order: 1;
}
@media screen and (min-width: 51em) {
  .btb-insight-listing__tile__large {
    gap: 40px;
    grid-template-columns: repeat(12, 1fr);
  }
  .btb-insight-listing__tile__large .btb-insight-listing__tile-large-content {
    grid-column: span 4;
  }
  .btb-insight-listing__tile__large .btb-insight-listing__tile-large-image {
    grid-column: span 8;
  }
  .btb-insight-listing__tile__large__even .btb-insight-listing__tile-large-content {
    order: 1;
  }
  .btb-insight-listing__tile__large__even .btb-insight-listing__tile-large-image {
    order: 2;
  }
  .btb-insight-listing__tile__large__odd .btb-insight-listing__tile-large-content {
    order: 2;
  }
  .btb-insight-listing__tile__large__odd .btb-insight-listing__tile-large-image {
    order: 1;
  }
}
.btb-insight-listing__wrapper {
  border-bottom: 1px solid #B2B1B1;
  padding-top: 32px !important;
}
@media print, screen and (max-width: 37.49875em) {
  .btb-insight-listing__wrapper {
    padding-bottom: 64px !important;
  }
}
@media print, screen and (min-width: 37.5em) and (max-width: 50.99875em) {
  .btb-insight-listing__wrapper {
    padding-bottom: 80px !important;
  }
}
@media print, screen and (min-width: 37.5em) {
  .btb-insight-listing__wrapper {
    padding-top: 128px !important;
  }
}
.btb-insight-listing__wrapper.wrapper--dark .btb-insight-listing__filter button {
  background-color: #2b2c2f;
  color: white;
}
.btb-insight-listing__wrapper.wrapper--dark .btb-insight-listing__filter button:hover {
  background-color: #4b4c4f;
}
.btb-insight-listing__wrapper.wrapper--dark .btb-insight-listing__filter button.selected {
  border: 1px solid #b2b1b1;
}
.btb-insight-listing__wrapper.wrapper--light .btb-insight-listing__filter button:hover {
  background-color: #d1d1d1;
}
.btb-insight-listing__wrapper.wrapper--light .btb-insight-listing__filter button.selected {
  border: 1px solid #4b4c4f;
}
@media print, screen and (max-width: 37.49875em) {
  .btb-insight-listing__grid {
    row-gap: 16px !important;
  }
}
@media print, screen and (min-width: 37.5em) and (max-width: 50.99875em) {
  .btb-insight-listing__grid {
    row-gap: 40px !important;
  }
}
.btb-insight-listing__grid--top {
  margin-bottom: 64px !important;
  row-gap: 32px !important;
}
@media print, screen and (max-width: 37.49875em) {
  .btb-insight-listing__grid--top {
    margin-bottom: 2rem !important;
  }
}
@media print, screen and (min-width: 37.5em) and (max-width: 50.99875em) {
  .btb-insight-listing__grid--top {
    margin-bottom: 40px !important;
  }
}
.btb-insight-listing__grid--top p {
  margin: 0;
}
.btb-insight-listing__grid .btb-insight-listing__tile:nth-of-type(9n) {
  border-bottom: 0px;
}
.btb-insight-listing__title {
  text-align: left;
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .btb-insight-listing__title {
    grid-column: span 9;
  }
}
.btb-insight-listing__title h1 {
  margin-bottom: 0px;
  font-size: 2.25rem;
  line-height: 100%;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 51em) {
  .btb-insight-listing__title h1 {
    font-size: 4.625rem;
  }
}
.btb-insight-listing__abstract {
  grid-column: span 4;
  margin-top: 12px;
}
@media print, screen and (min-width: 37.5em) {
  .btb-insight-listing__abstract {
    grid-column: span 9;
  }
}
.btb-insight-listing__filter {
  grid-column: span 4;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media print, screen and (max-width: 37.49875em) {
  .btb-insight-listing__filter {
    margin: 0px -32px 0px 0px;
  }
}
.btb-insight-listing__filter ::-webkit-scrollbar {
  display: none;
}
@media print, screen and (min-width: 37.5em) {
  .btb-insight-listing__filter {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-insight-listing__filter {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    grid-column: span 12;
  }
}
.btb-insight-listing__filter form {
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 51em) {
  .btb-insight-listing__filter form {
    gap: 12px;
  }
}
.btb-insight-listing__filter form button {
  padding: 10px 12px;
  background: #eaeaea;
  color: #131312;
  text-align: center;
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.12px;
  line-height: 14px;
}
.btb-insight-listing__filter form button:hover {
  cursor: pointer;
}
.btb-insight-listing__select {
  background-color: #f6f6ee;
  font-size: 1rem;
  max-width: 358px;
  height: 48px;
  border: 0px;
  border-bottom: 1px solid #9ab99b;
  border-radius: 0px;
  margin-bottom: 0px !important;
  cursor: pointer;
}
.btb-insight-listing__select:focus, .btb-insight-listing__select:active, .btb-insight-listing__select:hover {
  background-color: #f6f6ee;
  border: 0px;
  border-bottom: 1px solid #9ab99b;
  border-radius: 0px;
}
.btb-insight-listing__tile-large-content {
  grid-column: span 4;
  margin-bottom: 16px;
}
@media screen and (min-width: 51em) {
  .btb-insight-listing__tile-large-content {
    grid-column: span 4;
    margin-bottom: 0px;
  }
}
.btb-insight-listing__tile-large-content .btb-insight-listing__text {
  margin-top: 0px;
  line-height: 100%;
  font-size: 22px;
}
@media screen and (min-width: 51em) {
  .btb-insight-listing__tile-large-content .btb-insight-listing__text {
    font-size: 26px;
    line-height: 30px;
  }
}
.btb-insight-listing__tile-large-image {
  grid-column: span 4;
}
@media screen and (min-width: 51em) {
  .btb-insight-listing__tile-large-image {
    grid-column: span 8;
    display: block;
  }
}
.btb-insight-listing__tile-small-image {
  grid-column: span 4;
  display: block;
}
@media screen and (min-width: 51em) {
  .btb-insight-listing__tile-small-image {
    display: none;
  }
}
.btb-insight-listing__large-image {
  overflow: hidden;
  margin-bottom: 0px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 51em) {
  .btb-insight-listing__large-image {
    aspect-ratio: 2/1;
  }
}
.btb-insight-listing__large-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.btb-insight-listing__large-image:hover .btb-insight-listing__limage img, .btb-insight-listing__large-image:focus .btb-insight-listing__limage img {
  transform: scale(1.05);
}
.btb-insight-listing__top-text {
  grid-column: span 4;
  text-align: left;
  margin-bottom: 32px;
}
.btb-insight-listing__top-text h3 {
  font-size: 2.25rem;
  line-height: 43.2px;
}
.btb-insight-listing__top-text p {
  font-size: 1.125rem;
  line-height: 27px;
  margin-bottom: 20px;
  color: #065a5c !important;
}
@media print, screen and (min-width: 37.5em) {
  .btb-insight-listing__top-text {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-insight-listing__top-text {
    grid-column: span 10;
  }
}
@media screen and (min-width: 90em) {
  .btb-insight-listing__top-text {
    grid-column: span 8;
    margin-bottom: 64px;
  }
  .btb-insight-listing__top-text h3 {
    font-size: 3rem;
    line-height: 57.6px;
  }
}
.btb-insight-listing__link {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
}
.btb-insight-listing__link--rectangle {
  margin-top: 0px;
}
@media print, screen and (max-width: 37.49875em) {
  .btb-insight-listing__link--rectangle {
    display: none;
  }
}
.btb-insight-listing__link a {
  text-decoration: none;
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.btb-insight-listing__link:hover a {
  color: #f5ae36;
}
.btb-insight-listing__abstract {
  text-align: left;
  font-size: 1rem;
  line-height: 26px;
  margin-bottom: 0px;
}
.btb-insight-listing__tile-image-wrapper {
  grid-column: span 4;
}
@media print, screen and (max-width: 50.99875em) {
  .btb-insight-listing__tile-image-wrapper {
    grid-column: span 1;
  }
}
@media print, screen and (max-width: 50.99875em) {
  .btb-insight-listing__tile-link-wrapper--rectangle {
    grid-column: span 3;
    display: flex;
    align-items: center;
  }
}
.btb-insight-listing__image {
  overflow: hidden;
  aspect-ratio: 1/1;
  margin-bottom: 0px;
}
@media screen and (min-width: 51em) {
  .btb-insight-listing__image {
    margin-bottom: 20px;
  }
}
.btb-insight-listing__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.btb-insight-listing__image:hover .btb-insight-listing__limage img, .btb-insight-listing__image:focus .btb-insight-listing__limage img {
  transform: scale(1.05);
}
.btb-insight-listing__text {
  margin-bottom: 0px;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
}
@media screen and (min-width: 51em) {
  .btb-insight-listing__text {
    line-height: 120%;
    margin-bottom: 12px;
    font-size: 1.625rem;
    margin-top: 32px;
  }
}
.btb-insight-listing__text a {
  text-decoration: none;
}
@media print, screen and (max-width: 50.99875em) {
  .btb-insight-listing__text--square {
    display: none;
  }
}
.btb-insight-listing__text--rectangle {
  font-size: 1rem;
  line-height: 26px;
  display: none;
}
@media print, screen and (max-width: 50.99875em) {
  .btb-insight-listing__text--rectangle {
    display: block;
  }
}

.btb-insight-pagination .insight-pagination__pages .insight-pagination__item {
  font-size: 18px;
  font-weight: 700;
  background-color: transparent;
}
.btb-insight-pagination .insight-pagination__item.current {
  border-bottom: 2px solid #131312;
}
.btb-insight-pagination .insight-pagination__prev-next .insight-pagination__prev,
.btb-insight-pagination .insight-pagination__prev-next .insight-pagination__next {
  width: -moz-max-content;
  width: max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  background-color: transparent;
}

.btb-case-study-listing__tile {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .btb-case-study-listing__tile {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-case-study-listing__tile {
    grid-column: span 6;
  }
}
.btb-case-study-listing__tile a {
  text-decoration: none;
}
.btb-case-study-listing__tile a:hover, .btb-case-study-listing__tile a:focus {
  color: white !important;
}
.btb-case-study-listing__tile:hover .btb-case-study-listing__large-image img, .btb-case-study-listing__tile:focus .btb-case-study-listing__large-image img {
  filter: blur(10px);
}
.btb-case-study-listing__tile:hover .btb-case-study-listing__logo, .btb-case-study-listing__tile:focus .btb-case-study-listing__logo {
  opacity: 1;
}
.btb-case-study-listing__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.1em;
}
.btb-case-study-listing__image-wrapper {
  position: relative;
}
.btb-case-study-listing__image-wrapper:hover .btb-case-study-listing__logo {
  opacity: 1;
}
.btb-case-study-listing__large-image {
  overflow: hidden;
  margin-bottom: 0px;
  aspect-ratio: 16/9;
}
.btb-case-study-listing__large-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.btb-case-study-listing__large-image iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.btb-case-study-listing__logo {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.btb-case-study-listing__text {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 100%;
  margin-top: 32px;
  text-align: left;
  margin-bottom: 4px;
}
@media print, screen and (min-width: 37.5em) {
  .btb-case-study-listing__text {
    font-size: 1.625rem;
    line-height: 120%;
  }
}
.btb-case-study-listing__tags {
  display: flex;
  gap: 12px;
}
.btb-case-study-listing__tags p {
  font-size: 14px;
  line-height: 160%;
  text-transform: uppercase;
  margin-bottom: 0px;
}

@media print, screen and (max-width: 37.49875em) {
  .copy-banner + .btb-logos {
    padding-top: 32px !important;
  }
}

.btb-logos__title {
  font-size: 1.375rem;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 37.5em) {
  .btb-logos__title {
    font-size: 1.625rem;
    line-height: 120%;
    margin-bottom: 20px;
  }
}
.btb-logos__grid {
  display: grid;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  grid-template-columns: repeat(2, 1fr) !important;
}
@media print, screen and (min-width: 37.5em) {
  .btb-logos__grid {
    grid-template-columns: repeat(6, 1fr) !important;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 2rem;
  }
}

.btb-our-services__grid {
  display: grid;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
@media print, screen and (min-width: 37.5em) {
  .btb-our-services__grid {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
  }
}
.btb-our-services__container {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 37.5em) {
  .btb-our-services__container {
    grid-column: span 3;
  }
}
.btb-our-services__title {
  text-align: start;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 160%;
  margin-bottom: 0px;
}
.btb-our-services__info {
  text-align: start;
}

.btb-statistics.wrapper--dark .btb-statistics__tile {
  border: 1px solid rgba(178, 177, 177, 0.2);
}
.btb-statistics.wrapper--light .btb-statistics__tile {
  border: 1px solid #EAEAEA;
}
@media print, screen and (max-width: 37.49875em) {
  .btb-statistics__grid {
    row-gap: 16px !important;
  }
}
.btb-statistics__tile {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  min-height: 146px;
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) and (max-width: 50.99875em) {
  .btb-statistics__tile:first-child {
    grid-column: span 3;
  }
  .btb-statistics__tile:last-child {
    grid-column: span 6;
  }
  .btb-statistics__tile:not(:first-child):not(:last-child) {
    grid-column: span 3;
  }
}
@media screen and (min-width: 51em) {
  .btb-statistics__tile {
    padding-left: 40px;
    padding-right: 40px;
    grid-column: span 4;
    min-height: 234px;
  }
}
.btb-statistics__number {
  font-size: 2.625rem;
  line-height: 100%;
  text-align: left;
  font-weight: 700;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 37.5em) and (max-width: 50.99875em) {
  .btb-statistics__number {
    font-size: 4rem !important;
  }
}
@media screen and (min-width: 51em) {
  .btb-statistics__number {
    font-size: 5.625rem;
    margin-bottom: 20px;
  }
}
.site-main .btb-statistics .btb-statistics__tile {
  border: 1px solid #B2B1B1;
  min-height: 296px;
}
.site-main .btb-statistics .btb-statistics__number {
  color: #333A3E;
  font-weight: 300;
  line-height: 100%;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 51em) {
  .site-main .btb-statistics .btb-statistics__number {
    font-size: 6.25rem;
  }
}
.site-main .btb-statistics .btb-statistics__text {
  font-family: "Inter", sans-serif;
}
.btb-statistics__text {
  text-align: left;
  font-size: 1rem;
  line-height: 160%;
  margin-bottom: 0px;
}
@media screen and (min-width: 51em) {
  .btb-statistics__text {
    font-size: 1.125rem;
  }
}

/* ================================================================================
A testimonial with cited author which is in a carousel if there's more than 1
=================================================================================== */
.btb-testimonial.wrapper--light .btb-testimonial__content {
  color: #131312;
}
.btb-testimonial h2 {
  font-size: 1rem;
  line-height: 160%;
  font-weight: 400;
  text-align: left;
  margin-bottom: 12px;
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .btb-testimonial h2 {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-testimonial h2 {
    grid-column: span 12;
    font-size: 1.125rem;
  }
}
.btb-testimonial__title {
  text-align: center !important;
}
.site-main .btb-testimonial .btb-testimonial__container h2 {
  grid-column: span 4;
  text-align: left !important;
  color: #9ab99b;
}
@media print, screen and (min-width: 37.5em) {
  .site-main .btb-testimonial .btb-testimonial__container h2 {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .site-main .btb-testimonial .btb-testimonial__container h2 {
    grid-column: 5/span 8;
  }
}
.btb-testimonial__content-author {
  font-size: 1rem;
  line-height: 160%;
  font-weight: 400;
}
@media screen and (min-width: 51em) {
  .btb-testimonial__content-author {
    font-size: 1.125rem !important;
  }
}
.btb-testimonial__content {
  text-align: left;
  font-size: 1.5rem;
  height: 100%;
  line-height: 120%;
  border: none;
  font-weight: 400;
  color: #333a3e;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 0px;
}
.btb-testimonial__content p {
  margin-bottom: 0px;
  font-size: 1.75rem;
  line-height: 110%;
  font-weight: 700;
}
@media screen and (min-width: 51em) {
  .btb-testimonial__content p {
    font-size: 3rem;
  }
}
@media screen and (min-width: 51em) {
  .btb-testimonial__content {
    font-size: 2rem;
    line-height: 140%;
  }
}
.btb-testimonial.wrapper--dark .btb-testimonial__content {
  color: white;
}
.btb-testimonial__container {
  padding-bottom: 28px !important;
  row-gap: 0px !important;
}
.btb-testimonial__content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.btb-testimonial-carousel {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .btb-testimonial-carousel {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-testimonial-carousel {
    grid-column: span 9;
  }
}
.btb-testimonial-carousel h3 {
  font-size: 1rem;
  line-height: 160%;
  margin-bottom: 0px;
  margin-top: 12px;
}
.btb-testimonial-carousel__slide:active, .btb-testimonial-carousel__slide:focus {
  outline: none;
}
.btb-testimonial-carousel .slick-dots {
  position: absolute;
  bottom: -38px;
  margin: 0px;
  left: 0;
}
.btb-testimonial-carousel .slick-dots li {
  margin: 0px 4px;
}
.btb-testimonial-carousel .slick-dots li:first-of-type {
  margin-left: 0px;
}
.btb-testimonial-carousel .slick-dots li button {
  background-color: transparent;
  border: 1px solid #B2B1B1;
  outline: none;
  cursor: pointer;
  width: 12px;
  height: 12px;
}
.btb-testimonial-carousel .slick-dots li.slick-active button {
  background-color: #f5ae36;
  border: none;
}
.btb-testimonial-carousel--center .btb-testimonial__content {
  text-align: center;
}
.btb-testimonial-carousel--center .slick-dots {
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 51em) {
  .btb-testimonial-carousel--center {
    grid-column: 2/span 10;
  }
}
.site-main .btb-testimonial-carousel {
  grid-column: span 4;
}
.site-main .btb-testimonial-carousel .btb-testimonial__content {
  text-align: left;
}
.site-main .btb-testimonial-carousel .btb-testimonial__content p {
  margin-bottom: 0px;
  font-family: "Inter", sans-serif;
  font-size: 1.625rem;
  line-height: 130%;
  font-weight: 400;
}
@media print, screen and (min-width: 37.5em) {
  .site-main .btb-testimonial-carousel .btb-testimonial__content p {
    font-size: 2rem;
  }
}
.site-main .btb-testimonial-carousel .btb-testimonial__content h3 {
  font-family: "Inter", sans-serif;
}
.site-main .btb-testimonial-carousel .slick-dots {
  left: 0%;
  transform: none;
}
.site-main .btb-testimonial-carousel .slick-dots button {
  border: none;
  font-family: "Inter", sans-serif;
  background-color: #9ab99b;
}
.site-main .btb-testimonial-carousel .slick-active button {
  background-color: #379490 !important;
  border: none;
}
@media print, screen and (min-width: 37.5em) {
  .site-main .btb-testimonial-carousel {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .site-main .btb-testimonial-carousel {
    grid-column: 5/span 8;
  }
}

.btb-video-banner__outer {
  padding-left: 0px;
  padding-right: 0px;
}
.btb-video-banner__picture {
  max-width: 1440px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 109.375em) {
  .btb-video-banner__picture {
    margin: 0px 40px !important;
    aspect-ratio: 16/9;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .btb-video-banner__picture {
    margin: 0px 16px;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 90em) {
  .btb-video-banner__picture {
    max-width: 1660px;
    aspect-ratio: 16/9;
    margin: auto;
  }
}
.btb-video-banner__picture video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.btb-policy__title {
  grid-column: span 4;
  text-align: left;
  font-size: 2rem;
  line-height: 100%;
  margin-bottom: 0px;
  max-width: 864px;
  font-family: "Inter", sans-serif;
}
.site-btb .btb-policy__title {
  text-transform: uppercase;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 37.5em) {
  .btb-policy__title {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-policy__title {
    grid-column: span 8;
    font-size: 4.5rem;
  }
}
.btb-policy__top-content {
  border-bottom: 1px solid #B2B1B1;
  padding-bottom: 32px !important;
  padding-top: 32px !important;
}
@media screen and (min-width: 51em) {
  .btb-policy__top-content {
    padding-bottom: 64px !important;
    padding-top: 128px !important;
  }
}
.btb-policy__links {
  display: none;
  text-align: left;
}
@media screen and (min-width: 51em) {
  .btb-policy__links {
    grid-column: span 4;
    display: block;
    font-size: 1.125rem;
    line-height: 160%;
  }
}
.btb-policy__links--heading {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 12px;
}
.btb-policy__links .active {
  color: #f5ae36;
}
.btb-policy__bottom-content {
  padding-top: 32px !important;
}
@media screen and (min-width: 51em) {
  .btb-policy__bottom-content {
    padding-top: 64px !important;
  }
}
.btb-policy__link {
  margin-bottom: 6px;
}
.site-btb .btb-policy__link a {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
.btb-policy__text {
  grid-column: span 4;
  text-align: left;
}
@media print, screen and (min-width: 37.5em) {
  .btb-policy__text {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-policy__text {
    grid-column: span 8;
  }
}
.btb-policy__text h4 {
  font-size: 1.375rem;
  line-height: 100%;
  margin-bottom: 12px;
}
.site-btb .btb-policy__text h4 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 51em) {
  .btb-policy__text h4 {
    line-height: 120%;
    font-size: 1.875rem;
  }
}
.btb-policy__text h5 {
  font-size: 1.5rem;
  line-height: 100%;
  margin-bottom: 12px;
}
.site-btb .btb-policy__text h5 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 51em) {
  .btb-policy__text h5 {
    line-height: 120%;
    font-size: 2rem;
  }
}
.btb-policy__text h6 {
  font-size: 1.375rem;
  line-height: 100%;
  margin-bottom: 12px;
}
.site-btb .btb-policy__text h6 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 51em) {
  .btb-policy__text h6 {
    line-height: 120%;
    font-size: 1.625rem;
  }
}
.btb-policy__text br {
  display: none;
}
.btb-policy__text p {
  font-size: 1rem;
  line-height: 160%;
}
.site-btb .btb-policy__text p {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
@media screen and (min-width: 51em) {
  .btb-policy__text p {
    font-size: 1.125rem;
  }
}
.btb-policy__text p:last-of-type:not(:has(+ ul)) {
  margin-bottom: 0px;
}
.btb-policy__text ul li, .btb-policy__text ol li {
  font-size: 1rem;
  line-height: 160%;
  margin-bottom: 6px;
}
.site-btb .btb-policy__text ul li, .site-btb .btb-policy__text ol li {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
@media screen and (min-width: 51em) {
  .btb-policy__text ul li, .btb-policy__text ol li {
    font-size: 1.125rem;
  }
}
.btb-policy__text ul:last-of-type:not(:has(+ p)), .btb-policy__text ol:last-of-type:not(:has(+ p)) {
  margin-bottom: 16px;
}

.btb-success {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
@media screen and (min-width: 51em) {
  .btb-success {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}
.btb-success__container {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .btb-success__container {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-success__container {
    grid-column: 3/span 8;
  }
}
.btb-success__container--title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 12px;
}
@media screen and (min-width: 51em) {
  .btb-success__container--title {
    font-size: 3.75rem;
    margin-bottom: 32px;
  }
}
.btb-success__container--message {
  font-size: 1.125rem;
  line-height: 160%;
  margin-bottom: 12px;
}
@media screen and (min-width: 51em) {
  .btb-success__container--message {
    font-size: 1.3125rem;
    margin-bottom: 32px;
  }
}
.btb-success__button {
  justify-content: center;
}
.btb-success__button a {
  text-decoration: none;
}

@media print, screen and (max-width: 37.49875em) {
  .btb-full-image-with-logo {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.btb-full-image-with-logo__outer-wrapper {
  grid-column: span 4;
  position: relative;
}
@media print, screen and (min-width: 37.5em) {
  .btb-full-image-with-logo__outer-wrapper {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-full-image-with-logo__outer-wrapper {
    grid-column: span 12;
  }
}
.btb-full-image-with-logo__image-border {
  border: 1px solid #B2B1B1;
}
.btb-full-image-with-logo__image-wrapper {
  grid-column: span 4;
}
.btb-full-image-with-logo__image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.btb-full-image-with-logo__logo {
  position: absolute;
  width: 30%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 37.5em) {
  .btb-full-image-with-logo__logo {
    width: 20%;
  }
}

.btb-3-col-full-width-images__wrapper {
  padding-bottom: 64px;
  padding-left: 32px;
  padding-right: 32px;
}
.btb-3-col-full-width-images__grid {
  row-gap: 16px !important;
}
.btb-3-col-full-width-images__image {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .btb-3-col-full-width-images__image {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-3-col-full-width-images__image {
    grid-column: span 4;
  }
}
.btb-3-col-full-width-images__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.btb-3-col-full-width-images__image-border {
  border: 1px solid #B2B1B1;
}

.btb-3-col-images-carousel {
  grid-column: span 4;
}
.btb-3-col-images-carousel .slick-list {
  margin-right: -16px;
}
.btb-3-col-images-carousel .slick-slide {
  margin-right: 16px;
}
.btb-3-col-images-carousel .slick-track {
  display: flex;
}

.btb-2-col-images__image {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .btb-2-col-images__image {
    grid-column: span 3;
  }
}
@media screen and (min-width: 51em) {
  .btb-2-col-images__image {
    grid-column: span 6;
  }
}
.btb-2-col-images__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.btb-2-col-images__image-border {
  border: 1px solid #B2B1B1;
}

.btb-3-col-images {
  grid-column: span 4;
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media print, screen and (min-width: 37.5em) {
  .btb-3-col-images {
    grid-column: span 6;
    gap: 32px;
  }
}
@media screen and (min-width: 51em) {
  .btb-3-col-images {
    grid-column: 2/span 10;
    gap: 64px;
  }
}
.btb-3-col-images__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.btb-3-col-images__image-border {
  border: 1px solid #B2B1B1;
}

.btb-copy-image {
  padding-bottom: 32px;
}
@media print, screen and (min-width: 37.5em) {
  .btb-copy-image {
    padding-bottom: 64px;
  }
}
.btb-copy-image__image-border {
  border: 1px solid #B2B1B1;
}
.btb-copy-image.wrapper--light .btb-copy-image__text h3 {
  color: #131312;
}
.btb-copy-image.wrapper--light .btb-copy-image__button-wrapper a {
  color: black;
}
.btb-copy-image.wrapper--dark .btb-copy-image__button-wrapper a:hover, .btb-copy-image.wrapper--dark .btb-copy-image__button-wrapper a:active, .btb-copy-image.wrapper--dark .btb-copy-image__button-wrapper a:focus {
  background-color: white;
  color: black;
}
.btb-copy-image__button-wrapper {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-top: 20px;
}
.btb-copy-image__button-wrapper a {
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #b2b1b1;
  padding: 12px 16px;
  color: white;
  height: 48px;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}
.btb-copy-image__button-wrapper a:hover, .btb-copy-image__button-wrapper a:active, .btb-copy-image__button-wrapper a:focus {
  background-color: black;
  color: white;
}
.site-main .btb-copy-image .btb-copy-image__button-wrapper a {
  background-color: #379490;
  color: white;
  text-transform: none;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  border: none;
}
.site-main .btb-copy-image .btb-copy-image__text h3 {
  font-size: 1.5rem;
  text-align: left;
  line-height: 100%;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
  text-transform: none;
}
@media print, screen and (min-width: 37.5em) {
  .site-main .btb-copy-image .btb-copy-image__text h3 {
    font-size: 2rem;
    line-height: 120%;
  }
}
.site-main .btb-copy-image .btb-copy-image__text p {
  font-size: 1.125rem;
  line-height: 160%;
  text-align: left;
  margin-bottom: 0px;
  font-family: "Inter", sans-serif;
}
.btb-copy-image__right .btb-copy-image__image {
  grid-column: span 4;
  overflow: hidden;
}
@media print, screen and (min-width: 37.5em) {
  .btb-copy-image__right .btb-copy-image__image {
    grid-column: 4/span 3;
    order: 2;
  }
}
@media screen and (min-width: 51em) {
  .btb-copy-image__right .btb-copy-image__image {
    grid-column: 7/span 6;
  }
}
.btb-copy-image__right .btb-copy-image__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.btb-copy-image__right .btb-copy-image__text {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .btb-copy-image__right .btb-copy-image__text {
    grid-column: span 3;
    order: 1;
  }
}
@media screen and (min-width: 51em) {
  .btb-copy-image__right .btb-copy-image__text {
    grid-column: span 5;
  }
}
.btb-copy-image__left .btb-copy-image__image {
  grid-column: span 4;
  overflow: hidden;
}
@media print, screen and (min-width: 37.5em) {
  .btb-copy-image__left .btb-copy-image__image {
    grid-column: span 3;
    order: 1;
  }
}
@media screen and (min-width: 51em) {
  .btb-copy-image__left .btb-copy-image__image {
    grid-column: span 6;
  }
}
.btb-copy-image__left .btb-copy-image__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.btb-copy-image__left .btb-copy-image__text {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .btb-copy-image__left .btb-copy-image__text {
    grid-column: 4/span 3;
    order: 2;
  }
}
@media screen and (min-width: 51em) {
  .btb-copy-image__left .btb-copy-image__text {
    grid-column: 8/span 5;
  }
}
.btb-copy-image__text {
  display: flex;
  align-items: center;
}
.btb-copy-image__text h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: left;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 37.5em) {
  .btb-copy-image__text h3 {
    font-size: 2rem;
    line-height: 120%;
  }
}
.btb-copy-image__text p {
  font-size: 1.125rem;
  line-height: 160%;
  text-align: left;
  margin-bottom: 0px;
}

.btb-subservice__tile {
  grid-column: span 4;
  text-align: left;
}
@media print, screen and (min-width: 37.5em) {
  .btb-subservice__tile {
    grid-column: span 3;
  }
}
@media screen and (min-width: 51em) {
  .btb-subservice__tile {
    grid-column: span 4;
  }
}
.btb-subservice__tile h3 {
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: 700;
}
@media print, screen and (min-width: 37.5em) {
  .btb-subservice__tile h3 {
    font-size: 2rem;
    line-height: 120%;
  }
}
.btb-subservice__tile p {
  font-size: 1rem;
  line-height: 160%;
}
@media print, screen and (min-width: 37.5em) {
  .btb-subservice__tile p {
    font-size: 1.125rem;
  }
}
.btb-subservice__tile a {
  font-size: 1rem;
  line-height: 160%;
}
@media print, screen and (min-width: 37.5em) {
  .btb-subservice__tile a {
    font-size: 1.125rem;
  }
}
.btb-subservice__tile a:hover, .btb-subservice__tile a:active, .btb-subservice__tile a:focus {
  color: #f5ae36;
}

.btb-related-case-studies.wrapper--light .btb-featured-case-studies__title {
  color: #131312;
}
.btb-related-case-studies.wrapper--light .btb-featured-case-studies__span-four--content h3 {
  color: #131312;
}
.btb-related-case-studies.wrapper--light .btb-related-case-studies__span-two a:hover, .btb-related-case-studies.wrapper--light .btb-related-case-studies__span-two a:focus {
  color: black !important;
}
.site-main .btb-related-case-studies.btb-related-case-studies {
  padding-top: 64px !important;
  border-top: 1px solid #EAEAEA;
}
@media print, screen and (min-width: 37.5em) {
  .site-main .btb-related-case-studies.btb-related-case-studies {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 51em) {
  .site-main .btb-related-case-studies.btb-related-case-studies {
    padding-top: 128px !important;
  }
}
.site-main .btb-related-case-studies .btb-related-case-studies__span-two {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .site-main .btb-related-case-studies .btb-related-case-studies__span-two {
    grid-column: span 3;
  }
}
@media screen and (min-width: 51em) {
  .site-main .btb-related-case-studies .btb-related-case-studies__span-two {
    grid-column: span 4;
  }
}
.site-main .btb-related-case-studies .btb-featured-case-studies__title {
  text-transform: none;
  font-family: "Inter", sans-serif;
  color: #065a5c;
  font-weight: 400;
  font-size: 1.125rem;
}
.site-main .btb-related-case-studies .btb-featured-case-studies__span-four--content h3 {
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  text-transform: none !important;
}
.site-main .btb-related-case-studies .btb-case-study-listing__tags {
  color: #9AB99B;
}
.btb-related-case-studies__grid {
  row-gap: 32px !important;
}
.btb-related-case-studies__span-two {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .btb-related-case-studies__span-two {
    grid-column: span 3;
  }
}
@media screen and (min-width: 51em) {
  .btb-related-case-studies__span-two {
    grid-column: span 6;
  }
}
.btb-related-case-studies__span-two a:hover, .btb-related-case-studies__span-two a:focus {
  color: white !important;
}
.btb-related-case-studies__span-two:hover .btb-related-case-studies__image-wrapper .btb-related-case-studies__main-image, .btb-related-case-studies__span-two:focus .btb-related-case-studies__image-wrapper .btb-related-case-studies__main-image {
  filter: blur(10px);
}
.btb-related-case-studies__span-two:hover .btb-related-case-studies__logo, .btb-related-case-studies__span-two:focus .btb-related-case-studies__logo {
  opacity: 1;
}
.btb-related-case-studies__image-wrapper {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.btb-related-case-studies__image-wrapper:hover .btb-related-case-studies__logo {
  opacity: 1;
}
.btb-related-case-studies__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.btb-related-case-studies__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.1;
}
.btb-related-case-studies__logo {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.btb-contact-form__wrapper--contact {
  padding-top: 64px !important;
}
@media screen and (min-width: 51em) {
  .btb-contact-form__wrapper--contact {
    padding-top: 128px !important;
  }
}
.btb-contact-form__wrapper.wrapper--light .contact-form__form input,
.btb-contact-form__wrapper.wrapper--light .contact-form__form select,
.btb-contact-form__wrapper.wrapper--light .contact-form__form textarea {
  background: #F0F0F0 !important;
  color: #131312;
}
.btb-contact-form__wrapper.wrapper--light .contact-form__form label {
  color: #131312 !important;
}
.btb-contact-form__wrapper.wrapper--light .contact-form__form input:-webkit-autofill,
.btb-contact-form__wrapper.wrapper--light .contact-form__form input:-webkit-autofill:hover,
.btb-contact-form__wrapper.wrapper--light .contact-form__form input:-webkit-autofill:focus,
.btb-contact-form__wrapper.wrapper--light .contact-form__form textarea:-webkit-autofill,
.btb-contact-form__wrapper.wrapper--light .contact-form__form select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #F0F0F0 inset !important;
  -webkit-text-fill-color: #131312 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.btb-contact-form__wrapper .contact-form__socials .social-link a:hover, .btb-contact-form__wrapper .contact-form__socials .social-link a:focus, .btb-contact-form__wrapper .contact-form__socials .social-link a:active {
  color: #f5ae36 !important;
}
.btb-contact-form__wrapper .contact-form__business a:hover, .btb-contact-form__wrapper .contact-form__business a:focus, .btb-contact-form__wrapper .contact-form__business a:active {
  color: #f5ae36 !important;
}
.btb-contact-form__wrapper .contact-form__abstract {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .btb-contact-form__wrapper .contact-form__abstract {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-contact-form__wrapper .contact-form__abstract {
    grid-column: span 5;
  }
}
.btb-contact-form__wrapper .contact-form__abstract h1 {
  text-transform: uppercase;
  text-align: left;
  font-size: 2.625rem;
  text-transform: uppercase;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 51em) {
  .btb-contact-form__wrapper .contact-form__abstract h1 {
    font-size: 6.25rem;
  }
}
.btb-contact-form__wrapper .contact-form__abstract h2 {
  text-transform: uppercase;
  text-align: left;
  font-size: 1.75rem;
  text-transform: uppercase;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 51em) {
  .btb-contact-form__wrapper .contact-form__abstract h2 {
    font-size: 3.75rem;
    margin-bottom: 32px;
  }
}
.btb-contact-form__wrapper .contact-form__abstract p {
  font-size: 1rem;
  line-height: 160%;
}
@media screen and (min-width: 51em) {
  .btb-contact-form__wrapper .contact-form__abstract p {
    font-size: 1.125rem;
  }
}
.btb-contact-form__wrapper .contact-form__form {
  grid-column: span 4;
  margin-top: 0;
}
@media print, screen and (min-width: 37.5em) {
  .btb-contact-form__wrapper .contact-form__form {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-contact-form__wrapper .contact-form__form {
    grid-column: 7/span 6;
  }
}
.btb-contact-form__wrapper .contact-form__form select {
  background-image: url(/images/icons/dropdown-arrow-yellow.svg) !important;
}
.btb-contact-form__wrapper .contact-form__form input,
.btb-contact-form__wrapper .contact-form__form select,
.btb-contact-form__wrapper .contact-form__form textarea {
  border-bottom: 1px solid #b2b1b1 !important;
  background-color: #2b2c2f !important;
  color: white;
}
.btb-contact-form__wrapper .contact-form__form input::-moz-placeholder, .btb-contact-form__wrapper .contact-form__form select::-moz-placeholder, .btb-contact-form__wrapper .contact-form__form textarea::-moz-placeholder {
  color: white;
}
.btb-contact-form__wrapper .contact-form__form input::placeholder,
.btb-contact-form__wrapper .contact-form__form select::placeholder,
.btb-contact-form__wrapper .contact-form__form textarea::placeholder {
  color: white;
}
.btb-contact-form__wrapper .contact-form__form input:focus,
.btb-contact-form__wrapper .contact-form__form select:focus,
.btb-contact-form__wrapper .contact-form__form textarea:focus {
  border-bottom: 1px solid #f5ae36 !important;
}
.btb-contact-form__wrapper .contact-form__form input:-webkit-autofill,
.btb-contact-form__wrapper .contact-form__form input:-webkit-autofill:hover,
.btb-contact-form__wrapper .contact-form__form input:-webkit-autofill:focus,
.btb-contact-form__wrapper .contact-form__form textarea:-webkit-autofill,
.btb-contact-form__wrapper .contact-form__form select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #2b2c2f inset !important;
  -webkit-text-fill-color: white !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.btb-contact-form__wrapper .contact-form__form label {
  color: white !important;
}
.btb-contact-form__wrapper .contact-form__form button.contact-button {
  background-color: #f5ae36;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.btb-contact-form__wrapper .contact-form__form button.contact-button:hover, .btb-contact-form__wrapper .contact-form__form button.contact-button:focus, .btb-contact-form__wrapper .contact-form__form button.contact-button:active {
  background-color: #F7B957 !important;
}
.btb-contact-form__wrapper .contact-form__form .custom-checkbox-box {
  display: inline-block;
  min-width: 20px;
  width: 22px;
  height: 22px;
  background-color: white !important;
  border: 1px solid #b2b1b1;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.btb-contact-form__wrapper .contact-form__form .custom-checkbox-input:checked + .custom-checkbox-box {
  background-color: transparent;
  border-color: #b2b1b1;
}
.btb-contact-form__wrapper .contact-form__form .custom-checkbox-box::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  width: 8px;
  height: 15px;
  border: 1px solid #f5ae36;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  border-radius: 2px;
}
.btb-contact-form__wrapper .contact-form__top-wrapper {
  margin-top: 64px;
  grid-column: span 12;
  grid-template-columns: repeat(12, 1fr);
}
@media print, screen and (min-width: 37.5em) {
  .btb-contact-form__wrapper .contact-form__top-wrapper {
    margin-top: 128px;
  }
}
.btb-contact-form__wrapper .contact-form__top-wrapper .contact-form__details {
  grid-column: span 9;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.btb-contact-form__wrapper .contact-form__top-wrapper .contact-form__details .contact-form__business {
  justify-content: flex-start;
  grid-column: span 12;
}
@media print, screen and (min-width: 37.5em) {
  .btb-contact-form__wrapper .contact-form__top-wrapper .contact-form__details .contact-form__business {
    grid-column: span 6;
  }
}
.btb-contact-form__wrapper .contact-form__top-wrapper .contact-form__details .contact-form__opening-times {
  justify-content: flex-start;
  grid-column: span 12;
}
@media print, screen and (min-width: 37.5em) {
  .btb-contact-form__wrapper .contact-form__top-wrapper .contact-form__details .contact-form__opening-times {
    grid-column: span 6;
  }
}
.btb-contact-form__wrapper .contact-form__top-wrapper .contact-form__socials {
  grid-column: span 12;
}
@media print, screen and (min-width: 37.5em) {
  .btb-contact-form__wrapper .contact-form__top-wrapper .contact-form__socials {
    grid-column: span 3;
  }
}

.btb-our-policies {
  padding-top: 64px !important;
  padding-bottom: 0px !important;
}
@media screen and (min-width: 51em) {
  .btb-our-policies {
    padding-top: 128px !important;
  }
}
@media screen and (min-width: 51em) {
  .btb-our-policies--bottom {
    border-top: 1px solid #B2B1B1;
  }
}
.btb-our-policies__top-content {
  grid-column: span 4;
  text-align: left;
  padding-bottom: 32px;
}
@media print, screen and (min-width: 37.5em) {
  .btb-our-policies__top-content {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-our-policies__top-content {
    grid-column: span 9;
    padding-bottom: 64px;
  }
}
.btb-our-policies__top-content--title {
  font-weight: 700;
  line-height: 100%;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 51em) {
  .btb-our-policies__top-content--title {
    font-size: 4.625rem;
    margin-bottom: 32px;
  }
}
.btb-our-policies__top-content--abstract {
  font-size: 1rem;
  line-height: 160%;
  margin-bottom: 0px;
}
@media screen and (min-width: 51em) {
  .btb-our-policies__top-content--abstract {
    font-size: 1.125rem;
  }
}
.btb-our-policies__grid-tiles {
  row-gap: 0px !important;
  padding-top: 32px !important;
}
@media screen and (min-width: 51em) {
  .btb-our-policies__grid-tiles {
    padding-top: 64px !important;
    row-gap: 40px !important;
    -moz-column-gap: 72px !important;
         column-gap: 72px !important;
  }
}
.btb-our-policies__tile {
  grid-column: span 4;
  text-align: left;
}
@media print, screen and (max-width: 50.99875em) {
  .btb-our-policies__tile:not(:last-of-type) {
    padding-bottom: 32px;
    border-bottom: 1px solid #B2B1B1;
  }
  .btb-our-policies__tile:not(:first-of-type) {
    padding-top: 32px;
  }
}
@media print, screen and (min-width: 37.5em) {
  .btb-our-policies__tile {
    grid-column: span 3;
  }
}
@media screen and (min-width: 51em) {
  .btb-our-policies__tile {
    grid-column: span 6;
  }
}
.btb-our-policies__tile--heading {
  font-weight: 700;
  line-height: 100%;
  font-size: 1.375rem;
  margin-bottom: 12px;
}
@media screen and (min-width: 51em) {
  .btb-our-policies__tile--heading {
    font-size: 1.625rem;
    line-height: 120%;
  }
}
.btb-our-policies__tile--abstract {
  line-height: 160%;
  font-size: 0.875rem;
  margin-bottom: 12px;
}
@media screen and (min-width: 51em) {
  .btb-our-policies__tile--abstract {
    font-size: 1rem;
  }
}
.btb-our-policies__tile--link {
  line-height: 160%;
  font-size: 1rem;
  margin-bottom: 0px;
}
@media screen and (min-width: 51em) {
  .btb-our-policies__tile--link {
    font-size: 1.125rem;
  }
}
.btb-our-policies__tile--link:hover, .btb-our-policies__tile--link:active, .btb-our-policies__tile--link:focus {
  color: #f5ae36;
}

.btb-case-study-listing__tile {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .btb-case-study-listing__tile {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .btb-case-study-listing__tile {
    grid-column: span 6;
  }
}
.btb-case-study-listing__tile a {
  text-decoration: none;
}
.btb-case-study-listing__tile a:hover, .btb-case-study-listing__tile a:focus {
  color: white !important;
}
.btb-case-study-listing__tile:hover .btb-case-study-listing__large-image img, .btb-case-study-listing__tile:focus .btb-case-study-listing__large-image img {
  filter: blur(10px);
}
.btb-case-study-listing__tile:hover .btb-case-study-listing__logo, .btb-case-study-listing__tile:focus .btb-case-study-listing__logo {
  opacity: 1;
}
.btb-case-study-listing__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.1em;
}
.btb-case-study-listing__image-wrapper {
  position: relative;
}
.btb-case-study-listing__image-wrapper:hover .btb-case-study-listing__logo {
  opacity: 1;
}
.btb-case-study-listing__large-image {
  overflow: hidden;
  margin-bottom: 0px;
  aspect-ratio: 16/9;
}
.btb-case-study-listing__large-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.btb-case-study-listing__large-image iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.btb-case-study-listing__logo {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.btb-case-study-listing__logo--small picture img {
  max-height: 110px;
}
.btb-case-study-listing__text {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 100%;
  margin-top: 32px;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  text-align: left;
  margin-bottom: 4px;
}
@media print, screen and (min-width: 37.5em) {
  .btb-case-study-listing__text {
    font-size: 1.625rem;
    line-height: 120%;
  }
}
.btb-case-study-listing__tags {
  display: flex;
  gap: 12px;
}
.btb-case-study-listing__tags p {
  font-size: 14px;
  line-height: 160%;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.cta {
  border-bottom: 1px solid #eaeaea;
}
@media print, screen and (max-width: 50.99875em) {
  .cta__container {
    row-gap: 20px !important;
  }
}
.cta__heading {
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .cta__heading {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .cta__heading {
    grid-column: span 4;
  }
}
.cta__heading h2 {
  font-size: 2.25rem;
  line-height: 43px;
  text-align: left;
  margin-bottom: 0px;
}
@media screen and (min-width: 51em) {
  .cta__heading h2 {
    font-size: 3rem;
    line-height: 58px;
  }
}
.cta__content {
  grid-column: span 4;
  text-align: left;
}
.cta__content p {
  font-size: 1.125rem;
  line-height: 150%;
  margin-bottom: 20px;
}
@media screen and (min-width: 51em) {
  .cta__content p {
    font-size: 1.625rem;
    line-height: 140%;
    margin-bottom: 28px;
  }
}
@media print, screen and (min-width: 37.5em) {
  .cta__content {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .cta__content {
    grid-column: span 8;
  }
}
.cta__button-wrapper {
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
}
.cta__button-wrapper:hover a, .cta__button-wrapper:hover button {
  background-color: #1f6b68;
}
.cta__button-wrapper a {
  text-decoration: none;
  background-color: #379490;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  padding: 12px 16px;
  color: white;
  font-weight: 400;
}
.cta__button-wrapper button {
  text-decoration: none;
  background-color: #379490;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  height: 48px;
  padding: 12px 16px;
  color: white;
  font-weight: 400;
}

/* ====================================================
The scroll thing on the homepage
======================================================= */
.scroll-instruction {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 70px;
  height: 35px;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 auto;
}
@media print, screen and (min-width: 37.5em) {
  .scroll-instruction {
    width: 100px;
    height: 50px;
  }
}
.scroll-instruction:after {
  content: "";
  display: block;
  border-radius: 50% 50% 0 0;
  width: 100%;
  height: 70px;
  background: #da2129;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: background 200ms;
}
@media print, screen and (min-width: 37.5em) {
  .scroll-instruction:after {
    height: 100px;
  }
}
.scroll-instruction__arrow {
  background: url(/images/down-arrow-white.svg) center no-repeat;
  width: 100%;
  height: 40%;
  display: block;
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  bottom: 15%;
}
.scroll-instruction:hover:after, .scroll-instruction:active:after {
  background-color: #ae1a21;
}

a.scroll-instruction {
  transition: background-color 200ms;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 32px;
}
@media print, screen and (min-width: 37.5em) {
  .grid-container {
    grid-template-columns: repeat(6, 1fr);
    max-width: 736px;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 32px;
  }
}
@media screen and (min-width: 51em) {
  .grid-container {
    grid-template-columns: repeat(12, 1fr);
    max-width: 1312px;
    gap: 32px;
    row-gap: 64px;
  }
}
@media screen and (min-width: 90em) {
  .grid-container {
    max-width: 1600px;
    gap: 32px;
    row-gap: 64px;
  }
}
@media screen and (min-width: 120em) {
  .grid-container {
    gap: 32px;
    row-gap: 64px;
  }
}

/* ================================================================
Default <figure> & <figcaption> styles
- used as caption on copy images
=================================================================== */
figure {
  margin: 0 0 1.5rem;
}

figcaption {
  font-style: italic;
  margin: 0;
}

.reveal-on-scroll {
  opacity: 0;
  position: relative;
  /* ====================================================
  Set initial states
  ======================================================= */
  /* ====================================================
  ...then when in view, set final state
  ======================================================= */
  /* ====================================================
  Stagger their entrance
  ======================================================= */
}
.reveal-on-scroll.slide-in-left {
  opacity: 0;
  transition: transform 2s, opacity 2s;
  transform: translate3d(-25px, 0px, 0px);
}
.reveal-on-scroll.slide-in-right {
  opacity: 0;
  transition: transform 700ms, opacity 700ms;
  transform: translate3d(25px, 0px, 0px);
}
.reveal-on-scroll.fade-in-up {
  opacity: 0;
  transition: transform 700ms ease-out, opacity 700ms ease-in;
  transform: translate3d(0, 40px, 0px);
}
.reveal-on-scroll.fade-in {
  opacity: 0;
  transition: opacity 850ms linear;
}
.reveal-on-scroll.slide-in-left.in-view, .reveal-on-scroll.slide-in-right.in-view, .reveal-on-scroll.fade-in-up.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.reveal-on-scroll.fade-in.in-view {
  opacity: 1;
}
.reveal-on-scroll.zoom-in {
  opacity: 0;
  transform: scale(0.98);
  transition: transform 400ms, opacity 400ms;
}
.reveal-on-scroll.zoom-in.in-view {
  opacity: 1;
  transform: scale(1);
}

/* ====================================================
Manual staggered transitions
======================================================= */
.transition-delay-1 {
  transition-delay: 250ms !important;
}

.transition-delay-2 {
  transition-delay: 500ms !important;
}

.transition-delay-3 {
  transition-delay: 750ms !important;
}

.transition-delay-4 {
  transition-delay: 1000ms !important;
}

.transition-delay-5 {
  transition-delay: 1250ms !important;
}

.transition-delay-6 {
  transition-delay: 1500ms !important;
}

.transition-delay-7 {
  transition-delay: 1750ms !important;
}

.transition-delay-8 {
  transition-delay: 2000ms !important;
}

.transition-delay-9 {
  transition-delay: 2250ms !important;
}

.transition-delay-10 {
  transition-delay: 2500ms !important;
}

.transition-delay-11 {
  transition-delay: 2750ms !important;
}

.transition-delay-12 {
  transition-delay: 3000ms !important;
}

.transition-delay-logos-1 {
  transition-delay: 125ms !important;
}

.transition-delay-logos-2 {
  transition-delay: 250ms !important;
}

.transition-delay-logos-3 {
  transition-delay: 375ms !important;
}

.transition-delay-logos-4 {
  transition-delay: 500ms !important;
}

.transition-delay-logos-5 {
  transition-delay: 625ms !important;
}

.transition-delay-logos-6 {
  transition-delay: 750ms !important;
}

.transition-delay-logos-7 {
  transition-delay: 875ms !important;
}

.transition-delay-logos-8 {
  transition-delay: 1000ms !important;
}

.transition-delay-logos-9 {
  transition-delay: 1125ms !important;
}

.transition-delay-logos-10 {
  transition-delay: 1250ms !important;
}

.transition-delay-logos-11 {
  transition-delay: 1375ms !important;
}

.transition-delay-logos-12 {
  transition-delay: 1500ms !important;
}

/* ================================================================
A full-width image banner which loads a video in lightbox when
button is clicked
=================================================================== */
.video {
  max-width: 100vw;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  height: 500px;
  position: relative;
}
.video__play {
  margin: 0 auto;
  width: 120px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}
.video__tint {
  opacity: 0.4;
  z-index: 1;
}
.video__lightbox {
  text-align: center;
  top: 0 !important;
}
.video__lightbox .close-button {
  transition: color 200ms;
  color: #e6e6e6;
}
.video__lightbox .close-button:hover, .video__lightbox .close-button:active, .video__lightbox .close-button:focus {
  color: #fff;
}
.video__embed {
  width: calc(100% - 2rem);
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
.video__embed textarea {
  display: none;
}

/* ====================================================
Animated Google material design inputs.
Not using BEM just because to keep the fields free of
too many classes - although slightly slower to find.
- Input should have no placeholder
- Label should be after input
- Wrap input & label with .animated-input
======================================================= */
.animated-input {
  position: relative;
}
.animated-input input,
.animated-input textarea {
  padding-top: 18px;
  padding-bottom: 6px;
}
.animated-input textarea {
  line-height: 1.6;
}
.animated-input input:focus ~ label, .animated-input input.has-value ~ label,
.animated-input textarea:focus ~ label,
.animated-input textarea.has-value ~ label {
  top: 4px;
  font-size: 0.75rem !important;
  opacity: 0.6;
}
.animated-input label {
  position: absolute;
  left: 0.75rem;
  top: 12px;
  transition: all 200ms;
  display: block;
  font-size: 1rem;
  pointer-events: none;
}
.expander__button {
  cursor: pointer;
}
.expander__content {
  display: none;
  overflow: hidden;
}
select.filter {
  border: 2px solid #eee;
  margin: 0;
  display: block;
}
@media print, screen and (max-width: 37.49875em) {
  select.filter {
    margin-bottom: 0.75rem;
  }
  select.filter:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 37.5em) {
  select.filter {
    display: inline-block;
    margin-right: 1rem;
    max-width: 210px;
  }
  select.filter:last-child {
    margin-right: 0;
  }
}
select.filter:hover, select.filter:active, select.filter:focus {
  border: 2px solid #bbbbbb;
}

.faqs {
  text-align: left;
  grid-column: span 4;
}
@media print, screen and (min-width: 37.5em) {
  .faqs {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .faqs {
    grid-column: 5/span 8;
  }
}
@media print, screen and (max-width: 37.49875em) {
  .faqs__container {
    row-gap: 20px;
  }
}
.faqs__abstract {
  grid-column: span 4;
  text-align: left;
}
@media print, screen and (min-width: 37.5em) {
  .faqs__abstract {
    grid-column: span 6;
  }
}
@media screen and (min-width: 51em) {
  .faqs__abstract {
    grid-column: span 4;
  }
}
.faqs__abstract p {
  line-height: 130%;
  margin-bottom: 0px;
  font-size: 1.5rem;
}
@media screen and (min-width: 51em) {
  .faqs__abstract p {
    font-size: 2rem;
  }
}
.faqs__title {
  font-size: 1.125rem;
  line-height: 150%;
  color: #9ab99b;
  text-align: left;
  margin: 0px auto 12px;
  max-width: 1600px;
}
@media print, screen and (min-width: 37.5em) {
  .faqs__title {
    margin: 0px auto 20px;
  }
}
.faqs__item {
  margin-left: 0 !important;
  position: relative;
  row-gap: 12px;
}
.faqs__item:not(:first-of-type) {
  padding-top: 20px;
}
.faqs__item:not(:first-of-type) .faqs__plus-minus {
  top: 10px !important;
}
.faqs__item:not(:last-of-type) {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}
.faqs__item a {
  text-decoration: none;
  color: #1d1d1d;
}
.faqs .accordion {
  margin-bottom: 0;
}
.is-active > .faqs__plus-minus:before {
  transform: rotate(0deg) !important;
}
.faqs__question {
  color: #1d1d1d;
  border: 0 !important;
  display: block;
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  line-height: 150%;
  font-weight: 400;
  background: transparent;
  padding: 0px 40px 0px 36px;
  max-width: 976px;
}
@media print, screen and (min-width: 37.5em) {
  .faqs__question {
    padding: 0px 60px 0px 40px;
  }
}
@media screen and (min-width: 51em) {
  .faqs__question {
    padding: 0px 60px 0px 40px;
  }
}
.faqs__question:before {
  content: "" !important;
}
.faqs__question:after {
  content: "" !important;
}
.faqs__question:hover, .faqs__question:active, .faqs__question:focus {
  background: transparent;
}
.faqs__plus-minus {
  width: 100%;
  height: 48px;
  top: -10px;
  padding: 12px 0;
  position: absolute;
  display: block;
}
.faqs__plus-minus:before {
  content: "" !important;
  display: block;
  width: 16px;
  height: 2px;
  background: #333a3e;
  transform: rotate(90deg) !important;
  transition: transform 200ms;
  position: absolute;
  top: 50%;
  right: 25px;
  transform-origin: center;
  margin: 0;
}
@media screen and (min-width: 51em) {
  .faqs__plus-minus:before {
    right: 24px;
  }
}
.faqs__plus-minus:after {
  content: "" !important;
  display: block;
  width: 16px;
  height: 2px;
  background: #333a3e;
  transition: transform 200ms;
  position: absolute;
  top: 50%;
  right: 25px;
  transform-origin: center;
  margin: 0;
}
@media screen and (min-width: 51em) {
  .faqs__plus-minus:after {
    right: 24px;
  }
}
.faqs__plus-minus:hover, .faqs__plus-minus:active, .faqs__plus-minus:focus {
  background: transparent;
}
.faqs:last-child > .faqs__answer {
  border-bottom: none;
}
.faqs__answer {
  border: 0 !important;
  font-family: "Inter", sans-serif;
  padding: 0px;
  font-size: 1rem;
  line-height: 150%;
  grid-column: 2/span 3;
  padding: 12px 0px 0px 36px;
  max-width: 976px;
}
@media print, screen and (min-width: 37.5em) {
  .faqs__answer {
    padding: 12px 60px 0px 40px;
  }
}
@media screen and (min-width: 51em) {
  .faqs__answer {
    padding: 12px 60px 0px 40px;
  }
}
.faqs__answer p {
  margin-bottom: 0;
}
.faqs__number {
  display: inline-block;
  position: absolute;
  font-family: "Inter", sans-serif;
  width: 60px;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  text-align: left;
}
.faqs__top {
  margin-bottom: 2rem;
}

/* ====================================================
How components work next to each other - collapse padding
if two components have same background
======================================================= */
.wrapper--light + .wrapper--light:not(.dynamic-bg),
.wrapper--gray + .wrapper--gray:not(.dynamic-bg),
.wrapper--dark + .wrapper--dark:not(.dynamic-bg),
.wrapper--stone + .wrapper--stone:not(.dynamic-bg),
.wrapper--channel + .wrapper--channel {
  padding-top: 0;
}

/* Import plugin styles */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
