/* Searchbox */

html {
  scroll-behavior: smooth;
}

.ais-SearchBox-form {
  position: relative;
}

.ais-SearchBox-input {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 40px;
  padding: 18px 72px 18px 24px;
  font-size: 18px;
  line-height: 28px;
}

.ais-SearchBox-input:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #7c4dff;
}

.ais-SearchBox-submit:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #7c4dff;
}

.ais-SearchBox-submit:focus {
  outline-offset: 2px;
  outline: 2px solid #7c4dff;
}

.ais-SearchBox-reset:not([hidden]) {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 20px;
  bottom: 20px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  fill: black;
}

.ais-SearchBox-resetIcon {
  width: 18px;
  height: 18px;
}

.ais-SearchBox-loadingIndicator {
  display: none;
}

.ais-SearchBox-submit {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 20px;
  bottom: 20px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  fill: black;
}

.ais-SearchBox-submit:has(+ button:not([hidden])) {
  display: none;
}

.ais-SearchBox-submitIcon {
  width: 20px;
  height: 20px;
}

/* Filters */
.ais-RefinementList-list, .ais-Menu-list {
  display: flex;
  flex-direction: row;
  column-gap: 16px;
  flex-wrap: nowrap;
  padding-bottom: 16px;
}

.ais-RefinementList-checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid #000000;
  border-radius: 2px;
  cursor: pointer;
}

.ais-RefinementList-item, .ais-Menu-item {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  padding: 12px 16px;
  color: #000000;
  cursor: pointer;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #F2F2F2;
  border-radius: 99px;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
}

.ais-RefinementList-item:hover {
  background-color: #E5E5E5;
}

.ais-RefinementList-label {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
}

.ais-Menu-link {
  color: #999999;
}

.ais-RefinementList-labelText {
  cursor: pointer;
}

.ais-RefinementList-item--selected, .ais-Menu-item--selected {
  color: #ffffff;
  background-color: #000000;
}

.ais-RefinementList-item--selected:hover {
  background-color: #333333;
}

.ais-RefinementList-item--selected .ais-RefinementList-checkbox {
  border-color: #ffffff;
  background: url(https://uploads-ssl.webflow.com/64416928859cbdd1716d79ce/64936a392fe82627d9cedf08_checkmark.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.ais-Menu-item--selected a {
  color: #00aeef;
}

.ais-RefinementList-count, .ais-Menu-count {
  display: none;
}

@media screen and (max-width: 991px) {
  .category-list {
    overflow: scroll;
    margin-left: -20px;
    margin-right: -20px;
  }

  .ais-RefinementList-list {
    padding-left: 20px;
    padding-bottom: 20px;
    column-gap: 20px;
  }
}

/* Hits */
.ais-Hits--empty {
  margin-top: 32px;
}

.ais-Snippet-highlighted {
  background-color: #80D7F7;
}

.ais-Hits-item {
  padding: 32px 0px;
  border-bottom: 1px solid #f2f2f2;
}

.hit {
  display: flex;
  flex-direction: row;
  column-gap: 24px;
}

.hit-image {
  display: block;
  width: 197px;
  height: 110px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
}

.hit-image img {
  position: absolute;
  inset: 0;
  width: 100%;
}

.hit-image::after {
  position: absolute;
  inset: 0;
  background-color: black;
  content: " ";
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.hit h2 a, .hit h3 a, .hit h4 a {
  color: #000;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
}

.hit:hover h2 a, .hit:hover h3 a, .hit:hover h4 a {
  color: #00AEEF;
}

.hit:active h2 a, .hit:active h3 a, .hit:active h4 a {
  color: #007AA7;
}

.hit-category {
  padding: 5px 6px;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  color: #666;
  background-color: #f2f2f2;
  margin-bottom: 0.5rem;
  width: fit-content;
}

.group-title {
  display: block;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
}

.group-title:hover {
  color: #00AEEF;
}

.group-title:active {
  color: #007AA7;
}

.hit-title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #000000;
  margin-bottom: 0.5rem;
  display: block;
}

.topics-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.topic {
  padding: 4px 6px;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  color: #666;
}

.topic:hover {
  border: 1px solid #000000;
  color: #000000;
}

.topic:active {
  background-color: #F2F2F2;
}

@media screen and (max-width: 767px) {
  .hit-name a {
    flex-direction: column;
    row-gap: 1rem;
  }

  .hit-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

/* Pagination */
.pagination {
  overflow: visible;
}

.ais-Pagination-list {
  column-gap: 8px;
  justify-content: center;
}

.ais-Pagination-item--disabled {
  opacity: 0.2;
}

.ais-Pagination-link {
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.ais-Pagination-item--page a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #999999;
  border-radius: 100px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.ais-Pagination-item--page:hover a {
  background-color: #f2f2f2;
}

.ais-Pagination-item--page.ais-Pagination-item--selected a {
  color: #ffffff;
  background-color: #000000;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block
}

audio:not([controls]) {
  height: 0;
  display: none
}

[hidden],
template {
  display: none
}

a {
  background-color: #0000
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

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

mark {
  color: #000;
  background: #ff0
}

small {
  font-size: 80%
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

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

pre {
  overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

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

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

@font-face {
  font-family: webflow-icons;
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==)format("truetype");
  font-weight: 400;
  font-style: normal
}

[class^=w-icon-],
[class*=\ w-icon-] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: webflow-icons !important
}

.w-icon-slider-right:before {
  content: ""
}

.w-icon-slider-left:before {
  content: ""
}

.w-icon-nav-menu:before {
  content: ""
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: ""
}

.w-icon-file-upload-remove:before {
  content: ""
}

.w-icon-file-upload-icon:before {
  content: ""
}

* {
  box-sizing: border-box
}

html {
  height: 100%
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block
}

html.w-mod-touch * {
  background-attachment: scroll !important
}

.w-block {
  display: block
}

.w-inline-block {
  max-width: 100%;
  display: inline-block
}

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

.w-clearfix:after {
  clear: both
}

.w-hidden {
  display: none
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block
}

input.w-button {
  -webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important
}

.w-code-block {
  margin: unset
}

pre.w-code-block code {
  all: inherit
}

.w-optimization {
  display: contents
}

.w-webflow-badge,
.w-webflow-badge>img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
  transition: unset
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  overflow: unset !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  inset: auto 12px 12px auto !important;
  transform: none !important
}

.w-webflow-badge>img {
  position: unset;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: 700
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px
}

p {
  margin-top: 0;
  margin-bottom: 10px
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px
}

figure {
  margin: 0 0 10px
}

figcaption {
  text-align: center;
  margin-top: 5px
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none
}

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

.w-embed:after {
  clear: both
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative
}

.w-video iframe,
.w-video object,
.w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

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

button,
[type=button],
[type=reset] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0
}

.w-form {
  margin: 0 0 15px
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none
}

label {
  margin-bottom: 5px;
  font-weight: 700;
  display: block
}

.w-input,
.w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block
}

.w-input::placeholder,
.w-select::placeholder {
  color: #999
}

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee
}

textarea.w-input,
textarea.w-select {
  height: auto
}

.w-select {
  background-color: #f3f3f3
}

.w-select[multiple] {
  height: auto
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 400;
  display: inline-block
}

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

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

.w-radio:after {
  clear: both
}

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

.w-file-upload {
  margin-bottom: 10px;
  display: block
}

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: .1px;
  height: .1px;
  position: absolute;
  overflow: hidden
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  color: #333;
  display: inline-block
}

.w-file-upload-error {
  margin-top: 10px;
  display: block
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  display: flex
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: 400;
  display: block
}

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block
}

.w-icon-file-upload-uploading {
  height: 20px
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto
}

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

.w-container:after {
  clear: both
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px
}

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

.w-row:after {
  clear: both
}

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

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative
}

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

.w-col-1 {
  width: 8.33333%
}

.w-col-2 {
  width: 16.6667%
}

.w-col-3 {
  width: 25%
}

.w-col-4 {
  width: 33.3333%
}

.w-col-5 {
  width: 41.6667%
}

.w-col-6 {
  width: 50%
}

.w-col-7 {
  width: 58.3333%
}

.w-col-8 {
  width: 66.6667%
}

.w-col-9 {
  width: 75%
}

.w-col-10 {
  width: 83.3333%
}

.w-col-11 {
  width: 91.6667%
}

.w-col-12 {
  width: 100%
}

.w-hidden-main {
  display: none !important
}

@media screen and (max-width:991px) {
  .w-container {
      max-width: 728px
  }

  .w-hidden-main {
      display: inherit !important
  }

  .w-hidden-medium {
      display: none !important
  }

  .w-col-medium-1 {
      width: 8.33333%
  }

  .w-col-medium-2 {
      width: 16.6667%
  }

  .w-col-medium-3 {
      width: 25%
  }

  .w-col-medium-4 {
      width: 33.3333%
  }

  .w-col-medium-5 {
      width: 41.6667%
  }

  .w-col-medium-6 {
      width: 50%
  }

  .w-col-medium-7 {
      width: 58.3333%
  }

  .w-col-medium-8 {
      width: 66.6667%
  }

  .w-col-medium-9 {
      width: 75%
  }

  .w-col-medium-10 {
      width: 83.3333%
  }

  .w-col-medium-11 {
      width: 91.6667%
  }

  .w-col-medium-12 {
      width: 100%
  }

  .w-col-stack {
      width: 100%;
      left: auto;
      right: auto
  }
}

@media screen and (max-width:767px) {

  .w-hidden-main,
  .w-hidden-medium {
      display: inherit !important
  }

  .w-hidden-small {
      display: none !important
  }

  .w-row,
  .w-container .w-row {
      margin-left: 0;
      margin-right: 0
  }

  .w-col {
      width: 100%;
      left: auto;
      right: auto
  }

  .w-col-small-1 {
      width: 8.33333%
  }

  .w-col-small-2 {
      width: 16.6667%
  }

  .w-col-small-3 {
      width: 25%
  }

  .w-col-small-4 {
      width: 33.3333%
  }

  .w-col-small-5 {
      width: 41.6667%
  }

  .w-col-small-6 {
      width: 50%
  }

  .w-col-small-7 {
      width: 58.3333%
  }

  .w-col-small-8 {
      width: 66.6667%
  }

  .w-col-small-9 {
      width: 75%
  }

  .w-col-small-10 {
      width: 83.3333%
  }

  .w-col-small-11 {
      width: 91.6667%
  }

  .w-col-small-12 {
      width: 100%
  }
}

@media screen and (max-width:479px) {
  .w-container {
      max-width: none
  }

  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
      display: inherit !important
  }

  .w-hidden-tiny {
      display: none !important
  }

  .w-col {
      width: 100%
  }

  .w-col-tiny-1 {
      width: 8.33333%
  }

  .w-col-tiny-2 {
      width: 16.6667%
  }

  .w-col-tiny-3 {
      width: 25%
  }

  .w-col-tiny-4 {
      width: 33.3333%
  }

  .w-col-tiny-5 {
      width: 41.6667%
  }

  .w-col-tiny-6 {
      width: 50%
  }

  .w-col-tiny-7 {
      width: 58.3333%
  }

  .w-col-tiny-8 {
      width: 66.6667%
  }

  .w-col-tiny-9 {
      width: 75%
  }

  .w-col-tiny-10 {
      width: 83.3333%
  }

  .w-col-tiny-11 {
      width: 91.6667%
  }

  .w-col-tiny-12 {
      width: 100%
  }
}

.w-widget {
  position: relative
}

.w-widget-map {
  width: 100%;
  height: 400px
}

.w-widget-map label {
  width: auto;
  display: inline
}

.w-widget-map img {
  max-width: inherit
}

.w-widget-map .gm-style-iw {
  text-align: center
}

.w-widget-map .gm-style-iw>button {
  display: none !important
}

.w-widget-twitter {
  overflow: hidden
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden
}

.w-background-video>video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em
}

.w-background-video--control>[hidden] {
  display: none !important
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0
}

.w-slider-nav.w-round>div {
  border-radius: 100%
}

.w-slider-nav.w-num>div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: .2em .5em
}

.w-slider-nav.w-shadow>div {
  box-shadow: 0 0 3px #3336
}

.w-slider-nav-invert {
  color: #fff
}

.w-slider-nav-invert>div {
  background-color: #2226
}

.w-slider-nav-invert>div.w-active {
  background-color: #222
}

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative
}

.w-slider-dot.w-active {
  background-color: #fff
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff
}

.w-slider-dot:focus.w-active {
  box-shadow: none
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden
}

.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class^=w-icon-],
.w-slider-arrow-left [class*=\ w-icon-],
.w-slider-arrow-right [class*=\ w-icon-] {
  position: absolute
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto
}

.w-icon-slider-left,
.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden
}

.w-slider-force-show {
  display: block !important
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block
}

.w-dropdown-toggle:focus {
  outline: 0
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute
}

.w-dropdown-list.w--open {
  display: block
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block
}

.w-dropdown-link.w--current {
  color: #0082f3
}

.w-dropdown-link:focus {
  outline: 0
}

@media screen and (max-width:767px) {
  .w-nav-brand {
      padding-left: 10px
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0)
}

.w-lightbox-backdrop,
.w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute
}

.w-lightbox-view:before {
  content: "";
  height: 100vh
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh
}

.w-lightbox-frame,
.w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block
}

.w-lightbox-figure {
  margin: 0;
  position: relative
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0
}

.w-lightbox-control {
  cursor: pointer;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all .3s;
  position: absolute;
  top: 0
}

.w-lightbox-left {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
  display: none;
  bottom: 0;
  left: 0
}

.w-lightbox-right {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
  display: none;
  bottom: 0;
  right: 0
}

.w-lightbox-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
  background-size: 18px;
  height: 2.6em;
  right: 0
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate(0, 0)
}

.w-lightbox-active {
  opacity: .3
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translateY(-50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%)
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px
}

.w-lightbox-hide {
  display: none
}

.w-lightbox-noscroll {
  overflow: hidden
}

@media (min-width:768px) {
  .w-lightbox-content {
      height: 96vh;
      margin-top: 2vh
  }

  .w-lightbox-view,
  .w-lightbox-view:before {
      height: 96vh
  }

  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
      height: 84vh
  }

  .w-lightbox-image {
      max-width: 96vw;
      max-height: 96vh
  }

  .w-lightbox-group .w-lightbox-image {
      max-width: 82.3vw;
      max-height: 84vh
  }

  .w-lightbox-left,
  .w-lightbox-right {
      opacity: .5;
      display: block
  }

  .w-lightbox-close {
      opacity: .8
  }

  .w-lightbox-control:hover {
      opacity: 1
  }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0
}

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

.w-richtext:after {
  clear: both
}

.w-richtext[contenteditable=true]:before,
.w-richtext[contenteditable=true]:after {
  white-space: initial
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
  outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type=video]>div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0
}

.w-richtext figure {
  max-width: 60%;
  position: relative
}

.w-richtext figure>div:before {
  cursor: default !important
}

.w-richtext figure img {
  width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6
}

.w-richtext figure div {
  color: #0000;
  font-size: 0
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
  display: table
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type=image]>div {
  display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type=image]>figcaption {
  caption-side: bottom;
  display: table-caption
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
  width: 60%;
  height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type=video]>div {
  width: 100%
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
  max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
  clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block
}

.w-richtext figure.w-richtext-align-fullwidth>div {
  padding-bottom: inherit;
  display: inline-block
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
  display: block
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative
}

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

.w-nav:after {
  clear: both
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative
}

.w-nav-link.w--current {
  color: #0082f3
}

.w-nav-menu {
  float: right;
  position: relative
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important
}

.w--nav-link-open {
  display: block;
  position: relative
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0
}

.w-nav[data-animation=over-left] .w-nav-overlay {
  width: auto
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay {
  width: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative
}

.w-nav-button:focus {
  outline: 0
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8
}

.w-nav[data-collapse=all] .w-nav-menu {
  display: none
}

.w-nav[data-collapse=all] .w-nav-button,
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open {
  display: block
}

.w--nav-dropdown-list-open {
  position: static
}

@media screen and (max-width:991px) {
  .w-nav[data-collapse=medium] .w-nav-menu {
      display: none
  }

  .w-nav[data-collapse=medium] .w-nav-button {
      display: block
  }
}

@media screen and (max-width:767px) {
  .w-nav[data-collapse=small] .w-nav-menu {
      display: none
  }

  .w-nav[data-collapse=small] .w-nav-button {
      display: block
  }

  .w-nav-brand {
      padding-left: 10px
  }
}

@media screen and (max-width:479px) {
  .w-nav[data-collapse=tiny] .w-nav-menu {
      display: none
  }

  .w-nav[data-collapse=tiny] .w-nav-button {
      display: block
  }
}

.w-tabs {
  position: relative
}

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

.w-tabs:after {
  clear: both
}

.w-tab-menu {
  position: relative
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative
}

.w-tab-link.w--current {
  background-color: #c8c8c8
}

.w-tab-link:focus {
  outline: 0
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden
}

.w-tab-pane {
  display: none;
  position: relative
}

.w--tab-active {
  display: block
}

@media screen and (max-width:479px) {
  .w-tab-link {
      display: block
  }
}

.w-ix-emptyfix:after {
  content: ""
}

@keyframes spin {
  0% {
      transform: rotate(0)
  }

  to {
      transform: rotate(360deg)
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px
}

.w-dyn-hide,
.w-dyn-bind-empty,
.w-condition-invisible {
  display: none !important
}

.wf-layout-layout {
  display: grid
}

.w-code-component>* {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

:root {
  --black: black;
  --blue-base: #00aeef;
  --purple-base: #7c4dff;
  --white: white;
  --black-5: #f2f2f2;
  --light-gray: #dfddd6;
  --mid-gray: #302f2c;
  --black-10: #e5e5e5;
  --black-60: #666;
  --blue-base-2: #00aeef;
  --black-40: #999
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3
}

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex
}

.w-commerce-commercequickcheckoutgoogleicon,
.w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex
}

.w-commerce-commerceboldtextblock {
  font-weight: 700
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999
}

.w-commerce-commercecheckoutcardnumber:focus,
.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999
}

.w-commerce-commercecheckoutcardexpirationdate:focus,
.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999
}

.w-commerce-commercecheckoutcardsecuritycode:focus,
.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px
}

.w-commerce-commercecheckoutsummarylineitem,
.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px
}

.w-commerce-commercecheckoutsummaryitem,
.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block
}

@media screen and (max-width:991px) {
  .w-layout-blockcontainer {
      max-width: 728px
  }
}

@media screen and (max-width:767px) {
  .w-commerce-commercelayoutcontainer {
      flex-direction: column;
      align-items: stretch
  }

  .w-commerce-commercelayoutmain {
      flex-basis: auto;
      margin-right: 0
  }

  .w-commerce-commercelayoutsidebar {
      flex-basis: auto
  }

  .w-layout-blockcontainer {
      max-width: none
  }
}

