@font-face {
  font-family: Icons Podcast X Template;
  src: url('../fonts/icons-podcast-x-template.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/SpaceGrotesk-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/SpaceGrotesk-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/SpaceGrotesk-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/SpaceGrotesk-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral-600: #8c8c95;
  --neutral-800: #14142b;
  --secondary-1: #3f69ff;
  --neutral-300: #eff0f6;
  --primary-1: #fedb01;
  --secondary-2: #ff3d3d;
  --secondary-3: #6c38ff;
  --secondary-4: #ff9417;
  --neutral-700: #5f5d68;
  --neutral-500: #acaebd;
  --neutral-400: #e2e3e9;
  --neutral-200: #f7f7f7;
  --neutral-100: white;
  --shadow-card-default: #080f3412;
  --color-palette-3-gold: #f1c05f;
  --color-palette-2-red: #c23a32;
  --color-palette-1-blue: #122f47;
  --alabaster: #f2f0e9;
  --card-shadow-long: #080f340f;
  --secondary-5: #179eff;
  --cream: #e9e2bc;
  --charcoal: #262626;
}

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

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

.w-commerce-commercecartquantity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  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;
  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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

.w-pagination-previous, .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-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-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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

.w-commerce-commercecheckoutdiscountsinput::placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  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-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

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

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.w-commerce-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .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, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--neutral-600);
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  line-height: 1.667em;
}

h1 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.171em;
}

h2 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.289em;
}

h3 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.333em;
}

h4 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.273em;
}

h5 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375em;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--neutral-800);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--secondary-1);
}

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

li {
  margin-bottom: 16px;
}

strong {
  color: var(--neutral-800);
  font-weight: 700;
}

blockquote {
  border: 1px solid var(--neutral-300);
  background-color: var(--primary-1);
  color: var(--neutral-800);
  text-align: center;
  margin-bottom: 10px;
  padding: 119px 95px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.583em;
}

figure {
  margin-bottom: 10px;
}

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

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

.flex {
  display: flex;
}

.text-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bg-primary-1 {
  background-color: var(--primary-1);
}

.bg-primary-2, .bg-secondary-1 {
  background-color: var(--secondary-1);
}

.bg-secondary-2 {
  background-color: var(--secondary-2);
}

.bg-secondary-3 {
  background-color: var(--secondary-3);
}

.bg-secondary-4 {
  background-color: var(--secondary-4);
}

.bg-neutral-700 {
  background-color: var(--neutral-700);
}

.bg-neutral-600 {
  background-color: var(--neutral-600);
}

.bg-neutral-500 {
  background-color: var(--neutral-500);
}

.bg-neutral-400 {
  background-color: var(--neutral-400);
}

.bg-neutral-300 {
  background-color: var(--neutral-300);
}

.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.bg-neutral-100 {
  background-color: var(--neutral-100);
}

.style-guide-sidebar {
  z-index: 2;
  flex: 0 14em;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  position: sticky;
  top: 32px;
}

.container-default {
  object-fit: fill;
  max-width: 1268px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  overflow: visible;
}

.container-default.top-bottom-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-default.bottom-margin-40 {
  margin-bottom: 40px;
}

.style-guide-content {
  max-width: 100%;
  box-shadow: 0 8px 22px 0 var(--shadow-card-default);
  background-color: #fff;
  border-radius: 24px;
  flex: 1;
  margin-left: 18px;
}

.section-styleguide {
  padding-top: 86px;
  padding-bottom: 86px;
}

.style-guide-title {
  margin-top: 0;
}

.style-guide-header {
  background-color: var(--neutral-200);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 100px 68px;
}

.sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.style-guide-icon-link {
  background-color: var(--neutral-800);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  transition: background-color .25s;
  display: flex;
}

.style-guide-sidebar-icon {
  width: 60%;
}

.style-guide-link {
  color: var(--neutral-600);
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  transition: background-color .36s, color .3s;
  display: flex;
}

.style-guide-link:hover {
  background-color: var(--neutral-200);
  color: var(--neutral-800);
}