@media screen and (max-width:479px) {

  .w-commerce-commercecheckoutemailinput,
  .w-commerce-commercecheckoutshippingfullname,
  .w-commerce-commercecheckoutshippingstreetaddress,
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
      font-size: 16px
  }

  .w-commerce-commercecheckoutrow {
      flex-direction: column
  }

  .w-commerce-commercecheckoutshippingcity,
  .w-commerce-commercecheckoutshippingstateprovince,
  .w-commerce-commercecheckoutshippingzippostalcode,
  .w-commerce-commercecheckoutshippingcountryselector,
  .w-commerce-commercecheckoutcardnumber,
  .w-commerce-commercecheckoutcardexpirationdate,
  .w-commerce-commercecheckoutcardsecuritycode,
  .w-commerce-commercecheckoutbillingfullname,
  .w-commerce-commercecheckoutbillingstreetaddress,
  .w-commerce-commercecheckoutbillingstreetaddressoptional,
  .w-commerce-commercecheckoutbillingcity,
  .w-commerce-commercecheckoutbillingstateprovince,
  .w-commerce-commercecheckoutbillingzippostalcode,
  .w-commerce-commercecheckoutbillingcountryselector {
      font-size: 16px
  }
}

body {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.1
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.1
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500
}

p {
  margin-bottom: 0;
  line-height: 1.5
}

a {
  color: var(--black);
  text-decoration: none;
  transition: all .2s
}

a:hover {
  color: var(--blue-base);
  text-decoration: none
}

a:active {
  color: #007aa7
}

a:focus-visible {
  outline-color: var(--purple-base);
  outline-offset: 2px;
  color: var(--blue-base);
  outline-width: 2px;
  outline-style: solid
}

a[data-wf-focus-visible] {
  outline-color: var(--purple-base);
  outline-offset: 2px;
  color: var(--blue-base);
  outline-width: 2px;
  outline-style: solid
}

ul {
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-left: 2.2em
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px
}

li {
  margin-bottom: 0
}

li:where(.w-variant-188da70c-8a8d-daa9-27fc-ca4da622859b) {
  border-bottom: 1px solid #0000000d
}

img {
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  outline: 3px #000;
  max-width: 100%;
  display: inline-block
}
/* Для ПК (по умолчанию) изображение будет справа */
@media (min-width: 992px) {
  .col-lg-4 {
      order: 2; /* Изображение будет справа */
      width: auto; /* Нормальная ширина для ПК */
  }

  .mobile-img {
      width: auto; /* Картинка будет натурального размера */
  }
}

/* Для мобильных устройств */
@media (max-width: 991px) {
  .col-lg-4 {
      order: 1; /* Изображение будет под заголовком */
      width: 100%; /* Картинка будет занимать всю ширину экрана */
      margin-top: 20px; /* Отступ сверху для мобильной версии */
  }

  .mobile-img {
      width: 100%; /* Изображение будет растянуто на всю ширину */
  }
}



label {
  margin-bottom: 5px;
  display: block
}

strong {
  font-weight: 700
}

em {
  font-style: italic
}

blockquote {
  border-left: 0 #e2e2e2;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px
}

figure {
  margin-bottom: 10px
}

.h1 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: .25em;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1
}

.h1.cc-hero-h1 {
  max-width: 30rem
}

.h1.cc-hero-h1.cc-no-wrap {
  white-space: nowrap
}

.h1.cc-home-slider {
  opacity: 1;
  margin-bottom: .5em
}

.h2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.1
}

.h3 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: .25em;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1
}

.h4 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative
}

.container {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block
}

.row {
  grid-row-gap: 2.5rem;
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -20px;
  margin-right: -20px;
  display: flex
}

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

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

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

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

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

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

.row.row-no-gutters {
  margin-left: 0;
  margin-right: 0
}

.row.row-no-gap {
  grid-row-gap: 0rem
}

.col {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px
}

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

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

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

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

.col.col-lg-5 {
  flex-basis: 41.67%
}

.col.col-lg-5.col-md-10.col-sm-12.col-md-first.cc-mobile {
  display: none
}

.col.col-no-gutters {
  padding-left: 0;
  padding-right: 0
}

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

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

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

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

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

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

.col.col-lg-10.col-md-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block
}

.col.col-lg-1 {
  flex-basis: 8.33%;
  max-width: 8.33333%
}

.col.col-shrink {
  flex: 0 auto
}

/* Стиль для кнопки */
.btn {
  font-size: 18px; /* Увеличиваем размер шрифта */
  padding: 15px 30px; /* Увеличиваем размер кнопки */
  transition: transform 0.3s ease-in-out; /* Плавная анимация трансформации */
}

/* Анимация для кнопки */
.animate-btn {
  animation: scale-btn 1s infinite alternate; /* Применяем анимацию */
}

/* Ключевые кадры для анимации */
@keyframes scale-btn {
  0% {
    transform: scale(1); /* Нормальный размер */
  }
  100% {
    transform: scale(1.2); /* Увеличиваем размер кнопки на 20% */
  }
  0% {
    transform: scale(1); /* Возвращаем к нормальному размеру */
  }
}

/* Контейнер для изображений */
.image-container {
  position: relative; /* Устанавливаем относительное позиционирование для контейнера */
  display: inline-block; /* Обеспечиваем корректное поведение с изображениями */
}

/* Первоначальное изображение */
.sleep-blueprint-cover {
  width: 100%; /* Устанавливаем ширину первого изображения на 100% */
  height: auto; /* Автоматическая высота для поддержания пропорций */
}

.top-right-image {
  position: absolute; /* Абсолютное позиционирование для второго изображения */
  top: 0; /* Располагаем изображение в верхнем ряду */
  right: 0; /* Располагаем изображение в правом углу */
  width: 150px; /* Увеличиваем ширину в 4 раза (50px * 4 = 200px) */
  height: auto; /* Сохраняем пропорции */
  z-index: 1; /* Обеспечиваем, чтобы оно располагалось поверх первого изображения */
  animation: scale-2im 1s infinite alternate; /* Применяем анимацию */
}

@keyframes scale-2im {
  0% {
    transform: scale(1); /* Нормальный размер */
  }
  100% {
    transform: scale(1.1); /* Увеличиваем размер кнопки на 20% */
  }
  0% {
    transform: scale(1); /* Возвращаем к нормальному размеру */
  }
}

.col.col-lg-first {
  order: -1
}

.col.col-lg-last {
  order: 1
}

.btn {
  background-color: var(--blue-base);
  color: #fff;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 99px;
  flex: none;
  margin-top: 0;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s, box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
  box-shadow: inset 0 0 #0000
}

.btn:hover {
  color: var(--white);
  box-shadow: inset 0 0 0 100px #00000026
}

.btn:focus-visible {
  color: var(--white)
}

.btn[data-wf-focus-visible] {
  color: var(--white)
}

.btn.cc-light {
  color: #323a45;
  background-color: #fff
}

.btn.cc-light.cc-orange {
  color: #bf3820
}

.btn.cc-base-purple {
  background-color: var(--purple-base)
}

.btn.cc-base-purple.cc-light {
  border-color: var(--white);
  color: var(--white)
}

.btn.cc-base-purple.cc-light:hover {
  box-shadow: inset 0 0 0 100px #ffffff26
}

.btn.cc-black {
  background-color: var(--black)
}

.btn.cc-black:hover {
  background-color: #333
}

.btn.cc-black:active {
  background-color: #666
}

.btn.cc-black.cc-newsletter-banner {
  margin-top: 2.5rem
}

.btn.cc-book-cta {
  color: var(--white);
  background-color: #e87928;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
  font-size: .875rem;
  display: flex
}

.btn.cc-outline {
  border-color: var(--white);
  color: var(--white);
  background-color: #fff0
}

.btn.cc-outline:hover {
  color: var(--white);
  background-color: #fff3
}

.btn.cc-outline.cc-black {
  border-color: var(--black);
  color: var(--black)
}

.btn.cc-outline.cc-black:hover {
  background-color: var(--black);
  color: var(--white)
}

.btn.cc-small {
  width: 100%;
  padding: 8px 12px
}

.btn.cc-medium {
  padding: 10px 16px
}

.card {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 16px #00000014, 0 0 4px #0000000a
}

.card-body {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  position: relative
}

.form {
  width: 100%;
  position: relative
}

.form_required-note {
  font-size: .8rem;
  position: absolute;
  inset: auto 0% 0% auto
}

.form-success {
  background-color: var(--white);
  text-align: left;
  min-height: 320px;
  padding: 80px;
  position: relative
}

.form-success_flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%
}

.form-error {
  color: #e31700;
  background-color: #0000;
  border-top: 1px solid #e31700;
  margin-top: 16px;
  padding: 8px 0 0
}

.input-group {
  text-align: left;
  flex-direction: column;
  margin-bottom: 12px;
  padding-top: 1px;
  padding-bottom: 40px;
  padding-right: 1px;
  display: block;
  position: relative
}

.input-group.cc-textarea {
  min-height: 140px
}

.input-group.cc-toggle {
  margin-bottom: 8px;
  padding: 0 0 0 28px
}

.input {
  border: 1px solid var(--black-5);
  color: var(--black);
  background-color: #0000;
  border-radius: 8px;
  height: 100%;
  min-height: 65px;
  margin-bottom: 0;
  padding: 32px 16px 8px;
  font-size: 1rem;
  transition: border-color .3s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0%
}

.input:hover,
.input:focus {
  border-color: var(--purple-base)
}

.input::placeholder {
  color: var(--black-5)
}

.input.cc-select {
  background-image: url(https://cdn.prod.website-files.com/64416928859cbdd1716d79ce/64416928859cbd4ecf6d79d8_arrow-black.svg);
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 12px
}

.input.cc-light {
  color: var(--white)
}

.input-label {
  z-index: 1;
  color: var(--black);
  border-top-right-radius: 3px;
  margin-bottom: 0;
  margin-left: 16px;
  padding-top: 12px;
  padding-bottom: 4px;
  font-size: .9rem;
  line-height: 1;
  position: relative
}

.input-label.cc-static {
  background-color: #0000;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem
}

.input-radio {
  border-color: var(--black-5);
  box-shadow: inset 0 0 0 3px var(--white);
  background-color: #0000;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: -28px
}

.input-radio:hover {
  border-color: var(--purple-base);
  background-color: var(--light-gray)
}

.input-radio.w--redirected-checked {
  border-width: 1px;
  border-color: var(--purple-base);
  background-color: var(--purple-base)
}

.input-radio.w--redirected-focus {
  border-color: var(--purple-base);
  box-shadow: none;
  outline-color: var(--purple-base);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid
}

.input-radio.cc-light {
  box-shadow: inset 0 0 0 3px var(--mid-gray)
}

.input-radio.cc-light:hover {
  background-color: var(--black-5)
}

.input-check {
  border-color: var(--black-5);
  background-color: #0000;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: -28px;
  box-shadow: 0 0 #0000
}

.input-check:hover {
  border-color: var(--purple-base);
  background-color: var(--light-gray)
}

.input-check.w--redirected-checked {
  border-color: var(--purple-base);
  background-color: var(--purple-base);
  background-size: 16px
}

.input-check.w--redirected-focus {
  border-color: var(--purple-base);
  box-shadow: none;
  outline-color: var(--purple-base);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid
}

.input-check.cc-light:hover {
  background-color: var(--black-5)
}

.utility_form {
  text-align: left;
  flex-direction: column
}

.utility_container {
  text-align: center;
  flex-direction: column;
  width: 90%;
  max-width: 600px;
  display: flex
}

.page-wrapper {
  position: relative
}

.page-wrapper.cc-utility {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex
}

.styles__section-label {
  border-bottom: 2px dotted var(--mid-gray);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding-bottom: 8px
}

.styles__card-preview {
  border-bottom: 1px solid var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120px;
  display: flex;
  position: relative
}

.styles__visual-div {
  text-align: center;
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  border-radius: 3px;
  margin-bottom: 12px;
  padding: 16px;
  position: relative
}

.styles__global-embed-code {
  display: none;
  position: fixed;
  inset: 0% auto auto 0%
}

.styles__row-example {
  border: 1px dashed var(--mid-gray);
  height: 200px;
  margin-top: 4px;
  padding: 20px
}

.styles__selector-callout {
  color: #fff;
  background-color: #0073e6;
  border-radius: 3px;
  margin-top: .1em;
  margin-bottom: .1em;
  margin-right: .2em;
  padding: .08em .6em;
  font-size: .8rem;
  line-height: 1.7;
  display: inline-block;
  position: relative;
  top: -1px
}

.styles__selector-callout.cc-element {
  background-color: #d13591
}

.styles__utility-wrap {
  margin-bottom: 20px;
  padding: 1px
}

.styles__utility-wrap.cc-margin {
  background-image: url(https://cdn.prod.website-files.com/64416928859cbdd1716d79ce/64416928859cbd9bc06d79dc_bg-margin.svg);
  background-position: 0 0;
  background-size: 4px
}

.styles__utility-wrap.cc-padding {
  background-image: url(https://cdn.prod.website-files.com/64416928859cbdd1716d79ce/64416928859cbd85a46d79e0_bg-padding.svg);
  background-position: 0 0;
  background-size: 4px
}

.styles__nav {
  z-index: 2;
  background-color: var(--black);
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.1;
  position: sticky;
  top: 0
}

.styles__nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex
}

.styles__nav-link {
  color: var(--white);
  letter-spacing: .03em;
  padding: .6em .8em;
  font-size: .85em;
  font-weight: 500;
  text-decoration: none;
  display: inline-block
}

.styles__nav-link:hover,
.styles__nav-link.w--current {
  text-decoration: underline
}

.styles__nav-link.cc-cta {
  background-color: var(--purple-base);
  border-radius: 4px;
  margin-left: .4em
}

.styles__nav-link.cc-cta:hover {
  background-color: var(--mid-gray);
  text-decoration: none
}

.styles__nav-version {
  background-color: var(--purple-base);
  color: var(--white);
  text-transform: none;
  border-radius: 4px;
  margin-left: .8em;
  padding: .35em .5em .4em;
  font-size: .7em;
  display: inline-block
}

.styles__card {
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  border-radius: 8px;
  overflow: hidden
}

.styles__nav-logo {
  color: var(--purple-base);
  width: 64px;
  line-height: .8
}

.styles_utility-card {
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  padding: 20px
}

.eyebrow {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 700
}

.paragraph-small {
  font-size: .875rem;
  line-height: 1.43
}

.paragraph-medium {
  font-size: 1rem;
  line-height: 1.5
}

.paragraph-x-large {
  font-size: 1.5rem;
  line-height: 1.33
}

.u-bg-purple-base {
  background-color: var(--purple-base)
}

.u-bg-black {
  background-color: var(--black)
}

.u-bg-darkgray {
  background-color: var(--mid-gray)
}

.u-bg-lightgray {
  background-color: var(--light-gray)
}

.u-bg-white {
  background-color: var(--white)
}

.u-text-purple-base {
  color: var(--purple-base)
}

.u-text-darkgray {
  color: var(--mid-gray)
}

.u-text-black-5 {
  color: var(--black-5)
}

.u-text-lightgray {
  color: var(--light-gray)
}

.u-text-white {
  color: var(--white)
}

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

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

.u-overflow-hidden {
  overflow: hidden
}

.u-overflow-visible {
  overflow: visible
}

.u-d-flex {
  display: flex
}

.u-d-flex.cc-align-center {
  align-items: center
}

.u-d-flex.cc-topic-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem
}

.u-d-block {
  display: block
}

.u-sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden
}

.u-h-100 {
  height: 100%
}

.u-w-100 {
  width: 100%
}

.u-aspect-1x1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden
}

.u-img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%
}

.u-link-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%
}

.u-z-index-1 {
  z-index: 1;
  position: relative
}

.h6 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.17
}

.h5 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1
}

.h7 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2
}

.u-mt-2 {
  margin-top: 2em
}

.u-mt-3 {
  margin-top: 3em
}

.u-mt-auto {
  margin-top: auto
}

.u-mt-1 {
  margin-top: 1em
}

.u-mb-1 {
  margin-bottom: 1em
}

.u-mb-2 {
  margin-bottom: 2em
}

.u-mb-3 {
  margin-bottom: 3em
}

.u-mlr-auto {
  margin-left: auto;
  margin-right: auto
}

.u-mr-1 {
  margin-right: 1em
}

.u-m-0 {
  margin: 0
}

.u-ml-1 {
  margin-left: 1em
}

.u-pb-0 {
  padding-bottom: 0
}

.u-pb-1 {
  padding-bottom: 1em
}

.u-pt-1 {
  padding-top: 1em
}

.u-pt-2 {
  padding-top: 2em
}

.u-pt-3 {
  padding-top: 3em
}

.u-p-1 {
  padding: 1em
}

.u-p-0 {
  padding: 0
}

.u-border {
  width: 100%;
  height: 1px
}

.u-position-relative {
  position: relative
}

.u-position-relative.u--z-10.cc-opacity-0 {
  opacity: 0
}

.paragraph-large {
  font-size: 1.125rem;
  line-height: 1.56
}

.u-bg-blue-base {
  background-color: var(--blue-base)
}

.u-bg-black-5 {
  background-color: var(--black-5)
}

.u-font-normal-400 {
  font-weight: 400
}

.u-font-medium-500 {
  font-weight: 500
}

.u-font-semibold-600 {
  font-weight: 600
}

.section-hero-home {
  background-image: none;
  padding-top: 6.75rem;
  position: relative
}

.huberman-hero-wrapper {
  object-position: 50% 100%;
  width: 100%;
  padding-top: 140%;
  position: relative
}

.u-slant-negative-10 {
  font-variation-settings: "slnt"-10
}

.learn-more-home-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0%
}

.sleep-blueprint-cover {
  object-fit: cover;
  width: 316px;
  height: 435px;
  filter: drop-shadow(0 42px 42px rgba(0, 0, 0, 0.09)) 
          drop-shadow(0 94px 56px rgba(0, 0, 0, 0.05)) 
          drop-shadow(0 166px 67px rgba(0, 0, 0, 0.02));
}


.testimonials-wrapper {
  height: 720px;
  position: relative;
  overflow: hidden
}

.testimonal-card {
  border: 1px solid #e5e5e5;
  padding: 40px
}

.testimonial-author-wrapper {
  grid-column-gap: 12px;
  display: flex
}

.testimonial-author-image {
  object-fit: cover;
  border-radius: 100px;
  width: 44px;
  height: 44px
}

.u-text-black-opacity-60 {
  color: #0009
}

.u-tracking-tight {
  letter-spacing: -.04em
}

.testimonial-fade-gradient-top {
  background-image: linear-gradient(#fff, #fff0);
  width: 100%;
  height: 160px;
  position: absolute;
  inset: 0% 0% auto
}

.testimonial-fade-gradient-bottom {
  background-image: linear-gradient(#fff0, #fff);
  width: 100%;
  height: 160px;
  position: absolute;
  inset: auto 0% 0%
}

.testimonial-top-content {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex
}

.testimonial-platform-logo {
  width: 24px;
  height: 24px
}

.u-aspect-thumbnail {
  width: 100%;
  padding-top: 56%;
  position: relative;
  overflow: hidden
}

.chip-category {
  background-color: var(--light-gray);
  color: var(--mid-gray);
  padding: 5px 6px;
  font-size: .875rem;
  font-weight: 600;
  display: inline-block
}

.episode-chip-date-wrapper {
  grid-column-gap: 12px;
  align-items: center;
  margin-bottom: .5rem;
  display: flex
}

.u-line-height-none {
  line-height: 1
}

.chip-topics {
  border: 1px solid var(--black-10);
  color: var(--black-60);
  white-space: nowrap;
  border-radius: 100px;
  padding: 4px 5px;
  font-size: .75rem;
  font-weight: 600;
  transition: all .2s;
  display: inline-block
}

.chip-topics:hover {
  border-color: var(--black);
  color: var(--black)
}

.chip-topics:active {
  background-color: #f2f2f2
}

.u-mb-0-75 {
  margin-bottom: .75em
}

.u-mb-0-5 {
  margin-bottom: .5em
}

.topics-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  display: flex
}

.topic-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: var(--black-5);
  color: var(--black);
  align-items: center;
  height: 100%;
  padding: 24px;
  transition: all .2s;
  display: flex
}

.topic-card:hover {
  background-color: var(--black-10);
  color: var(--black)
}

.topic-card:active {
  background-color: #ccc
}

.topic-card.cc-featured {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.topic-card-icon {
  width: 40px;
  height: 40px
}

.topic-card-icon.cc-featured {
  width: 56px;
  height: 56px
}

.featured-topics-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.section-hero-gradient {
  background-image: linear-gradient(27deg, #f4f5f6, #f4f5f600);
  padding-top: 9rem;
  padding-bottom: 5rem;
  position: relative
}

.platforms-chips-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  display: flex
}

.chip-platform {
  grid-column-gap: 8px;
  color: var(--black);
  background-color: #0000000d;
  border-radius: 100px;
  align-items: center;
  padding: 6px 12px;
  font-weight: 600;
  transition: all .2s;
  display: flex
}

.chip-platform:hover {
  background-color: #0000001a
}

.chip-platform:active {
  background-color: var(--black);
  color: var(--white)
}

.chip-platform:focus-visible {
  outline-color: var(--purple-base);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid
}

.chip-platform[data-wf-focus-visible] {
  outline-color: var(--purple-base);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid
}

.chip-platform.w--open {
  background-color: var(--black);
  color: var(--white)
}

.chip-platform-icon {
  width: 24px;
  height: 24px
}

.all-topics-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.tabs {
  margin-top: -64px
}

.tab-link {
  color: #999;
  background-color: #0000;
  border-bottom: 2px solid #0199ef00;
  flex: none;
  padding: 22px 0;
  font-size: 1.125rem;
  font-weight: 600
}

.tab-link:focus-visible {
  outline-color: var(--purple-base)
}

.tab-link[data-wf-focus-visible] {
  outline-color: var(--purple-base)
}

.tab-link.w--current {
  color: var(--blue-base);
  background-color: #0000;
  border-bottom-color: #0199ef
}

.tabs-menu {
  z-index: 2;
  grid-column-gap: 40px;
  width: 100%;
  max-width: 65.4%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0
}

.rich-text-episode-notes h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 117%
}

.rich-text-episode-notes p {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 156%
}

.rich-text-episode-notes a {
  box-shadow: inset 0 -2px 0 0 var(--blue-base);
  color: var(--black);
  text-decoration: none
}

.rich-text-episode-notes a:hover {
  background-color: var(--blue-base)
}

.rich-text-episode-notes ul {
  margin-bottom: 3.5rem;
  padding-left: 24px;
  font-size: 1.125rem;
  line-height: 156%
}

.rich-text-episode-notes li {
  margin-bottom: .5rem
}

.rich-text-episode-notes h3 {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 600
}

.related-episode {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 5.5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  display: grid
}

.episode-video-wrapper {
  background-color: var(--black-5);
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 56%;
  position: relative;
  overflow: hidden
}

.topics-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 1rem
}

.footer {
  border-top: 1px solid var(--black-5);
  background-color: #fff
}

.footer-layout {
  grid-column-gap: 40px;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 9fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative
}

.footer-logo-wrapper {
  width: 183px;
  height: 40px;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden
}

.social-link {
  border-radius: 2px;
  width: 24px;
  height: 24px;
  transition: all .2s;
  position: relative
}

.social-link:hover {
  opacity: .8
}

.social-link:active {
  opacity: .6
}

.social-link:focus-visible {
  outline-color: var(--purple-base)
}

.social-link[data-wf-focus-visible] {
  outline-color: var(--purple-base)
}

.social-links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex
}

.social-links-wrapper.cc-footer {
  justify-content: flex-end
}

.social-links-wrapper.cc-mt-2-5 {
  margin-top: 2.5rem
}

.social-links-wrapper.cc-newxletter {
  grid-column-gap: 16px;
  margin-top: 2.5rem
}

.footer-nav-heading {
  opacity: .4;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%
}

.footer-nav-links-list {
  margin-bottom: 0
}

.footer-nav-links-list-item {
  margin-bottom: 1.5rem;
  margin-right: .2px
}

.footer-nav-links-list-link {
  color: var(--black);
  border-radius: 2px;
  font-weight: 600;
  transition: color .2s
}

.footer-nav-links-list-link:hover {
  color: var(--blue-base-2)
}

.footer-nav-links-list-link:active {
  color: #007aa7
}

.footer-nav-links-list-link.cc-purple-states:hover {
  color: #7045e6
}

.footer-nav-links-list-link.cc-purple-states:active {
  color: #5736b3
}

.footer-nav-links-blueprint {
  border: 1px solid var(--blue-base-2);
  color: var(--blue-base-2);
  background-color: #fff;
  border-radius: 100px;
  padding: 8px 12px;
  font-weight: 600;
  transition: all .2s;
  display: inline-block
}

.footer-nav-links-blueprint:hover {
  background-color: var(--blue-base-2);
  color: var(--white)
}

.footer-nav-links-blueprint:active {
  background-color: #007aa7;
  border-color: #007aa7
}

.footer-nav-wrapper {
  grid-column-gap: 56px;
  justify-content: flex-end;
  display: flex
}

.footer-callout {
  background-color: var(--black-5);
  border-radius: 8px;
  margin-bottom: 3rem;
  padding: 16px;
  font-size: .875rem;
  line-height: 143%
}

.footer-legal-text {
  color: #000c;
  font-size: .875rem;
  line-height: 1;
  display: inline
}

.footer-legal-text.cc-small {
  font-size: .75rem
}

.footer-legal-link {
  color: var(--black);
  cursor: pointer;
  font-size: .875rem;
  font-weight: 600;
  transition: color .2s
}

.footer-legal-link:hover {
  color: var(--blue-base-2)
}

.footer-legal-link:active {
  color: #007aa7
}

.footer-legal-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: flex-end;
  display: flex
}

.footer-legal-wrapper.cc-right {
  justify-content: flex-end
}

.navbar {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  height: 84px;
  display: flex
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex
}

.container-navbar.cc-new {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between
}

.navbar-logo-wrapper {
  width: 183px;
  height: 40px;
  position: relative;
  overflow: hidden
}

.navbar-logo-wrapper:active {
  opacity: .8
}

.nav-menu.cc-new {
  background-color: var(--white);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: auto;
  padding: 24px;
  display: none;
  box-shadow: 0 0 #0000001a, 0 42px 42px #00000017, 0 94px 56px #0000000d, 0 166px 67px #00000003
}

.navbar-link {
  color: var(--black);
  padding: 4px;
  font-size: .875rem;
  font-weight: 600;
  transition: color .2s
}

.navbar-link:hover {
  color: var(--blue-base-2)
}

.navbar-link:active {
  color: #007aa7
}

.navbar-link.w--current {
  color: var(--blue-base)
}

.navbar-link.cc-dropdown {
  width: 100%
}

.navbar-link.cc-new {
  border-bottom: 1px solid var(--black-5);
  padding: 16px 0;
  font-size: 1rem
}

.navbar-link.cc-new:hover {
  color: var(--black)
}

.navbar-list {
  grid-column-gap: 16px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex
}

.navbar-list.cc-new {
  flex-flow: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto
}

.navbar-list-item.u-mb-1.u--hidden.menu-blobk {
  display: flex
}

.navbar-list-item.menu-hidden {
  display: none
}

.navbar-secondary-button {
  background-color: var(--blue-base-2);
  color: #fff;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 99px;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 20px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s, box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  box-shadow: inset 0 0 #0000
}

.navbar-secondary-button:hover {
  color: var(--white);
  background-color: #009dd7
}

.navbar-secondary-button:active {
  background-color: #007aa7
}

.navbar-secondary-button.w--current {
  color: var(--white)
}

.navbar-secondary-button.cc-new {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 8px
}

.navbar-link-search {
  grid-column-gap: 8px;
  color: var(--black);
  align-items: center;
  padding: 4px;
  font-size: .875rem;
  font-weight: 600;
  transition: color .2s;
  display: flex
}

.navbar-link-search:hover {
  color: var(--blue-base-2)
}

.navbar-link-search:active {
  color: #007aa7
}

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

.menu-button.cc-new {
  background-color: #0000;
  width: auto;
  height: auto;
  margin-right: 0;
  padding: 0
}

.nav-hamburger-button {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex
}

.nav-hamburger-button.cc-new {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex
}

.navbar-wrapper {
  margin-bottom: -84px
}

.section-hero {
  padding-top: 8rem;
  padding-bottom: 5rem;
  position: relative
}

.section-hero-black {
  color: var(--white);
  background-color: #000;
  padding-top: 8rem;
  padding-bottom: 5rem;
  position: relative
}

.andrews-signature {
  width: 227px;
  height: 88px
}

.andrews-signature.u-mb-2 {
  filter: contrast(200%)
}

.neural-network-thank-you-frame {
  border: 2px solid var(--blue-base);
  margin-bottom: 3.5rem;
  padding: 24px 32px;
  box-shadow: 0 2px 4px #00000014, 0 0 6px #00000005
}

.section-hero-about {
  color: var(--white);
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(#0000 60%, #000), linear-gradient(#0000 60%, #000), linear-gradient(#0000 60%, #000), linear-gradient(#000, #0000 20%), linear-gradient(#000, #0000 20%), url(https://cdn.prod.website-files.com/64416928859cbdd1716d79ce/64c461028c52bbd10ab5531d_about-bg.avif);
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, auto, auto 100%;
  padding-top: 36rem;
  padding-bottom: 5rem;
  position: relative
}

.scroll-down-button {
  color: var(--white);
  background-color: #fff0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex
}

.scroll-down-button:hover {
  background-color: #ffffff1a
}

.scroll-down-icon {
  width: 24px;
  height: 24px
}

.card-body-about-faq {
  grid-column-gap: 86px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative
}

.sponsor-card {
  border: 1px solid var(--black-10);
  height: 100%
}

.sponsor-card-top {
  border-bottom: 1px solid var(--black-10);
  padding: 40px
}

.sponsor-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: 190px;
  height: 48px;
  margin-bottom: 2.5rem
}

.sponsor-card-bottom {
  grid-column-gap: 12px;
  padding: 24px 40px;
  display: flex
}

.sponsor-card-icon {
  width: 24px;
  height: 24px;
  transform: translateY(-2px)
}