.style-guide-link.w--current {
  background-color: var(--neutral-300);
  color: var(--neutral-800);
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

.style-guide-link-wrapper {
  margin-bottom: 8px;
}

.style-guide-sidebar-title {
  border-bottom: 1px solid var(--neutral-300);
  color: var(--neutral-800);
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  border-top: 1px solid var(--neutral-300);
  margin-top: 24px;
  padding-top: 24px;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-container {
  box-shadow: 0 8px 16px 0 var(--shadow-card-default);
  background-color: #fff;
  border-radius: 16px;
}

.color-block {
  border-bottom: 1px solid var(--neutral-400);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  min-height: 120px;
}

.color-block.bg-primary-1 {
  background-color: var(--primary-1);
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: var(--neutral-800);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.color-hex {
  color: var(--neutral-600);
  line-height: 20px;
}

.style-guide-subtitle {
  margin-top: 0;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0;
}

.color-secondary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  border-bottom: 1px solid var(--neutral-300);
  padding-top: 54px;
  padding-bottom: 54px;
}

.typography-container.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.container-small-left {
  max-width: 592px;
}

.typography-details {
  color: var(--neutral-800);
  margin-top: 15px;
  font-weight: 500;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.style-guide-subheader {
  background-color: var(--neutral-400);
  padding: 56px 68px;
}

.style-guide-content-wrapper {
  padding: 110px 68px;
}

.icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 80px);
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-primary {
  background-color: var(--color-palette-3-gold);
  color: var(--neutral-800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 80px;
  padding: 24px 40px;
  font-weight: 600;
  line-height: 20px;
  transition: color .35s, transform .3s, background-color .3s;
}

.button-primary:hover {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
  transform: translate3d(0, -4px, .01px);
}

.button-primary.small {
  padding: 16px 24px;
  font-size: 16px;
  line-height: 18px;
}

.button-primary.large {
  padding: 24px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-primary.full-width {
  align-self: stretch;
  display: block;
}

.button-primary.full-width.add-cart {
  width: 100%;
}

.button-primary.checkout {
  margin-top: 15px;
  margin-bottom: 0;
}

.button-primary._2-buttons-button {
  background-color: var(--color-palette-2-red);
  color: var(--neutral-200);
  margin-bottom: 20px;
  margin-right: 26px;
  font-weight: 400;
}

.button-primary.newsletter {
  background-color: var(--color-palette-2-red);
  color: var(--neutral-200);
  position: absolute;
  right: 10px;
}

.button-primary.newsletter:hover {
  transform: none;
}

.button-primary.header-button {
  background-color: var(--color-palette-2-red);
  color: var(--neutral-100);
  padding: 16px 24px;
  font-size: 16px;
  line-height: 18px;
}

.button-primary.contact-form {
  margin-bottom: 30px;
  margin-right: 30px;
}

.button-primary.empty-cart {
  margin-top: 40px;
}

.button-secondary {
  border: 1px solid var(--neutral-400);
  color: var(--neutral-800);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 80px;
  padding: 24px 40px;
  line-height: 20px;
  transition: transform .3s, background-color .3s;
}

.button-secondary:hover {
  background-color: var(--neutral-400);
  color: var(--neutral-800);
  transform: translate3d(0, -4px, .01px);
}

.button-secondary.small {
  padding: 16px 24px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.large {
  padding: 24px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-secondary.discounts {
  border-width: 1px;
  flex: 0 auto;
  height: auto;
  margin-left: 0;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

.button-secondary._2-buttons-button {
  background-color: var(--color-palette-1-blue);
  color: var(--alabaster);
  margin-bottom: 20px;
}

.button-secondary.header-button {
  color: var(--neutral-100);
  margin-right: 15px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.pagination {
  margin-top: 56px;
  font-size: 18px;
  line-height: 1.111em;
}

.button-secondary.full-width {
  display: block;
}

.button-secondary.full-width.add-cart {
  margin-top: 16px;
}

.button-secondary.full-width.card-package {
  margin-top: auto;
}

.button-secondary.blog-post-category {
  border-color: var(--neutral-300);
  background-color: var(--neutral-300);
  margin-right: 26px;
  padding: 16px 25px;
  font-size: 16px;
  line-height: 1em;
}

.button-secondary.blog-post-category:hover {
  background-color: var(--primary-1);
}

.button-secondary.hidden {
  display: none;
}

.style-guide-button-container {
  position: absolute;
  inset: auto 0% 24px;
}

.cards-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: start;
}

.card-v1 {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  border-radius: 20px;
  padding: 56px 40px;
}

.card-title-v1 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.card-v2 {
  border: 1px solid var(--neutral-300);
  border-radius: 20px;
  padding-bottom: 56px;
  padding-left: 40px;
  padding-right: 40px;
}

.card-icon-v2 {
  margin-top: -44px;
}

.card-title-v2 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.card-v3 {
  border: 1px solid var(--neutral-300);
  border-radius: 20px;
  align-items: flex-start;
  padding: 44px 24px;
  display: flex;
}

.card-icon-v3 {
  margin-right: 24px;
}

.card-title-v3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 24px;
}

.card-description-v3 {
  margin-bottom: 0;
}

.header {
  background-color: var(--color-palette-1-blue);
  padding-top: 28px;
  padding-bottom: 28px;
  position: sticky;
  inset: 0% 0% auto;
}

.header-logo {
  width: 225px;
}

.header-navigation {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item-wrapper {
  margin-bottom: 0;
  margin-right: 32px;
}

.nav-item-wrapper.mobile, .nav-item-wrapper.hidden {
  display: none;
}

.nav-link {
  color: var(--neutral-100);
  text-decoration: none;
}

.nav-link.dropdown {
  padding: 0;
  transition: color .3s;
}

.nav-link.dropdown:hover {
  color: var(--secondary-1);
}

.footer {
  border-top: 1px solid var(--neutral-400);
  background-color: var(--alabaster);
  padding-top: 72px;
  padding-bottom: 32px;
}

.footer-logo-container {
  transition-property: transform;
}

.footer-logo-container:hover {
  transform: scale(1.05);
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 5px;
  padding-left: 0;
}

.footer-logo {
  width: 175px;
}

.footer-nav-item {
  margin-bottom: 24px;
  line-height: 1.111em;
}

.footer-nav-item.hidden {
  display: none;
}

.page-wrapper {
  background-color: var(--neutral-200);
}

.section {
  background-color: #f7f7f7;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
  overflow: hidden;
}

.section.home-hero {
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.home-hero.background-color {
  background-color: var(--color-palette-1-blue);
}

.section.home-hero.background-color.top-padding-20 {
  align-items: center;
  height: 740px;
  padding-top: 40px;
  display: flex;
  overflow: hidden;
}

.section.bg-neutral-200.perks {
  overflow: hidden;
}

.section.bg-neutral-200.latest-reviews {
  padding-top: 120px;
}

.section.bg-neutral-200.more-posts, .section.bg-neutral-200.utility-page-hero {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.bg-neutral-200.top-margin {
  margin-top: 100px;
}

.section.newsletter {
  background-image: linear-gradient(to bottom, var(--neutral-200) 50%, white 50%);
  padding-top: 0;
  padding-bottom: 0;
}

.section.newsletter.packages-newsletter {
  margin-bottom: 200px;
}

.section.newsletter.blog {
  background-image: linear-gradient(to top, var(--neutral-200) 50%, white 50%);
}

.section.subscribe {
  background-color: var(--color-palette-1-blue);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.subscribe.hide {
  display: none;
}

.section.testimonials {
  overflow: hidden;
}

.section.about-hero {
  padding-top: 120px;
  padding-bottom: 0;
}

.section.about-story {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.host-hero {
  padding-top: 120px;
  padding-bottom: 160px;
}

.section.episodes-hero {
  padding-top: 120px;
  padding-bottom: 106px;
}

.section.featured-episode {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.episode {
  padding-top: 45px;
  padding-bottom: 60px;
  position: relative;
}

.section.episode-transcript {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.packages {
  padding-top: 120px;
}

.section.package {
  padding-top: 120px;
  padding-bottom: 140px;
  position: relative;
}

.section.reviews-hero {
  padding-top: 120px;
  padding-bottom: 0;
}

.section.blog-hero {
  padding-top: 120px;
  overflow: hidden;
}

.section.blog-post {
  padding-top: 45px;
}

.section.contact, .section.sponsors {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.packages-category, .section.episodes-category, .section.blog-category {
  padding-top: 120px;
}

.section.changelog {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.short {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.hidden {
  display: none;
}

.section.shorts-hero {
  padding-top: 60px;
  overflow: hidden;
}

.section._1-2-padding {
  padding-top: 100px;
}

.section.marquee {
  align-items: flex-start;
  width: 100vw;
  height: 500px;
  margin-top: 2rem;
  padding-bottom: 0;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  padding: 60px 24px;
  display: flex;
}

.utility-page-content-password {
  border: 1px solid var(--neutral-300);
  width: 100%;
  max-width: 580px;
  box-shadow: 0 2px 8px 0 var(--shadow-card-default);
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  padding: 72px 50px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.input {
  border: 1px solid var(--neutral-400);
  min-height: 64px;
  color: var(--neutral-800);
  border-radius: 100px;
  margin-bottom: 0;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 18px;
  line-height: 1.111em;
  transition: opacity .2s, border-color .3s, color .3s;
}

.input:hover {
  border-color: var(--neutral-800);
}

.input:focus, .input.-wfp-focus {
  border-color: var(--neutral-800);
  color: var(--neutral-800);
}

.input::placeholder {
  color: var(--neutral-600);
}

.input.password {
  margin-bottom: 20px;
}

.input.checkout {
  background-color: var(--neutral-100);
  margin-bottom: 16px;
}

.input.discounts {
  background-color: var(--neutral-100);
  border-width: 1px;
  flex: 0 auto;
  width: 100%;
  min-width: auto;
  height: 46px;
  margin-bottom: 16px;
}

.input.newsletter {
  min-height: 88px;
  padding-right: 190px;
}

.input.with-icon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 26px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 55px;
  transition: opacity .2s, border-color .3s, color .3s;
}

.input.with-icon.name {
  background-image: url('../images/icon-1-input-contact-podcast-x-template.svg');
}

.input.with-icon.name:focus {
  background-image: url('../images/icon-1-input-focused-contact-podcast-x-template.svg');
}

.input.with-icon.email {
  background-image: url('../images/icon-2-input-contact-podcast-x-template.svg');
}

.input.with-icon.email:focus {
  background-image: url('../images/icon-2-input-focused-contact-podcast-x-template.svg');
}

.input.with-icon.phone {
  background-image: url('../images/icon-3-input-contact-podcast-x-template.svg');
}

.input.with-icon.phone:focus {
  background-image: url('../images/icon-3-input-focused-contact-podcast-x-template.svg');
}

.utility-page-content-404.card._404 {
  padding: 44px 48px;
}

._404-title {
  color: var(--neutral-800);
  margin-bottom: 9px;
  font-size: 110px;
  font-weight: 700;
  line-height: 1em;
}

.container-medium-761px {
  max-width: 761px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-761px.utility-page-hero {
  text-align: center;
}

.divider {
  background-color: var(--neutral-600);
  opacity: .3;
  width: 100%;
  height: 1px;
}

.divider.utility-pages {
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.utility-pages.big {
  margin-top: 100px;
  margin-bottom: 100px;
}

.divider.footer-content-divider-top {
  margin-top: 73px;
  margin-bottom: 80px;
}

.divider.footer-content-divider-bottom {
  margin-top: 100px;
  margin-bottom: 32px;
}

.divider.card-package {
  background-color: var(--neutral-500);
  margin-top: 34px;
  margin-bottom: 41px;
}

.divider.card-subscribe-plan {
  background-color: var(--neutral-500);
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.blog-post {
  margin-top: 110px;
  margin-bottom: 110px;
}

.paragraph {
  text-decoration: none;
}

.paragraph.password {
  margin-bottom: 60px;
}

.paragraph._404 {
  max-width: 373px;
  margin-bottom: 30px;
}

.paragraph.home-hero {
  margin-bottom: 56px;
}

.paragraph.home-about {
  margin-bottom: 32px;
}

.paragraph.testimonials {
  max-width: 46%;
  margin-bottom: 0;
}

.paragraph.home-about-host {
  margin-bottom: 48px;
}

.paragraph.card-home-about-host {
  margin-bottom: 40px;
}

.paragraph.card-testimonial {
  color: #6e7191;
  margin-bottom: 16px;
}

.paragraph.card-episode, .paragraph.card-post {
  margin-bottom: 0;
}

.paragraph.footer-paragraph {
  max-width: 562px;
  margin-bottom: 0;
}

.paragraph.about-hero {
  margin-bottom: 56px;
}

.paragraph.perks, .paragraph.card-perk {
  margin-bottom: 0;
}

.paragraph.about-sponsors {
  max-width: 483px;
  margin-bottom: 0;
}

.paragraph.card-sponsor, .paragraph.timeline {
  margin-bottom: 0;
}

.paragraph.host-hero {
  margin-bottom: 56px;
}

.paragraph.card-host-about-left, .paragraph.host-about-right {
  margin-bottom: 0;
}

.paragraph.card-host-conferences, .paragraph.host-sponsors {
  margin-bottom: 40px;
}

.paragraph.episodes-hero {
  margin-bottom: 0;
}

.paragraph.featured-episode {
  max-width: 474px;
  margin-bottom: 0;
}

.paragraph.featured-guests-contact {
  margin-bottom: 40px;
}

.paragraph.featured-guests {
  margin-bottom: 0;
}

.paragraph.featured-guest-episode-excerpt {
  max-width: 270px;
  margin-bottom: 33px;
}

.paragraph.card-episode-page {
  margin-bottom: 0;
}

.paragraph.card-episode-host {
  margin-bottom: 32px;
}

.paragraph.packages {
  max-width: 552px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.card-package-excerpt, .paragraph.faq {
  margin-bottom: 0;
}

.paragraph.package-description {
  margin-bottom: 40px;
}

.paragraph.card-subscribe-plan, .paragraph.reviews-hero {
  margin-bottom: 0;
}

.paragraph.card-review-hero {
  color: #6e7191;
  margin-bottom: 16px;
}

.paragraph.card-review {
  margin-bottom: 16px;
}

.paragraph.blog-hero {
  margin-bottom: 0;
}

.paragraph.blog-post-excerpt {
  max-width: 506px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.card-author {
  margin-bottom: 32px;
}

.paragraph.contact-content {
  margin-bottom: 0;
}

.paragraph.sponsors {
  margin-bottom: 56px;
}

.paragraph.utility-page, .paragraph.card-default, .paragraph.checkout-hero {
  margin-bottom: 0;
}

.paragraph.checkout-hero.order-confirmation {
  max-width: 480px;
}

.paragraph-small {
  font-size: 15px;
  line-height: 1.6em;
}

.card {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 5px 16px 0 var(--shadow-card-default);
  border-radius: 24px;
  text-decoration: none;
  overflow: hidden;
}

.card.changelog {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 60px 50px;
  display: flex;
}

.card.checkout {
  margin-bottom: 40px;
}

.card.checkout.last {
  margin-bottom: 0;
}

.card.checkout.order-summary {
  box-shadow: none;
  border-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.card.home-about-host {
  max-width: 568px;
  padding: 62px 56px 64px;
}

.card.testimonial {
  border-radius: 34px;
  align-items: center;
  padding: 44px 32px 52px;
  display: flex;
  box-shadow: 0 5px 12px #14142b0d;
}

.card.episode {
  min-height: 100%;
  color: var(--neutral-600);
  border-radius: 30px;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate(0);
}

.card.episode:hover {
  color: var(--neutral-600);
  transform: translate(0, -6px);
  box-shadow: 0 10px 20px #080f341a;
}

.card.post {
  min-height: 100%;
  color: var(--neutral-600);
  border-radius: 30px;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate(0);
}

.card.post:hover {
  color: var(--neutral-600);
  transform: translate(0, -6px);
  box-shadow: 0 10px 20px #080f341a;
}

.card.achievements {
  z-index: 1;
  border-radius: 0;
  padding: 63px 40px;
  position: relative;
}

.card.perk {
  text-align: center;
  padding: 48px 32px;
}

.card.sponsor {
  color: var(--neutral-600);
  text-align: center;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
}

.card.sponsor:hover {
  color: var(--neutral-600);
  transform: translate(0, -6px);
  box-shadow: 0 10px 20px #080f341a;
}

.card.host-about-left {
  max-width: 94%;
  box-shadow: none;
  border-width: 0;
  border-radius: 0;
  align-self: flex-end;
  margin-top: -154px;
  padding: 66px 51px;
}

.card.host-conferences {
  color: var(--neutral-600);
  border-radius: 30px;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.host-conferences:hover {
  color: var(--neutral-600);
  transform: translate(0, -6px);
  box-shadow: 0 10px 20px #080f341a;
}

.card.host-sponsors {
  width: 100%;
  max-width: 804px;
  padding: 40px 38px;
}

.card.episodes-platforms {
  border-radius: 30px;
  max-width: 452px;
  padding: 40px 61px;
}

.card.featured-episode {
  box-shadow: 0 24px 38px 0 var(--card-shadow-long);
  color: var(--neutral-600);
  align-items: center;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate(0);
}

.card.featured-episode:hover {
  color: var(--neutral-600);
  transform: translate(0, -6px);
  box-shadow: 0 30px 43px #080f341a;
}

.card.episode-page {
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
  padding: 52px 52px 52px 40px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.episode-page:hover {
  transform: translate(0, -6px);
  box-shadow: 0 10px 20px #080f341a;
}

.card.episode-host {
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 79px 76px;
  display: flex;
}

.card.more-episodes {
  min-height: 100%;
  color: var(--neutral-600);
  border-radius: 30px;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.more-episodes:hover {
  color: var(--neutral-600);
  transform: translate(0, -6px);
  box-shadow: 0 10px 20px #080f341a;
}

.card.package {
  max-width: 388px;
  min-height: 100%;
  box-shadow: none;
  color: var(--neutral-700);
  border-radius: 0;
  flex-direction: column;
  padding: 67px 30px 58px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.card.package:hover {
  color: var(--neutral-700);
  transform: translate(0, -8px);
}

.card.faq {
  cursor: pointer;
  flex-direction: column;
  margin-bottom: 32px;
  padding: 28px;
  display: flex;
}

.card.subscribe-plan {
  min-height: 604px;
  padding: 52px 56px 58px;
  position: sticky;
  top: 20px;
}

.card.subscribe-plan.mobile {
  display: none;
  position: static;
}

.card.review-hero {
  border-radius: 34px;
  padding: 44px 32px 52px;
  box-shadow: 0 5px 12px #14142b0d;
}

.card.review {
  padding: 48px 42px 38px;
}

.card.author {
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 860px;
  margin-top: 88px;
  margin-left: auto;
  margin-right: auto;
  padding: 79px 76px;
  display: flex;
}

.card.contact {
  align-items: center;
  width: 100%;
  max-width: 54%;
  min-height: 610px;
  padding: 79px 46px;
  display: flex;
}

.card.default {
  padding: 50px 32px 42px;
}

.checkout-form {
  background-color: #0000;
  padding: 120px 0 200px;
}

.checkout-block-header {
  border-width: 0;
  flex-wrap: wrap;
  padding: 30px 40px 20px;
}

.checkout-block-content {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 10px 40px 40px;
}

.title.checkout {
  margin-bottom: 0;
  margin-right: 30px;
}

.title.order-item {
  color: var(--neutral-800);
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.title.order-item:hover {
  color: var(--secondary-1);
}

.title.checkout-hero.paypal {
  max-width: 420px;
}

.title.home-hero {
  text-align: left;
  font-size: 55px;
}

.title.home-hero.white-text {
  color: var(--alabaster);
}

.title.recent-episodes {
  margin-bottom: 56px;
}

.title.neutral-100 {
  color: var(--neutral-100);
}

.title.neutral-100.newsletter {
  max-width: 405px;
  margin-bottom: 0;
  margin-right: 20px;
}

.title.testimonials {
  margin-bottom: 0;
  margin-right: 20px;
}

.title.home-blog {
  margin-bottom: 0;
}

.title.card-home-about-host-name {
  margin-bottom: 4px;
}

.title.h3-size {
  color: var(--neutral-800);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.273em;
}

.title.h3-size.subscribe {
  color: var(--neutral-100);
  margin-bottom: 20px;
  margin-right: 20px;
}

.title.h3-size.card-episode-host-name {
  margin-bottom: 8px;
}

.title.h3-size.card-subscribe-plan {
  margin-bottom: 0;
  margin-right: 7px;
}

.title.h3-size.card-author-name {
  margin-bottom: 8px;
}

.title.card-episode {
  margin-bottom: 10px;
}

.title.card-post {
  margin-bottom: 18px;
  text-decoration: underline;
}

.title.h4-size {
  color: var(--neutral-800);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.273em;
}

.title.h4-size.card-perk {
  margin-bottom: 16px;
}

.title.h4-size.card-package {
  margin-bottom: 9px;
  line-height: 1.091em;
}

.title.h4-size.faq, .title.about-sponsors {
  margin-bottom: 0;
}

.title.card-sponsor {
  margin-bottom: 6px;
}

.title.card-host-about-left {
  max-width: 90%;
}

.title.host-conferences {
  margin-bottom: 0;
}

.title.card-host-conferences {
  margin-bottom: 16px;
}

.title.featured-episode {
  margin-bottom: 0;
}

.title.h2-size {
  color: var(--neutral-800);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.289em;
}

.title.h2-size.card-episode-page {
  margin-bottom: 16px;
}

.title.episodes {
  margin-bottom: 0;
}

.title.featured-guests-contact {
  margin-bottom: 16px;
}

.title.featured-guest-episode {
  margin-bottom: 12px;
}

.title.episode-description, .title.episode-transcript {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.title.more-episodes {
  margin-bottom: 0;
}

.title.h5-size {
  color: var(--neutral-800);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

.title.h5-size.card-package-features {
  margin-bottom: 24px;
}

.title.faqs {
  text-align: center;
  margin-bottom: 56px;
}

.title.h1-size {
  color: var(--neutral-800);
  font-size: 70px;
  font-weight: 600;
  line-height: 1.171em;
}

.title.h1-size.package {
  margin-bottom: 0;
  margin-right: 20px;
}

.title.h1-size.category {
  margin-right: 0;
}

.title.reviews-hero {
  margin-bottom: 16px;
}

.title.latest-reviews {
  margin-bottom: 56px;
}

.title.blog, .title.more-posts {
  margin-bottom: 0;
}

.title.category {
  margin-bottom: 0;
  margin-right: 21px;
}

.title.card-default {
  margin-bottom: 16px;
}

.title.dropdown-nav-title {
  color: var(--neutral-800);
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 1.111em;
}

.title.cart-item-title {
  color: var(--neutral-800);
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.title.cart-item-title:hover {
  color: var(--secondary-1);
}

.title.style-guide-subheader-title {
  margin-bottom: 0;
}

.split-content.checkout-left, .split-content.checkout-right {
  flex-grow: 1;
}

.split-content.header-left {
  align-items: center;
  display: flex;
}

.split-content.host-about-left {
  flex-direction: column;
  width: 100%;
  max-width: 49%;
  margin-right: 20px;
  display: flex;
}

.split-content.host-about-right {
  max-width: 49%;
  margin-top: 65px;
}

.split-content.host-sponsors-content {
  max-width: 29%;
  margin-right: 20px;
}

.split-content.episodes-hero-content {
  max-width: 45%;
}

.split-content.faqs-column-left, .split-content.faqs-column-right {
  margin-bottom: -32px;
}

.split-content.package-body {
  max-width: 720px;
  margin-right: 20px;
}

.split-content.package-sidebar {
  max-width: 473px;
}

.split-content.contact-content {
  flex: 1;
  max-width: 480px;
  margin-right: 15px;
}

.checkout-field-label {
  color: var(--neutral-800);
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 400;
}

.checkout-required-text {
  color: var(--neutral-800);
  font-weight: 500;
}

.checkout-billing-address-toggle {
  align-items: center;
  margin-top: 10px;
}

.checkout-checkbox-label {
  margin-bottom: 0;
}

.checkout-checkbox {
  margin-top: 0;
}

.order-item-list {
  margin-top: 15px;
  margin-bottom: -40px;
}

.order-item {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.image-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.card-home-about-host {
  border-radius: 1000px;
  width: 186px;
  min-width: 186px;
  min-height: 186px;
  margin-bottom: 17px;
}

.image-wrapper.card-episode, .image-wrapper.card-post {
  align-items: center;
}

.image-wrapper.about-hero {
  margin-top: -110px;
}

.image-wrapper.card-sponsor {
  border-bottom: 1px solid var(--neutral-400);
}

.image-wrapper.host-hero {
  border-radius: 1000px;
  width: 186px;
  min-width: 186px;
  min-height: 186px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper.card-featured-episode {
  background-image: url('../images/JW-YXkvQ.jpeg');
  background-position: 0 0;
  background-size: contain;
  align-self: stretch;
  width: 350px;
  max-width: 399px;
}

.image-wrapper.featured-guest {
  border-radius: 30px;
  margin-bottom: 48px;
}

.image-wrapper.card-episode-page {
  border-radius: 30px;
  max-width: 311px;
  margin-right: 30px;
}

.image-wrapper.card-episode-host {
  border-radius: 1000px;
  width: 238px;
  min-width: 238px;
  min-height: 238px;
  margin-right: 30px;
}

.image-wrapper.blog-post-main-image {
  margin-bottom: 120px;
}

.image-wrapper.card-author {
  border-radius: 1000px;
  width: 238px;
  min-width: 238px;
  min-height: 238px;
  margin-right: 30px;
}

.image.home-hero {
  z-index: 1;
  width: 100%;
  max-width: 507px;
  position: absolute;
  left: 0;
}

.image.home-about-1 {
  z-index: auto;
  align-self: flex-start;
  max-width: 100%;
  position: relative;
  top: 0;
}

.image.home-about-1._50-width {
  z-index: 1;
  max-width: 50%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image.home-about-1.hidden {
  display: none;
}

.image.home-about-2 {
  z-index: 2;
  align-self: flex-end;
  max-width: 50%;
  position: absolute;
  bottom: 0;
}

.image.card-home-about-host {
  width: 100%;
}

.image.social-media-link {
  transform-style: preserve-3d;
  transition-duration: .35s;
}

.image.social-media-link:hover {
  transform: translate3d(0, -2px, .01px);
}

.image.card-testimonial {
  max-width: 148px;
  margin-right: 45px;
}

.image.card-testimonial-stars {
  margin-bottom: 16px;
}

.image.card-episode {
  object-fit: cover;
  width: 100%;
}

.image.card-post {
  height: 100%;
}

.image.footer-social-media {
  object-fit: none;
  width: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-right: 13px;
}

.image.card-perk {
  border-radius: 1000px;
  width: 108px;
  min-width: 108px;
  min-height: 108px;
  margin-bottom: 32px;
}

.image.card-sponsor, .image.host-hero {
  object-fit: cover;
  width: 100%;
}

.image.host-about-left {
  max-width: 93%;
}

.image.card-host-conferences {
  object-fit: cover;
  width: 100%;
}

.image.card-host-sponsors-logo.logo-1 {
  width: 69%;
  margin-top: 36px;
  margin-left: 13px;
}

.image.card-host-sponsors-logo.logo-2 {
  width: 65%;
  margin-top: 30px;
}

.image.card-host-sponsors-logo.logo-3 {
  width: 71%;
  margin-top: 32px;
  margin-right: 8px;
}

.image.card-host-sponsors-logo.logo-4 {
  width: 68%;
  margin-bottom: 31px;
  margin-left: 13px;
}

.image.card-host-sponsors-logo.logo-5 {
  width: 74%;
  margin-bottom: 31px;
}

.image.card-host-sponsors-logo.logo-6 {
  width: 61%;
  margin-bottom: 26px;
  margin-right: 20px;
}

.image.card-featured-episode {
  object-fit: none;
  object-position: 50% 50%;
  width: 100%;
}

.image.card-episodes-platform {
  object-fit: cover;
  width: 100%;
}

.image.card-episode-page {
  width: 100%;
}

.image.card-more-episodes {
  object-fit: cover;
  width: 100%;
}

.image.card-package-feature-icon {
  border-radius: 1000px;
  width: 20px;
  min-width: 20px;
  min-height: 20px;
  margin-top: 6px;
  margin-right: 6px;
}

.image.package-feature-icon {
  border-radius: 1000px;
  width: 20px;
  min-width: 20px;
  min-height: 20px;
  margin-right: 18px;
}

.image.card-review-hero {
  max-width: 148px;
  margin-right: 15px;
}

.image.card-review-hero-stars, .image.card-review-stars {
  margin-bottom: 16px;
}

.image.card-review-about-testimonial {
  max-width: 62px;
  margin-right: 16px;
}

.image.contact-platform {
  object-fit: cover;
  width: 100%;
}

.image.style-guide-icon {
  border-radius: 1000px;
  width: 80px;
  min-width: 80px;
  min-height: 80px;
}

.order-item-wrapper {
  flex-wrap: wrap;
  margin-right: 16px;
  display: flex;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-price, .order-item-option-result {
  color: var(--neutral-800);
  font-weight: 500;
}

.apple-pay {
  border-radius: 1000px;
  height: 56px;
}

.checkout-line-item {
  flex-wrap: wrap;
}

.order-summary-subtotal {
  color: var(--neutral-800);
  font-weight: 400;
}

.order-summary-total {
  color: var(--neutral-800);
  font-size: 21px;
  font-weight: 600;
}

.discounts {
  border-width: 0;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.paypal {
  margin-bottom: 15px;
}

.checkout-hero-wrapper {
  max-width: 600px;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart-button {
  color: var(--neutral-800);
  background-color: #0000;
  padding: 0;
  font-size: 16px;
  line-height: 1.125em;
}

.cart-button.hidden {
  display: none;
}

.cart-quantity {
  min-width: auto;
  height: auto;
  color: var(--neutral-800);
  background-color: #0000;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.cart-container {
  border: 1px solid var(--neutral-400);
  max-width: 500px;
  box-shadow: 0 5px 25px 0 var(--shadow-card-default);
  border-radius: 20px;
}

.grid-licenses-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.licenses-link-image-container {
  transition: box-shadow .35s, transform .35s;
  overflow: hidden;
}

.licenses-link-image-container:hover {
  transform: translate(0, -4px);
}

.bg-neutral-800 {
  background-color: var(--neutral-800);
}

.bg-secondary-5 {
  background-color: var(--secondary-5);
}

.home-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 500px;
  margin-bottom: 40px;
  display: flex;
}

.home-hero-content {
  flex: 1;
  max-width: 544px;
  margin-left: 60px;
  margin-right: 20px;
}

.home-hero-content.vertical {
  flex-direction: column;
  display: flex;
}

.home-hero-image-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 46%;
  display: none;
  position: relative;
}

._2-buttons {
  margin-bottom: -20px;
}

.home-hero-shape {
  background-color: var(--color-palette-3-gold);
  align-self: stretch;
  width: 100%;
  max-width: 93%;
  min-height: 669px;
}

.sponsors-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -20px;
  display: flex;
}

.sponsors-wrapper.hide {
  display: none;
}

.sponsors-text {
  letter-spacing: .02em;
  margin-bottom: 20px;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
}

.sponsors-grid {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 822px;
  margin-bottom: 20px;
  display: flex;
}

.home-about-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-about-images-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 598px;
  min-height: 611px;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.home-about-content {
  max-width: 42%;
}

.home-about-list {
  margin-bottom: 48px;
}

.recent-episodes-wrapper {
  text-align: center;
}

.flex-vc {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.newsletter-wrapper {
  background-color: var(--color-palette-1-blue);
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 120px 74px 120px 76px;
  display: flex;
}

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

.content-top.testimonials, .content-top.home-blog {
  margin-bottom: 32px;
}

.content-top.about-sponsors, .content-top.featured-episode, .content-top.episodes {
  margin-bottom: 56px;
}

.content-top.more-episodes {
  margin-bottom: 47px;
}

.content-top.blog {
  margin-bottom: 56px;
}

.content-top.more-posts {
  margin-bottom: 50px;
}

.content-top.episodes-category, .content-top.blog-category {
  flex-direction: column;
  margin-bottom: 56px;
}

.home-about-host-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-about-list-wrapper {
  color: var(--neutral-800);
  align-items: center;
  line-height: 1.111em;
  display: flex;
}

.home-about-list-circle {
  background-color: var(--color-palette-1-blue);
  border-radius: 1000px;
  width: 10px;
  min-width: 10px;
  min-height: 10px;
  margin-right: 12px;
}

.newsletter-form-block {
  width: 100%;
  max-width: 550px;
  margin-bottom: 0;
}

.newsletter-form {
  align-items: center;
  display: flex;
  position: relative;
}

.home-about-host-content {
  max-width: 560px;
  margin-right: 40px;
}

.home-about-shape {
  background-color: #f1c05f;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 71%;
  min-height: 466px;
  display: flex;
  position: absolute;
  top: 36px;
}

.home-about-shape.hidden {
  display: none;
}

.card-home-about-host-name-wrapper {
  margin-bottom: 21px;
}

.card-home-about-host-rol {
  line-height: 1.111em;
}

.card-home-about-host-social-media-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
}

.social-media-link {
  line-height: 1em;
  transition-property: transform;
}

.social-media-link:hover {
  transform: translate(0, -2px);
}

.social-media-link.hidden {
  display: none;
}

.testimonials-slider {
  background-color: #0000;
  align-items: center;
  height: 100%;
  margin-bottom: 56px;
  display: flex;
}

.testimonials-mask {
  max-width: 595px;
  overflow: visible;
}

.testimonial-slide {
  margin-right: 28px;
}

.slide-nav {
  display: none;
}

.card-testimonial-about {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375em;
}

.subscribe-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -20px;
  display: flex;
}

.subscribe-grid {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  width: 100%;
  max-width: 1012px;
  margin-bottom: 20px;
}

.subscribe-link {
  border: 1px solid var(--neutral-500);
  text-align: center;
  border-radius: 1000px;
  transition: transform .3s, border-color .3s;
  overflow: hidden;
}

.subscribe-link:hover {
  border-color: var(--primary-1);
  transform: translate(0, -4px);
}

.slider-right-arrow {
  background-color: var(--neutral-800);
  border-radius: 1000px;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  font-size: 23px;
  transition: background-color .3s, transform .3s;
  top: auto;
  bottom: auto;
  right: -22px;
}

.slider-right-arrow:hover {
  background-color: var(--secondary-1);
  transform: scale(1.05);
}

.slider-left-arrow {
  background-color: var(--neutral-800);
  border-radius: 1000px;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  font-size: 23px;
  transition: background-color .3s, transform .3s;
  top: auto;
  bottom: auto;
  left: -22px;
}

.slider-left-arrow:hover {
  background-color: var(--secondary-1);
  transform: scale(1.05);
}

.home-episodes-grid {
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 56px;
  display: grid;
}

.card-episode-content {
  flex-direction: column;
  flex: 1;
  padding: 37px 32px 43px;
  display: flex;
}

.card-episode-content-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.card-episode-listen-link {
  color: var(--neutral-800);
  align-items: center;
  font-weight: 500;
  line-height: 1.111em;
  display: flex;
}

.card-episode-number-wrapper {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.card-episode-number-text {
  color: var(--neutral-800);
  margin-right: 5px;
  font-weight: 600;
  line-height: 1.111em;
}

.post-section-grid {
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-episode-content-top {
  margin-bottom: 32px;
}

.card-post-content {
  flex-direction: column;
  flex: 1;
  padding: 34px 25px 54px 31px;
  display: flex;
}

.card-post-content-top {
  margin-bottom: 17px;
}

.card-post-date {
  margin-bottom: 24px;
  display: block;
}

.card-post-content-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.card-post-content-bottom.hidden {
  display: none;
}

.card-post-link {
  color: var(--neutral-800);
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: underline;
}

.card-post-category {
  background-color: var(--neutral-300);
  color: var(--neutral-800);
  border-radius: 1000px;
  padding: 16px 25px;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
}

.card-post-category.hidden {
  display: none;
}

.footer-content-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-content {
  justify-content: space-between;
  margin-bottom: -60px;
  display: flex;
}

.footer-content.utility-pages {
  justify-content: space-around;
}

.footer-small-print {
  text-align: center;
  line-height: 1.222em;
}

.link-medium {
  font-weight: 500;
}

.footer-menu-wrapper {
  max-width: 326px;
  margin-bottom: 60px;
  margin-right: 30px;
}

.footer-menu-wrapper.last {
  margin-right: 0;
}

.footer-menu-title {
  color: var(--neutral-800);
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 1.111em;
}

.footer-menu-content {
  margin-bottom: -24px;
  display: flex;
}

.footer-nav-link {
  color: var(--neutral-600);
  white-space: nowrap;
  text-decoration: none;
}

.footer-social-media-link {
  color: var(--neutral-600);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-social-media-link.hidden {
  display: none;
}

.footer-episode-item {
  border-bottom: 1px solid var(--neutral-400);
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 20px;
  line-height: 1.111em;
}

.footer-episode-item:last-child {
  border-bottom-width: 0;
}

.footer-episode-link {
  text-decoration: none;
}

.empty-state {
  border: 1px solid var(--neutral-400);
  color: var(--neutral-800);
  text-align: center;
  background-color: #0000;
  border-radius: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 25px;
  font-weight: 500;
}

.empty-state.small {
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.empty-state.cart {
  border-width: 0;
  border-radius: 0;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.nav-menu-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand {
  padding-left: 0;
  transition-property: transform;
}

.brand:hover {
  transform: scale(1.05);
}

.container-medium-739px {
  max-width: 739px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-739px.about-hero {
  text-align: center;
  margin-bottom: 100px;
}

.achievements-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  max-width: 1011px;
  margin-left: auto;
  margin-right: auto;
}

.number-big {
  color: var(--neutral-800);
  letter-spacing: -.01em;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.063em;
}

.number-big.achievement {
  margin-bottom: 18px;
}

.number-big.timeline-year {
  margin-bottom: 20px;
}

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

.achievement-text {
  line-height: 1.111em;
}

.accent-text.primary-1 {
  color: var(--primary-1);
}

.accent-text.secondary-2 {
  color: var(--secondary-2);
}

.accent-text.secondary-5 {
  color: var(--secondary-5);
}

.accent-text.secondary-3 {
  color: var(--secondary-3);
}

.about-story-column-1 {
  padding-right: 15px;
}

.about-story-column-2 {
  padding-left: 15px;
}

.about-story-column-content-2 {
  max-width: 547px;
  margin-bottom: -20px;
  margin-left: auto;
}

.about-story-column-content-1 {
  max-width: 547px;
  margin-bottom: -20px;
}

.container-medium-619px {
  max-width: 619px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-619px.perks {
  text-align: center;
  margin-bottom: 58px;
}

.about-sponsors-grid {
  grid-column-gap: 28px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 56px;
}

.perks-slider {
  background-color: #0000;
  align-items: center;
  height: 100%;
  margin-bottom: 56px;
  display: flex;
}

.perks-mask {
  max-width: 388px;
  overflow: visible;
}

.perks-slide {
  margin-right: 28px;
}

.timeline-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline-year-wrapper {
  z-index: 1;
  background-color: var(--neutral-100);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.timeline-year-wrapper.last {
  padding-right: 0;
}

.timeline-year-wrapper.first {
  padding-left: 0;
}

.timeline-divider {
  background-color: var(--neutral-400);
  width: 100%;
  min-height: 2px;
  position: absolute;
}

.timeline-year-accent {
  border-radius: 1000px;
  width: 25px;
  min-width: 25px;
  min-height: 25px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.timeline-year-text {
  max-width: 153px;
  color: var(--neutral-700);
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.3em;
}

.card-sponsor-content {
  padding: 39px 32px 48px;
}

.timeline-main-wrapper {
  margin-bottom: 56px;
}

.timeline-title-wrapper {
  text-align: center;
  max-width: 571px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}

.container-medium-784px {
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-784px.host-hero {
  text-align: center;
}

.host-about-wrapper {
  justify-content: space-between;
  display: flex;
}

.host-about-right-content {
  margin-bottom: 45px;
}

.container-small-599px {
  max-width: 599px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-599px.host-conferences {
  text-align: center;
  margin-bottom: 56px;
}

.host-conferences-grid {
  grid-column-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-host-conferences-content {
  flex-direction: column;
  flex: 1;
  padding: 48px 14px 48px 31px;
  display: flex;
}

.card-host-conferences-date {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1.125em;
}

.card-host-conferences-link {
  color: var(--neutral-800);
  margin-top: auto;
  text-decoration: underline;
}

.host-sponsors-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-host-sponsors-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-host-sponsors-logo {
  overflow: hidden;
}

.card-host-sponsors-logo._1 {
  border-right: 1px solid var(--neutral-400);
  border-bottom: 1px solid var(--neutral-400);
  align-items: flex-start;
  width: 100%;
  min-height: 144px;
  display: flex;
}

.card-host-sponsors-logo._2 {
  border-bottom: 1px solid var(--neutral-400);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 144px;
  display: flex;
}

.card-host-sponsors-logo._3 {
  border-bottom: 1px solid var(--neutral-400);
  border-left: 1px solid var(--neutral-400);
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 144px;
  display: flex;
}

.card-host-sponsors-logo._4 {
  border-right: 1px solid var(--neutral-400);
  align-items: flex-end;
  width: 100%;
  min-height: 144px;
  display: flex;
}

.card-host-sponsors-logo._5 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 144px;
  display: flex;
}

.card-host-sponsors-logo._6 {
  border-left: 1px solid var(--neutral-400);
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  min-height: 144px;
  display: flex;
}

.episodes-hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-episodes-platforms-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 42px);
  grid-auto-flow: column;
}

.card-featured-episode-content {
  flex: 1;
  padding: 60px 71px;
}

.card-featured-episode-divider {
  background-color: var(--neutral-400);
  min-height: 1px;
  margin-top: 42px;
  margin-bottom: 42px;
}

.card-featured-episode-content-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-small-541px {
  max-width: 541px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-541px.featured-guests {
  text-align: center;
  margin-bottom: 30px;
}

.container-small-541px.featured-guests-contact {
  text-align: center;
}

.featured-guests-grid {
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 56px;
  display: grid;
}

.episodes-grid {
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-featured-episode-listen-link {
  color: var(--neutral-800);
  align-items: center;
  font-weight: 500;
  line-height: 1.111em;
  display: flex;
}

.card-featured-episode-category {
  background-color: var(--neutral-300);
  color: var(--neutral-800);
  border-radius: 1000px;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.card-featured-episode-category.hidden {
  display: none;
}

.categories {
  flex-wrap: wrap;
  margin-bottom: -20px;
  display: flex;
}

.categories.category-page {
  justify-content: center;
}

.categories.hidden {
  display: none;
}

.category-item {
  flex-wrap: wrap;
  margin-right: 18px;
  display: flex;
}

.category-item:last-child {
  margin-right: 0;
}

.button-category {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  color: var(--neutral-800);
  border-radius: 1000px;
  margin-bottom: 20px;
  padding: 16px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  transition: transform .3s, background-color .3s;
}

.button-category:hover {
  background-color: var(--primary-1);
  color: var(--neutral-800);
  transform: translate(0, -4px);
}

.button-category.w--current {
  background-color: var(--primary-1);
}

.button-category.all {
  margin-right: 18px;
}

.featured-guest-wrapper {
  min-height: 100%;
  color: var(--neutral-600);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.featured-guest-wrapper:hover {
  color: var(--neutral-600);
}

.featured-guest-content {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.featured-guest-episode-listen-link {
  color: var(--neutral-800);
  align-items: center;
  margin-top: auto;
  font-weight: 500;
  line-height: 1.111em;
  display: flex;
}

.card-episodes-platform-link {
  border-radius: 10px;
  width: 42px;
  min-width: 42px;
  min-height: 42px;
  transition-property: transform;
  display: flex;
  overflow: hidden;
}

.card-episodes-platform-link:hover {
  transform: translate(0, -4px);
}

.card-episodes-platform-link.hidden {
  display: none;
}

.backlink-wrapper {
  margin-bottom: 45px;
  display: flex;
}

.episode-wrapper {
  max-width: 1116px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-width-720px p {
  max-width: 720px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-width-720px h3 {
  max-width: 720px;
  margin: 56px auto 16px;
}

.rich-text-width-720px figure {
  margin-top: 56px;
  margin-bottom: 80px;
}

.rich-text-width-720px figcaption {
  margin-top: 24px;
}

.rich-text-width-720px h4 {
  max-width: 720px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-width-720px blockquote {
  max-width: 860px;
  margin: 40px auto 56px;
}

.rich-text-width-720px ul {
  max-width: 720px;
  margin: 32px auto 56px;
}

.rich-text-width-720px h5 {
  max-width: 720px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-width-720px h6 {
  max-width: 720px;
  margin: 37px auto 16px;
}

.rich-text-width-720px h2 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-width-720px ol {
  max-width: 720px;
  margin: 32px auto 56px;
}

.card-episode-page-content {
  max-width: 673px;
}

.card-episode-page-content-top {
  margin-bottom: 42px;
}

.card-episode-page-bottom {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -25px;
  display: flex;
}

.card-episode-page-category {
  background-color: var(--neutral-300);
  color: var(--neutral-800);
  border-radius: 1000px;
  margin-bottom: 12px;
  padding: 16px 25px;
  font-size: 16px;
  line-height: 1em;
  transition: transform .3s, background-color .3s;
}

.card-episode-page-category:hover {
  background-color: var(--primary-1);
  color: var(--neutral-800);
  transform: translate(0, -4px);
}

.card-episode-page-category.hidden {
  display: none;
}

.container-medium-908px {
  max-width: 908px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.more-episodes-grid {
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-episode-host-content {
  max-width: 430px;
}

.card-episode-host-rol {
  font-size: 16px;
  line-height: 1.125em;
}

.card-episode-host-name-wrapper {
  margin-bottom: 22px;
}

.backlink {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.backlink-arrow {
  margin-right: 13px;
  font-family: Icons Podcast X Template, sans-serif;
  font-size: 15px;
}

.backlink-text {
  text-decoration: underline;
}

.card-episode-page-listen-link {
  color: var(--neutral-800);
  align-items: center;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  display: flex;
}

.card-episode-page-listen-link.hidden {
  display: none;
}

.card-episode-page-links {
  align-items: center;
  margin-bottom: 25px;
  margin-right: 30px;
  display: flex;
}

.card-episode-page-links-divider {
  background-color: var(--neutral-400);
  align-self: stretch;
  width: 1px;
  margin-left: 18px;
  margin-right: 18px;
}

.read-transcript-link {
  font-weight: 500;
  line-height: 1.111em;
  display: block;
}

.card-episode-page-platforms-wrapper {
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.card-episode-page-platforms-text {
  margin-right: 15px;
  line-height: 1.111em;
}

.card-episode-page-platforms-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
}

.card-episode-page-platform-link {
  border-radius: 5px;
  width: 22px;
  min-width: 22px;
  min-height: 22px;
  transition-property: transform;
  display: flex;
  overflow: hidden;
}

.card-episode-page-platform-link:hover {
  transform: translate(0, -3px);
}

.card-episode-page-platform-link.hidden {
  display: none;
}

.bg {
  position: absolute;
}

.bg.episode {
  z-index: -1;
  background-color: var(--neutral-200);
  min-height: 91%;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg.package {
  z-index: -1;
  background-color: var(--neutral-200);
  min-height: 60%;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-episode-host-social-media-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
}

.card-episode-host-social-media-grid.hidden {
  display: none;
}

.card-more-episodes-content {
  flex-direction: column;
  flex: 1;
  padding: 37px 32px 43px;
  display: flex;
}

.card-more-episodes-content-top {
  margin-bottom: 32px;
}

.card-more-episodes-content-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.card-more-episodes-listen-link {
  color: var(--neutral-800);
  align-items: center;
  font-weight: 500;
  line-height: 1.111em;
  display: flex;
}

.card-more-episodes-number-wrapper {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.card-more-episodes-number-text {
  color: var(--neutral-800);
  margin-right: 5px;
  font-weight: 600;
  line-height: 1.111em;
}

.card-more-episodes-number-text.last {
  margin-right: 0;
}

.container-medium-800px {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-800px.packages, .container-medium-800px.packages-category {
  text-align: center;
  margin-bottom: 56px;
}

.packages-content {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.card-package-price-wrapper {
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 16px;
  display: flex;
}

.card-package-price {
  color: var(--neutral-800);
  margin-right: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.289em;
}

.card-package-plan-duration {
  color: var(--neutral-700);
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1.375em;
}

.card-package-content-bottom {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.card-package-features-list {
  margin-bottom: -16px;
  padding-left: 0;
}

.card-package-feature-wrapper {
  color: var(--neutral-800);
  align-items: flex-start;
  display: flex;
}

.faqs-column-1 {
  padding-right: 14px;
}

.faqs-column-2 {
  padding-left: 14px;
}

.card-faq-icon {
  background-color: var(--neutral-500);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  margin-right: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-faq-icon-1 {
  background-color: var(--neutral-100);
  width: 18px;
  min-height: 3px;
  position: absolute;
}

.card-faq-icon-2 {
  background-color: var(--neutral-100);
  width: 3px;
  min-height: 18px;
  position: absolute;
}

.card-faq-content-top {
  align-items: center;
  display: flex;
}

.card-faq-content-bottom {
  margin-left: 72px;
}

.space.faq-top {
  min-height: 22px;
}

.space.faq-bottom {
  min-height: 5px;
}

.package-item {
  margin-right: 10px;
}

.package-item:last-child {
  margin-right: 0;
}

.card-package-features-list-wrapper {
  margin-bottom: 54px;
}

.package-wrapper {
  justify-content: space-between;
  display: flex;
}

.package-content-top {
  max-width: 596px;
  margin-bottom: 300px;
}

.package-title-wrapper {
  flex-wrap: wrap;
  margin-bottom: 24px;
  display: flex;
}

.package-about-wrapper {
  margin-bottom: -56px;
}

.package-features-list {
  margin-bottom: 0;
  padding-left: 0;
}

.package-features-list-item {
  margin-bottom: 18px;
}

.package-feature-wrapper {
  color: var(--neutral-800);
  align-items: flex-start;
  font-weight: 600;
  line-height: 1.111em;
  display: flex;
}

.card-subscribe-plan-title-wrapper {
  flex-wrap: wrap;
  margin-bottom: 7px;
  display: flex;
}

.select-wrapper {
  border: 1px solid var(--neutral-400);
  background-color: var(--neutral-100);
  border-radius: 100px;
  min-height: 64px;
  padding-left: 26px;
  padding-right: 26px;
  transition: border-color .3s;
}

.select-wrapper:hover, .select-wrapper:focus {
  border-color: var(--neutral-800);
}

.select-wrapper::placeholder {
  color: var(--neutral-600);
}

.select {
  min-height: 64px;
  color: var(--neutral-600);
  background-color: #0000;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 1.111em;
  transition: color .3s;
}

.select:hover, .select:focus {
  color: var(--neutral-800);
}

.select::placeholder {
  color: var(--neutral-600);
}

.add-cart-default-state {
  margin-bottom: 0;
}

.add-cart-option-list {
  margin-bottom: 24px;
}

.add-cart-price {
  color: var(--neutral-800);
  margin-bottom: 24px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.289em;
}

.container-medium-714px {
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-714px.reviews-hero {
  text-align: center;
  margin-bottom: 56px;
}

.reviews-hero-grid {
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.reviews-hero-wrapper {
  background-image: linear-gradient(to bottom, white 50%, var(--neutral-200) 50%);
}

.latest-reviews-grid {
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 56px;
}

.card-review-hero-content {
  max-width: 330px;
}

.card-review-hero-about {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375em;
}

.card-review-about {
  align-items: center;
  display: flex;
}

.card-review-about-testimonial-name {
  color: var(--neutral-800);
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

.card-review-about-testimonial-platform {
  font-size: 15px;
  line-height: 1.6em;
}

.card-review-hero-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-medium-743px {
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-743px.blog-hero {
  text-align: center;
  margin-bottom: 56px;
}

.blog-featured-slider {
  background-color: #0000;
  align-items: center;
  height: 100%;
  display: flex;
}

.blog-featured-mask {
  max-width: 596px;
  overflow: visible;
}

.blog-featured-slide {
  margin-right: 28px;
}

.blog-grid {
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-title-wrapper {
  text-align: center;
  max-width: 1043px;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-rich-text-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-width-800px p {
  max-width: 800px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-width-800px h3 {
  max-width: 800px;
  margin: 56px auto 16px;
}

.rich-text-width-800px figure {
  margin-top: 56px;
  margin-bottom: 80px;
}

.rich-text-width-800px figcaption {
  margin-top: 24px;
}

.rich-text-width-800px h4 {
  max-width: 800px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-width-800px blockquote {
  max-width: 860px;
  margin: 40px auto 56px;
}

.rich-text-width-800px ul {
  max-width: 800px;
  margin: 32px auto 56px;
}

.rich-text-width-800px h5 {
  max-width: 800px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-width-800px h6 {
  max-width: 800px;
  margin: 37px auto 16px;
}

.rich-text-width-800px h2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-width-800px ol {
  max-width: 800px;
  margin: 32px auto 56px;
}

.blog-post-about-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.card-author-content {
  max-width: 430px;
}

.card-author-rol {
  font-size: 16px;
  line-height: 1.125em;
}

.card-author-social-media-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
}

.contact-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-content-top {
  margin-bottom: 56px;
}

.contact-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 44px;
  display: flex;
}

.contact-link {
  color: var(--neutral-600);
  align-items: center;
  margin-bottom: 21px;
  text-decoration: none;
  display: flex;
}

.contact-link.last {
  margin-bottom: 0;
}

.contact-platforms-text {
  margin-bottom: 24px;
  font-size: 25px;
  line-height: 1.08em;
}

.contact-platforms-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 37px);
}

.contact-platform-link {
  border-radius: 10px;
  width: 37px;
  min-width: 37px;
  min-height: 37px;
  transition-property: transform;
  display: flex;
  overflow: hidden;
}

.contact-platform-link:hover {
  transform: translate(0, -4px);
}

.contact-form-block {
  flex: 1;
  margin-bottom: 0;
}

.contact-form-grid {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-area {
  border: 1px solid var(--neutral-400);
  min-width: 100%;
  max-width: 100%;
  min-height: 132px;
  max-height: 200px;
  color: var(--neutral-800);
  border-radius: 14px;
  margin-bottom: 0;
  padding: 20px 26px;
  font-size: 18px;
  line-height: 1.111em;
  transition: border-color .3s, color .3s;
}

.text-area:hover {
  border-color: var(--neutral-800);
}

.text-area:focus {
  border-color: var(--neutral-800);
  color: var(--neutral-800);
}

.text-area::placeholder {
  color: var(--neutral-600);
}

.text-area.with-icon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 26px 23px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 55px;
  transition: opacity .2s, border-color .3s, color .3s;
}

.text-area.with-icon.message {
  background-image: url('../images/icon-4-input-contact-podcast-x-template.svg');
}

.text-area.with-icon.message:focus {
  background-image: url('../images/icon-4-input-focused-contact-podcast-x-template.svg');
}

.contact-form-links-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -30px;
  display: flex;
}

.contact-form-social-media-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  grid-auto-columns: auto;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
}

.container-medium-644px {
  max-width: 644px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-644px.sponsors {
  text-align: center;
}

.sponsors-page-grid {
  grid-column-gap: 28px;
  grid-row-gap: 56px;
  grid-template-columns: 1fr 1fr 1fr;
}

.category-title-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.category-title-wrapper.packages-category {
  justify-content: center;
}

.category-title-wrapper.episodes-category {
  justify-content: center;
  margin-bottom: 40px;
}

.rich-text-figure-caption p {
  max-width: 720px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-figure-caption h3 {
  max-width: 720px;
  margin: 56px auto 16px;
}

.rich-text-figure-caption figcaption {
  margin-top: 24px;
}

.rich-text-figure-caption h4 {
  max-width: 720px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-figure-caption blockquote {
  max-width: 860px;
  margin: 40px auto 56px;
}

.rich-text-figure-caption ul {
  max-width: 720px;
  margin: 32px auto 56px;
}

.rich-text-figure-caption h5 {
  max-width: 720px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-figure-caption h6 {
  max-width: 720px;
  margin: 37px auto 16px;
}

.rich-text-figure-caption h2 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-figure-caption ol {
  max-width: 720px;
  margin: 32px auto 56px;
}

.card-changelog-badge {
  background-color: var(--primary-1);
  border-radius: 1000px;
  padding: 16px 25px;
  font-size: 20px;
  line-height: 1em;
}

.checkout-address-wrapper {
  flex-wrap: wrap;
}

.success-message {
  background-color: var(--cream);
  color: var(--neutral-800);
  text-align: center;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.error-message {
  background-color: var(--secondary-2);
  color: var(--neutral-100);
  text-align: center;
  border-radius: 20px;
  align-self: stretch;
  margin-top: 20px;
  padding: 20px;
  font-weight: 500;
}

.dropdown-nav {
  margin-bottom: 0;
  margin-right: 30px;
  padding-left: 0;
  list-style-type: none;
}

.dropdown-nav.last {
  margin-right: 0;
}

.dropdown-nav-content {
  justify-content: space-between;
  display: flex;
}

.dropdown-nav-item {
  margin-bottom: 24px;
  line-height: 1.111em;
}

.dropdown-arrow {
  font-size: 6.5px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.dropdown-nav-pages-wrapper {
  width: 100%;
  margin-right: 40px;
}

.dropdown-nav-pages-wrapper.last {
  margin-right: 0;
}

.dropdown-nav-main-wrapper {
  border: 1px solid var(--neutral-400);
  width: 100%;
  box-shadow: 0 24px 38px 0 var(--card-shadow-long);
  background-color: #fff;
  border-radius: 30px;
  justify-content: space-between;
  padding: 60px 40px 45px;
  display: flex;
}

.dropdown-nav-link {
  max-height: 20px;
  color: var(--neutral-600);
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
  transition: color .35s;
}

.dropdown-list {
  background-color: #0000;
  padding-top: 30px;
  right: -230px;
}

.nav-link-dropdown {
  line-height: 1em;
}

.cart-item-quantity {
  border: 1px solid var(--neutral-400);
  background-color: var(--neutral-100);
  color: var(--neutral-800);
  border-radius: 100px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.111em;
  transition: border-color .3s, color .3s;
  display: none;
}

.cart-item-quantity:hover {
  border-color: var(--neutral-800);
}

.cart-item-quantity:focus {
  border-color: var(--neutral-800);
  color: var(--neutral-800);
}

.cart-item-quantity::placeholder {
  color: var(--neutral-600);
}

.cart-wrapper {
  z-index: 2147483647;
  background-color: #060613e6;
}

.cart-header {
  border-bottom-width: 0;
  padding-top: 20px;
}

.cart-footer {
  border-top-width: 0;
  padding-bottom: 40px;
}

.cart-subtotal {
  color: var(--neutral-800);
  font-size: 20px;
  font-weight: 600;
}

.remove-button {
  font-size: 16px;
}

.cart-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.cart-item-content {
  margin-left: 0;
}

.cart-item-option-result, .cart-item-price {
  color: var(--neutral-800);
  font-weight: 500;
}

.close-button {
  transition-property: transform;
  display: flex;
}

.close-button:hover {
  transform: scale(1.2);
}

.card-episode-page-content-top-title-link {
  color: var(--neutral-600);
  text-decoration: none;
}

.card-episode-page-content-top-title-link:hover {
  color: var(--neutral-600);
}

.card-episode-listen-link-icon {
  margin-right: 10px;
  font-family: Icons Podcast X Template, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
}

.card-episode-listen-link-icon.hidden {
  display: none;
}

.card-episode-listen-link-text {
  text-decoration: underline;
}

.contact-link-icon {
  color: var(--neutral-800);
  margin-right: 17px;
  font-family: Icons Podcast X Template, sans-serif;
  font-size: 32px;
  line-height: 1em;
}

.subscribe-link-wrapper {
  display: flex;
}

.platform-link {
  transition-property: transform;
}

.platform-link:hover {
  transform: translate(0, -4px);
}

.section-2 {
  background-image: linear-gradient(#fff9, #fff9), url('../images/Austin.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 38%;
  display: flex;
  position: fixed;
}

.coming-soon-logo {
  width: auto;
  height: 50%;
}

.left-arrow, .right-arrow, .slide-nav-2 {
  display: none;
}

.slider-bottom-right {
  z-index: 2;
  width: 50%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.slider-bottom-right.hidden {
  display: none;
}

.slider-top-left {
  z-index: 2;
  width: 50%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slider-top-left.hidden {
  display: none;
}

.recent-episode-item {
  width: 70%;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.collection-item {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

.home-page-episode-card {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 5px 16px 0 var(--shadow-card-default);
  border-radius: 24px;
  text-decoration: none;
  overflow: hidden;
}

.home-page-episode-card.changelog {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 60px 50px;
  display: flex;
}

.home-page-episode-card.checkout {
  margin-bottom: 40px;
}

.home-page-episode-card.checkout.last {
  margin-bottom: 0;
}

.home-page-episode-card.checkout.order-summary {
  box-shadow: none;
  border-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.home-page-episode-card.home-about-host {
  max-width: 568px;
  padding: 62px 56px 64px;
}

.home-page-episode-card.testimonial {
  border-radius: 34px;
  align-items: center;
  padding: 44px 32px 52px;
  display: flex;
  box-shadow: 0 5px 12px #14142b0d;
}

.home-page-episode-card.episode {
  min-height: 100%;
  color: var(--neutral-600);
  border-radius: 30px;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate(0);
}

.home-page-episode-card.episode:hover {
  color: var(--neutral-600);
  transform: translate(0, -6px);
  box-shadow: 0 10px 20px #080f341a;
}

.home-page-episode-card.post {
  min-height: 100%;
  color: var(--neutral-600);
  border-radius: 30px;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate(0);
}

.home-page-episode-card.post:hover {
  color: var(--neutral-600);
  transform: translate(0, -6px);
  box-shadow: 0 10px 20px #080f341a;
}

.home-page-episode-card.achievements {
  z-index: 1;
  border-radius: 0;
  padding: 63px 40px;
  position: relative;
}

.home-page-episode-card.perk {
  text-align: center;
  padding: 48px 32px;
}

.home-page-episode-card.sponsor {
  color: var(--neutral-600);
  text-align: center;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
}

.home-page-episode-card.sponsor:hover {
  color: var(--neutral-600);
  transform: translate(0, -6px);
  box-shadow: 0 10px 20px #080f341a;
}

.home-page-episode-card.host-about-left {
  max-width: 94%;
  box-shadow: none;
  border-width: 0;
  border-radius: 0;
  align-self: flex-end;
  margin-top: -154px;
  padding: 66px 51px;
}

.home-page-episode-card.host-conferences {
  color: var(--neutral-600);
  border-radius: 30px;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.home-page-episode-card.host-conferences:hover {
  color: var(--neutral-600);
  transform: translate(0, -6px);
  box-shadow: 0 10px 20px #080f341a;
}

.home-page-episode-card.host-sponsors {
  width: 100%;
  max-width: 804px;
  padding: 40px 38px;
}

.home-page-episode-card.episodes-platforms {
  border-radius: 30px;
  width: 80%;
  max-width: 100%;
  padding: 20px 40px;
}

.home-page-episode-card.featured-episode {
  box-shadow: 0 24px 38px 0 var(--card-shadow-long);
  color: var(--neutral-600);
  align-items: center;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate(0);
}

.home-page-episode-card.featured-episode:hover {
  color: var(--neutral-600);
  transform: translate(0, -6px);
  box-shadow: 0 30px 43px #080f341a;
}

.home-page-episode-card.episode-page {
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
  padding: 52px 52px 52px 40px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.home-page-episode-card.episode-page:hover {
  transform: translate(0, -6px);
  box-shadow: 0 10px 20px #080f341a;
}

.home-page-episode-card.episode-host {
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 79px 76px;
  display: flex;
}

.home-page-episode-card.more-episodes {
  min-height: 100%;
  color: var(--neutral-600);
  border-radius: 30px;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.home-page-episode-card.more-episodes:hover {
  color: var(--neutral-600);
  transform: translate(0, -6px);
  box-shadow: 0 10px 20px #080f341a;
}

.home-page-episode-card.package {
  max-width: 388px;
  min-height: 100%;
  box-shadow: none;
  color: var(--neutral-700);
  border-radius: 0;
  flex-direction: column;
  padding: 67px 30px 58px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.home-page-episode-card.package:hover {
  color: var(--neutral-700);
  transform: translate(0, -8px);
}

.home-page-episode-card.faq {
  cursor: pointer;
  flex-direction: column;
  margin-bottom: 32px;
  padding: 28px;
  display: flex;
}

.home-page-episode-card.subscribe-plan {
  min-height: 604px;
  padding: 52px 56px 58px;
  position: sticky;
  top: 20px;
}

.home-page-episode-card.subscribe-plan.mobile {
  display: none;
  position: static;
}

.home-page-episode-card.review-hero {
  border-radius: 34px;
  padding: 44px 32px 52px;
  box-shadow: 0 5px 12px #14142b0d;
}

.home-page-episode-card.review {
  padding: 48px 42px 38px;
}

.home-page-episode-card.author {
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 860px;
  margin-top: 88px;
  margin-left: auto;
  margin-right: auto;
  padding: 79px 76px;
  display: flex;
}

.home-page-episode-card.contact {
  align-items: center;
  width: 100%;
  max-width: 54%;
  min-height: 610px;
  padding: 79px 46px;
  display: flex;
}

.home-page-episode-card.default {
  padding: 50px 32px 42px;
}

.section-video-header {
  background-color: #f7f7f7;
  padding-top: 0;
  padding-bottom: 100px;
}

.section-video-header.home-hero {
  padding-top: 72px;
  padding-bottom: 0;
}

.section-video-header.home-hero.background-color {
  background-color: var(--color-palette-1-blue);
}

.section-video-header.bg-neutral-200.perks {
  overflow: hidden;
}

.section-video-header.bg-neutral-200.latest-reviews {
  padding-top: 120px;
}

.section-video-header.bg-neutral-200.more-posts, .section-video-header.bg-neutral-200.utility-page-hero {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-video-header.bg-neutral-200.top-margin {
  margin-top: 100px;
}

.section-video-header.newsletter {
  background-image: linear-gradient(to bottom, var(--neutral-200) 50%, white 50%);
  padding-top: 0;
  padding-bottom: 0;
}

.section-video-header.newsletter.packages-newsletter {
  margin-bottom: 200px;
}

.section-video-header.newsletter.blog {
  background-image: linear-gradient(to top, var(--neutral-200) 50%, white 50%);
}

.section-video-header.subscribe {
  background-color: var(--color-palette-1-blue);
  padding-top: 48px;
  padding-bottom: 48px;
}

.section-video-header.subscribe.hide {
  display: none;
}

.section-video-header.testimonials {
  overflow: hidden;
}

.section-video-header.about-hero {
  padding-top: 120px;
  padding-bottom: 0;
}

.section-video-header.about-story {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-video-header.host-hero {
  padding-top: 120px;
  padding-bottom: 160px;
}

.section-video-header.episodes-hero {
  padding-top: 120px;
  padding-bottom: 106px;
}

.section-video-header.featured-episode {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-video-header.episode {
  padding-top: 45px;
  padding-bottom: 60px;
  position: relative;
}

.section-video-header.episode-transcript {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-video-header.packages {
  padding-top: 120px;
}

.section-video-header.package {
  padding-top: 120px;
  padding-bottom: 140px;
  position: relative;
}

.section-video-header.reviews-hero {
  padding-top: 120px;
  padding-bottom: 0;
}

.section-video-header.blog-hero {
  padding-top: 120px;
  overflow: hidden;
}

.section-video-header.blog-post {
  padding-top: 45px;
}

.section-video-header.contact, .section-video-header.sponsors {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-video-header.packages-category, .section-video-header.episodes-category, .section-video-header.blog-category {
  padding-top: 120px;
}

.section-video-header.changelog {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-video-header.short {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-video-header.hidden {
  display: none;
}

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

.lightbox-text.bottom-margin-20 {
  margin-bottom: 20px;
}

.video {
  width: 100%;
  height: auto;
  margin: 0;
}

.outer-container {
  justify-content: center;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.inner-container {
  object-fit: fill;
  width: 30vw;
  height: 100%;
  display: block;
  overflow: visible;
}

.collection-item-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-list-3 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.episode-link-wrapper {
  width: auto;
}

.episode-collection-item {
  width: 100%;
  min-width: 30vw;
  height: 30vw;
  min-height: 30vw;
  overflow: visible;
}

.collection-list-wrapper-2 {
  width: 100%;
  height: auto;
  overflow: visible;
}

.marquee_component {
  align-items: center;
  height: auto;
  display: flex;
}

.main-container {
  width: 100%;
}

.main-container.marquee {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  display: flex;
}

.marquee_list {
  display: flex;
}

.marquee_item {
  flex: none;
  margin-right: 2rem;
}

.marquee_item-content-wrapper {
  flex-direction: column;
  width: 23.75rem;
  height: 23.75rem;
  display: flex;
  position: relative;
}

.marquee_item-image {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
  height: 23.75rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 25px 35px #00000026;
}

.marquee_item-name {
  color: var(--charcoal);
  font-size: 1.15rem;
}

.marquee_item-link {
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 58px;
  }

  h2 {
    margin-bottom: 20px;
  }

  blockquote {
    padding: 95px 76px;
    font-size: 22px;
  }

  .style-guide-sidebar {
    display: none;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .style-guide-content {
    margin-left: 0;
  }

  .section-styleguide {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .style-guide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cards-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .header-navigation {
    flex-direction: column;
    align-items: stretch;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
  }

  .nav-link {
    font-size: 35px;
  }

  .menu-button {
    background-color: var(--primary-1);
    color: #fff;
    border-radius: 1000px;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    margin-left: 15px;
    padding: 12px;
    font-size: 30px;
    transition: background-color .35s;
  }

  .menu-button:hover {
    background-color: var(--secondary-4);
  }

  .menu-button.w--open {
    background-color: var(--primary-1);
  }

  .nav-menu {
    background-color: var(--color-palette-1-blue);
    width: 100vw;
    max-width: 100%;
    max-height: 100vh;
    padding-top: 108px;
    padding-bottom: 36px;
    position: fixed;
    overflow: auto;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-logo-container {
    margin-bottom: 20px;
  }

  .section {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.home-hero {
    padding-top: 60px;
  }

  .section.bg-neutral-200 {
    padding-top: 100px;
  }

  .section.bg-neutral-200.latest-reviews {
    padding-top: 96px;
  }

  .section.bg-neutral-200.more-posts, .section.bg-neutral-200.utility-page-hero {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.newsletter.packages-newsletter {
    margin-bottom: 160px;
  }

  .section.about-hero {
    padding-top: 96px;
  }

  .section.about-story {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section.host-hero {
    padding-top: 96px;
    padding-bottom: 128px;
  }

  .section.episodes-hero {
    padding-top: 96px;
    padding-bottom: 85px;
  }

  .section.featured-episode {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.episode {
    padding-bottom: 102px;
  }

  .section.episode-transcript {
    padding-top: 102px;
    padding-bottom: 128px;
  }

  .section.packages {
    padding-top: 96px;
  }

  .section.package {
    padding-top: 96px;
    padding-bottom: 112px;
  }

  .section.reviews-hero, .section.blog-hero {
    padding-top: 96px;
  }

  .section.contact, .section.sponsors {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.packages-category, .section.episodes-category, .section.blog-category, .section.changelog, .section.shorts-hero {
    padding-top: 96px;
  }

  .section.marquee {
    padding-top: 0;
  }

  ._404-title {
    font-size: 100px;
  }

  .divider.footer-content-divider-top {
    margin-top: 61px;
    margin-bottom: 67px;
  }

  .divider.footer-content-divider-bottom {
    margin-top: 83px;
  }

  .divider.card-package {
    align-self: stretch;
    width: 1px;
    height: auto;
    margin: 0 20px 0 30px;
  }

  .divider.blog-post {
    margin-top: 92px;
    margin-bottom: 92px;
  }

  .paragraph.home-hero {
    max-width: 528px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.testimonials {
    max-width: 565px;
  }

  .paragraph.about-hero {
    margin-bottom: 50px;
  }

  .paragraph.about-sponsors {
    max-width: 51%;
  }

  .paragraph.host-hero {
    margin-bottom: 50px;
  }

  .paragraph.card-featured-episode-excerpt {
    max-width: 427px;
  }

  .paragraph.featured-guests-contact {
    margin-bottom: 35px;
  }

  .paragraph.featured-guest-episode-excerpt {
    max-width: none;
  }

  .paragraph.card-episode-page {
    max-width: 510px;
  }

  .paragraph.card-episode-host {
    margin-bottom: 26px;
  }

  .paragraph.package-description {
    max-width: 648px;
  }

  .paragraph.card-subscribe-plan {
    max-width: 424px;
  }

  .paragraph.card-author {
    margin-bottom: 26px;
  }

  .paragraph.contact-content {
    max-width: 90%;
  }

  .paragraph.sponsors {
    margin-bottom: 50px;
  }

  .card.achievements {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .card.perk {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.host-about-left {
    margin-top: -204px;
  }

  .card.host-conferences {
    flex-direction: row;
  }

  .card.episodes-platforms {
    padding-left: 51px;
    padding-right: 51px;
  }

  .card.featured-episode {
    flex-direction: column;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .card.episode-page {
    flex-direction: column;
    align-items: stretch;
    max-width: 720px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-right: 40px;
  }

  .card.episode-host {
    padding: 66px 60px;
  }

  .card.more-episodes {
    flex-direction: row;
    align-items: center;
  }

  .card.package {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .card.subscribe-plan.mobile {
    display: block;
  }

  .card.author {
    padding: 66px 60px;
  }

  .card.contact {
    max-width: 100%;
    min-height: 584px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .checkout-form {
    padding-top: 96px;
    padding-bottom: 160px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .title.recent-episodes {
    margin-bottom: 50px;
  }

  .title.neutral-100.newsletter {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .title.testimonials {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .title.h3-size.card-episodes-platforms {
    margin-bottom: 24px;
  }

  .title.host-hero {
    max-width: 515px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.featured-episode {
    margin-bottom: 20px;
  }

  .title.episodes {
    margin-bottom: 35px;
  }

  .title.h5-size.card-package-features {
    margin-bottom: 20px;
  }

  .title.faqs {
    margin-bottom: 50px;
  }

  .title.packages {
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.h1-size {
    font-size: 58px;
  }

  .title.h1-size.package {
    margin-right: 17px;
  }

  .title.latest-reviews {
    margin-bottom: 50px;
  }

  .title.contact-content {
    max-width: 432px;
  }

  .title.category {
    margin-right: 18px;
  }

  .split-content.checkout-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.header-right, .split-content.header-left {
    z-index: 9999;
    position: relative;
  }

  .split-content.host-about-left {
    max-width: none;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content.host-about-right {
    max-width: none;
    margin-top: 0;
  }

  .split-content.host-sponsors-content {
    text-align: center;
    max-width: 472px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.episodes-hero-content {
    max-width: 50%;
    margin-right: 40px;
  }

  .split-content.package-body {
    margin-right: 0;
  }

  .split-content.package-sidebar {
    display: none;
  }

  .split-content.contact-content {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
    display: flex;
  }

  .image-wrapper.card-home-about-host {
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrapper.about-hero {
    margin-top: -89px;
  }

  .image-wrapper.card-host-conferences {
    max-width: 40%;
  }

  .image-wrapper.card-featured-episode {
    max-width: 100%;
  }

  .image-wrapper.featured-guest {
    margin-bottom: 40px;
  }

  .image-wrapper.card-episode-page {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .image-wrapper.blog-post-main-image {
    margin-bottom: 100px;
  }

  .image.home-hero {
    z-index: 1;
    margin-bottom: 100px;
    position: relative;
    left: auto;
  }

  .image.platform {
    object-fit: scale-down;
    width: 201px;
  }

  .image.home-about-1 {
    max-width: 60%;
  }

  .image.home-about-2 {
    max-width: 55%;
  }

  .image.card-testimonial {
    margin-right: 40px;
  }

  .image.host-about-left {
    object-fit: cover;
    width: 80%;
    max-width: 500px;
  }

  .image.card-featured-episode {
    object-fit: fill;
  }

  .home-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 104px;
  }

  .home-hero-content {
    max-width: 754px;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .home-hero-image-wrapper {
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
  }

  .home-hero-shape {
    align-self: auto;
    max-width: 100%;
    min-height: 80%;
    position: absolute;
    bottom: 0;
  }

  .sponsors-wrapper {
    text-align: center;
    flex-flow: column;
    margin-bottom: 0;
  }

  .sponsors-text {
    margin-right: 0;
  }

  .sponsors-grid {
    justify-content: center;
    justify-items: center;
    max-width: 566px;
    margin-bottom: -25px;
  }

  .home-about-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .home-about-images-wrapper {
    max-width: 100%;
    min-height: 700px;
    margin-right: 0;
  }

  .home-about-content {
    max-width: 700px;
    margin-bottom: 80px;
  }

  .newsletter-wrapper {
    text-align: center;
    flex-direction: column;
    padding: 96px 61px;
  }

  .content-top.testimonials {
    text-align: center;
    flex-direction: column;
  }

  .content-top.about-sponsors {
    margin-bottom: 50px;
  }

  .content-top.featured-episode {
    text-align: center;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .content-top.episodes {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .content-top.blog {
    margin-bottom: 50px;
  }

  .content-top.episodes-category {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .content-top.blog-category {
    margin-bottom: 50px;
  }

  .home-about-host-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .home-about-host-content {
    max-width: 740px;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .home-about-shape {
    max-width: 566px;
    min-height: 85%;
  }

  .card-home-about-host-social-media-grid {
    justify-content: center;
    justify-items: center;
  }

  .testimonials-slider {
    margin-bottom: 50px;
  }

  .home-episodes-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
  }

  .card-episode-content {
    padding: 35px 28px 40px;
  }

  .post-section-grid {
    grid-column-gap: 20px;
  }

  .card-post-content {
    padding-top: 30px;
    padding-bottom: 45px;
    padding-left: 25px;
  }

  .card-post-date {
    margin-bottom: 20px;
  }

  .footer-content-top {
    text-align: center;
    flex-direction: column;
  }

  .footer-content {
    flex-wrap: wrap;
  }

  .footer-content.utility-pages {
    justify-content: space-between;
  }

  .nav-menu-wrapper {
    margin-left: auto;
    margin-right: 15px;
  }

  .container-medium-739px.about-hero {
    margin-bottom: 83px;
  }

  .achievements-grid {
    max-width: 785px;
  }

  .number-big {
    font-size: 50px;
  }

  .number-big.achievement {
    margin-bottom: 16px;
  }

  .number-big.timeline-year {
    margin-bottom: 4px;
  }

  .achievement-text {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-story-column-1 {
    margin-bottom: 60px;
  }

  .about-story-column-content-2, .about-story-column-content-1 {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-medium-619px.perks {
    margin-bottom: 50px;
  }

  .about-sponsors-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
  }

  .perks-slider {
    margin-bottom: 50px;
  }

  .timeline-wrapper {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .timeline-year-wrapper {
    text-align: left;
    background-color: #0000;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .timeline-year-wrapper.last {
    margin-bottom: 0;
  }

  .timeline-divider {
    width: 2px;
    min-height: 100%;
    left: 11px;
  }

  .timeline-year-accent {
    border: 5px solid var(--neutral-100);
    margin: 11px 40px 0 0;
  }

  .timeline-year-text {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .card-sponsor-content {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .timeline-main-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 849px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .timeline-title-wrapper {
    text-align: left;
    max-width: 48%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 40px;
    position: sticky;
    top: 20px;
  }

  .host-about-wrapper {
    flex-direction: column;
    align-items: center;
    max-width: 707px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-small-599px.host-conferences {
    margin-bottom: 50px;
  }

  .host-conferences-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .card-host-conferences-content {
    align-self: center;
  }

  .host-sponsors-wrapper {
    flex-direction: column;
  }

  .card-featured-episode-content {
    padding: 35px 57px 40px;
  }

  .card-featured-episode-divider {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .featured-guests-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
  }

  .episodes-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .backlink-wrapper {
    margin-bottom: 40px;
  }

  .rich-text-width-720px h3 {
    margin-top: 50px;
  }

  .rich-text-width-720px figure {
    margin-top: 50px;
    margin-bottom: 67px;
  }

  .rich-text-width-720px h4 {
    margin-top: 50px;
  }

  .rich-text-width-720px blockquote, .rich-text-width-720px ul {
    margin-bottom: 50px;
  }

  .rich-text-width-720px h5 {
    margin-top: 50px;
  }

  .rich-text-width-720px ol {
    margin-bottom: 50px;
  }

  .card-episode-page-content {
    max-width: 100%;
  }

  .card-episode-page-content-top {
    margin-bottom: 40px;
  }

  .more-episodes-grid {
    grid-template-columns: 1fr;
  }

  .card-episode-host-name-wrapper {
    margin-bottom: 20px;
  }

  .card-more-episodes-content {
    padding: 35px 28px 40px;
  }

  .container-medium-800px.packages, .container-medium-800px.packages-category {
    margin-bottom: 50px;
  }

  .packages-content {
    flex-direction: column;
  }

  .card-package-content-top {
    max-width: 322px;
  }

  .card-package-price {
    font-size: 32px;
  }

  .card-package-content-bottom {
    flex: 0 auto;
    width: 100%;
    max-width: 400px;
  }

  .faqs-column-1 {
    margin-bottom: 32px;
    padding-right: 10px;
  }

  .faqs-column-2 {
    padding-left: 10px;
  }

  .card-faq-icon {
    margin-right: 20px;
  }

  .card-faq-content-bottom {
    margin-left: 66px;
  }

  .package-item {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .package-item:last-child {
    margin-bottom: 0;
  }

  .card-package-features-list-wrapper {
    margin-bottom: 45px;
  }

  .faqs-columns-wrapper {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }

  .package-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .package-content-top {
    max-width: 100%;
    margin-bottom: 140px;
  }

  .package-title-wrapper {
    margin-bottom: 20px;
  }

  .package-about-wrapper {
    margin-bottom: -47px;
  }

  .package-features-list-wrapper {
    margin-bottom: 60px;
  }

  .container-medium-714px.reviews-hero {
    margin-bottom: 50px;
  }

  .reviews-hero-grid {
    grid-template-columns: 1fr;
    max-width: 666px;
    margin-left: auto;
    margin-right: auto;
  }

  .reviews-hero-wrapper {
    background-image: linear-gradient(to bottom, white 30%, var(--neutral-200) 30%);
  }

  .latest-reviews-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
  }

  .card-review-hero-content {
    max-width: 390px;
  }

  .container-medium-743px.blog-hero {
    margin-bottom: 50px;
  }

  .blog-grid {
    grid-column-gap: 20px;
  }

  .rich-text-width-800px h3 {
    margin-top: 50px;
  }

  .rich-text-width-800px figure {
    margin-top: 50px;
    margin-bottom: 67px;
  }

  .rich-text-width-800px h4 {
    margin-top: 50px;
  }

  .rich-text-width-800px blockquote, .rich-text-width-800px ul {
    margin-bottom: 50px;
  }

  .rich-text-width-800px h5 {
    margin-top: 50px;
  }

  .rich-text-width-800px ol {
    margin-bottom: 50px;
  }

  .contact-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-content-top {
    max-width: 50%;
    margin-bottom: 0;
  }

  .contact-content-bottom {
    width: 100%;
    max-width: 293px;
  }

  .contact-link {
    margin-bottom: 18px;
  }

  .contact-platforms-text {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .sponsors-page-grid {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .rich-text-figure-caption h3, .rich-text-figure-caption h4 {
    margin-top: 50px;
  }

  .rich-text-figure-caption blockquote, .rich-text-figure-caption ul {
    margin-bottom: 50px;
  }

  .rich-text-figure-caption h5 {
    margin-top: 50px;
  }

  .rich-text-figure-caption ol {
    margin-bottom: 50px;
  }

  .dropdown-nav-content {
    flex-wrap: wrap;
  }

  .dropdown-arrow {
    font-size: 13px;
  }

  .dropdown-nav-pages-wrapper {
    width: auto;
    margin-bottom: 40px;
  }

  .dropdown-nav-pages-wrapper.last {
    width: auto;
  }

  .dropdown-nav-main-wrapper {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: -40px;
    padding: 50px 0 0;
  }

  .dropdown-list {
    padding-top: 0;
    position: static;
  }

  .nav-link-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .header-menu-button-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .icon-wrapper {
    flex-direction: column;
    justify-content: space-between;
    width: 23px;
    min-height: 20px;
    display: flex;
  }

  .header-menu-button-icon-top, .header-menu-button-icon-medium, .header-menu-button-icon-bottom {
    background-color: var(--neutral-800);
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .platform-link {
    margin-bottom: 25px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .home-page-episode-card.achievements {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .home-page-episode-card.perk {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-page-episode-card.host-about-left {
    margin-top: -204px;
  }

  .home-page-episode-card.host-conferences {
    flex-direction: row;
  }

  .home-page-episode-card.episodes-platforms {
    padding-left: 51px;
    padding-right: 51px;
  }

  .home-page-episode-card.featured-episode {
    flex-direction: column;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-page-episode-card.episode-page {
    flex-direction: column;
    align-items: stretch;
    max-width: 720px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-right: 40px;
  }

  .home-page-episode-card.episode-host {
    padding: 66px 60px;
  }

  .home-page-episode-card.more-episodes {
    flex-direction: row;
    align-items: center;
  }

  .home-page-episode-card.package {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .home-page-episode-card.subscribe-plan.mobile {
    display: block;
  }

  .home-page-episode-card.author {
    padding: 66px 60px;
  }

  .home-page-episode-card.contact {
    max-width: 100%;
    min-height: 584px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .section-video-header {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section-video-header.home-hero {
    padding-top: 60px;
  }

  .section-video-header.bg-neutral-200 {
    padding-top: 100px;
  }

  .section-video-header.bg-neutral-200.latest-reviews {
    padding-top: 96px;
  }

  .section-video-header.bg-neutral-200.more-posts, .section-video-header.bg-neutral-200.utility-page-hero {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-video-header.newsletter.packages-newsletter {
    margin-bottom: 160px;
  }

  .section-video-header.about-hero {
    padding-top: 96px;
  }

  .section-video-header.about-story {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section-video-header.host-hero {
    padding-top: 96px;
    padding-bottom: 128px;
  }

  .section-video-header.episodes-hero {
    padding-top: 96px;
    padding-bottom: 85px;
  }

  .section-video-header.featured-episode {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-video-header.episode {
    padding-bottom: 102px;
  }

  .section-video-header.episode-transcript {
    padding-top: 102px;
    padding-bottom: 128px;
  }

  .section-video-header.packages {
    padding-top: 96px;
  }

  .section-video-header.package {
    padding-top: 96px;
    padding-bottom: 112px;
  }

  .section-video-header.reviews-hero, .section-video-header.blog-hero {
    padding-top: 96px;
  }

  .section-video-header.contact, .section-video-header.sponsors {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-video-header.packages-category, .section-video-header.episodes-category, .section-video-header.blog-category, .section-video-header.changelog {
    padding-top: 96px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 49px;
  }

  h2 {
    margin-bottom: 16px;
    font-size: 32px;
  }

  h3 {
    margin-bottom: 16px;
    font-size: 22px;
  }

  blockquote {
    padding: 76px 40px;
    font-size: 20px;
  }

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .style-guide-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .color-primary-grid, .color-secondary-grid, .color-neutral-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .style-guide-subheader, .style-guide-content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary {
    padding-left: 35px;
    padding-right: 35px;
  }

  .button-primary._2-buttons-button {
    margin-right: 20px;
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.header-button.mobile {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
    display: block;
  }

  .button-secondary {
    padding-left: 35px;
    padding-right: 35px;
  }

  .button-secondary.header-button {
    display: none;
  }

  .button-secondary.header-button.mobile {
    margin-bottom: 15px;
    margin-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
    display: block;
  }

  .nav-item-wrapper.mobile {
    display: block;
  }

  .menu-button {
    margin-left: 0;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 27px;
  }

  .section {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section.home-hero {
    padding-top: 50px;
  }

  .section.bg-neutral-200 {
    padding-top: 80px;
  }

  .section.bg-neutral-200.latest-reviews {
    padding-top: 90px;
  }

  .section.bg-neutral-200.more-posts, .section.bg-neutral-200.utility-page-hero {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .section.newsletter.packages-newsletter {
    margin-bottom: 128px;
  }

  .section.about-hero {
    padding-top: 77px;
  }

  .section.about-story {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .section.host-hero {
    padding-top: 77px;
    padding-bottom: 102px;
  }

  .section.episodes-hero {
    padding-top: 77px;
    padding-bottom: 68px;
  }

  .section.featured-episode {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .section.episode {
    padding-top: 40px;
    padding-bottom: 82px;
  }

  .section.episode-transcript {
    padding-top: 82px;
    padding-bottom: 100px;
  }

  .section.packages {
    padding-top: 77px;
  }

  .section.package {
    padding-top: 77px;
    padding-bottom: 90px;
  }

  .section.reviews-hero, .section.blog-hero {
    padding-top: 77px;
  }

  .section.blog-post {
    padding-top: 40px;
  }

  .section.contact, .section.sponsors {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .section.packages-category, .section.episodes-category, .section.blog-category, .section.changelog, .section.shorts-hero {
    padding-top: 77px;
  }

  .utility-page-content-password {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._404-title {
    margin-bottom: 14px;
  }

  .divider.footer-content-divider-top {
    margin-top: 51px;
    margin-bottom: 56px;
  }

  .divider.footer-content-divider-bottom {
    margin-top: 69px;
    margin-bottom: 27px;
  }

  .divider.card-package {
    width: 100%;
    height: 1px;
    margin: 30px 0 40px;
  }

  .divider.card-subscribe-plan {
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .divider.blog-post {
    margin-top: 76px;
    margin-bottom: 76px;
  }

  .paragraph.password {
    margin-bottom: 50px;
  }

  .paragraph.home-hero {
    margin-bottom: 40px;
  }

  .paragraph.home-about {
    margin-bottom: 28px;
  }

  .paragraph.home-about-host {
    margin-bottom: 40px;
  }

  .paragraph.card-home-about-host {
    margin-bottom: 35px;
  }

  .paragraph.card-testimonial {
    max-width: 588px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.about-hero {
    margin-bottom: 40px;
  }

  .paragraph.about-sponsors {
    max-width: 482px;
  }

  .paragraph.host-hero {
    margin-bottom: 40px;
  }

  .paragraph.card-host-conferences {
    margin-bottom: 35px;
  }

  .paragraph.host-sponsors, .paragraph.featured-guests-contact {
    margin-bottom: 30px;
  }

  .paragraph.featured-guest-episode-excerpt {
    margin-bottom: 28px;
  }

  .paragraph.card-package-excerpt {
    max-width: 366px;
  }

  .paragraph.package-description {
    margin-bottom: 35px;
  }

  .paragraph.contact-content {
    max-width: none;
  }

  .paragraph.sponsors {
    margin-bottom: 40px;
  }

  .card.changelog {
    padding: 50px 40px;
  }

  .card.home-about-host {
    padding: 52px 40px 54px;
  }

  .card.testimonial {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    padding-top: 40px;
    padding-bottom: 43px;
  }

  .card.achievements {
    margin-left: auto;
    margin-right: auto;
    padding: 44px 33px;
  }

  .card.host-about-left {
    align-self: auto;
    max-width: 90%;
    padding: 55px 40px;
  }

  .card.host-conferences {
    flex-direction: column;
  }

  .card.episodes-platforms {
    padding-left: 42px;
    padding-right: 42px;
  }

  .card.featured-episode {
    max-width: 600px;
  }

  .card.episode-page {
    margin-bottom: 80px;
    padding: 33px 33px 43px;
  }

  .card.episode-host {
    text-align: center;
    flex-direction: column;
    margin-top: 20px;
    padding: 55px 40px;
  }

  .card.more-episodes {
    flex-direction: column;
    align-items: stretch;
  }

  .card.package {
    flex-direction: column;
    align-items: stretch;
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .card.faq {
    padding: 23px;
  }

  .card.subscribe-plan.mobile {
    min-height: 563px;
    padding: 43px 35px 48px;
  }

  .card.review-hero {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 43px;
  }

  .card.review {
    padding: 40px 40px 32px;
  }

  .card.author {
    text-align: center;
    flex-direction: column;
    margin-top: 62px;
    padding: 55px 40px;
  }

  .card.contact {
    min-height: 798px;
    padding: 55px 40px;
  }

  .card.default {
    padding: 42px 30px 35px;
  }

  .checkout-form {
    padding-top: 77px;
    padding-bottom: 128px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title.recent-episodes {
    margin-bottom: 40px;
  }

  .title.testimonials {
    margin-bottom: 16px;
  }

  .title.h3-size.subscribe {
    margin-right: 0;
  }

  .title.h3-size.card-episode-host-name, .title.h3-size.card-author-name {
    margin-bottom: 6px;
  }

  .title.card-post, .title.h4-size.card-perk {
    margin-bottom: 10px;
  }

  .title.about-sponsors {
    margin-bottom: 16px;
  }

  .title.host-hero {
    max-width: 431px;
  }

  .title.card-host-conferences {
    margin-bottom: 10px;
  }

  .title.featured-episode {
    margin-bottom: 16px;
  }

  .title.h2-size {
    font-size: 32px;
  }

  .title.h2-size.card-episode-page {
    max-width: 586px;
    margin-bottom: 10px;
  }

  .title.episodes {
    margin-bottom: 30px;
  }

  .title.h5-size.card-package-features {
    margin-bottom: 16px;
  }

  .title.faqs {
    margin-bottom: 40px;
  }

  .title.h1-size {
    font-size: 49px;
  }

  .title.h1-size.package {
    margin-right: 14px;
  }

  .title.reviews-hero {
    margin-bottom: 10px;
  }

  .title.latest-reviews {
    margin-bottom: 40px;
  }

  .title.blog {
    margin-bottom: 35px;
  }

  .title.contact-content {
    max-width: 383px;
  }

  .title.category {
    margin-right: 15px;
  }

  .title.card-default {
    margin-bottom: 10px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 35px;
    font-size: 18px;
  }

  .split-content.home-blog-left {
    margin-bottom: 20px;
    margin-right: 40px;
  }

  .split-content.home-blog-right {
    margin-bottom: 20px;
  }

  .split-content.host-about-left {
    align-items: center;
    margin-bottom: 60px;
  }

  .split-content.host-sponsors-content {
    margin-bottom: 50px;
  }

  .split-content.episodes-hero-content {
    max-width: 548px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.more-episodes-left {
    margin-bottom: 30px;
  }

  .split-content.contact-content {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 60px;
  }

  .checkout-row {
    flex-direction: column;
  }

  .image-wrapper.about-hero {
    margin-top: -53px;
  }

  .image-wrapper.host-hero {
    width: 155px;
    min-width: 155px;
    min-height: 155px;
    margin-bottom: 30px;
  }

  .image-wrapper.card-host-conferences {
    max-width: 100%;
  }

  .image-wrapper.featured-guest {
    margin-bottom: 33px;
  }

  .image-wrapper.card-episode-page {
    margin-bottom: 35px;
  }

  .image-wrapper.card-episode-host {
    width: 198px;
    min-width: 198px;
    min-height: 198px;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .image-wrapper.blog-post-main-image {
    margin-bottom: 80px;
  }

  .image-wrapper.card-author {
    width: 198px;
    min-width: 198px;
    min-height: 198px;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .image.home-hero {
    margin-bottom: 80px;
  }

  .image.platform {
    width: 168px;
  }

  .image.home-about-1 {
    position: static;
  }

  .image.home-about-2 {
    margin-top: -156px;
    position: static;
  }

  .image.card-testimonial {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .image.footer-social-media {
    margin-right: 10px;
  }

  .image.card-perk {
    margin-bottom: 26px;
  }

  .image.host-about-left {
    width: 100%;
    max-width: none;
  }

  .image.card-host-sponsors-logo.logo-1 {
    width: 116px;
    margin-left: 0;
  }

  .image.card-host-sponsors-logo.logo-2 {
    width: 97px;
  }

  .image.card-host-sponsors-logo.logo-3 {
    width: 130px;
    margin-top: 0;
    margin-right: 0;
  }

  .image.card-host-sponsors-logo.logo-4 {
    width: 106px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image.card-host-sponsors-logo.logo-5 {
    width: 138px;
  }

  .image.card-host-sponsors-logo.logo-6 {
    width: 92px;
    margin-right: 0;
  }

  .image.package-feature-icon {
    margin-right: 15px;
  }

  .image.card-review-hero {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image.card-review-stars {
    margin-bottom: 10px;
  }

  .home-wrapper {
    margin-bottom: 87px;
  }

  .home-hero-content {
    margin-bottom: 60px;
  }

  .home-hero-image-wrapper {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2-buttons.header-buttons-mobile {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .sponsors-grid {
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .home-about-images-wrapper {
    min-height: auto;
  }

  .home-about-content {
    margin-bottom: 60px;
  }

  .home-about-list {
    margin-bottom: 40px;
  }

  .newsletter-wrapper {
    padding: 77px 40px;
  }

  .content-top.home-blog {
    flex-wrap: wrap;
    margin-bottom: 12px;
  }

  .content-top.about-sponsors {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .content-top.featured-episode, .content-top.episodes {
    margin-bottom: 40px;
  }

  .content-top.more-episodes {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .content-top.blog {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .content-top.more-posts, .content-top.episodes-category, .content-top.blog-category {
    margin-bottom: 40px;
  }

  .home-about-host-content {
    margin-bottom: 60px;
  }

  .home-about-shape {
    max-width: 80%;
    min-height: 80%;
  }

  .card-home-about-host-name-wrapper {
    margin-bottom: 20px;
  }

  .testimonials-slider {
    margin-bottom: 40px;
  }

  .testimonials-mask {
    max-width: 100%;
  }

  .subscribe-wrapper {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
  }

  .subscribe-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: auto auto;
    justify-content: stretch;
    margin-bottom: 0;
  }

  .home-episodes-grid {
    grid-template-columns: 1fr;
    max-width: 540px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .post-section-grid {
    grid-template-columns: 1fr;
  }

  .card-post-content {
    padding-top: 25px;
    padding-bottom: 38px;
  }

  .card-post-content-top {
    max-width: 500px;
  }

  .footer-menu-title {
    margin-bottom: 35px;
  }

  .footer-menu-content {
    flex-wrap: wrap;
  }

  .container-medium-739px.about-hero {
    margin-bottom: 69px;
  }

  .achievements-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: auto auto;
    justify-content: center;
  }

  .number-big {
    font-size: 42px;
  }

  .number-big.achievement {
    margin-bottom: 10px;
  }

  .about-story-column-1, .container-medium-619px.perks {
    margin-bottom: 40px;
  }

  .about-sponsors-grid {
    grid-template-columns: 1fr;
    max-width: 540px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .perks-slider {
    margin-bottom: 40px;
  }

  .perks-slide {
    margin-right: 20px;
  }

  .timeline-year-wrapper {
    margin-bottom: 35px;
  }

  .timeline-year-accent {
    margin-right: 20px;
  }

  .timeline-year-text {
    font-size: 18px;
  }

  .timeline-main-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .timeline-title-wrapper {
    text-align: center;
    max-width: 500px;
    margin-bottom: 40px;
    margin-right: 0;
    position: static;
  }

  .host-about-wrapper {
    max-width: 600px;
  }

  .host-about-right-content, .container-small-599px.host-conferences {
    margin-bottom: 40px;
  }

  .host-conferences-grid {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .card-host-conferences-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-host-sponsors-grid {
    grid-template-columns: auto auto;
    margin-left: auto;
    margin-right: auto;
  }

  .card-host-sponsors-logo._1 {
    justify-content: center;
    min-height: 120px;
  }

  .card-host-sponsors-logo._2 {
    min-height: 120px;
  }

  .card-host-sponsors-logo._3 {
    border-right: 1px solid var(--neutral-400);
    border-left-width: 0;
    justify-content: center;
    align-items: center;
    min-height: 120px;
  }

  .card-host-sponsors-logo._4 {
    border-bottom: 1px solid var(--neutral-400);
    border-right-width: 0;
    justify-content: center;
    align-items: center;
    min-height: 120px;
  }

  .card-host-sponsors-logo._5 {
    border-right: 1px solid var(--neutral-400);
    min-height: 120px;
  }

  .card-host-sponsors-logo._6 {
    border-left-width: 0;
    justify-content: center;
    min-height: 120px;
  }

  .episodes-hero-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .card-episodes-platforms-grid {
    justify-content: center;
  }

  .card-featured-episode-content {
    padding-left: 48px;
    padding-right: 48px;
  }

  .card-featured-episode-divider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .featured-guests-grid, .episodes-grid {
    grid-template-columns: 1fr;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .category-item, .button-category.all {
    margin-right: 10px;
  }

  .featured-guest-content {
    max-width: 432px;
  }

  .backlink-wrapper {
    margin-bottom: 35px;
  }

  .rich-text-width-720px p {
    margin-bottom: 26px;
  }

  .rich-text-width-720px h3 {
    margin-top: 42px;
    margin-bottom: 10px;
  }

  .rich-text-width-720px figure {
    margin-top: 42px;
    margin-bottom: 56px;
  }

  .rich-text-width-720px figcaption {
    max-width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .rich-text-width-720px h4 {
    margin-top: 42px;
    margin-bottom: 10px;
  }

  .rich-text-width-720px blockquote {
    margin-top: 33px;
    margin-bottom: 42px;
  }

  .rich-text-width-720px ul {
    margin-bottom: 42px;
    padding-left: 30px;
  }

  .rich-text-width-720px h5 {
    margin-top: 42px;
    margin-bottom: 10px;
  }

  .rich-text-width-720px h6 {
    margin-top: 31px;
    margin-bottom: 10px;
  }

  .rich-text-width-720px ol {
    margin-bottom: 42px;
    padding-left: 30px;
  }

  .card-episode-page-category {
    margin-bottom: 10px;
  }

  .more-episodes-grid {
    grid-template-columns: 1fr;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .card-episode-host-name-wrapper {
    margin-bottom: 15px;
  }

  .card-episode-page-links-divider {
    margin-left: 10px;
    margin-right: 10px;
  }

  .card-episode-page-platforms-grid {
    justify-content: center;
  }

  .bg.package {
    min-height: 65%;
  }

  .card-episode-host-social-media-grid {
    justify-content: center;
  }

  .container-medium-800px.packages, .container-medium-800px.packages-category {
    margin-bottom: 40px;
  }

  .card-package-content-top {
    max-width: none;
  }

  .card-package-price-wrapper {
    margin-bottom: 10px;
  }

  .card-package-content-bottom {
    max-width: none;
  }

  .space.faq-top {
    min-height: 20px;
  }

  .card-package-features-list-wrapper {
    margin-bottom: 40px;
  }

  .package-content-top {
    margin-bottom: 117px;
  }

  .package-title-wrapper {
    margin-bottom: 16px;
  }

  .package-about-wrapper {
    margin-bottom: -39px;
  }

  .package-features-list-item {
    margin-bottom: 16px;
  }

  .card-subscribe-plan-title-wrapper {
    margin-bottom: 6px;
  }

  .add-cart-price {
    font-size: 32px;
  }

  .package-features-list-wrapper {
    margin-bottom: 50px;
  }

  .container-medium-714px.reviews-hero {
    margin-bottom: 40px;
  }

  .reviews-hero-wrapper {
    background-image: linear-gradient(to bottom, white 20%, var(--neutral-200) 20%);
  }

  .latest-reviews-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .card-review-hero-content {
    max-width: 510px;
  }

  .card-review-hero-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .container-medium-743px.blog-hero {
    margin-bottom: 40px;
  }

  .blog-featured-mask {
    max-width: 100%;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .rich-text-width-800px p {
    margin-bottom: 26px;
  }

  .rich-text-width-800px h3 {
    margin-top: 42px;
    margin-bottom: 10px;
  }

  .rich-text-width-800px figure {
    margin-top: 42px;
    margin-bottom: 56px;
  }

  .rich-text-width-800px figcaption {
    max-width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .rich-text-width-800px h4 {
    margin-top: 42px;
    margin-bottom: 10px;
  }

  .rich-text-width-800px blockquote {
    margin-top: 33px;
    margin-bottom: 42px;
  }

  .rich-text-width-800px ul {
    margin-bottom: 42px;
    padding-left: 30px;
  }

  .rich-text-width-800px h5 {
    margin-top: 42px;
    margin-bottom: 10px;
  }

  .rich-text-width-800px h6 {
    margin-top: 31px;
    margin-bottom: 10px;
  }

  .rich-text-width-800px ol {
    margin-bottom: 42px;
    padding-left: 30px;
  }

  .blog-post-about-wrapper {
    margin-bottom: 27px;
  }

  .card-author-social-media-grid {
    justify-content: center;
  }

  .contact-content-top {
    max-width: 479px;
    margin-bottom: 40px;
  }

  .contact-content-bottom {
    width: auto;
    max-width: none;
  }

  .contact-links-wrapper {
    margin-bottom: 40px;
  }

  .contact-link {
    margin-bottom: 16px;
  }

  .contact-platforms-text {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .contact-form-grid {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .sponsors-page-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .category-title-wrapper.episodes-category {
    margin-bottom: 35px;
  }

  .rich-text-figure-caption p {
    margin-bottom: 26px;
  }

  .rich-text-figure-caption h3 {
    margin-top: 42px;
    margin-bottom: 10px;
  }

  .rich-text-figure-caption figcaption {
    max-width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .rich-text-figure-caption h4 {
    margin-top: 42px;
    margin-bottom: 10px;
  }

  .rich-text-figure-caption blockquote {
    margin-top: 33px;
    margin-bottom: 42px;
  }

  .rich-text-figure-caption ul {
    margin-bottom: 42px;
    padding-left: 30px;
  }

  .rich-text-figure-caption h5 {
    margin-top: 42px;
    margin-bottom: 10px;
  }

  .rich-text-figure-caption h6 {
    margin-top: 31px;
    margin-bottom: 10px;
  }

  .rich-text-figure-caption ol {
    margin-bottom: 42px;
    padding-left: 30px;
  }

  .dropdown-nav {
    margin-right: 20px;
  }

  .dropdown-arrow {
    font-size: 12px;
  }

  .dropdown-nav-pages-wrapper {
    margin-right: 30px;
  }

  .dropdown-nav-main-wrapper {
    padding-top: 40px;
  }

  .contact-link-icon {
    margin-right: 10px;
  }

  .home-page-episode-card.changelog {
    padding: 50px 40px;
  }

  .home-page-episode-card.home-about-host {
    padding: 52px 40px 54px;
  }

  .home-page-episode-card.testimonial {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    padding-top: 40px;
    padding-bottom: 43px;
  }

  .home-page-episode-card.achievements {
    margin-left: auto;
    margin-right: auto;
    padding: 44px 33px;
  }

  .home-page-episode-card.host-about-left {
    align-self: auto;
    max-width: 90%;
    padding: 55px 40px;
  }

  .home-page-episode-card.host-conferences {
    flex-direction: column;
  }

  .home-page-episode-card.episodes-platforms {
    padding-left: 42px;
    padding-right: 42px;
  }

  .home-page-episode-card.featured-episode {
    max-width: 600px;
  }

  .home-page-episode-card.episode-page {
    margin-bottom: 80px;
    padding: 33px 33px 43px;
  }

  .home-page-episode-card.episode-host {
    text-align: center;
    flex-direction: column;
    margin-top: 20px;
    padding: 55px 40px;
  }

  .home-page-episode-card.more-episodes {
    flex-direction: column;
    align-items: stretch;
  }

  .home-page-episode-card.package {
    flex-direction: column;
    align-items: stretch;
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .home-page-episode-card.faq {
    padding: 23px;
  }

  .home-page-episode-card.subscribe-plan.mobile {
    min-height: 563px;
    padding: 43px 35px 48px;
  }

  .home-page-episode-card.review-hero {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 43px;
  }

  .home-page-episode-card.review {
    padding: 40px 40px 32px;
  }

  .home-page-episode-card.author {
    text-align: center;
    flex-direction: column;
    margin-top: 62px;
    padding: 55px 40px;
  }

  .home-page-episode-card.contact {
    min-height: 798px;
    padding: 55px 40px;
  }

  .home-page-episode-card.default {
    padding: 42px 30px 35px;
  }

  .section-video-header {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section-video-header.home-hero {
    padding-top: 50px;
  }

  .section-video-header.bg-neutral-200 {
    padding-top: 80px;
  }

  .section-video-header.bg-neutral-200.latest-reviews {
    padding-top: 90px;
  }

  .section-video-header.bg-neutral-200.more-posts, .section-video-header.bg-neutral-200.utility-page-hero {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .section-video-header.newsletter.packages-newsletter {
    margin-bottom: 128px;
  }

  .section-video-header.about-hero {
    padding-top: 77px;
  }

  .section-video-header.about-story {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .section-video-header.host-hero {
    padding-top: 77px;
    padding-bottom: 102px;
  }

  .section-video-header.episodes-hero {
    padding-top: 77px;
    padding-bottom: 68px;
  }

  .section-video-header.featured-episode {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .section-video-header.episode {
    padding-top: 40px;
    padding-bottom: 82px;
  }

  .section-video-header.episode-transcript {
    padding-top: 82px;
    padding-bottom: 100px;
  }

  .section-video-header.packages {
    padding-top: 77px;
  }

  .section-video-header.package {
    padding-top: 77px;
    padding-bottom: 90px;
  }

  .section-video-header.reviews-hero, .section-video-header.blog-hero {
    padding-top: 77px;
  }

  .section-video-header.blog-post {
    padding-top: 40px;
  }

  .section-video-header.contact, .section-video-header.sponsors {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .section-video-header.packages-category, .section-video-header.episodes-category, .section-video-header.blog-category, .section-video-header.changelog {
    padding-top: 77px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 41px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 60px 25px;
    font-size: 18px;
  }

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

  .container-default {
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default.bottom-margin-40 {
    max-width: 100%;
    padding-top: 20px;
  }

  .section-styleguide {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .style-guide-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-primary-grid, .color-secondary-grid, .color-neutral-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-subheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .button-primary._2-buttons-button {
    margin-right: 0;
  }

  .button-primary.newsletter {
    position: static;
  }

  .button-primary.header-button.mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-primary.contact-form {
    width: 100%;
    margin-right: 0;
  }

  .button-secondary {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .button-secondary.header-button.mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-secondary.full-width.add-cart {
    margin-top: 13px;
  }

  .button-secondary.blog-post-category {
    margin-bottom: 23px;
    margin-right: 15px;
  }

  .card-v1, .card-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-v3 {
    flex-direction: column;
  }

  .card-icon-v3 {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .header {
    padding: 10px;
  }

  .header-logo {
    width: 125px;
  }

  .header-navigation {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-item-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link {
    font-size: 30px;
  }

  .menu-button {
    background-color: var(--color-palette-3-gold);
    width: 48px;
    min-width: 48px;
    min-height: 48px;
    padding: 10px;
    font-size: 26px;
  }

  .nav-menu {
    background-color: var(--color-palette-1-blue);
  }

  .footer {
    padding-top: 42px;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.home-hero {
    max-width: 100%;
    height: 750px;
    padding-top: 0;
  }

  .section.home-hero.background-color.top-padding-20 {
    align-items: center;
    height: 1000px;
    padding: 20px 0;
  }

  .section.bg-neutral-200 {
    padding-top: 64px;
  }

  .section.bg-neutral-200.latest-reviews {
    padding-top: 80px;
  }

  .section.bg-neutral-200.more-posts, .section.bg-neutral-200.utility-page-hero {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .section.newsletter.packages-newsletter {
    margin-bottom: 100px;
  }

  .section.subscribe {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.about-hero {
    padding-top: 61px;
  }

  .section.about-story {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section.host-hero {
    padding-top: 61px;
    padding-bottom: 82px;
  }

  .section.episodes-hero {
    padding-top: 61px;
    padding-bottom: 54px;
  }

  .section.featured-episode {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .section.episode {
    padding-top: 33px;
    padding-bottom: 66px;
  }

  .section.episode-transcript {
    padding-top: 66px;
    padding-bottom: 82px;
  }

  .section.packages {
    padding-top: 61px;
  }

  .section.package {
    padding-top: 61px;
    padding-bottom: 72px;
  }

  .section.reviews-hero, .section.blog-hero {
    padding-top: 61px;
  }

  .section.contact, .section.sponsors {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .section.packages-category, .section.episodes-category, .section.blog-category, .section.changelog, .section.shorts-hero {
    padding-top: 61px;
  }

  .section._1-2-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.marquee {
    height: 400px;
    padding-top: 0;
  }

  .utility-page-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility-page-content-password {
    padding: 56px 25px;
  }

  .input {
    padding-left: 16px;
    padding-right: 16px;
  }

  .input.newsletter {
    min-height: 64px;
    margin-bottom: 20px;
    padding-right: 16px;
  }

  .input.with-icon {
    background-position: 20px;
    padding-left: 50px;
  }

  .utility-page-content-404 {
    flex: 1;
  }

  .utility-page-content-404.card._404 {
    padding: 40px 21px;
  }

  ._404-title {
    align-self: center;
    font-size: 80px;
  }

  .container-medium-761px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .divider.footer-content-divider-top {
    margin-top: 43px;
    margin-bottom: 47px;
  }

  .divider.footer-content-divider-bottom {
    margin-top: 58px;
    margin-bottom: 23px;
  }

  .divider.card-package {
    margin-top: 25px;
    margin-bottom: 35px;
  }

  .divider.blog-post {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .paragraph.password {
    margin-bottom: 40px;
  }

  .paragraph._404 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.home-hero {
    margin-bottom: 35px;
  }

  .paragraph.home-about {
    margin-bottom: 23px;
  }

  .paragraph.testimonials {
    max-width: 425px;
  }

  .paragraph.home-about-host, .paragraph.about-hero {
    margin-bottom: 35px;
  }

  .paragraph.perks {
    max-width: 402px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.card-perk {
    max-width: 356px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.about-sponsors, .paragraph.timeline {
    max-width: 402px;
  }

  .paragraph.host-hero {
    margin-bottom: 35px;
  }

  .paragraph.featured-guest-episode-excerpt {
    margin-bottom: 23px;
  }

  .paragraph.card-episode-host {
    margin-bottom: 22px;
  }

  .paragraph.packages {
    max-width: 90%;
  }

  .paragraph.package-description {
    margin-bottom: 30px;
  }

  .paragraph.reviews-hero {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.blog-hero {
    max-width: 402px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.card-author {
    margin-bottom: 22px;
  }

  .paragraph.contact-content {
    max-width: 425px;
  }

  .paragraph.sponsors {
    max-width: 402px;
    margin-left: auto;
    margin-right: auto;
  }

  .card.changelog {
    padding: 40px 25px;
  }

  .card.home-about-host {
    padding: 43px 25px 45px;
  }

  .card.testimonial {
    flex-direction: column;
    padding: 33px 25px 36px;
  }

  .card.achievements {
    padding: 40px 0;
  }

  .card.perk {
    padding: 33px 25px;
  }

  .card.host-about-left {
    margin-top: -160px;
    padding: 35px 20px 35px 25px;
  }

  .card.host-sponsors, .card.episodes-platforms {
    padding: 33px 25px;
  }

  .card.episode-page {
    margin-bottom: 60px;
    padding: 28px 25px 36px;
  }

  .card.episode-host {
    padding: 46px 25px;
  }

  .card.package {
    padding: 42px 25px 38px;
  }

  .card.faq {
    margin-bottom: 22px;
  }

  .card.subscribe-plan.mobile {
    min-height: 527px;
    padding: 36px 25px 40px;
  }

  .card.review-hero {
    flex-direction: column;
    padding: 33px 25px 36px;
  }

  .card.review {
    padding: 33px 25px 28px;
  }

  .card.author {
    margin-top: 50px;
    padding: 46px 25px;
  }

  .card.contact {
    padding: 46px 25px;
  }

  .card.default {
    padding: 35px 25px 30px;
  }

  .checkout-form {
    padding-top: 61px;
    padding-bottom: 100px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title.home-hero, .title.home-hero.white-text.center {
    text-align: center;
  }

  .title.neutral-100.newsletter {
    max-width: 288px;
  }

  .title.testimonials {
    margin-bottom: 10px;
  }

  .title.h3-size {
    font-size: 20px;
  }

  .title.h3-size.card-episodes-platforms {
    max-width: 316px;
  }

  .title.h3-size.card-subscribe-plan {
    margin-right: 6px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.card-perk, .title.h4-size.card-package {
    margin-bottom: 6px;
  }

  .title.h4-size.faq {
    font-size: 18px;
  }

  .title.host-hero {
    max-width: 400px;
  }

  .title.featured-episode {
    margin-bottom: 10px;
  }

  .title.h2-size {
    font-size: 26px;
  }

  .title.episodes {
    margin-bottom: 25px;
  }

  .title.featured-guest-episode {
    margin-bottom: 10px;
  }

  .title.h5-size {
    font-size: 16px;
  }

  .title.faqs {
    max-width: 202px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.packages {
    max-width: 358px;
  }

  .title.h1-size {
    font-size: 41px;
  }

  .title.h1-size.package {
    margin-right: 12px;
  }

  .title.blog {
    margin-bottom: 30px;
  }

  .title.contact-content {
    max-width: 313px;
  }

  .title.category {
    margin-right: 10px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 30px;
  }

  .split-content.header-right {
    margin-right: 15px;
  }

  .split-content.home-blog-left {
    margin-right: 0;
  }

  .split-content.home-blog-right {
    margin-bottom: 0;
  }

  .split-content.host-about-left {
    margin-bottom: 50px;
  }

  .split-content.more-episodes-left {
    margin-bottom: 25px;
  }

  .split-content.more-posts-left {
    margin-bottom: 30px;
  }

  .split-content.contact-content {
    margin-bottom: 50px;
  }

  .checkout-required-text {
    font-size: 16px;
  }

  .image-wrapper.card-home-about-host {
    width: 155px;
    min-width: 155px;
    min-height: 155px;
  }

  .image-wrapper.host-hero {
    margin-bottom: 20px;
  }

  .image-wrapper.featured-guest {
    margin-bottom: 28px;
  }

  .image-wrapper.card-episode-page {
    margin-bottom: 30px;
  }

  .image-wrapper.card-episode-host {
    width: 165px;
    min-width: 165px;
    min-height: 165px;
    margin-bottom: 20px;
  }

  .image-wrapper.blog-post-main-image {
    margin-bottom: 60px;
  }

  .image-wrapper.card-author {
    width: 165px;
    min-width: 165px;
    min-height: 165px;
    margin-bottom: 20px;
  }

  .image.home-about-1 {
    clear: none;
    max-width: 100%;
    display: inline-block;
    position: static;
  }

  .image.home-about-2 {
    max-width: 50%;
    margin-top: 0;
  }

  .image.card-testimonial-stars {
    margin-bottom: 10px;
  }

  .image.footer-social-media {
    margin-right: 8px;
  }

  .image.card-perk {
    width: 90px;
    min-width: 90px;
    min-height: 90px;
    margin-bottom: 20px;
  }

  .image.card-host-sponsors-logo.logo-1 {
    width: 70%;
  }

  .image.card-host-sponsors-logo.logo-2 {
    width: 59%;
  }

  .image.card-host-sponsors-logo.logo-3 {
    width: 75%;
  }

  .image.card-host-sponsors-logo.logo-4 {
    width: 65%;
  }

  .image.card-host-sponsors-logo.logo-5 {
    width: 83%;
  }

  .image.card-host-sponsors-logo.logo-6 {
    width: 56%;
  }

  .image.package-feature-icon {
    margin-right: 10px;
  }

  .image.card-review-hero-stars {
    margin-bottom: 10px;
  }

  .image.card-review-about-testimonial {
    max-width: 60px;
    margin-bottom: 15px;
    margin-right: 10px;
  }

  .order-item-wrapper {
    flex-direction: column;
  }

  .cart-container {
    border-radius: 0;
  }

  .grid-licenses-images {
    grid-template-columns: 1fr;
  }

  .home-wrapper {
    margin-bottom: 0;
  }

  .home-hero-content {
    margin-top: 40px;
    margin-left: 0;
  }

  .home-hero-content.vertical {
    align-self: auto;
    align-items: center;
  }

  .home-hero-image-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._2-buttons {
    flex-direction: column;
    display: flex;
  }

  .home-about-images-wrapper.hidden {
    margin-top: 140px;
  }

  .home-about-images-wrapper.hidden.no-mobile-margin {
    margin-top: 0;
  }

  .home-about-list {
    margin-bottom: 35px;
  }

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

  .newsletter-wrapper {
    padding: 61px 25px;
  }

  .content-top.home-blog {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 32px;
  }

  .content-top.featured-episode {
    text-align: left;
    align-items: stretch;
  }

  .content-top.episodes, .content-top.more-episodes {
    align-items: stretch;
  }

  .content-top.more-posts {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .content-top.episodes-category {
    align-items: stretch;
  }

  .home-about-list-circle {
    margin-right: 8px;
  }

  .newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .home-about-host-content {
    text-align: left;
  }

  .home-about-shape {
    width: 300px;
    max-width: none;
    height: 300px;
    min-height: auto;
    top: auto;
  }

  .card-home-about-host-name-wrapper {
    margin-bottom: 16px;
  }

  .card-home-about-host-social-media-grid {
    grid-template-columns: repeat(auto-fit, 25px);
    grid-auto-flow: row;
  }

  .social-media-link {
    width: 100%;
  }

  .slider-right-arrow {
    width: 53px;
    min-width: 53px;
    min-height: 53px;
    right: -13px;
  }

  .slider-left-arrow {
    width: 53px;
    min-width: 53px;
    min-height: 53px;
    left: -13px;
  }

  .card-episode-content {
    padding: 29px 25px 33px;
  }

  .card-episode-content-bottom {
    flex-wrap: wrap;
    margin-bottom: -15px;
  }

  .card-episode-listen-link {
    margin-bottom: 15px;
    margin-right: 20px;
    font-size: 16px;
  }

  .card-episode-number-wrapper {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .card-episode-content-top {
    margin-bottom: 27px;
  }

  .card-post-content-top {
    text-align: left;
  }

  .card-post-date {
    margin-bottom: 15px;
  }

  .card-post-content-bottom {
    flex-wrap: wrap;
    margin-bottom: -20px;
  }

  .card-post-link {
    margin-bottom: 20px;
    margin-right: 20px;
    font-size: 16px;
  }

  .card-post-category {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-small-print {
    font-size: 16px;
  }

  .footer-menu-wrapper {
    margin-right: 25px;
  }

  .empty-state.cart {
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu-wrapper {
    margin-right: 10px;
  }

  .container-medium-739px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-739px.about-hero {
    margin-bottom: 58px;
  }

  .achievements-grid {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(auto-fit, 150px);
  }

  .number-big {
    font-size: 35px;
  }

  .number-big.achievement {
    margin-bottom: 6px;
  }

  .achievement-text {
    max-width: 100px;
    font-size: 16px;
  }

  .container-medium-619px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .perks-mask {
    max-width: 100%;
  }

  .timeline-year-accent {
    margin-right: 15px;
  }

  .card-sponsor-content {
    padding: 29px 25px 33px;
  }

  .timeline-main-wrapper {
    align-items: stretch;
  }

  .timeline-title-wrapper {
    text-align: left;
  }

  .container-medium-784px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .host-about-right-content {
    margin-bottom: 35px;
  }

  .card-host-conferences-content {
    padding: 33px 25px;
  }

  .episodes-hero-wrapper {
    text-align: left;
    align-items: stretch;
  }

  .card-episodes-platforms-grid {
    justify-content: stretch;
  }

  .card-featured-episode-content {
    padding: 29px 25px 33px;
  }

  .card-featured-episode-divider {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .card-featured-episode-content-bottom {
    flex-wrap: wrap;
  }

  .container-small-541px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-featured-episode-listen-link {
    margin-bottom: 15px;
    margin-right: 20px;
    font-size: 16px;
  }

  .categories.category-page {
    justify-content: flex-start;
  }

  .featured-guest-content {
    max-width: 400px;
  }

  .featured-guest-episode-listen-link {
    margin-bottom: 15px;
    margin-right: 20px;
    font-size: 16px;
  }

  .backlink-wrapper {
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .rich-text-width-720px p {
    margin-bottom: 22px;
  }

  .rich-text-width-720px h3 {
    margin-top: 35px;
  }

  .rich-text-width-720px figure {
    margin-top: 35px;
    margin-bottom: 47px;
  }

  .rich-text-width-720px figcaption {
    max-width: 100%;
    margin-top: 15px;
  }

  .rich-text-width-720px h4 {
    margin-top: 35px;
  }

  .rich-text-width-720px blockquote {
    margin-top: 28px;
    margin-bottom: 35px;
  }

  .rich-text-width-720px ul {
    margin-top: 22px;
    margin-bottom: 35px;
    padding-left: 20px;
  }

  .rich-text-width-720px h5 {
    margin-top: 35px;
  }

  .rich-text-width-720px h6 {
    margin-top: 26px;
  }

  .rich-text-width-720px ol {
    margin-top: 22px;
    margin-bottom: 35px;
    padding-left: 20px;
  }

  .card-episode-page-content-top {
    margin-bottom: 30px;
  }

  .card-episode-page-bottom {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .container-medium-908px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-episode-page-listen-link {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .card-episode-page-links {
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .card-episode-page-links-divider {
    margin-bottom: 10px;
  }

  .read-transcript-link {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .card-episode-page-platforms-wrapper {
    flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .card-episode-page-platforms-text {
    margin-bottom: 10px;
  }

  .card-episode-page-platforms-grid {
    justify-content: stretch;
    margin-bottom: 10px;
  }

  .bg.package {
    min-height: 70%;
  }

  .card-episode-host-social-media-grid {
    grid-template-columns: repeat(auto-fit, 25px);
    grid-auto-flow: row;
  }

  .card-more-episodes-content {
    padding: 29px 25px 33px;
  }

  .card-more-episodes-content-top {
    margin-bottom: 27px;
  }

  .card-more-episodes-content-bottom {
    flex-wrap: wrap;
    margin-bottom: -15px;
  }

  .card-more-episodes-listen-link {
    margin-bottom: 15px;
    margin-right: 20px;
    font-size: 16px;
  }

  .card-more-episodes-number-wrapper {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .container-medium-800px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-package-price-wrapper {
    margin-bottom: 6px;
  }

  .card-package-price {
    font-size: 26px;
  }

  .card-package-features-list {
    margin-bottom: -10px;
  }

  .card-package-feature-wrapper {
    font-size: 16px;
  }

  .card-faq-icon {
    width: 38px;
    min-width: 38px;
    min-height: 38px;
    margin-right: 10px;
  }

  .card-faq-icon-1 {
    width: 15px;
  }

  .card-faq-icon-2 {
    min-height: 15px;
  }

  .card-faq-content-bottom {
    margin-left: 0;
  }

  .space.faq-top {
    min-height: 15px;
  }

  .card-package-features-list-wrapper {
    margin-bottom: 35px;
  }

  .card-package-features-list-item {
    margin-bottom: 10px;
  }

  .package-content-top {
    margin-bottom: 98px;
  }

  .package-title-wrapper {
    margin-bottom: 10px;
  }

  .package-about-wrapper {
    margin-bottom: -32px;
  }

  .package-feature-wrapper {
    font-size: 16px;
  }

  .select-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .add-cart-option-list {
    margin-bottom: 20px;
  }

  .add-cart-price {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .container-medium-714px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-review-about {
    flex-wrap: wrap;
    margin-bottom: -15px;
  }

  .card-review-about-content {
    margin-bottom: 15px;
  }

  .card-review-about-testimonial-name {
    margin-bottom: 2px;
  }

  .card-review-about-testimonial-platform {
    font-size: 14px;
  }

  .container-medium-743px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text-width-800px p {
    margin-bottom: 22px;
  }

  .rich-text-width-800px h3 {
    margin-top: 35px;
  }

  .rich-text-width-800px figure {
    margin-top: 35px;
    margin-bottom: 47px;
  }

  .rich-text-width-800px figcaption {
    max-width: 100%;
    margin-top: 15px;
  }

  .rich-text-width-800px h4 {
    margin-top: 35px;
  }

  .rich-text-width-800px blockquote {
    margin-top: 28px;
    margin-bottom: 35px;
  }

  .rich-text-width-800px ul {
    margin-top: 22px;
    margin-bottom: 35px;
    padding-left: 20px;
  }

  .rich-text-width-800px h5 {
    margin-top: 35px;
  }

  .rich-text-width-800px h6 {
    margin-top: 26px;
  }

  .rich-text-width-800px ol {
    margin-top: 22px;
    margin-bottom: 35px;
    padding-left: 20px;
  }

  .blog-post-about-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .blog-post-date {
    margin-bottom: 23px;
    font-size: 16px;
  }

  .card-author-social-media-grid {
    grid-template-columns: repeat(auto-fit, 25px);
    grid-auto-flow: row;
  }

  .contact-links-wrapper {
    margin-bottom: 35px;
  }

  .contact-link {
    flex-wrap: wrap;
    font-size: 16px;
  }

  .contact-platforms-text {
    margin-bottom: 10px;
  }

  .contact-platforms-grid {
    grid-template-columns: repeat(auto-fit, 35px);
    justify-content: stretch;
  }

  .contact-platform-link {
    width: 35px;
    min-width: 35px;
    min-height: 35px;
  }

  .text-area {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-area.with-icon {
    background-position: 20px 23px;
    padding-left: 50px;
  }

  .contact-form-links-wrapper {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
    display: block;
  }

  .contact-form-social-media-grid {
    grid-column-gap: 16px;
    grid-template-columns: repeat(auto-fit, 25px);
    margin-bottom: 0;
  }

  .container-medium-644px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .category-title-wrapper.episodes-category {
    justify-content: flex-start;
    margin-bottom: 30px;
  }

  .rich-text-figure-caption p {
    margin-bottom: 22px;
  }

  .rich-text-figure-caption h3 {
    margin-top: 35px;
  }

  .rich-text-figure-caption figcaption {
    max-width: 100%;
    margin-top: 15px;
  }

  .rich-text-figure-caption h4 {
    margin-top: 35px;
  }

  .rich-text-figure-caption blockquote {
    margin-top: 28px;
    margin-bottom: 35px;
  }

  .rich-text-figure-caption ul {
    margin-top: 22px;
    margin-bottom: 35px;
    padding-left: 20px;
  }

  .rich-text-figure-caption h5 {
    margin-top: 35px;
  }

  .rich-text-figure-caption h6 {
    margin-top: 26px;
  }

  .rich-text-figure-caption ol {
    margin-top: 22px;
    margin-bottom: 35px;
    padding-left: 20px;
  }

  .dropdown-nav {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 15px;
  }

  .dropdown-arrow {
    font-size: 11px;
  }

  .icon-wrapper {
    width: 20px;
  }

  .header-menu-button-icon-top {
    background-color: var(--neutral-100);
  }

  .header-menu-button-icon-medium, .header-menu-button-icon-bottom {
    background-color: var(--neutral-200);
  }

  .cart-item-quantity, .cart-header, .cart-footer, .cart-list {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-episode-listen-link-icon {
    margin-right: 8px;
  }

  .contact-link-icon {
    margin-right: 8px;
    font-size: 30px;
  }

  .slider-bottom-right {
    width: 90%;
    height: auto;
    margin-top: 40px;
    margin-left: 100px;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .slider-top-left {
    width: 90%;
    height: auto;
    margin-bottom: 40px;
    margin-right: 100px;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .recent-episode-item {
    width: 90%;
  }

  .collection-item {
    justify-content: center;
    width: 100%;
  }

  .home-page-episode-card.changelog {
    padding: 40px 25px;
  }

  .home-page-episode-card.home-about-host {
    padding: 43px 25px 45px;
  }

  .home-page-episode-card.testimonial {
    flex-direction: column;
    padding: 33px 25px 36px;
  }

  .home-page-episode-card.achievements {
    padding: 40px 0;
  }

  .home-page-episode-card.perk {
    padding: 33px 25px;
  }

  .home-page-episode-card.host-about-left {
    margin-top: -160px;
    padding: 35px 20px 35px 25px;
  }

  .home-page-episode-card.host-sponsors {
    padding: 33px 25px;
  }

  .home-page-episode-card.episodes-platforms {
    width: 100%;
    padding: 33px 25px;
  }

  .home-page-episode-card.episode-page {
    margin-bottom: 60px;
    padding: 28px 25px 36px;
  }

  .home-page-episode-card.episode-host {
    padding: 46px 25px;
  }

  .home-page-episode-card.package {
    padding: 42px 25px 38px;
  }

  .home-page-episode-card.faq {
    margin-bottom: 22px;
  }

  .home-page-episode-card.subscribe-plan.mobile {
    min-height: 527px;
    padding: 36px 25px 40px;
  }

  .home-page-episode-card.review-hero {
    flex-direction: column;
    padding: 33px 25px 36px;
  }

  .home-page-episode-card.review {
    padding: 33px 25px 28px;
  }

  .home-page-episode-card.author {
    margin-top: 50px;
    padding: 46px 25px;
  }

  .home-page-episode-card.contact {
    padding: 46px 25px;
  }

  .home-page-episode-card.default {
    padding: 35px 25px 30px;
  }

  .body {
    max-width: none;
  }

  .slide {
    position: static;
  }

  .section-video-header {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-video-header.home-hero {
    max-width: 100%;
    padding-top: 42px;
  }

  .section-video-header.bg-neutral-200 {
    padding-top: 64px;
  }

  .section-video-header.bg-neutral-200.latest-reviews {
    padding-top: 80px;
  }

  .section-video-header.bg-neutral-200.more-posts, .section-video-header.bg-neutral-200.utility-page-hero {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .section-video-header.newsletter.packages-newsletter {
    margin-bottom: 100px;
  }

  .section-video-header.subscribe {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-video-header.about-hero {
    padding-top: 61px;
  }

  .section-video-header.about-story {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section-video-header.host-hero {
    padding-top: 61px;
    padding-bottom: 82px;
  }

  .section-video-header.episodes-hero {
    padding-top: 61px;
    padding-bottom: 54px;
  }

  .section-video-header.featured-episode {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .section-video-header.episode {
    padding-top: 33px;
    padding-bottom: 66px;
  }

  .section-video-header.episode-transcript {
    padding-top: 66px;
    padding-bottom: 82px;
  }

  .section-video-header.packages {
    padding-top: 61px;
  }

  .section-video-header.package {
    padding-top: 61px;
    padding-bottom: 72px;
  }

  .section-video-header.reviews-hero, .section-video-header.blog-hero {
    padding-top: 61px;
  }

  .section-video-header.contact, .section-video-header.sponsors {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .section-video-header.packages-category, .section-video-header.episodes-category, .section-video-header.blog-category, .section-video-header.changelog {
    padding-top: 61px;
  }

  .collection-list-2 {
    width: 100%;
  }

  .collection-list-wrapper {
    width: 62.468%;
  }

  .marquee_item-content-wrapper {
    width: 15rem;
    height: 15rem;
  }

  .marquee_item-image {
    height: 15rem;
  }
}

#w-node-_90e873b9-bfcf-b654-5d3e-58674e57b3ca-bbc552c9, #w-node-_6850d3c0-5a95-8fa9-75cb-08d99facec5d-bbc552c9, #w-node-_07b76eb7-6f2f-2431-cf45-53fb2c1ddbb9-bbc552c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field.w-node-_03fa660f-2ad0-2a91-8ba1-73b53cdfd7de-a8c552d9, #w-node-ae24b68c-bc53-3616-aa5e-06c58c6476ec-a8c552d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5556777a-0ddb-741b-1364-6835c587a610-3bc552e1, #w-node-c91de6dc-ddce-4b1a-5e31-4128e6a200ba-3bc552e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-f1c552ea, #w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-f1c552ea, #w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-f1c552ea, #w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-f1c552ea, #w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-f1c552ea, #w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-f1c552ea {
  align-self: end;
}

@media screen and (max-width: 767px) {
  #field.w-node-_03fa660f-2ad0-2a91-8ba1-73b53cdfd7de-a8c552d9, #w-node-ae24b68c-bc53-3616-aa5e-06c58c6476ec-a8c552d9 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Icons Podcast X Template';
  src: url('../fonts/icons-podcast-x-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}