.section-gradient {
  background-image: linear-gradient(67deg, #0000, #f4f5f6);
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative
}

.accordion-item {
  text-align: left;
  width: 100%
}

.accordion-trigger {
  grid-column-gap: 24px;
  color: var(--black);
  cursor: pointer;
  border-bottom: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex
}

.accordion-trigger:where(.w-variant-188da70c-8a8d-daa9-27fc-ca4da622859b) {
  padding-top: 24px;
  padding-bottom: 24px
}

.accordion-trigger:hover {
  color: var(--blue-base)
}

.accordion-icon {
  width: 24px;
  height: 24px;
  position: relative
}

.accordion-content {
  width: 100%;
  overflow: hidden
}

.accordion-content_spacer {
  margin-bottom: 20px
}

.section-hero-events {
  background-color: #000;
  background-image: linear-gradient(to top, transparent 90%, var(--black)), linear-gradient(to right, #0009, transparent), linear-gradient(to right, #0009, #0000 50%), url(https://cdn.prod.website-files.com/64416928859cbdd1716d79ce/6481f8c7cb424c5742ba85b5_Andrew_LIVE_Seattle_L1050851%201.webp);
  color: var(--white);
  background-position: 0 0, 0 0, 0 0, 50% 100%;
  background-size: auto, auto, auto, cover;
  padding-top: 55vh;
  padding-bottom: 5rem;
  position: relative
}

._404 {
  background-image: linear-gradient(to bottom, var(--black-5), #f2f2f200);
  color: var(--black-5);
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: -8%;
  font-size: 15rem;
  font-weight: 600
}

.breadcrumbs-list {
  grid-row-gap: 4px;
  flex-wrap: wrap;
  display: flex
}

.breadcrumbs-list.cc-new {
  margin-bottom: 5rem
}

.breadcrumbs-embed {
  height: 0;
  display: none
}

.breadcrumbs-item {
  align-items: center;
  display: flex
}

.breadcrumb-link {
  color: var(--black);
  font-size: .875rem;
  font-weight: 600;
  transition: all .2s
}

.breadcrumb-link:hover {
  color: var(--blue-base)
}

.breadcrumb-link:active {
  color: #007aa7
}

.breadcrumb-link.w--current {
  color: #999;
  font-weight: 400
}

.breadcrumb-link.w--current:hover {
  color: var(--black)
}

.breadcrumb-link.w--current:active {
  color: #333
}

.breadcrumb-link.cc-hflex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-right: .5rem;
  display: flex
}

.breadcrumb-link.cc-title {
  color: var(--black-40);
  font-weight: 400
}

.breadcrumb-link.cc-title:hover {
  color: var(--black)
}

.u-text-black-40 {
  color: var(--black-40)
}

.category-list {
  margin-top: -58px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: scroll;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 2% 98%, #0000);
  mask-image: linear-gradient(90deg, #0000, #000 2% 98%, #0000);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat
}

.searchbox {
  margin-bottom: 2rem
}

.hits {
  margin-bottom: 5rem
}

.hits.cc-subtopics {
  min-height: 2000px
}

.hits-per-page {
  display: none
}

.pagination {
  overflow: hidden
}

.form-label {
  letter-spacing: -.04em;
  font-weight: 600;
  line-height: 125%
}

.form-field {
  border: 1px solid var(--black-10);
  height: 44px;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  overflow: auto
}

.form-field::placeholder {
  color: var(--black-40);
  font-weight: 400
}

.form-field.cc-text-area {
  height: auto;
  min-height: 116px;
  line-height: 1.4
}

.form-btn {
  background-color: var(--blue-base);
  outline-offset: 3px;
  color: #fff;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 99px;
  outline: 3px #0000;
  flex: none;
  margin-top: 2.5rem;
  margin-left: auto;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s, box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
  box-shadow: inset 0 0 #0000
}

.form-btn:hover {
  color: var(--white);
  box-shadow: inset 0 0 0 100px #00000026
}

.form-btn:focus-visible {
  outline-color: var(--purple-base);
  outline-offset: 3px;
  outline-width: 3px;
  outline-style: solid
}

.form-btn[data-wf-focus-visible] {
  outline-color: var(--purple-base);
  outline-offset: 3px;
  outline-width: 3px;
  outline-style: solid
}

.form-two-col {
  grid-column-gap: 24px;
  display: flex
}

.form-field-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative
}

.checkbox-field {
  grid-column-gap: 10px;
  align-items: flex-start;
  margin-bottom: .75rem;
  padding-left: 10px;
  display: flex
}

.checkbox {
  background-image: url(https://cdn.prod.website-files.com/64416928859cbdd1716d79ce/64936a392fe82627d9cedf08_checkmark.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-width: 2px;
  border-color: #ccc;
  border-radius: 4px;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  transition: all .2s
}

.checkbox:hover {
  border-color: var(--black)
}

.checkbox.w--redirected-checked {
  background-image: url(https://cdn.prod.website-files.com/64416928859cbdd1716d79ce/64936a392fe82627d9cedf08_checkmark.svg);
  background-size: 12px 12px
}

.checkbox-label {
  margin-top: 0;
  font-size: .875rem;
  line-height: 140%
}

.inline-link {
  box-shadow: inset 0 -2px 0 0 var(--blue-base);
  color: inherit;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease
}

.inline-link:hover {
  background-color: var(--blue-base);
  color: var(--black)
}

.inline-link.cc-white {
  color: var(--white)
}

.checkboxes-5-col {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.form-select {
  border: 1px solid var(--black-10);
  background-color: var(--white);
  background-image: url(https://cdn.prod.website-files.com/64416928859cbdd1716d79ce/64947e0857d857588e30ab8d_select-icon.svg);
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  height: 44px;
  margin-bottom: 1.5rem;
  padding: 8px;
  font-size: 16px
}

.form-select::placeholder {
  color: var(--black-40);
  font-weight: 400
}

.sort-by-wrapper {
  grid-column-gap: 12px;
  align-items: center;
  margin-top: 3.5rem;
  display: flex
}

.stats {
  margin-top: 3.5rem
}

.u--columns-2 {
  column-count: 2
}

.switch-block {
  grid-column-gap: 24px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 460px;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative
}

.switch-wrapper {
  background-color: #e5e5e5;
  background-image: linear-gradient(#00000003, #00000003);
  border-radius: 100px;
  flex: none;
  width: 80px;
  height: 44px;
  position: relative
}

.switch-circle {
  background-color: var(--white);
  border-radius: 100px;
  width: 36px;
  height: 36px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 4px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 4px #00000014, 0 0 6px #00000005
}

.switch-overlay {
  color: #0000;
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: absolute;
  inset: 0%
}

.switch-overlay:hover {
  color: #0000001a;
  background-color: #0000001a;
  border-radius: 100px
}

.switch-label-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative
}

.switch-label-wrapper.cc-left {
  justify-content: flex-end
}

.switch-label-wrapper.cc-right {
  grid-column-gap: 8px;
  justify-content: flex-start
}

.switch-label {
  letter-spacing: -.04em;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1
}

.switch-label.cc-right {
  inset: 0
}

.switch-label-savings {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #1db823;
  padding: 5px 6px;
  font-size: 14px;
  font-weight: 600
}

.card-pricing {
  background-color: var(--white);
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 16px #00000014, 0 0 4px #0000000a
}

.u--p-3-5 {
  padding: 3.5rem 56px
}

.pricing-list-item {
  background-image: url(https://cdn.prod.website-files.com/64416928859cbdd1716d79ce/649f54565189e4f1fa51f165_bullet-checkmark.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 1rem;
  padding-left: 32px
}

.pricing-button-wrapper {
  margin-left: 3.5rem;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: -100%
}

.pricing-button-wrapper.cc-fellowship {
  bottom: 0
}

.u--px-20 {
  padding-left: 20px;
  padding-right: 20px
}

.compact-slider {
  background-color: #0000
}

.compact-slider_mask {
  overflow: visible
}

.compact-slider_slide {
  width: 33%;
  padding-left: 24px;
  padding-right: 24px
}

.compact-slider-quote {
  letter-spacing: -.06rem;
  border-left: 2px solid #f4f5f6;
  border-right: 2px solid #f4f5f6;
  margin-bottom: 1rem;
  margin-left: -25px;
  margin-right: -25px;
  padding-bottom: 1rem;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.17
}

.compact-slider_arrow {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .3s;
  display: flex;
  inset: -96px 0% auto auto
}

.compact-slider_arrow:hover {
  background-color: var(--black);
  color: var(--white)
}

.compact-slider_arrow:active {
  background-color: #333;
  border-color: #333
}

.compact-slider_arrow.cc-left {
  right: 56px
}

.compact-slider_arrow-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex
}

.section-hero-about-premium {
  color: var(--white);
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(#000, #0000 36%), linear-gradient(#0000 61%, #000), linear-gradient(#0000 54%, #000), linear-gradient(#0000, #000), url(https://cdn.prod.website-files.com/64416928859cbdd1716d79ce/650e4f4fa3681ef904279f45_AndrewHuberman_SoloStudio_7-23_L1140530.webp);
  background-position: 0 0, 0 0, 0 0, 0 0, 50% 0;
  background-size: auto, auto, auto, auto, cover;
  padding-top: 36rem;
  padding-bottom: 5rem;
  position: relative
}

.btn-gray {
  grid-column-gap: 8px;
  background-color: var(--black-5);
  color: var(--black);
  border-radius: 1000px;
  align-items: center;
  padding: 14px 28px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  transition: all .2s;
  display: flex
}

.btn-gray:hover {
  background-color: var(--black-10);
  color: var(--black)
}

.btn-gray:active {
  background-color: var(--black);
  color: var(--white)
}

.btn-gray.u-mb-3 {
  justify-content: center;
  margin-top: 2em
}

.btn-gray_icon {
  width: 16px;
  height: 16px
}

.buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex
}

.huberman-x-tiny-logo {
  width: 333px;
  height: 32px
}

.premium-about-cards-layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.card-body-flex {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative
}

.toc-link {
  color: var(--black);
  border-left: 2px solid #00aeef00;
  margin-bottom: 1.5rem;
  padding-left: 16px;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all .2s;
  display: block
}

.toc-link:hover {
  color: var(--blue-base)
}

.toc-link.w--current {
  border-left-color: var(--blue-base);
  color: var(--blue-base)
}

.divider {
  background-color: var(--black-10);
  width: 100%;
  height: 1px
}

.toc-padding {
  padding-top: 2rem;
  position: sticky;
  top: 0
}

.sidemenu-trigger {
  display: none
}

.icon-link {
  grid-column-gap: 8px;
  color: var(--black);
  cursor: pointer;
  align-items: center;
  transition: all .2s;
  display: flex
}

.icon-link:hover {
  color: var(--blue-base)
}

.icon-link:active {
  color: #007aa7
}

.icon-link.u-mb-1 {
  line-height: 1.25
}

.icon-link.cc-base-blue {
  color: var(--blue-base)
}

.icon-link.cc-base-blue:hover {
  color: #009dd7
}

.icon-link.cc-base-blue:active {
  color: #007aa7
}

.icon-link_icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex
}

.sidemenu-overlay {
  z-index: 100;
  background-color: #0006;
  display: none;
  position: fixed;
  inset: 0%
}

.u-text-blue-base {
  color: var(--blue-base)
}

.rich-text-newsletter p {
  margin-bottom: 2em;
  font-size: 1.125rem;
  line-height: 1.74
}

.rich-text-newsletter h2 {
  letter-spacing: -.015rem;
  margin-top: 0;
  margin-bottom: .375em;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1
}

.rich-text-newsletter li {
  font-size: 1.125rem;
  line-height: 1.74
}

.rich-text-newsletter ol {
  margin-bottom: 1.5em;
  padding-left: 30px
}

.rich-text-newsletter a {
  box-shadow: inset 0 -2px 0 0 var(--blue-base-2);
  color: var(--black)
}

.rich-text-newsletter a:hover {
  background-color: var(--blue-base)
}

.rich-text-newsletter a:focus-visible {
  color: var(--blue-base)
}

.rich-text-newsletter a[data-wf-focus-visible] {
  color: var(--blue-base)
}

.text-link {
  color: var(--black);
  transition: all .2s
}

.text-link:hover {
  color: var(--blue-base)
}

.text-link:active {
  color: #007aa7
}

.text-link.w--current {
  color: var(--blue-base)
}

.text-link.cc-blue-base {
  color: var(--blue-base);
  font-weight: 600
}

.text-link.cc-blue-base:hover {
  color: #009dd7
}

.text-link.cc-blue-base:active {
  color: #007aa7
}

.text-link.u--line-height-tight.w--current {
  color: var(--blue-base)
}

.sponsors-list-item {
  grid-column-gap: 16px;
  margin-bottom: 1rem;
  display: flex
}

.sponsors-list-item-number {
  background-color: var(--black-5);
  text-align: center;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  line-height: 1;
  display: flex
}

.search-modal {
  z-index: 2000;
  background-color: var(--white);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll
}

.divider-vertical {
  background-color: var(--black-10);
  width: 1px;
  height: 100%
}

.divider-vertical.cc-dashboard {
  position: absolute;
  inset: 0% 0% 0% auto
}

.u--line-height-tight {
  line-height: 1.25
}

.modal-link {
  color: var(--blue-base-2);
  background-color: #0000;
  padding: 0;
  font-weight: 600;
  transition: all .2s
}

.modal-link:hover {
  color: #009dd7
}

.modal-link:active {
  color: #007aa7
}

.close-modal {
  flex-direction: column;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex
}

.close-modal:focus-visible {
  outline-color: var(--purple-base)
}

.close-modal[data-wf-focus-visible] {
  outline-color: var(--purple-base)
}

.nav-search-trigger-small.cc-new {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 16px;
  display: flex
}

.nav-search-trigger-small.cc-new:focus-visible {
  outline-color: #7c4dff00
}

.nav-search-trigger-small.cc-new[data-wf-focus-visible] {
  outline-color: #7c4dff00
}

.nav-menu-tablet-below {
  display: none
}

.nav-menu-tablet-below.cc-new {
  display: flex
}

.fake-search-input-trigger {
  border: 1px solid var(--black-10);
  color: var(--black);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 18px 80px 18px 24px;
  font-size: 1.125rem;
  display: flex
}

.fake-search-input-trigger:focus-visible {
  outline-color: var(--blue-base);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid
}

.fake-search-input-trigger[data-wf-focus-visible] {
  outline-color: var(--blue-base);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid
}

.fake-search-input-trigger::placeholder {
  color: #0000008a
}

.u--hidden {
  display: none
}

.testimonal-card_collection-item {
  padding-bottom: 32px
}

.modal-container {
  z-index: 5;
  background-color: #fff;
  width: 85%;
  max-width: 1086px;
  margin: 10vh auto 20px;
  padding: 80px 120px;
  display: block;
  position: relative;
  overflow: hidden
}

.modal-container.cc-daily-blueprint {
  background-color: var(--white);
  background-image: linear-gradient(160deg, #f4f5f600, #f4f5f6);
  border-radius: 4px;
  width: 100%;
  max-width: 1000px
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  border-radius: 99px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-top: 24px;
  margin-right: 24px;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto
}

.modal-close_btn:hover {
  color: #444
}

.modal-close_btn:focus-visible {
  outline-color: var(--black-5);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid
}

.modal-close_btn[data-wf-focus-visible] {
  outline-color: var(--black-5);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid
}

.sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0
}

.u--italic {
  font-style: italic
}

.newsletter-progress-indicator-wrapper {
  z-index: 10;
  background-color: #0000000d;
  width: 100%;
  height: 2px;
  margin-top: 84px;
  position: sticky;
  top: 0
}

.progress-indicator {
  background-color: var(--blue-base-2);
  width: 0%;
  height: 2px
}

.rich-text-timestamps h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 117%
}

.rich-text-timestamps p {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 156%
}

.rich-text-timestamps a {
  color: var(--black);
  font-weight: 600;
  text-decoration: underline
}

.rich-text-timestamps ul {
  margin-bottom: 3.5rem;
  padding-left: 24px;
  font-size: 1.125rem;
  line-height: 156%
}

.rich-text-timestamps li {
  margin-bottom: .5rem
}

.paragraph-x-small {
  font-size: .75rem;
  line-height: 1.43
}

.platform-dropdown {
  margin-left: 0;
  margin-right: 0
}

.platform-dropdown-list {
  background-color: #0000;
  padding-top: 8px
}

.platform-list-card {
  background-color: var(--white);
  padding: 8px;
  box-shadow: 0 8px 16px #00000014, 0 0 4px #0000000a
}

.platform-dropdown-link {
  grid-column-gap: 8px;
  color: #666;
  white-space: nowrap;
  align-items: center;
  padding: 8px;
  font-weight: 600;
  transition: all .2s;
  display: flex
}

.platform-dropdown-link:hover {
  color: var(--black)
}

.see-more-wrapper {
  position: relative
}

.see-more-button-wrapper {
  background-image: linear-gradient(to top, var(--white)50%, #fff0);
  justify-content: center;
  height: 80px;
  padding-top: 40px;
  display: none;
  position: sticky;
  inset: auto 0% 0%
}

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

.u-pt-0 {
  padding-top: 0
}

.u-mr-0-5 {
  margin-right: .5em
}

.rich-text-topics-hero {
  column-count: 2;
  column-gap: 80px
}

.rich-text-topics-hero h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 117%
}

.rich-text-topics-hero p {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 156%
}

.rich-text-topics-hero a {
  box-shadow: inset 0 -2px 0 0 var(--blue-base-2);
  color: var(--black);
  text-decoration: none
}

.rich-text-topics-hero a:hover {
  background-color: var(--blue-base-2)
}

.rich-text-topics-hero ul {
  margin-bottom: 3.5rem;
  padding-left: 24px;
  font-size: 1.125rem;
  line-height: 156%
}

.rich-text-topics-hero li {
  margin-bottom: .5rem
}

.u-text-black-60 {
  color: var(--black-60)
}

.u-mb-1-5 {
  margin-bottom: 1.5em
}

.testimonial-stars {
  width: 118px;
  height: 21px;
  margin-bottom: 1rem
}

.u--pt-5 {
  padding-top: 2rem
}

.about-gradient-left {
  background-image: linear-gradient(90deg, #000, #0000);
  width: 600px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%
}

.about-gradient-right {
  background-image: linear-gradient(270deg, #000, #0000);
  width: 200px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto
}

.u--z-10 {
  z-index: 10
}

.learn-more-home-image-mobile {
  display: none
}

.top-banner {
  background-color: var(--black);
  overflow: hidden
}

.u--inline {
  display: inline
}

.banner-top-content {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
  display: flex
}

.banner-close {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0
}

.top-banner-padding {
  padding-top: 24px;
  padding-bottom: 24px
}

.banner-arrow {
  width: 24px;
  height: 24px
}

.banner-link {
  width: 100%
}

.rich-text-faqs p,
.rich-text-faqs ul {
  margin-bottom: 1em
}

.rich-text-faqs li {
  margin-bottom: .75em;
  line-height: 1.5
}

.rich-text-faqs ol {
  margin-bottom: 1em
}

.rich-text-faqs a {
  box-shadow: inset 0 -2px 0 0 var(--blue-base);
  color: var(--black);
  text-decoration: none
}

.rich-text-faqs a:hover {
  background-color: var(--blue-base);
  color: var(--black);
  text-decoration: none
}

.faq-cant-find-answer-layout {
  grid-column-gap: 16px;
  align-items: center;
  display: flex
}

.inline-link-white {
  color: var(--white);
  text-decoration: underline
}

.inline-link-white:hover {
  color: var(--white);
  text-decoration: none
}

.u-mb-0-375 {
  margin-bottom: .375em
}

.topics-stats-wrapper {
  display: flex
}

.u-mr-0-25 {
  max-width: 100%;
  margin-right: .25em;
  display: inline-block
}

.bts-collection-list {
  column-count: 3;
  column-gap: 24px
}

.rich-text-transcript p,
.rich-text-transcript ul {
  margin-bottom: 1em
}

.rich-text-transcript li {
  margin-bottom: .75em;
  line-height: 1.5
}

.rich-text-transcript ol {
  margin-bottom: 1em
}

.rich-text-transcript a {
  box-shadow: inset 0 -2px 0 0 var(--blue-base)
}

.rich-text-transcript a:hover {
  background-color: var(--blue-base);
  color: var(--black)
}

.transcript-gate {
  background-color: var(--black);
  color: var(--white);
  flex-direction: column;
  align-items: center;
  padding: 80px;
  display: flex
}

.member-dashboard-navbar-wrapper {
  background-color: var(--white);
  height: 84px
}

.members-side-link {
  color: #333;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  transition: all .2s;
  display: block
}

.members-side-link:hover {
  color: var(--blue-base)
}

.members-side-link.w--current {
  border-left-color: var(--blue-base);
  color: var(--blue-base)
}

.members-side-link.cc-external {
  grid-column-gap: 4px;
  align-items: center;
  display: flex
}

.members-side-link-icon {
  width: 20px;
  height: 20px
}

.hero-events-bg-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%
}

.hero-events-bg-video-overlay {
  background-image: linear-gradient(#0000 52%, #000), linear-gradient(#000, #0000 23%);
  position: absolute;
  inset: 0%
}

.u--px-32 {
  padding-left: 32px;
  padding-right: 32px
}

.members-dashboard-hero-gradient {
  background-image: linear-gradient(65deg, #f4f5f6, #fff 76%);
  position: absolute;
  inset: 0%
}

.u-pb-3 {
  padding-bottom: 3em
}

.podcast-cover-drop-shadow {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 166px 67px #00000003, 0 94px 56px #0000000d, 0 42px 42px #00000017, 0 10px 23px #0000001a, 0 0 #0000001a
}

.supercast-inline-logo {
  color: var(--black);
  font-weight: 600;
  text-decoration: underline
}

.supercast-inline-logo:hover {
  text-decoration: none
}

.memberships-help-callout {
  background-color: var(--black-5);
  padding: 16px
}

.help-icon {
  width: 24px;
  height: 24px;
  margin-right: 4px
}

.external-link {
  grid-column-gap: 4px;
  color: var(--black);
  align-items: center;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: underline;
  transition: all .2s;
  display: flex
}

.external-link:hover {
  color: var(--blue-base);
  text-decoration: underline
}

.external-link:active {
  color: #007aa7
}

.radio-field {
  grid-column-gap: 10px;
  align-items: flex-start;
  margin-bottom: .75rem;
  padding-left: 10px;
  display: flex
}

.radio {
  border-width: 2px;
  border-color: #ccc;
  border-radius: 100px;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  transition: all .2s
}

.radio:hover {
  border-color: var(--black)
}

.radio.w--redirected-checked {
  border-width: 2px;
  border-color: var(--blue-base);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--blue-base)49%, var(--white)50%)
}

.contact-dropdown {
  background-color: var(--white);
  display: block
}

.contact-dropdown-toggle {
  color: #999;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  display: flex
}

.contact-dropdown-icon {
  width: 24px
}

.contact-dropdown-list {
  background-color: var(--white);
  color: var(--black);
  box-shadow: 0 8px 16px #00000014, 0 0 4px #0000000a
}

.contact-dropdown-link {
  white-space: normal;
  padding: 8px 16px;
  line-height: 1.5;
  transition: all .2s
}

.contact-dropdown-link:hover {
  background-color: #f2f2f2
}

.form-padding {
  padding: 40px
}

.form-header {
  background-image: linear-gradient(49deg, #f4f5f6, #fff);
  padding: 40px 20% 40px 40px
}

.modal-wrapper-contact {
  z-index: 99999;
  background-color: #141414cc;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: scroll
}

.modal-container-contact {
  z-index: 5;
  background-color: #fff;
  border-radius: 4px;
  width: 85%;
  max-width: 797px;
  margin: 10vh auto 20px;
  display: block;
  position: relative;
  overflow: hidden
}

.modal-close_btn-contact {
  z-index: 10;
  color: #000;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-top: 24px;
  margin-right: 24px;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto
}

.modal-close_btn-contact:hover {
  color: #444
}

.modal-close_area-contact {
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0
}

.warning-callout {
  grid-column-gap: 12px;
  color: #854d0e;
  align-items: flex-start;
  font-size: .875rem;
  line-height: 142%;
  display: flex
}

.warning-callout-icon {
  width: 24px;
  height: 24px
}

.inline-link-red {
  color: #854d0e;
  text-decoration: underline
}

.inline-link-red:hover {
  text-decoration: none
}

.radio-field-large {
  grid-column-gap: 12px;
  border-bottom: 1px solid #f2f2f2;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative
}

.radio-button-large {
  cursor: pointer;
  border: 2px solid #ccc;
  border-radius: 100%;
  width: 20px;
  height: 20px
}

.radio-button-large:hover {
  border-color: var(--black)
}

.radio-button-large.w--redirected-checked {
  border-width: 2px;
  border-color: var(--blue-base);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--blue-base)48%, white 49%)
}

.radio-label-large {
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 600
}

.first-step-feedback {
  flex-direction: column;
  align-items: flex-end;
  display: flex
}

.btn-disabled {
  color: #fff;
  text-align: center;
  cursor: not-allowed;
  background-color: #80d7f7;
  border: 1px solid #0000;
  border-radius: 99px;
  flex: none;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  box-shadow: inset 0 0 #0000
}

.btn-disabled:hover {
  color: var(--white)
}

.checkbox-button {
  background-color: var(--blue-base);
  color: var(--white);
  border-radius: 100px;
  padding: 14px 28px;
  font-weight: 600;
  position: relative
}

.checkbox-button-checkbox {
  cursor: pointer;
  border-style: none;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%
}

.checkbox-button-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
  border-radius: 100px
}

.animate-pulse {
  background-color: var(--black-10);
  border-radius: 4px
}

.animate-pulse.cc-h5 {
  width: 70%;
  height: 32px
}

.animate-pulse.cc-paragraph-medium {
  width: 50%;
  height: 24px
}

.animate-pulse.cc-pulse {
  position: absolute;
  inset: 0%
}

.animate-pulse.cc-button {
  border-radius: 100px;
  width: 200px;
  height: 46px
}

.fake-radio {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #e5e5e5;
  padding: 16px;
  font-weight: 600;
  line-height: 1.2;
  display: block
}

.fake-radio:hover {
  border-color: var(--black)
}

.fake-radio:active {
  border-color: var(--blue-base)
}

.radio-field-medium {
  text-align: center;
  border: 1px #e5e5e5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 16px;
  display: flex;
  position: relative
}

.radio-button-medium {
  cursor: pointer;
  background-image: url(https://cdn.prod.website-files.com/64416928859cbdd1716d79ce/64cd2ae0cf9f9793c43c30da_radio-unchecked.svg);
  background-position: 98% 10%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #e5e5e5;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%
}

.radio-button-medium.w--redirected-checked {
  border-width: 1px;
  border-color: var(--blue-base);
  background-image: url(https://cdn.prod.website-files.com/64416928859cbdd1716d79ce/64cd2ae05660a65f161bbe13_radio-checked.svg);
  background-position: 98% 10%;
  background-repeat: no-repeat;
  background-size: auto
}

.u--flex-basis-auto-shrink {
  flex: 0 auto
}

.swiper {
  width: 100%;
  height: auto
}

.swiper.cc-hero {
  background-color: var(--black)
}

.swiper-wrapper.cc-hero {
  flex-flow: row;
  display: flex
}

.swiper-slide.cc-hero {
  flex: none;
  width: 100%
}

.swiper-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  display: grid;
  position: absolute;
  inset: 0% 20px auto auto
}

.swiper-button {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .2s;
  display: flex
}

.swiper-button:hover {
  background-color: var(--black);
  color: var(--white)
}

.swiper-button:active {
  background-color: #333
}

.swiper-button-icon {
  width: 20px;
  height: 20px
}

.btn-pdf {
  background-color: var(--blue-base);
  color: #fff;
  text-align: center;
  background-image: url(https://cdn.prod.website-files.com/64416928859cbdd1716d79ce/64d51a0a5b078ca4b07ec4ac_pdf-icon.svg);
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000;
  border-radius: 99px;
  flex: none;
  padding: 11px 20px 11px 44px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s, box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  box-shadow: inset 0 0 #0000
}

.btn-pdf:hover {
  color: var(--white);
  box-shadow: inset 0 0 0 100px #00000026
}

.btn-outline {
  border: 1px solid var(--blue-base-2);
  background-color: var(--white);
  color: var(--blue-base);
  text-align: center;
  border-radius: 99px;
  flex: none;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s, box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  box-shadow: inset 0 0 #0000
}

.btn-outline:hover {
  background-color: var(--blue-base);
  color: var(--white)
}

.btn-outline:active {
  background-color: #007aa7;
  border-color: #007aa7
}

.sidemenu-icon-link_icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex
}

.toc-wrapper {
  position: sticky;
  top: 0
}

.toc-trigger {
  grid-column-gap: 8px;
  border: 1px solid #000;
  border-radius: 99px;
  justify-content: center;
  padding: 10px 20px;
  display: none
}

.toc-trigger-label {
  font-size: .875rem;
  font-weight: 600
}

.u-pb-2 {
  padding-bottom: 2em
}

.u-mb-0 {
  margin-bottom: 0
}

.no-events-card {
  background-color: var(--black-5);
  padding: 80px
}

.sticky-background {
  z-index: 1;
  width: 100%;
  height: 64px;
  margin-top: -64px;
  position: sticky;
  top: 0
}

.close-modal-search {
  color: var(--black-40);
  font-size: .875rem
}

.u--pb-5 {
  padding-bottom: 5rem
}

.u--pb-7 {
  padding-bottom: 7rem
}

.u-d-none {
  display: none
}

.play-pause-button {
  width: 32px;
  height: 32px
}

.guest-card {
  background-color: var(--white);
  padding: 40px;
  position: relative;
  box-shadow: 0 8px 16px #00000014, 0 0 4px #0000000a
}

.guest-card-highlight {
  background-color: var(--blue-base);
  width: 80px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%
}

.copy-tooltip {
  background-color: var(--black);
  color: var(--white);
  white-space: nowrap;
  border-radius: 20px;
  padding: 0 8px;
  font-size: .75rem;
  font-weight: 600;
  position: absolute;
  top: -24px;
  left: -60px
}

._404-small {
  color: var(--black-5);
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f2f2f299, #f2f2f200);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.5rem;
  font-weight: 600
}

.sponsors-link {
  width: 100%;
  font-weight: 600;
  display: inline
}

.sponsors-link:hover {
  text-decoration: underline
}

.sponsors-link-icon {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  display: inline-block;
  transform: translateY(2px)
}

.u--inline-block {
  display: inline-block
}

.form-error-message {
  z-index: 1;
  grid-column-gap: 4px;
  color: #dc2626;
  background-color: #fee6e6;
  align-items: center;
  height: 40px;
  padding: 8px 12px;
  font-size: .875rem;
  display: none;
  position: absolute;
  inset: auto 0% -40px
}

.form-message-icon {
  width: 24px;
  height: 24px
}

.blueprint-form-wrapper {
  position: relative
}

.u-text-black {
  color: var(--black)
}

.convertkit-form-input {
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  height: 64px;
  margin-bottom: 40px;
  padding-left: 24px;
  padding-right: 250px;
  font-size: 1.125rem
}

.convertkit-form-input.cc-events {
  padding-right: 170px
}

.convertkit-form-input.cc-newsletter {
  margin-top: 20px;
  margin-bottom: 0
}

.blueprint-form-button {
  background-color: var(--blue-base);
  color: #fff;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 99px;
  flex: none;
  height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s, box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  box-shadow: inset 0 0 #0000
}

.blueprint-form-button:hover {
  color: var(--white);
  box-shadow: inset 0 0 0 100px #00000026
}

.blueprint-form-button.cc-black {
  background-color: var(--black)
}

.blueprint-form-button.cc-black:hover {
  background-color: #333
}

.blueprint-form-button.cc-black:active {
  background-color: #666
}

.convertkit-form-wrapper {
  position: relative
}

.premium-fellows ul {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid
}

.premium-fellows li {
  border-bottom: 1px solid var(--black-5);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 16px;
  line-height: 1.2
}

.blueprint-dialog {
  background-color: #0000;
  border: 0 #000;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  margin: 0;
  padding: 0;
  position: fixed;
  inset: 0%;
  overflow: scroll
}

.dialog-close_area {
  background-color: #0006;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0
}

.navbar-primary-button {
  background-color: var(--purple-base);
  color: #fff;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 99px;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 20px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s, box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
  box-shadow: inset 0 0 #0000
}

.navbar-primary-button:hover {
  color: var(--white);
  background-color: #7045e6
}

.navbar-primary-button:active {
  background-color: #5736b3
}

.navbar-primary-button.w--current {
  color: var(--white)
}

.navbar-primary-button.cc-new {
  width: 100%;
  margin-bottom: 8px
}

.chip-event-state {
  border: 1px solid var(--black-10);
  background-color: var(--light-gray);
  color: var(--black);
  white-space: nowrap;
  border-radius: 100px;
  padding: 4px 5px;
  font-size: .75rem;
  font-weight: 600;
  transition: all .2s;
  display: inline-block;
  position: absolute;
  inset: 16px 16px auto auto
}

.columns {
  grid-row-gap: 2.5px;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex
}

.columns-2 {
  justify-content: center;
  align-items: center;
  margin-right: 1px;
  display: flex
}

.figure {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: block
}

.columns-3 {
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px
}

.columns-4 {
  margin-top: 20px
}

.column {
  padding-left: 0;
  padding-right: 20px
}

.column-2 {
  padding-left: 20px;
  padding-right: 0
}

.figure-2 {
  clear: none
}

.list {
  margin-top: .5em
}

.figure-3,
.figure-4 {
  margin-bottom: 1.5em
}

.html-embed {
  background-color: #0000
}

.paragraph {
  font-weight: 400
}

.paragraph-2 {
  margin-bottom: 2em
}

.email-bottom-modal {
  z-index: 9999;
  background-color: var(--black-5);
  padding-top: 40px;
  padding-bottom: 40px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  box-shadow: 0 0 4px #0000000a, 0 8px 16px #00000014
}

.blueprint-image-wrapper {
  width: 100%;
  padding-top: 140%;
  position: relative;
  overflow: hidden
}

.email-bottom-modal_close-btn {
  z-index: 10;
  color: #000;
  border-radius: 99px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto
}

.email-bottom-modal_close-btn:hover {
  color: #444
}

.email-bottom-modal_close-btn:focus-visible {
  outline-color: var(--black-5);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid
}

.email-bottom-modal_close-btn[data-wf-focus-visible] {
  outline-color: var(--black-5);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid
}

.book-release-date {
  letter-spacing: -.05px;
  border-left: 2px solid #f9d555;
  padding-left: 16px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2
}

.hero-book-cover {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  position: absolute;
  box-shadow: 20px 20px 50px #00000059, 80px 80px 150px #00000040
}

.book-buttons-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 630px;
  display: grid
}

.huberman-headshot_wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0
}

.section-hero-book {
  z-index: 1;
  perspective: 1000px;
  background-color: #bf3820;
  background-image: radial-gradient(circle closest-corner at 65% 100%, #e87928, #e8792800);
  padding-top: 8rem;
  padding-bottom: 5rem;
  position: relative
}

.hero-book-cover_wrapper {
  position: relative
}

.hero-book-cover_spacing {
  width: 100%;
  height: auto
}

.book-bottom-left-shadow {
  width: 80%;
  position: absolute;
  bottom: -35%;
  left: -2%
}

.book-top-right-shadow {
  width: 80%;
  position: absolute;
  top: -2%;
  right: -75%
}

.int-editions-item-wrapper {
  border-left: 2px solid #0000000d;
  padding-left: 16px
}

.rich-text-book-links p {
  margin-bottom: 1rem;
  margin-right: 1.5em;
  font-weight: 600
}

.rich-text-book-links a {
  box-shadow: inset 0 -2px 0 0 var(--blue-base)
}

.rich-text-book-links a:hover {
  background-color: var(--blue-base);
  color: var(--black)
}

.rich-text-book-links.horizontal-flex {
  display: flex
}

.realistic-book-render {
  width: 100%
}

.language-top-wrapper {
  max-width: 31rem;
  margin-bottom: 0
}

.dropdown-filter-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  margin-top: 3.125rem;
  display: inline-flex
}

.books-dropdown-toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #000;
  border-radius: 3rem;
  justify-content: space-between;
  align-items: center;
  padding: .875rem 1.25rem .875rem 1.75rem;
  font-weight: 600;
  display: flex
}

.books-dropdown-list {
  overflow: hidden
}

.books-dropdown-list.w--open {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: .5rem;
  width: 12.5rem;
  margin-top: 1rem
}

.books-filter-button-wrapper {
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 1.5rem;
  position: relative
}

.books-filter-button-wrapper:hover {
  background-color: var(--black-5)
}

.book-cms-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0000000d;
  grid-template-rows: auto;
  grid-template-columns: 1rem 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  display: block
}

.book-retailer-wrapper {
  font-size: 1rem;
  font-weight: 400
}

.book-cms-content-title {
  color: var(--black-40);
  border-bottom: 2px solid #0000001a;
  margin-top: 3.5rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem
}

.books-filter-button {
  border-style: none;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%
}

.books-filter-button.w--redirected-focus {
  background-color: var(--black-5);
  box-shadow: none;
  border-style: none
}

.books-filter-text {
  z-index: 1;
  position: relative
}

.books-filter-wrapper {
  height: 25rem;
  overflow: auto
}

.books-dropdown {
  min-width: 11.5rem
}

.spline-scene {
  width: 100%;
  height: 165%;
  position: absolute;
  inset: -8% -22% 0% auto
}

.spline-scene.is-full {
  right: auto
}

.nav-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex
}

.nav-dropdown-list {
  border-radius: .5rem
}

.nav-dropdown-list.w--open {
  background-color: var(--black-5);
  box-shadow: none;
  border-radius: 1rem;
  justify-content: center;
  width: 13.5rem;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  padding: 0;
  display: flex;
  position: static;
  top: 2.8rem;
  left: -4.9rem
}

.nav-dropdown-icon {
  display: inline-flex
}

.nav-dropdown-link {
  border-radius: .5rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0 .75rem 0 0;
  font-weight: 500
}

.nav-dropdown-link:hover {
  background-color: var(--white);
  color: var(--black)
}

.nav-dropdown-list-chevron {
  display: none;
  position: absolute;
  top: -.53rem;
  bottom: auto
}

.nav-dropdown-links-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  padding: 0 .5rem 0 0;
  display: flex;
  position: relative
}

.spline-scene-2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% -16rem 0% auto
}

.section-hero-book_wrapper {
  position: relative
}

.navmenu-text-open {
  font-size: 1rem;
  font-weight: 600
}

.navmenu-text-open.cc-black {
  color: var(--black)
}

.navmenu-text-close {
  color: var(--black-60);
  font-size: 1rem;
  font-weight: 600;
  display: none
}

.navmenu-text-close.cc-black {
  color: var(--black)
}

.cc {
  position: absolute;
  inset: auto 0% 0%
}

.position-sticky {
  z-index: 99;
  position: sticky;
  top: 0
}

.position-sticky.u-bg-white {
  flex-flow: column;
  display: flex
}

.position-sticky.bg-slider {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000c2
}

.section-home-book {
  z-index: 1;
  perspective: 1000px;
  background-color: #bf3820;
  background-image: url(https://cdn.prod.website-files.com/64416928859cbdd1716d79ce/66db381271703c423cd2e7d6_Group%2048096145-2.avif);
  background-position: 50%;
  background-size: cover;
  padding-top: 1.375rem;
  padding-bottom: 4.375rem;
  position: relative
}

.u-show-ipad {
  display: block
}

.u-hide-ipad {
  display: none
}

.paragraph-2x-large {
  font-size: 2rem;
  line-height: 1.33
}

.slider {
  flex: none;
  width: 100%
}

.u-max-32 {
  max-width: 32rem
}

.u-max-28 {
  max-width: 28rem
}

.slider-vh-100 {
  align-items: center;
  min-height: 100vh;
  display: flex
}

.slider-vh-100.cc-stretch {
  justify-content: flex-start;
  align-items: stretch
}

.ask-div {
  color: var(--white);
  background-color: #f2f2f233;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 230px;
  padding: 24px;
  display: flex
}

.ask-div:hover {
  background-color: var(--blue-base-2);
  color: var(--white)
}

.ask-div.large {
  height: 17.5rem
}

.ask-div.first-2nd-column {
  margin-top: 40px
}

.ask-div.last-1st-column {
  margin-top: -40px
}

.ask-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: grid
}

.ask-grid-column-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding-top: 3.5rem;
  display: flex
}

.ask-grid-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex
}

.autoplay-progress {
  z-index: 2;
  position: relative
}

.autoplay-progress.cc-absolute {
  z-index: 1;
  position: absolute
}

.hero-slider-controls {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative
}

.hero-slider-navigation-wrapper {
  width: 100%;
  position: absolute;
  bottom: 3rem
}

.swiper-arrow.cc-hero-right {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  display: flex;
  position: relative
}

.swiper-arrow.cc-hero-left {
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  display: flex;
  position: relative
}

.hero-slider-navigation {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  display: flex
}

.play-controls-wrapper {
  z-index: 2;
  position: absolute
}

.pause {
  z-index: 3;
  position: absolute
}

.play {
  z-index: 3;
  display: none;
  position: absolute
}

.u-max-41 {
  max-width: 41rem
}

.u-show-tablet {
  display: none
}

.newsletter-content {
  max-width: 67.7%
}

.newsletter-content.cc-main {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding-top: 0
}

.newsletter-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #0000000d;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: color .2s;
  display: flex;
  position: relative
}

.newsletter-card:hover {
  color: var(--blue-base)
}

.newsletter-sticky {
  margin-top: 3.5rem;
  position: sticky;
  top: 94px
}

.newsletter-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  align-items: flex-start;
  max-width: 1216px;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative
}

.newsletter-wrapper.cc-main {
  align-items: stretch
}

.toc-anchor {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 2px solid var(--white);
  min-height: 1.125rem;
  padding-left: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  display: block
}

.toc-anchor.w--current {
  border-left-color: var(--white);
  color: var(--black)
}

.toc-anchor.cc-active {
  border-left-color: var(--blue-base);
  color: var(--blue-base)
}

.toc-anchor.cc-main {
  min-height: 1.125rem
}

.toc-wrap {
  margin-top: 0;
  margin-bottom: 1.5rem
}

.toc-wrap.cc-main {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex
}

.newsletter-signup {
  background-color: var(--black-5);
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 5rem;
  margin-left: 0;
  padding: 1.5rem;
  position: relative
}

.newsletter-form-input {
  border: 1px solid var(--black-10);
  border-radius: 32px;
  height: auto;
  padding: 10px 16px;
  line-height: 1.5
}

.newsletter-signup-icon {
  position: absolute;
  inset: 30px -16px auto auto;
  transform: rotate(-180deg)
}

.u-sticky-nav {
  z-index: 10;
  background-color: var(--white);
  height: 84px;
  position: sticky;
  top: 0
}

.newsletter-progress-bar {
  background-color: var(--blue-base);
  height: 2px;
  position: absolute;
  inset: auto 0% 2px
}

.newsletter-toc-stciky {
  margin-top: 3.5rem;
  display: block;
  position: relative
}

.newsletter-toc-stciky.cc-new {
  position: relative;
  top: 0
}

.toc-chevron,
.toc-display {
  display: none
}

.dexa {
  max-width: 520px
}

.merch-portrait {
  object-fit: scale-down;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% -40% 0% 0%
}

.home-carousel-bg-image {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%
}

.home-carousel-bg-overlay {
  background-image: linear-gradient(94deg, #000 10%, #0000 50%);
  position: absolute;
  inset: 0%
}

.huberman-hero-wrapper_gradient-overlay {
  background-image: linear-gradient(#0000 90%, #000);
  position: absolute;
  inset: 0%
}

.newsletter-details-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex
}

.merch-overlay {
  display: none
}

.section-hero-nsdr {
  color: var(--white);
  background-color: #000;
  padding-top: 55vh;
  padding-bottom: 5rem;
  position: relative
}

.hero-nsdr-overlay {
  display: none;
  position: absolute;
  inset: 0%
}

.rich-text p {
  margin-bottom: 2em;
  font-size: 1.125rem;
  line-height: 1.74
}

.rich-text h2 {
  letter-spacing: -.015rem;
  margin-top: 0;
  margin-bottom: .375em;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1
}

.rich-text li {
  font-size: 1.125rem;
  line-height: 1.74
}

.rich-text ol {
  margin-bottom: 1.5em;
  padding-left: 30px
}

.rich-text a {
  box-shadow: inset 0 -2px 0 0 var(--blue-base-2);
  color: var(--black)
}

.rich-text a:hover {
  background-color: var(--blue-base)
}

.rich-text a:focus-visible {
  color: var(--blue-base)
}

.rich-text a[data-wf-focus-visible] {
  color: var(--blue-base)
}

.list-wrapper {
  border: 1px solid #fff6;
  border-radius: 16px;
  padding: 32px
}

.nsdr-card {
  background-color: #0000000d;
  border-radius: 16px;
  padding: 40px
}

.home-slider {
  background-color: #0000;
  height: 640px
}

.home-slider_mask {
  overflow: visible
}

.home-slider_slide {
  border-radius: 16px;
  margin-right: 40px;
  overflow: hidden
}

.home-slider_slide-padding {
  height: 100%;
  padding: 56px;
  position: relative
}

.home-book-cover {
  aspect-ratio: 966/1472;
  flex: none;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  position: relative;
  box-shadow: 20px 20px 50px #00000059, 80px 80px 150px #00000040
}

.merch-slide_layout {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative
}

.book-slide_layout {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-right: 10%;
  display: flex;
  position: relative
}

.ask-slide_layout {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: grid
}

.ask-slide_question {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2
}

.ask-slide_icon {
  width: 56px;
  height: 56px
}

.paragraph-home-slider {
  margin-bottom: 2em;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5
}

.home-slider_nav {
  height: 10px;
  padding-top: 0;
  inset: auto auto -38px 0%
}

.home-slider_arrow {
  background-color: #0000001a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: background-color .2s;
  display: flex;
  inset: auto 0% -60px auto
}

.home-slider_arrow:hover {
  background-color: #0003
}

.home-slider_arrow.cc-left {
  right: 44px
}

.sleep-slide_layout {
  z-index: 11;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative
}

.sleep-slide_layout.cc-top-center {
  text-align: center;
  justify-content: center;
  align-items: flex-start
}

.sleep-slide_content {
  width: 45%
}

.sleep-slide_content.cc-essential {
  z-index: 12;
  width: 100%;
  position: absolute
}

.sleep-slide_bg-mobile {
  display: none
}

.nsdr-cover-wrapper {
  border-radius: 16px;
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden
}

.u-mb-5 {
  margin-bottom: 5em
}

.nsdr-practitioners-cover-wrapper {
  border-radius: 8px;
  width: 169px;
  height: 169px;
  position: relative;
  overflow: hidden
}

.content-link_thumbnail-wrapper {
  aspect-ratio: 284.67/155.72;
  border-radius: 8px;
  margin-bottom: 1em;
  position: relative;
  overflow: hidden
}

.content-link {
  transition: color .2s;
  position: relative
}

.content-link:hover {
  color: var(--blue-base)
}

.content-link_border {
  border: 5px solid var(--blue-base);
  border-radius: 8px;
  position: absolute;
  inset: 0%
}

.content-link_timestamp {
  background-color: var(--blue-base);
  color: var(--white);
  border-top-left-radius: 4px;
  padding: 4px;
  font-size: .75rem;
  font-weight: 600;
  position: absolute;
  inset: auto 0% 0% auto
}

.episode-link_thumbnail-wrapper {
  aspect-ratio: 169/95;
  flex: none;
  width: 169px;
  position: relative;
  overflow: hidden
}

.episode-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  transition: color .2s;
  display: flex;
  position: relative
}

.episode-link:hover {
  color: var(--blue-base)
}

.u-bg-white-10 {
  background-color: #ffffff1a
}

.related-topic-horizontal-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--white);
  background-color: #ffffff1a;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex
}

.related-topic-horizontal-link:where(.w-variant-d6302d3e-570b-179a-03a8-42c93af71217) {
  color: var(--black);
  background-color: #0000000d
}

.related-topic-horizontal-link:hover {
  color: var(--white);
  background-color: #fff3
}

.related-topic-horizontal-link:hover:where(.w-variant-d6302d3e-570b-179a-03a8-42c93af71217) {
  color: var(--black);
  background-color: #0000001a
}

.related-topic-horizontal-link_icon {
  width: 40px;
  height: 40px
}

.related-topic-horizontal-link_arrow {
  width: 24px;
  height: 24px
}

.related-topic-horizontal-link_content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex
}

.toc-text {
  margin-bottom: 1.5rem;
  margin-left: 1rem
}

.nsdr-black-bg {
  background-color: var(--black);
  pointer-events: none;
  width: 200vw;
  position: absolute;
  inset: 0% 0% 0% -70vw
}

.u-overflow-clip {
  overflow: clip
}

.nsdr-toc {
  color: var(--white);
  background-color: #1a1a1a;
  border-radius: 16px;
  margin-top: 5rem;
  margin-bottom: 7rem;
  padding: 16px;
  transition: all .2s;
  position: sticky;
  top: 5rem;
  bottom: 5rem
}

.nsdr-toc_list {
  width: 100%;
  margin-bottom: 0;
  margin-left: -16px
}

.nsdr-toc_link {
  color: inherit;
  border-left: 2px solid #00aeef00;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  font-weight: 600;
  line-height: 1.2;
  display: block
}

.nsdr-toc_link.w--current {
  border-left-color: var(--blue-base);
  color: var(--blue-base)
}

.rich-text-nsdr-faq {
  font-size: 1rem;
  line-height: 1.5
}

.rich-text-nsdr-faq p {
  margin-bottom: .5em
}

.rich-text-nsdr-faq a {
  box-shadow: inset 0 -2px 0 0 var(--blue-base);
  color: inherit;
  background-color: #00aeef00
}

.rich-text-nsdr-faq a:hover {
  background-color: var(--blue-base)
}

.rich-text-nsdr-faq li {
  margin-bottom: .5em
}

.nsdr-techniques_number {
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex
}

.nsdr-techniques_list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: baseline;
  display: flex
}

.nsdr-anchor {
  position: absolute;
  inset: 0% auto 0% 0%
}

.nsdr-mobile-toc {
  display: none
}

.nsdr-mobile-toc_list {
  width: 100%;
  margin-bottom: 0;
  margin-left: -16px
}

.nsdr-mobile-toc_link {
  color: inherit;
  border-left: 2px solid #00aeef00;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  font-weight: 600;
  line-height: 1.2;
  display: block
}

.nsdr-mobile-toc_link.w--current {
  border-left-color: var(--blue-base);
  color: var(--blue-base)
}

.code-embed {
  text-align: left;
  line-height: 1.5
}

.rich-text-newsletter-finsweet p {
  margin-bottom: 2em;
  font-size: 1.125rem;
  line-height: 1.74
}

.rich-text-newsletter-finsweet h2 {
  letter-spacing: -.015rem;
  margin-top: 3.5rem;
  margin-bottom: .375em;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1
}

.rich-text-newsletter-finsweet li {
  font-size: 1.125rem;
  line-height: 1.74
}

.rich-text-newsletter-finsweet ol {
  margin-bottom: 1.5em;
  padding-left: 30px
}

.rich-text-newsletter-finsweet a {
  box-shadow: inset 0 -2px 0 0 var(--blue-base-2);
  color: var(--black)
}

.rich-text-newsletter-finsweet a:hover {
  background-color: var(--blue-base)
}

.rich-text-newsletter-finsweet a:focus-visible {
  color: var(--blue-base)
}

.rich-text-newsletter-finsweet a[data-wf-focus-visible] {
  color: var(--blue-base)
}

.rich-text-newsletter-finsweet h5 {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden
}

.toc-chevron-open,
.toc-chevron-close {
  display: none
}

.rich-text-newsletter-cms {
  margin-top: 3.5rem
}

.rich-text-newsletter-cms p {
  margin-bottom: 2em;
  font-size: 1.125rem;
  line-height: 1.74
}

.rich-text-newsletter-cms h2 {
  letter-spacing: -.015rem;
  margin-top: 3.5rem;
  margin-bottom: .375em;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1
}

.rich-text-newsletter-cms li {
  font-size: 1.125rem;
  line-height: 1.74
}

.rich-text-newsletter-cms ol {
  margin-bottom: 1.5em;
  padding-left: 30px
}

.rich-text-newsletter-cms a {
  box-shadow: inset 0 -2px 0 0 var(--blue-base-2);
  color: var(--black)
}

.rich-text-newsletter-cms a:hover {
  background-color: var(--blue-base)
}

.rich-text-newsletter-cms a:focus-visible {
  color: var(--blue-base)
}

.rich-text-newsletter-cms a[data-wf-focus-visible] {
  color: var(--blue-base)
}

.slider-overlay {
  background-image: linear-gradient(#00000080 100%, #fff);
  border-radius: 16px;
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  inset: 0%
}

.video-slide {
  display: block;
  position: absolute;
  inset: auto 0% 0%
}

.video-slide-overlay {
  z-index: 11;
  background-image: linear-gradient(180deg, var(--black), #0000);
  opacity: .9;
  height: 62.5%;
  position: relative
}

.video-slide-content {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%
}

.essentials-slider-image {
  z-index: 12;
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  -webkit-text-fill-color: transparent;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  align-self: center;
  width: 60%;
  font-family: "Tradegothicltpro Bdcn 20";
  font-size: 4.7rem;
  font-weight: 700;
  display: block;
  position: absolute;
  inset: 35px auto auto;
  overflow: visible
}

.empty-state {
  border-radius: 0
}

.video-slide-mobile {
  display: none
}

.toc-box {
  position: sticky;
  top: 94px
}

.u-max-50 {
  max-width: 50rem
}

.latest-episodes-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr
}

.topics_hero-icon {
  background-color: var(--black-5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: .5rem;
  display: flex
}

.topics_hero-stats {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex
}

.u-border-radius {
  border-radius: .5rem
}

.div-block-7 {
  background-color: var(--black-5);
  border-radius: .5rem;
  margin-bottom: 3.5rem;
  padding: 1.5rem
}

.div-block-8 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  margin-top: 1rem;
  display: flex
}

.topics-rich-text {
  margin-bottom: 2.5rem
}

.topics-rich-text p {
  margin-bottom: 1.5em
}

.topics-rich-text ul {
  padding-left: 1.5em;
  font-size: 1.25rem;
  line-height: 1.25
}

.topics-rich-text li {
  margin-bottom: 1em
}

.topics-rich-text a {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--blue-base);
  text-decoration-color: var(--blue-base)
}

.topics-rich-text a:hover {
  background-color: var(--blue-base);
  color: var(--black)
}

.topics-rich-text.cc-article {
  font-weight: 500
}

.div-block-9 {
  background-color: var(--blue-base);
  min-height: 6.5rem
}

.image {
  width: 10rem;
  position: absolute;
  top: 1.5rem
}

.div-block-10 {
  padding: 6.5rem 2rem 1.5rem
}

.div-block-11 {
  border-radius: 1rem;
  flex: 1;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 16px #00000014
}

.u-mt-3-5 {
  margin-top: 3.5em
}

.u-mb-7-125 {
  margin-bottom: 7.125em
}

.u-mb-3-5 {
  margin-bottom: 3.5rem
}

.u-mb-7-5 {
  margin-bottom: 7.5em
}

.div-block-12 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex
}

.articles-rich-text h3 {
  font-size: 1.25rem
}

.articles-rich-text ul {
  padding-left: 1.5em;
  font-size: 1.25rem;
  font-weight: 600
}

.articles-rich-text li {
  margin-bottom: 1em;
  font-weight: 500;
  line-height: 1.25
}

.articles-rich-text a {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--blue-base-2);
  text-decoration-color: var(--blue-base-2)
}

.articles-rich-text a:hover {
  background-color: var(--blue-base);
  color: var(--black)
}

.u-mt-1-5 {
  margin-top: 1.5em
}

.fake-search-submit {
  color: var(--black-60);
  cursor: pointer;
  background-color: #0000000a;
  background-image: url(https://cdn.prod.website-files.com/64416928859cbdd1716d79ce/64a5a9daab0f1608256f6b62_magnifying-glass%201.svg);
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 #000;
  border-radius: 100px;
  width: 72px;
  height: 56px;
  padding-top: 24px;
  font-size: .75rem;
  font-weight: 500;
  transition: background-color .2s;
  display: block;
  position: absolute;
  inset: 4px 4px auto auto
}

.fake-search-submit:hover {
  background-color: #0000001a
}

.fake-search-submit:focus-visible {
  outline-color: var(--blue-base);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid
}

.fake-search-submit[data-wf-focus-visible] {
  outline-color: var(--blue-base);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid
}

.newsletter-arrow {
  flex: none;
  width: 24px;
  height: 24px
}

.newsletter-card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 3fr 8fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid
}

.newsletter-pagination-button {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex
}

.newsletter-pagination-button:hover {
  background-color: var(--black-5);
  color: var(--black)
}

.newsletter-pagination-icon {
  width: 20px;
  height: 20px
}

.newsletter-pagination-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "previous pagination-buttons next"/1fr auto 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.faq-list {
  padding-left: 0;
  list-style-type: none
}

.related-topic-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-left: 0;
  list-style-type: none;
  display: flex
}

.u-border-separator {
  background-color: var(--black);
  opacity: .05;
  width: 100%;
  height: 1px;
  margin-top: 5rem;
  margin-bottom: 5rem
}

.u-border-separator.u-m-0 {
  margin-top: 0;
  margin-bottom: 0
}

.sort-dropdown {
  width: 100%;
  min-width: 240px
}

.pagination-buttons-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: stretch;
  display: flex
}

.newsletter-pagination-page-button {
  color: var(--black-40);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-weight: 600;
  display: flex
}

.newsletter-pagination-page-button:hover {
  background-color: var(--black-5);
  color: var(--black-40)
}

.newsletter-pagination-page-button.w--current {
  background-color: var(--blue-base);
  color: var(--white)
}

@media screen and (min-width:1280px) {
  .h1.cc-home-slider {
      flex-flow: row;
      display: block
  }

  .u-d-flex.cc-inline {
      display: inline-flex
  }

  .h5.inline-link.cc-black {
      box-shadow: inset 0 -2px 0 0 var(--black)
  }

  .h5.inline-link.cc-black:hover {
      box-shadow: inset 0 -2px 0 0 var(--blue-base)
  }

  .container-navbar.cc-new {
      justify-content: flex-start
  }

  .nav-menu.cc-new {
      box-shadow: none;
      background-color: #fff0;
      flex-flow: row;
      justify-content: space-between;
      padding: 0;
      display: flex
  }

  .navbar-link {
      padding: 4px;
      font-size: .875rem
  }

  .navbar-link.cc-dropdown {
      width: auto
  }

  .navbar-link.cc-new {
      border-bottom-style: none;
      padding: 4px;
      font-size: .875rem
  }

  .navbar-link.cc-new:hover {
      color: var(--blue-base)
  }

  .navbar-list.cc-new {
      flex-flow: row;
      justify-content: flex-start;
      align-items: center;
      margin-left: 0;
      margin-right: 0
  }

  .navbar-list-item.u-mb-1.u--hidden.menu-blobk {
      display: none
  }

  .navbar-list-item.menu-hidden {
      display: block
  }

  .navbar-secondary-button.cc-new {
      width: auto;
      margin-top: 0;
      margin-bottom: 0
  }

  .inline-link {
      box-shadow: inset 0 -2px 0 0 var(--blue-base)
  }

  .nav-menu-tablet-below.cc-new {
      display: none
  }

  .inline-link-white {
      text-decoration: underline;
      box-shadow: inset 0 -2px #fff3
  }

  .navbar-primary-button.cc-new {
      width: auto;
      margin-bottom: 0
  }

  .nav-dropdown-toggle {
      justify-content: flex-start
  }

  .nav-dropdown-toggle:hover {
      color: var(--blue-base)
  }

  .nav-dropdown-list.w--open {
      margin-top: 0;
      margin-bottom: 0;
      padding: 1px;
      position: absolute;
      top: 2.8rem;
      left: -4.9rem;
      box-shadow: 0 2px 4px #0000000a, 0 8px 16px #00000014
  }

  .nav-dropdown-link {
      padding: .75rem;
      font-weight: 600
  }

  .nav-dropdown-link:hover {
      background-color: var(--black-5)
  }

  .nav-dropdown-list-chevron {
      width: 30px;
      display: block;
      top: -.65rem
  }

  .nav-dropdown-links-wrapper {
      padding: .5rem;
      display: block
  }

  .u-show-ipad {
      display: none
  }

  .u-hide-ipad {
      display: block
  }

  .slider-vh-100 {
      align-items: center;
      display: flex
  }

  .u-mb-0-25 {
      margin-bottom: .25em
  }

  .newsletter-wrapper {
      grid-column-gap: 7rem;
      grid-row-gap: 7rem
  }

  .home-slider_slide-padding {
      box-sizing: border-box;
      object-fit: fill;
      display: block;
      position: relative;
      overflow: hidden
  }

  .sleep-slide_content {
      flex: 1
  }

  .video-slide {
      display: block
  }

  .video-slide-overlay {
      opacity: .01
  }

  .essentials-slider-image {
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      -webkit-text-stroke-color: transparent;
      -webkit-text-fill-color: inherit;
      background-clip: border-box;
      flex-flow: row;
      justify-content: flex-start
  }

  .video-slide-mobile {
      display: none
  }
}

@media screen and (max-width:991px) {
  h1 {
      font-size: 4.8rem
  }

  h2 {
      font-size: 3.2rem
  }

  .h4.cc-modal-heading {
      font-size: 2.2rem
  }

  .section.cc-about-the-book {
      padding-top: 3.75rem
  }

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

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

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

  .col.col-lg-5.col-md-10.col-sm-12.col-md-first.cc-mobile {
      display: block
  }

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

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

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

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

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

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

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

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

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

  .col.col-md-first {
      order: -1
  }

  .col.col-md-last {
      order: 1
  }

  .btn.cc-black:hover {
      background-color: var(--black)
  }

  .btn.cc-black.cc-newsletter-banner {
      margin-top: 1.5rem
  }

  .btn.cc-book-cta {
      white-space: normal
  }

  .btn.cc-book-cta.cc-extra-padding {
      padding-left: 10px;
      padding-right: 10px
  }

  .btn.cc-outline:hover {
      background-color: var(--white);
      box-shadow: none;
      color: var(--black)
  }

  .u-m-0 {
      margin: 0
  }

  .u-pb-0 {
      padding-bottom: 0
  }

  .section-hero-home {
      padding-top: 8rem
  }

  .learn-more-home-image {
      z-index: 0;
      height: 50%;
      display: none;
      position: relative
  }

  .topic-card:hover {
      background-color: var(--black-5)
  }

  .topic-card:active {
      background-color: #ccc
  }

  .featured-topics-grid {
      grid-template-columns: 1fr 1fr 1fr
  }

  .chip-platform:hover {
      background-color: #0000000d
  }

  .chip-platform:active {
      background-color: var(--black)
  }

  .all-topics-grid {
      grid-template-columns: 1fr 1fr
  }

  .tabs-menu {
      max-width: 100%
  }

  .related-episode {
      grid-template-columns: 3fr 4fr
  }

  .footer-layout {
      grid-row-gap: 2.5rem;
      grid-template-columns: 5fr;
      max-width: 83%;
      margin-left: auto;
      margin-right: auto
  }

  .social-links-wrapper.cc-footer {
      justify-content: flex-start
  }

  .social-links-wrapper.cc-newxletter {
      margin-top: 1.5rem
  }

  .footer-nav-links-list-link:hover {
      color: var(--black)
  }

  .footer-nav-links-list-link:active {
      color: #007aa7
  }

  .footer-nav-wrapper {
      justify-content: flex-start
  }

  .footer-legal-wrapper {
      grid-row-gap: 1rem
  }

  .footer-legal-wrapper.cc-right {
      justify-content: flex-start
  }

  .container-navbar.cc-new {
      justify-content: space-between
  }

  .nav-menu {
      background-color: var(--white);
      padding: 24px;
      box-shadow: 0 166px 67px #00000003, 0 94px 56px #0000000d, 0 42px 42px #00000017, 0 10px 23px #0000001a, 0 0 #0000001a
  }

  .nav-menu.cc-new {
      flex-flow: column
  }

  .navbar-link {
      border-bottom: 1px solid var(--black-5);
      padding: 16px 0;
      font-size: 1rem
  }

  .navbar-link:hover {
      color: var(--black)
  }

  .navbar-link.cc-dropdown {
      width: 100%
  }

  .navbar-list {
      flex-direction: column;
      align-items: stretch;
      width: 100%;
      max-width: 83%;
      margin-left: auto;
      margin-right: auto
  }

  .navbar-list.cc-new {
      max-width: 100%
  }

  .navbar-list-item.cc-cta {
      justify-content: flex-start;
      display: flex
  }

  .navbar-secondary-button {
      margin-top: 24px;
      margin-bottom: 8px
  }

  .navbar-secondary-button:hover {
      background-color: var(--blue-base-2)
  }

  .navbar-secondary-button.cc-new {
      width: 100%;
      margin-top: 30px
  }

  .navbar-link-search {
      display: none
  }

  .menu-button {
      background-color: #0000;
      width: 56px;
      height: 56px;
      margin-right: -16px;
      padding: 16px
  }

  .menu-button:focus-visible {
      outline-color: var(--purple-base);
      outline-offset: 2px;
      border-radius: 2px;
      outline-width: 2px;
      outline-style: solid
  }

  .menu-button[data-wf-focus-visible] {
      outline-color: var(--purple-base);
      outline-offset: 2px;
      border-radius: 2px;
      outline-width: 2px;
      outline-style: solid
  }

  .menu-button.w--open {
      background-color: #0000
  }

  .nav-hamburger-button {
      justify-content: center;
      align-items: center;
      width: 24px;
      height: 24px;
      padding: 0;
      display: flex
  }

  .nav-hamburger-button.w--open {
      background-color: #0000
  }

  .section-hero.cc-newsletter {
      padding-top: 1.375rem
  }

  .section-hero-about {
      background-size: auto, auto, auto, auto, auto, cover
  }

  .scroll-down-button:hover {
      background-color: #fff0
  }

  .card-body-about-faq {
      grid-column-gap: 40px
  }

  .section-hero-events {
      background-position: 70% 100%
  }

  .breadcrumbs-list.cc-new {
      margin-bottom: 2.5rem
  }

  .searchbox {
      margin-bottom: 4rem
  }

  .hits {
      padding-top: 2rem
  }

  .hits.cc-subtopics {
      min-height: 2500px
  }

  .pricing-list {
      margin-bottom: 0
  }

  .pricing-button-wrapper {
      margin-left: 2rem;
      bottom: 20px
  }

  .pricing-button-wrapper.cc-fellowship {
      bottom: -28px
  }

  .tb--u--p-2 {
      padding: 2rem 32px
  }

  .compact-slider_mask {
      width: 50%
  }

  .compact-slider_slide {
      width: 100%
  }

  .compact-slider_arrow:hover {
      background-color: var(--black-5);
      color: var(--black)
  }

  .section-hero-about-premium {
      background-position: 0 0, 0 0, 0 0, 0 0, 50% 0
  }

  .icon-link:hover {
      color: var(--black)
  }

  .icon-link:active {
      color: #007aa7
  }

  .text-link:hover {
      color: var(--black)
  }

  .text-link.cc-blue-base:hover {
      color: var(--blue-base)
  }

  .modal-link:hover {
      color: var(--blue-base-2)
  }

  .close-modal {
      padding: 16px
  }

  .nav-search-trigger-small {
      color: var(--black);
      justify-content: center;
      align-items: center;
      width: 56px;
      height: 56px;
      padding: 16px;
      display: flex
  }

  .nav-search-trigger-small:focus-visible {
      border-radius: 2px
  }

  .nav-search-trigger-small[data-wf-focus-visible] {
      border-radius: 2px
  }

  .nav-menu-tablet-below {
      display: flex
  }

  .tb--u--hidden {
      display: none
  }

  .fake-search-input-trigger {
      border: 1px solid var(--black-10);
      border-radius: 100px;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      height: 48px;
      padding: 12px 16px;
      font-size: 1rem;
      display: flex
  }

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

  .tb--u--block {
      display: block
  }

  .modal-container {
      width: 90%;
      padding-left: 80px;
      padding-right: 80px
  }

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

  .u-pt-0 {
      padding-top: 0
  }

  .rich-text-topics-hero {
      column-gap: 40px
  }

  .about-gradient-left,
  .about-gradient-right {
      display: none
  }

  .learn-more-home-image-mobile {
      display: block
  }

  .tb--u--pb-0 {
      padding-bottom: 0
  }

  .radio-field {
      margin-top: .5rem;
      margin-bottom: 1rem
  }

  .modal-container-contact {
      width: 90%
  }

  .swiper-wrapper.cc-hero {
      flex-flow: row
  }

  .u-mb-0 {
      margin-bottom: 0
  }

  .close-modal-search {
      display: none
  }

  .blueprint-form-button.cc-black:hover {
      background-color: var(--black)
  }

  .premium-fellows ul {
      grid-template-columns: 1fr 1fr 1fr
  }

  .navbar-primary-button {
      margin-top: 24px;
      margin-bottom: 8px
  }

  .navbar-primary-button:hover {
      background-color: var(--blue-base-2)
  }

  .navbar-primary-button.cc-new {
      width: 100%;
      margin-top: 0
  }

  .hero-book-cover {
      position: relative;
      top: 0
  }

  .huberman-headshot_image {
      margin-top: auto;
      margin-bottom: auto;
      position: absolute;
      top: 0;
      bottom: 0
  }

  .huberman-headshot_wrapper {
      width: 100%;
      height: auto;
      padding-top: 100%;
      position: relative
  }

  .section-hero-book {
      background-image: radial-gradient(circle farthest-side at 50% 100%, #e87928, #e8792800)
  }

  .hero-book-cover_wrapper {
      margin-left: auto;
      margin-right: auto
  }

  .hero-book-cover_spacing {
      width: 90vw;
      margin-left: auto;
      margin-right: auto;
      padding-top: 70vw
  }

  .book-bottom-left-shadow {
      pointer-events: none
  }

  .realistic-book-render {
      width: 100%;
      margin-bottom: 0%
  }

  .nav-dropdown-toggle {
      justify-content: space-between
  }

  .nav-dropdown-link {
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0
  }

  .nav-dropdown-links-wrapper {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
      flex-flow: column;
      align-items: flex-start;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0;
      display: flex
  }

  .spline-scene-2,
  .navmenu-text-open.cc-black,
  .navmenu-text-close.cc-black {
      display: none
  }

  .cc {
      position: static
  }

  .section-home-book {
      background-image: radial-gradient(circle farthest-side at 50% 100%, #e87928, #e8792800)
  }

  .u-hide-tablet {
      display: none
  }

  .u-max-28 {
      max-width: none
  }

  .slider-vh-100 {
      flex-flow: column;
      min-height: auto;
      padding-top: 6rem;
      padding-bottom: 6rem
  }

  .slider-vh-100.u-pb-0,
  .slider-vh-100.cc-stretch {
      padding-bottom: 0
  }

  .ask-div {
      flex: none;
      width: 40%
  }

  .ask-div:hover {
      background-color: #f2f2f233
  }

  .ask-div.first-2nd-column,
  .ask-div.last-1st-column {
      margin-top: 0
  }

  .ask-grid {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
      flex-flow: row;
      justify-content: flex-start;
      align-items: stretch;
      margin-bottom: -56px;
      margin-left: -56px;
      margin-right: -56px;
      padding-bottom: 56px;
      padding-left: 56px;
      padding-right: 56px;
      display: flex;
      overflow: visible
  }

  .ask-grid-column-2 {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
      padding-top: 2.5rem
  }

  .ask-grid-column {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem
  }

  .hero-slider-navigation-wrapper {
      bottom: 1rem
  }

  .u-show-tablet {
      display: block
  }

  .newsletter-content {
      grid-column-gap: 2.5rem;
      grid-row-gap: 2.5rem;
      max-width: none;
      padding-top: 0;
      padding-left: 20px;
      padding-right: 20px
  }

  .newsletter-card:hover {
      color: var(--black)
  }

  .newsletter-sticky {
      margin-top: 0
  }

  .newsletter-wrapper {
      grid-column-gap: 2.5rem;
      grid-row-gap: 2.5rem;
      flex-flow: column;
      margin-top: 1rem;
      padding-left: 0;
      padding-right: 0
  }

  .newsletter-wrapper.cc-main {
      grid-column-gap: 0rem;
      grid-row-gap: 0rem
  }

  .toc-anchor {
      border-left-style: none;
      margin-bottom: .875rem;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0
  }

  .toc-anchor.w--current {
      border-left-style: none
  }

  .toc-anchor.cc-main {
      margin-bottom: .875rem
  }

  .toc-wrap {
      grid-column-gap: 0rem;
      grid-row-gap: 0rem;
      margin-bottom: 0;
      padding-left: 24px;
      padding-right: 24px;
      position: static;
      overflow: hidden
  }

  .toc-wrap.cc-main {
      grid-column-gap: 0rem;
      grid-row-gap: 0rem;
      margin-bottom: 0
  }

  .newsletter-signup {
      margin-top: 0;
      margin-left: 20px;
      margin-right: 20px
  }

  .newsletter-signup.u-show-tablet {
      margin-top: 2rem;
      margin-bottom: 0
  }

  .newsletter-signup-icon {
      display: none
  }

  .newsletter-toc-display {
      flex-flow: column;
      justify-content: center;
      align-items: flex-start;
      min-width: 80%;
      display: inline-flex
  }

  .newsletter-toc-trigger {
      justify-content: space-between;
      align-items: center;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 24px;
      display: flex
  }

  .newsletter-toc-stciky {
      z-index: 9;
      background-color: var(--white);
      border-bottom: 1px solid #0000000d;
      width: 100%;
      margin-top: 0;
      padding-bottom: 0;
      display: block;
      position: sticky;
      top: 80px;
      box-shadow: 0 13px 20px #0000000d
  }

  .newsletter-toc-stciky.cc-new {
      position: sticky;
      top: 80px
  }

  .toc-chevron {
      padding: .25rem 1.5rem;
      display: block
  }

  .toc-display {
      width: 100%;
      min-width: 100%;
      font-weight: 600;
      display: block;
      overflow: hidden
  }

  .merch-portrait {
      max-width: 100%;
      height: auto;
      max-height: none;
      position: absolute;
      inset: auto 0% 0%
  }

  .home-carousel-bg-image,
  .home-carousel-bg-overlay {
      height: 70%;
      display: none;
      top: auto
  }

  .merch-overlay {
      aspect-ratio: 3/2;
      background-image: linear-gradient(#000, #0000 20%);
      display: block;
      position: absolute;
      inset: auto 0% 0%
  }

  .section-hero-nsdr {
      background-position: 70% 100%
  }

  .hero-nsdr-overlay {
      background-image: linear-gradient(#0000 31%, #000c);
      display: block
  }

  .home-slider_slide {
      margin-right: 10px
  }

  .home-book-cover {
      flex: none;
      width: 40%;
      position: relative;
      top: 0
  }

  .merch-slide_layout {
      justify-content: space-between;
      align-items: flex-start
  }

  .book-slide_layout {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      padding-right: 0%
  }

  .ask-slide_layout {
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      flex-flow: column;
      display: flex
  }

  .home-slider_arrow:hover {
      background-color: #0000001a
  }

  .sleep-slide_layout {
      flex-flow: column;
      display: block
  }

  .sleep-slide_content {
      width: 100%
  }

  .sleep-slide_content.cc-essential {
      width: auto
  }

  .sleep-slide_bg-mobile {
      object-fit: cover;
      object-position: 50% 0%;
      width: 100%;
      height: 80%;
      display: block;
      position: absolute;
      inset: auto 0% 0%
  }

  .content-link:hover {
      color: var(--black)
  }

  .episode-link:hover {
      color: var(--white)
  }

  .related-topic-horizontal-link:hover {
      background-color: #ffffff1a
  }

  .toc-text {
      margin-bottom: 0;
      margin-left: 0;
      font-size: .75rem
  }

  .nsdr-black-bg {
      left: -50vw
  }

  .rich-text-nsdr-faq a:hover {
      background-color: #0000
  }

  .nsdr-anchor {
      top: -56px;
      bottom: 56px
  }

  .nsdr-mobile-toc {
      z-index: 901;
      height: 56px;
      display: block;
      position: sticky;
      top: 0
  }

  .nsdr-toc_dropdown {
      background-color: var(--white);
      display: block;
      box-shadow: 0 8px 16px #00000014
  }

  .nsdr-toc_dropdown-toggle {
      justify-content: space-between;
      align-items: center;
      height: 56px;
      padding: 0 24px;
      display: flex
  }

  .nsdr-toc_dropdown-icon {
      width: 20px;
      height: 20px;
      transition: transform .6s cubic-bezier(.165, .84, .44, 1)
  }

  .nsdr-mobile-toc_list {
      background-color: var(--white);
      margin-left: 0;
      padding-bottom: 10px;
      box-shadow: 0 8px 16px #00000014
  }

  .nsdr-mobile-toc_link {
      border-left: 0 #0000;
      padding-left: 24px
  }

  .nsdr-toc_toggle-display-link {
      font-weight: 600;
      display: none
  }

  .nsdr-toc_toggle-display-link:hover {
      color: var(--black)
  }

  .nsdr-toc_toggle-display-link.w--current {
      display: block
  }

  .nsdr-toc_display-links {
      pointer-events: none;
      transition: opacity .2s
  }

  .toc-chevron-open,
  .toc-chevron-close {
      min-height: 100%;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      display: block
  }

  .rich-text-newsletter-cms,
  .rich-text-newsletter-cms h2 {
      margin-top: 2.5rem
  }

  .slider-overlay,
  .video-slide {
      display: block
  }

  .essentials-slider-image {
      width: 650px;
      top: 40px
  }

  .video-slide-mobile {
      display: none
  }

  .toc-box {
      position: static
  }

  .u-max-50 {
      max-width: none
  }

  .topics_hero-stats {
      flex-flow: wrap
  }

  .fake-search-submit {
      color: #0000;
      background-position: 50%;
      background-size: 20px 20px;
      width: 40px;
      height: 40px;
      padding-top: 1px;
      top: 4px;
      right: 4px
  }

  .newsletter-card-content {
      grid-column-gap: 8px;
      grid-row-gap: 8px;
      flex-flow: column;
      justify-content: flex-start;
      align-items: flex-start;
      display: flex
  }

  .newsletter-pagination-button:hover,
  .newsletter-pagination-page-button:hover {
      background-color: #0000
  }
}

@media screen and (max-width:767px) {
  h1 {
      font-size: 3.6rem
  }

  h2 {
      font-size: 2.5rem
  }

  h3 {
      font-size: 1.4rem
  }

  h5 {
      font-size: 1rem
  }

  h6 {
      font-size: .8rem
  }

  .h1 {
      font-size: 3.6rem
  }

  .h1.cc-hero-h1.cc-no-wrap {
      white-space: normal
  }

  .h1.cc-home-slider {
      font-size: 2rem
  }

  .h2 {
      font-size: 2.5rem
  }

  .h3 {
      font-size: 2rem
  }

  .h4 {
      font-size: 1.75rem
  }

  .h4.cc-modal-heading {
      font-size: 2.1rem
  }

  .section {
      padding-top: 5rem;
      padding-bottom: 2rem
  }

  .row.row-sm-justify-start {
      justify-content: flex-start
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col.col-sm-first {
      order: -1
  }

  .col.col-sm-last {
      order: 1
  }

  .btn.cc-book-cta.cc-extra-padding {
      padding-left: 4px;
      padding-right: 4px
  }

  .card-body {
      padding: 20px
  }

  .form-success {
      padding: 64px
  }

  .form-success_flex {
      max-width: 340px
  }

  .styles__section-label {
      padding-bottom: 10px
  }

  .styles__nav-link {
      text-align: left;
      padding: .6em 0;
      display: block
  }

  .styles__nav-link.cc-cta {
      background-color: #0000;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      display: block
  }

  .styles__nav-link.cc-cta:hover {
      background-color: #0000;
      text-decoration: underline
  }

  .styles__nav-btn {
      margin-top: -2px;
      padding: 0 2px;
      font-size: 1.8rem;
      line-height: 1
  }

  .styles__nav-btn:hover {
      background-color: var(--mid-gray)
  }

  .styles__nav-btn.w--open {
      background-color: var(--mid-gray);
      border-radius: 4px
  }

  .styles__nav-menu {
      background-color: var(--mid-gray);
      padding: 12px 5% 20px
  }

  .styles__nav-btn-icon {
      width: 28px;
      height: 28px
  }

  .paragraph-x-large {
      font-size: 1.2rem
  }

  .u-pb-0 {
      padding-bottom: 0
  }

  .paragraph-large.cc-book-anchor-link {
      text-wrap: balance
  }

  .section-hero-home {
      padding-top: 4.5rem
  }

  .learn-more-home-image {
      max-width: 140%;
      transform: translate(0%)
  }

  .testimonials-wrapper {
      height: 480px
  }

  .testimonal-card {
      margin-bottom: 24px;
      padding: 24px
  }

  .featured-topics-grid {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      grid-template-columns: 1fr 1fr
  }

  .all-topics-grid {
      grid-template-columns: 1fr
  }

  .tabs-menu {
      width: 100vw;
      max-width: none;
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px;
      overflow: scroll
  }

  .related-episode {
      flex-direction: column;
      display: flex
  }

  .topics-icon {
      width: 60px;
      height: 60px
  }

  .footer-layout {
      max-width: none
  }

  .footer-logo-wrapper {
      width: 131px;
      height: 28px
  }

  .social-links-wrapper {
      max-width: 80%
  }

  .social-links-wrapper.u-mb-1 {
      max-width: 100%
  }

  .footer-nav-wrapper {
      grid-row-gap: 2rem;
      flex-direction: column
  }

  .navbar {
      z-index: 99;
      height: 56px
  }

  .navbar-logo-wrapper {
      width: 131px;
      height: 28px
  }

  .navbar-list {
      max-width: none
  }

  .navbar-wrapper {
      margin-bottom: -56px
  }

  .neural-network-thank-you-frame {
      margin-bottom: 2rem;
      padding: 16px
  }

  .card-body-about-faq {
      grid-row-gap: 1rem;
      flex-direction: column;
      padding: 20px
  }

  .section-gradient {
      padding-top: 5rem;
      padding-bottom: 5rem
  }

  .section-hero-events {
      background-position: 75% 100%
  }

  ._404 {
      font-size: 12rem
  }

  .category-list {
      max-width: 100vw;
      padding-left: 0;
      padding-right: 0
  }

  .hits {
      padding-top: 0
  }

  .hits.cc-subtopics {
      min-height: 4000px
  }

  .form-two-col {
      flex-direction: column
  }

  .sort-by-wrapper {
      margin-top: 0
  }

  .ml--u--columns-1 {
      column-count: 1
  }

  .switch-block {
      grid-column-gap: 16px;
      width: 100%
  }

  .switch-label-wrapper.cc-right {
      grid-row-gap: 4px;
      flex-direction: column;
      align-items: flex-start
  }

  .ml--u--p-2-5 {
      padding: 2.5rem 40px
  }

  .pricing-button-wrapper {
      justify-content: center;
      margin-left: 0;
      padding-bottom: 0;
      display: flex;
      position: relative;
      inset: 1.5rem 0 0
  }

  .pricing-button-wrapper.cc-fellowship {
      bottom: 0
  }

  .compact-slider {
      margin-top: 72px
  }

  .compact-slider_mask {
      width: 80%
  }

  .compact-slider-quote {
      font-size: 1.25rem
  }

  .compact-slider_arrow {
      top: -72px
  }

  .btn-gray {
      border-radius: 24px;
      font-size: 1rem
  }

  .premium-about-cards-layout {
      grid-template-columns: 1fr
  }

  .card-body-flex {
      padding: 20px
  }

  .toc-link {
      margin-bottom: 2rem;
      padding-left: 0
  }

  .toc-padding.sidemenu-wrapper {
      padding-top: 2rem
  }

  .sidemenu-trigger {
      background-color: var(--white);
      width: 100vw;
      margin-bottom: 2.5rem;
      margin-left: -20px;
      margin-right: -20px;
      padding: 12px 24px;
      display: block;
      position: relative;
      box-shadow: 0 8px 16px #00000014, 0 0 4px #0000000a
  }

  .sidemenu-trigger.cc-topics {
      box-shadow: none
  }

  .sidemenu-wrapper {
      z-index: 101;
      background-color: var(--white);
      width: 80%;
      padding: 40px 24px 200px;
      display: none;
      position: fixed;
      inset: 0% auto 0% 0%;
      overflow: scroll
  }

  .modal-container {
      width: 95%;
      padding: 40px 24px
  }

  .modal-container.cc-daily-blueprint {
      padding-top: 56px
  }

  .modal-close_btn {
      margin-top: 0;
      margin-right: 0;
      font-size: 1.8rem
  }

  .newsletter-progress-indicator-wrapper {
      margin-top: 56px
  }

  .see-more-wrapper {
      width: 100%;
      height: auto;
      overflow: hidden
  }

  .see-more-button-wrapper {
      display: flex
  }

  .u-pt-0 {
      padding-top: 0
  }

  .rich-text-topics-hero {
      column-count: 1
  }

  .hit-home {
      min-height: 1200px
  }

  .banner-top-content {
      justify-content: flex-start
  }

  .banner-close {
      margin-top: 0
  }

  .banner-arrow {
      display: none
  }

  .ml--u--text-base {
      font-size: 1rem;
      line-height: 1.5rem
  }

  .ml--u--text-xs {
      font-size: .75rem;
      line-height: 1rem
  }

  .ml--u--text-left {
      text-align: left
  }

  .ml--u--underline {
      text-decoration: underline
  }

  .ml--u--mb-0 {
      margin-bottom: 0
  }

  .bts-collection-list {
      column-count: 2;
      column-gap: 16px
  }

  .transcript-gate {
      padding: 40px
  }

  .member-dashboard-navbar-wrapper {
      height: 56px
  }

  .members-side-link {
      margin-bottom: 2rem
  }

  .hero-events-bg-video-overlay {
      background-image: linear-gradient(#0000 37%, #00000080 55%), linear-gradient(#000, #0000 23%)
  }

  .ml--u--px-0 {
      padding-left: 0;
      padding-right: 0
  }

  .form-header {
      padding-right: 40px
  }

  .modal-container-contact {
      width: 95%
  }

  .modal-close_btn-contact {
      margin-top: 0;
      margin-right: 0;
      font-size: 1.8rem
  }

  .swiper-buttons {
      margin-bottom: 1rem;
      margin-left: auto;
      position: relative;
      right: auto
  }

  .ml--u--pt-0 {
      padding-top: 0
  }

  .sidemenu-icon-link_icon {
      width: 24px;
      height: 24px
  }

  .ml--u--hidden {
      display: none
  }

  .toc-wrapper {
      height: auto;
      margin-bottom: 2rem;
      overflow: hidden
  }

  .ml--u--pb-2 {
      padding-bottom: 2rem
  }

  .toc-trigger {
      color: var(--black);
      align-items: center;
      transition: all .2s;
      display: flex
  }

  .toc-trigger:active {
      background-color: var(--black);
      color: var(--white)
  }

  .no-events-card {
      padding: 24px
  }

  .guest-card-highlight {
      width: 100%;
      height: 80px;
      inset: 0% 0% auto
  }

  .convertkit-form-input {
      height: 48px;
      margin-bottom: 16px;
      padding-left: 16px;
      padding-right: 16px;
      font-size: 1rem
  }

  .convertkit-form-input.cc-events {
      padding-right: 16px
  }

  .blueprint-form-button {
      width: 100%;
      margin-top: 0;
      position: static
  }

  .premium-fellows ul {
      grid-template-columns: 1fr 1fr
  }

  .email-bottom-modal_close-btn {
      margin-top: 0;
      margin-right: 0;
      font-size: 1.8rem
  }

  .book-buttons-grid {
      grid-template-columns: 1fr 1fr;
      width: auto
  }

  .hero-book-cover_wrapper {
      width: 80vw
  }

  .hero-book-cover_spacing {
      padding-top: 60vw
  }

  .rich-text-book-links p {
      font-size: .875rem
  }

  .rich-text-book-links.horizontal-flex {
      flex-flow: column;
      display: flex
  }

  .book-cms-content-wrapper {
      font-size: 1rem
  }

  .paragraph-2x-large {
      font-size: 1.5rem
  }

  .slider-vh-100 {
      padding-bottom: 7rem
  }

  .ask-div {
      width: 60%;
      height: 156px;
      padding: 16px
  }

  .ask-div.large {
      height: auto
  }

  .ask-grid {
      justify-content: flex-start;
      align-items: stretch;
      margin-bottom: -24px;
      margin-left: -24px;
      margin-right: -24px;
      padding-bottom: 24px;
      padding-left: 24px;
      padding-right: 24px
  }

  .ask-grid-column-2 {
      padding-top: 0
  }

  .merch-portrait {
      object-fit: cover;
      height: 60%
  }

  .merch-overlay {
      aspect-ratio: auto;
      height: 60%
  }

  .section-hero-nsdr {
      background-position: 75% 100%
  }

  .list-wrapper,
  .nsdr-card {
      padding: 24px
  }

  .home-slider {
      height: 544px
  }

  .home-slider_slide-padding {
      padding: 24px
  }

  .home-book-cover {
      flex: 0 auto;
      width: 184px;
      max-width: 60%
  }

  .book-slide_layout {
      flex-flow: column;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 24px
  }

  .book-slide_content {
      width: 100%
  }

  .ask-slide_layout {
      justify-content: space-between;
      align-items: stretch
  }

  .ask-slide_question {
      font-size: 1rem
  }

  .ask-slide_icon {
      width: 40px;
      height: 40px
  }

  .paragraph-home-slider {
      font-size: 1rem
  }

  .paragraph-home-slider.cc-book-anchor-link {
      text-wrap: balance
  }

  .home-slider_nav {
      width: 100%;
      bottom: -26px;
      left: 0;
      right: 0
  }

  .home-slider_arrow {
      display: none
  }

  .sleep-slide_bg-mobile {
      height: 60%
  }

  .episode-link_thumbnail-wrapper {
      width: 100%;
      margin-bottom: 1em
  }

  .episode-link {
      flex-flow: column;
      display: block
  }

  .slider-overlay {
      aspect-ratio: auto;
      height: 60%
  }

  .video-slide {
      display: block
  }

  .video-slide-overlay {
      height: 100%
  }

  .essentials-slider-image {
      width: 300px;
      font-size: 2rem;
      top: 10px
  }
}

@media screen and (max-width:479px) {
  h1 {
      font-size: 2.8rem
  }

  h2 {
      font-size: 2rem
  }

  .h1 {
      font-size: 2.5rem
  }

  .h1.cc-hero-h1 {
      max-width: 18rem
  }

  .h4.cc-modal-heading {
      font-size: 1.8rem
  }

  .section.cc-about-the-book {
      padding-top: 3rem
  }

  .row.row-sm-gap-1-5 {
      grid-row-gap: 1.5rem
  }

  .col {
      flex-basis: 100%;
      order: 1;
      max-width: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col.col-xs-first {
      order: -1
  }

  .btn {
      padding-left: 24px;
      padding-right: 24px
  }

  .form-success {
      padding: 56px 24px 24px
  }

  .styles__row-example {
      height: auto
  }

  .styles__nav-menu {
      padding-left: 7%;
      padding-right: 7%
  }

  .u-m-0 {
      margin: 0
  }

  .u-pb-0 {
      padding-bottom: 0
  }

  .topic-card.cc-featured {
      padding-left: 12px;
      padding-right: 12px
  }

  .tabs-menu {
      overflow: scroll
  }

  .social-links-wrapper.cc-footer {
      max-width: 100%
  }

  .navbar-list-item.cc-cta {
      flex-direction: column
  }

  .navbar-secondary-button {
      width: 100%
  }

  .section-hero,
  .section-hero-black {
      padding-bottom: 4rem
  }

  .section-hero-about {
      background-size: auto, auto, auto, auto, auto, cover;
      padding-top: 30rem;
      padding-bottom: 4rem
  }

  .section-gradient {
      padding-top: 4rem;
      padding-bottom: 4rem
  }

  .section-hero-events {
      padding-top: 24rem;
      padding-bottom: 4rem
  }

  ._404 {
      font-size: 6rem
  }

  .section-hero-about-premium {
      background-size: auto, auto, auto, auto, cover;
      padding-top: 30rem;
      padding-bottom: 4rem
  }

  .huberman-x-tiny-logo {
      object-fit: cover;
      width: 240px;
      height: 23px
  }

  .rich-text-newsletter h2 {
      margin-bottom: .333em;
      font-size: 1.5rem
  }

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

  .u-pt-0 {
      padding-top: 0
  }

  .transcript-gate {
      padding: 24px
  }

  .form-padding {
      padding: 16px 16px 24px
  }

  .form-header {
      padding-bottom: 16px;
      padding-left: 16px;
      padding-right: 16px
  }

  .btn-disabled {
      padding-left: 24px;
      padding-right: 24px
  }

  .swiper-wrapper.cc-hero {
      flex-flow: row
  }

  .btn-outline {
      padding-left: 24px;
      padding-right: 24px
  }

  .u-mb-0 {
      margin-bottom: 0
  }

  .guest-card {
      padding: 16px
  }

  .convertkit-form-input.u-mb-1 {
      margin-bottom: 1rem
  }

  .blueprint-form-button {
      padding-left: 24px;
      padding-right: 24px
  }

  .premium-fellows ul {
      grid-template-columns: 1fr
  }

  .navbar-primary-button {
      width: 100%
  }

  .column,
  .column-2 {
      padding-left: 0;
      padding-right: 0
  }

  .email-bottom-modal {
      height: 100dvh;
      padding-top: 30px;
      padding-bottom: 30px
  }

  .section-hero-book {
      padding-bottom: 4rem
  }

  .hero-book-cover_spacing {
      padding-top: 50vw
  }

  .books-dropdown-toggle {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
      padding-left: 1rem;
      padding-right: 1rem
  }

  .books-dropdown-text {
      white-space: break-spaces;
      font-size: .875rem
  }

  .section-home-book {
      padding-bottom: 4rem
  }

  .slider-vh-100 {
      padding-bottom: 7rem
  }

  .newsletter-details-wrapper {
      grid-column-gap: .25rem;
      grid-row-gap: .25rem;
      flex-flow: column
  }

  .u-d-hide-mobile-portrait {
      display: none
  }

  .section-hero-nsdr {
      padding-top: 24rem;
      padding-bottom: 4rem
  }

  .rich-text h2 {
      margin-bottom: .333em;
      font-size: 1.5rem
  }

  .home-book-cover {
      max-width: 80%
  }

  .rich-text-newsletter-finsweet h2,
  .rich-text-newsletter-cms h2 {
      margin-bottom: .333em;
      font-size: 1.5rem
  }

  .video-slide {
      display: none
  }

  .video-slide-content {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      flex-flow: column;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      display: flex
  }

  .essentials-slider-image {
      width: 280px;
      display: block
  }

  .video-slide-mobile {
      aspect-ratio: auto;
      flex: 1;
      order: 0;
      margin: 45px 30px;
      display: block;
      position: relative;
      inset: 0%;
      overflow: hidden
  }
}

#w-node-e658ccc4-56cd-d20f-44ce-ebb5be85e7b1-be85e7b1 {
  grid-area: 1/1/2/2
}

#w-node-_01f90a40-4e63-3506-b207-e768ad0919c1-ad091978 {
  grid-area: span 1/span 1/span 1/span 1
}

#w-node-bee311ed-d876-ca18-1335-e88b2f4effb4-ad091978 {
  grid-area: 2/2/3/3
}

#w-node-_240a2306-24bc-cbfc-c7fb-5e4db1efe27b-6e3eb5ee {
  grid-area: previous;
  justify-self: end
}

#w-node-_21898f4c-b0f6-fd2a-3040-bf3133c5d31d-6e3eb5ee {
  grid-area: pagination-buttons
}

#w-node-_240a2306-24bc-cbfc-c7fb-5e4db1efe27f-6e3eb5ee {
  grid-area: next;
  justify-self: start
}

@media screen and (max-width:991px) {
  #w-node-bee311ed-d876-ca18-1335-e88b2f4effb4-ad091978 {
      grid-area: span 1/span 1/span 1/span 1
  }
}

@font-face {
  font-family: 'Gotham';
  src: url('https://cdn.prod.website-files.com/64416928859cbdd1716d79ce/67361fa5e8ee430019d9186d_Gotham%20Black%20Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.ais-Breadcrumb-list,
.ais-CurrentRefinements-list,
.ais-HierarchicalMenu-list,
.ais-Hits-list,
.ais-Results-list,
.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-Pagination-list,
.ais-RatingMenu-list,
.ais-RefinementList-list,
.ais-ToggleRefinement-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.ais-ClearRefinements-button,
.ais-CurrentRefinements-delete,
.ais-CurrentRefinements-reset,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore,
.ais-Menu-showMore,
.ais-RangeInput-submit,
.ais-RefinementList-showMore,
.ais-SearchBox-submit,
.ais-SearchBox-reset,
.ais-VoiceSearch-button {
    padding: 0;
    overflow: visible;
    font: inherit;
    line-height: normal;
    color: inherit;
    background: none;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.ais-ClearRefinements-button::-moz-focus-inner,
.ais-CurrentRefinements-delete::-moz-focus-inner,
.ais-CurrentRefinements-reset::-moz-focus-inner,
.ais-GeoSearch-redo::-moz-focus-inner,
.ais-GeoSearch-reset::-moz-focus-inner,
.ais-HierarchicalMenu-showMore::-moz-focus-inner,
.ais-InfiniteHits-loadPrevious::-moz-focus-inner,
.ais-InfiniteHits-loadMore::-moz-focus-inner,
.ais-InfiniteResults-loadMore::-moz-focus-inner,
.ais-Menu-showMore::-moz-focus-inner,
.ais-RangeInput-submit::-moz-focus-inner,
.ais-RefinementList-showMore::-moz-focus-inner,
.ais-SearchBox-submit::-moz-focus-inner,
.ais-SearchBox-reset::-moz-focus-inner,
.ais-VoiceSearch-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.ais-ClearRefinements-button[disabled],
.ais-CurrentRefinements-delete[disabled],
.ais-CurrentRefinements-reset[disabled],
.ais-GeoSearch-redo[disabled],
.ais-GeoSearch-reset[disabled],
.ais-HierarchicalMenu-showMore[disabled],
.ais-InfiniteHits-loadPrevious[disabled],
.ais-InfiniteHits-loadMore[disabled],
.ais-InfiniteResults-loadMore[disabled],
.ais-Menu-showMore[disabled],
.ais-RangeInput-submit[disabled],
.ais-RefinementList-showMore[disabled],
.ais-SearchBox-submit[disabled],
.ais-SearchBox-reset[disabled],
.ais-VoiceSearch-button[disabled] {
    cursor: default
}

.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-HierarchicalMenu-showMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore {
    overflow-anchor: none
}

.ais-Breadcrumb-list,
.ais-Breadcrumb-item,
.ais-Pagination-list,
.ais-RangeInput-form,
.ais-RatingMenu-link,
.ais-PoweredBy {
    display: flex;
    align-items: center
}

.ais-GeoSearch,
.ais-GeoSearch-map {
    height: 100%
}

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
    margin-left: 1em
}

.ais-PoweredBy-logo {
    display: block;
    height: 1.2em;
    width: auto
}

.ais-PoweredBy-text {
    margin-right: .3rem
}

.ais-RatingMenu-starIcon {
    display: block;
    width: 20px;
    height: 20px
}

.ais-SearchBox-input::-ms-clear,
.ais-SearchBox-input::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

.ais-SearchBox-input::-webkit-search-decoration,
.ais-SearchBox-input::-webkit-search-cancel-button,
.ais-SearchBox-input::-webkit-search-results-button,
.ais-SearchBox-input::-webkit-search-results-decoration {
    display: none
}

.ais-RangeSlider .rheostat {
    overflow: visible;
    margin-top: 40px;
    margin-bottom: 40px
}

.ais-RangeSlider .rheostat-background {
    height: 6px;
    top: 0px;
    width: 100%
}

.ais-RangeSlider .rheostat-handle {
    margin-left: -12px;
    top: -7px
}

.ais-RangeSlider .rheostat-background {
    position: relative;
    background-color: #fff;
    border: 1px solid #aaa
}

.ais-RangeSlider .rheostat-progress {
    position: absolute;
    top: 1px;
    height: 4px;
    background-color: #333
}

.rheostat-handle {
    position: relative;
    z-index: 1;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    cursor: grab
}

.rheostat-marker {
    margin-left: -1px;
    position: absolute;
    width: 1px;
    height: 5px;
    background-color: #aaa
}

.rheostat-marker--large {
    height: 9px
}

.rheostat-value {
    margin-left: 50%;
    padding-top: 15px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%)
}

.rheostat-tooltip {
    margin-left: 50%;
    position: absolute;
    top: -22px;
    text-align: center;
    transform: translateX(-50%)
}

    /* Для всех изображений, которые нужно увеличить при касании */
    img {
      transition: transform 0.3s ease; /* Плавный переход */
  }

  /* Увеличиваем изображение при касании на мобильных устройствах */
  img:active {
      transform: scale(1.2); /* Увеличиваем размер на 20% */
  }

  .footer-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px; /* Отступ сверху для разделения от остального контента */
}

.centered-image {
    max-width: 100%;
    height: auto;
}

*,
*::before,
*::after {
    -webkit-user-select: none !important; /* Для Safari */
    -moz-user-select: none !important;    /* Для Firefox */
    -ms-user-select: none !important;     /* Для старых версий IE */
    user-select: none !important;         /* Для других браузеров */
    -webkit-touch-callout: none !important; /* Для iOS */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; /* Для Android и iOS */
}