@charset "UTF-8";
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul, li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit;
}

q:before, q:after {
  content: "";
}

header, aside, nav, footer, section, article, hgroup, address,
figure, figcaption, video, details, small, summary, img, main,
time, dl, dt, dd, li, picture {
  display: block;
}

html {
  webkit-text-size-adjust: none;
}

i, b, em, strong {
  font-style: inherit;
  font-weight: inherit;
}

img, video {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

mark {
  background: none;
  color: inherit;
}

small {
  font-size: inherit;
}

abbr {
  text-decoration: none;
  color: inherit;
}

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

/*==============================================================
FONTS
================================================================ */
@font-face {
  font-family: "Radion";
  src: url(../fonts/RadionA-Light.woff2);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Radion";
  src: url(../fonts/RadionA-Regular.woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Radion";
  src: url(../fonts/RadionA-Italic.woff2);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Radion";
  src: url(../fonts/RadionA-Bold.woff2);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Radion";
  src: url(../fonts/RadionA-Heavy.woff2);
  font-weight: 900;
  font-style: normal;
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Aspect ratio
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Resetting common inputs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Just button reset
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Headline hyphens
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Timing
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Colors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Stroked text
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*================================================================================
Globals
================================================================================*/
:root {
  --vh-offset: 0px;
  --scrollbar: 0px;
}

/*================================================================================
Bound
================================================================================*/
.bound {
  width: calc(100% * 0.89);
  margin: 0 auto;
  max-width: 1270px;
}

/*================================================================================
Screen widths that exclude scrollbar width
================================================================================*/
.rich-text-output {
  font-size: 1.25rem;
  line-height: 1.3;
}
.rich-text-output * + * {
  margin-top: 1.125em;
}
.rich-text-output p,
.rich-text-output ol,
.rich-text-output ul {
  max-width: 725px;
}
.rich-text-output h2,
.rich-text-output h3 {
  margin-top: 1.75em;
  position: relative;
}
.rich-text-output h2:before,
.rich-text-output h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -4.45%;
  height: 1px;
  width: 104.45%;
  background: white;
  background: #1774ad;
}
.rich-text-output h2:before {
  height: 7px;
}
.rich-text-output h4 {
  margin-top: 2.25em;
}
.rich-text-output h2 + *,
.rich-text-output h3 + * {
  margin-top: 2.25em;
}
.rich-text-output h2 + h3 {
  margin-top: 1.5em;
}
.rich-text-output strong {
  font-weight: 700;
}
.rich-text-output em {
  font-style: italic;
}
.rich-text-output li {
  padding-left: 25px;
  position: relative;
}
.rich-text-output li:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #b78d67;
  left: 0;
  top: 0.4375em;
}
.rich-text-output li + li {
  margin-top: 0.75em;
}
.rich-text-output li > p + p {
  margin-top: 0.7em;
}
.rich-text-output li ul {
  margin-top: 1em;
  margin-bottom: 1.5em;
  margin-left: 1em;
}
.rich-text-output li ul li:before {
  background: #1774ad;
  border-radius: 0;
}
.rich-text-output li ul ul li:before {
  background: #dd583a;
}
.rich-text-output h2 {
  font-size: 3rem;
  line-height: 0.95;
  font-weight: 900;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding-top: calc(6px + 0.25em);
}
.rich-text-output h3 {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 300;
  padding-top: 0.375em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.rich-text-output h4 {
  font-weight: 900;
  text-transform: uppercase;
  color: #b78d67;
  font-size: 0.8em;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
.rich-text-output a {
  color: #f09e12;
  box-shadow: inset 0 -1px 0 rgba(240, 158, 18, 0.6);
  transition: all 120ms;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.rich-text-output a:hover {
  color: #e8e1c6;
  box-shadow: inset 0 -1px 0 #e8e1c6;
}
@media (max-width: 1200px) {
  .rich-text-output p,
.rich-text-output ul,
.rich-text-output ol {
    font-size: 1.125rem;
    line-height: 1.35;
  }
}
@media (max-width: 940px) {
  .rich-text-output h2:before,
.rich-text-output h3:before {
    left: -6%;
    width: 106%;
  }
}
@media (max-width: 600px) {
  .rich-text-output h2 {
    font-size: 2.5rem;
    margin-top: 1.5em;
  }
  .rich-text-output h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 400px) {
  .rich-text-output h2 {
    font-size: 2.25rem;
  }
}

/*==============================================================
BODY
================================================================ */
body {
  font-size: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
  font: 400 normal 1rem/1.45 "Radion", Futura, Helvetica, Arial, sans-serif;
  background-color: #161C20;
  color: white;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.locked {
  height: 100vh;
  overflow: hidden;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

main {
  flex: 1;
}

.front-end-views-table-of-contents {
  padding: 60px 0 100px;
  font-size: 1.25rem;
}
.front-end-views-table-of-contents a {
  color: #f09e12;
}
.front-end-views-table-of-contents li {
  color: rgba(240, 158, 18, 0.25);
}
.front-end-views-table-of-contents li + li {
  margin-top: 0.25em;
}
.front-end-views-table-of-contents a:hover {
  color: white;
  text-decoration: underline;
}
.front-end-views-table-of-contents li ul {
  padding: 7px 0;
}
.front-end-views-table-of-contents li li {
  margin-left: 15px;
  position: relative;
  padding-left: 30px;
}
.front-end-views-table-of-contents li li:before {
  content: "↳";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bombpop-v001-block-header {
  position: relative;
  z-index: 3;
}
.bombpop-v001-block-header input[type=search],
.bombpop-v001-block-header input[type=submit],
.bombpop-v001-block-header button {
  background: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  display: block;
  cursor: pointer;
  color: inherit;
  transition: all 180ms;
  border-radius: 4px;
}
.bombpop-v001-block-header .inner {
  position: relative;
  height: 119px;
  display: flex;
  overflow: hidden;
}
.bombpop-v001-block-header .track {
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.bombpop-v001-block-header .track-cell {
  display: flex;
}
.bombpop-v001-block-header .track-cell.logo {
  align-items: flex-end;
  padding-bottom: 23px;
}
.bombpop-v001-block-header .track-cell.utilities {
  width: 302px;
  position: relative;
}
.bombpop-v001-block-header .track-cell.utilities:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  left: 51px;
}
.bombpop-v001-block-header .track-cell.account {
  align-items: center;
  justify-content: flex-end;
}
.bombpop-v001-block-header .titling a {
  display: block;
  width: 71px;
  height: 71px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background: url("../images/bombpop-logo-color.svg") no-repeat left bottom;
  background-size: contain;
}
.bombpop-v001-block-header .my-account-cta a {
  display: inline-block;
  white-space: nowrap;
  padding-left: 24px;
  position: relative;
}
.bombpop-v001-block-header .my-account-cta span {
  transition: box-shadow 150ms;
}
.bombpop-v001-block-header .my-account-cta a:hover span {
  box-shadow: inset 0 -1px 0 white;
}
.bombpop-v001-block-header .my-account-cta a:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.37' height='18.37' viewBox='0 0 18.37 18.37'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg%3E%3Cpath class='cls-1' d='M18.37,9.19A9.19,9.19,0,1,0,3,16l.11.09a9.18,9.18,0,0,0,12.18,0l.1-.09A9.16,9.16,0,0,0,18.37,9.19Zm-17.29,0a8.11,8.11,0,1,1,14,5.55,7,7,0,0,0-2.72-2.45,6.2,6.2,0,0,0-.89-.37,4.15,4.15,0,1,0-4.58,0,7,7,0,0,0-3.61,2.82A8.07,8.07,0,0,1,1.08,9.19Zm5-.72a3.07,3.07,0,1,1,3.07,3.06A3.08,3.08,0,0,1,6.12,8.47Zm-2,7a6,6,0,0,1,7.79-2.23,5.8,5.8,0,0,1,2.4,2.23,8.11,8.11,0,0,1-10.19,0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  transform: translateY(-55%);
}
.bombpop-v001-block-header .utility-panes {
  display: flex;
  flex: 1;
}
.bombpop-v001-block-header .utility-pane {
  display: flex;
  align-items: center;
}
.bombpop-v001-block-header .utility-pane.trigger {
  margin-right: 36px;
  width: 40px;
}
.bombpop-v001-block-header .utility-pane.content {
  flex: 1;
}
.bombpop-v001-block-header .utility-toggler {
  width: 40px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 16px;
  transition: all 150ms;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.9' height='16.02' viewBox='0 0 15.9 16.02'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg%3E%3Cpath class='cls-1' d='M15.9,14.45l-4.15-4.14a6.47,6.47,0,1,0-1.59,1.55L14.33,16ZM1.91,6.5A4.59,4.59,0,1,1,6.5,11.09,4.6,4.6,0,0,1,1.91,6.5Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-color: transparent;
}
.bombpop-v001-block-header .utility-toggler:hover {
  background-color: #1774ad;
}
.bombpop-v001-block-header .multi-function-container {
  position: relative;
  height: 34px;
  width: 100%;
}
.bombpop-v001-block-header .sitewide-utility-links,
.bombpop-v001-block-header .sitewide-search-module {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex: 1;
  transition: all 190ms;
}
.bombpop-v001-block-header .sitewide-utility-links ul {
  display: flex;
  align-items: center;
}
.bombpop-v001-block-header .sitewide-utility-links li + li {
  margin-left: 16px;
}
.bombpop-v001-block-header .sitewide-utility-links a {
  transition: all 150ms;
}
.bombpop-v001-block-header .sitewide-utility-links a:hover {
  box-shadow: inset 0 -1px 0 white;
}
.bombpop-v001-block-header .sitewide-search-module {
  transform: translateY(-180%);
  opacity: 0;
}
.bombpop-v001-block-header .search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.bombpop-v001-block-header .search-form label {
  flex: 1;
}
.bombpop-v001-block-header .search-form .screen-reader-text {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}
.bombpop-v001-block-header .search-form .search-field {
  background: transparent;
  box-shadow: inset 0 0 0 1px #1774ad;
  box-sizing: border-box;
  height: 34px;
  width: 100%;
  padding: 9px;
}
.bombpop-v001-block-header .search-form .search-field::placeholder {
  color: #1774ad;
}
.bombpop-v001-block-header .search-form .search-submit {
  font-weight: 700;
  background-color: #1774ad;
  margin-left: 10px;
  height: 34px;
  box-sizing: border-box;
  padding: 0 12px;
}
.bombpop-v001-block-header .search-form .search-submit:hover {
  background: #1d92da;
}
.bombpop-v001-block-header [data-state=search-is-active] .utility-toggler {
  background-size: auto 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.3' height='17.3' viewBox='0 0 17.3 17.3'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23dd583a;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg%3E%3Cpolygon class='cls-1' points='17.3 1.96 15.35 0 8.65 6.69 1.96 0 0 1.96 6.7 8.65 0 15.35 1.96 17.3 8.65 10.61 15.35 17.3 17.3 15.35 10.61 8.65 17.3 1.96'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-color: transparent;
}
.bombpop-v001-block-header [data-state=search-is-active] .utility-toggler:hover {
  box-shadow: inset 0 0 0 1px #dd583a;
}
.bombpop-v001-block-header [data-state=search-is-active] .sitewide-search-module {
  transform: translateY(0);
  opacity: 1;
}
.bombpop-v001-block-header [data-state=search-is-active] .sitewide-utility-links {
  transform: translateY(-180%);
  opacity: 0;
}
.bombpop-v001-block-header .mini-menu-toggler {
  display: none;
}
@media (max-width: 599px) {
  .bombpop-v001-block-header {
    font-size: 0.875rem;
    font-weight: 700;
  }
  .bombpop-v001-block-header .inner {
    height: 105px;
  }
  .bombpop-v001-block-header .track-cell.utilities {
    display: none;
  }
  .bombpop-v001-block-header .mini-menu-toggler {
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.6' height='8.83' viewBox='0 0 10.6 8.83'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg%3E%3Cpath class='cls-1' d='M10.6,1.77H0V0H10.6Zm0,1.76H0V5.3H10.6Zm0,3.54H0V8.83H10.6Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 11px 8px;
    display: inline-block;
    flex-stretch: 0;
    min-height: 34px;
    padding: 1px 10px 0 25px;
    transform: translateX(10px);
    background-color: transparent;
  }
  .bombpop-v001-block-header .titling a {
    width: 60px;
    height: 60px;
  }
  .bombpop-v001-block-header .my-account-cta {
    display: none;
  }
}

.bombpop-v001-block-mini-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
}
.bombpop-v001-block-mini-menu input[type=search],
.bombpop-v001-block-mini-menu input[type=submit],
.bombpop-v001-block-mini-menu button {
  background: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  display: block;
  cursor: pointer;
  color: inherit;
  transition: all 180ms;
  border-radius: 4px;
}
.bombpop-v001-block-mini-menu .modal-plate,
.bombpop-v001-block-mini-menu .page-obscuring-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bombpop-v001-block-mini-menu .modal-plate {
  z-index: 2;
  color: black;
  background-color: white;
}
.bombpop-v001-block-mini-menu .modal-plate .inner {
  padding: 120px 0 40px;
  position: relative;
  background-repeat: no-repeat;
  background-position: left 0 top 22px;
  background-image: url("data:image/svg+xml,%3Csvg id='bombpop-logo-black' xmlns='http://www.w3.org/2000/svg' width='110.39' height='110.27' viewBox='0 0 110.39 110.27'%3E%3Cpath d='M83.55,58.4c2.14-1.65,1.52-3-.53-4.22-2.29-1.32-5.14-1.59-8.55.39L66.4,59.24a27.48,27.48,0,0,1,8.37,7.93c.3-2.5,2.29-5,6.16-7.25ZM67.31,45.14c-2.34-1.34-5.2-1.61-8.61.36l-8.52,4.93a28.62,28.62,0,0,1,5.33,6.11l11.16-6.46C70.08,48.11,69.6,46.46,67.31,45.14ZM48.26,41.35c3.67-2.13,3.81-5,.27-7a12.57,12.57,0,0,0-12.14.18c-3.66,2.12-3.8,5-.27,7A12.6,12.6,0,0,0,48.26,41.35ZM16.36,30.16A12.59,12.59,0,0,0,28.47,30h0c3.66-2.12,3.79-5,.26-7a12.6,12.6,0,0,0-12.14.18C13,25.28,12.82,28.12,16.36,30.16ZM110.3,52,99.54,58.21h0l-1,.58A18.12,18.12,0,0,1,109.3,61c.25.14.49.29.72.44a55.57,55.57,0,0,0,.37-6.36C110.39,54,110.36,53,110.3,52Zm-9.62,12.41a12.62,12.62,0,0,0-12.18.19c-3.68,2.13-3.82,5-.27,7a12.65,12.65,0,0,0,12.18-.18C104.09,69.29,104.23,66.44,100.68,64.39ZM37.35,19.57c3,1.75,5.16,4.3,5.21,7.08a28.08,28.08,0,0,1,13.21,3.51c3.85,2.21,5.87,4.85,6.12,7.5a21.67,21.67,0,0,1,11.88,2.85c3.64,2.09,5.31,4.66,4.55,7.33A21.22,21.22,0,0,1,91,50.44a15.66,15.66,0,0,1,2.78,2l15.35-8.89A55.32,55.32,0,0,0,32.76,4.82l7.8,4.49-14,8.08A18,18,0,0,1,37.35,19.57Zm9,36.46c-3.54-2-5.94-.49-6,3.73a12.49,12.49,0,0,0,5.91,10.56c3.53,2,5.93.49,5.95-3.72v0A12.49,12.49,0,0,0,46.32,56Zm13.82,15.1a12.46,12.46,0,0,0,5.91,10.55c3.54,2,5.94.5,6-3.73A12.45,12.45,0,0,0,66.09,67.4C62.55,65.36,60.15,66.9,60.14,71.13ZM86.8,79.3c-3.54-2-5.94-.49-6,3.73a12.46,12.46,0,0,0,5.91,10.56c3.54,2,5.94.49,5.95-3.74A12.48,12.48,0,0,0,86.8,79.3ZM22.74,37.87A28.08,28.08,0,0,1,9.06,34.32,17.55,17.55,0,0,1,5.31,31.5a54.89,54.89,0,0,0,27.21,73.68V68.93h0l0-13.36c0-3.34.69-5.84,1.89-7.52a24.87,24.87,0,0,1-5.56-2.34C24.87,43.41,22.84,40.63,22.74,37.87ZM80.81,94.53v9.22a54.47,54.47,0,0,0,4.78-2.82A18.46,18.46,0,0,1,80.81,94.53ZM56.37,80.39c-2.44,1.34-5.72.79-8.76-1a17.9,17.9,0,0,1-7.24-8.11V108a55.77,55.77,0,0,0,14.83,2A55.21,55.21,0,0,0,73,107.1v-15A13.47,13.47,0,0,1,66,90,27.91,27.91,0,0,1,56.37,80.39Z'/%3E%3C/svg%3E");
  background-size: 60px auto;
}
.bombpop-v001-block-mini-menu .page-obscuring-screen {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  height: 100vh;
  z-index: 1;
}
.bombpop-v001-block-mini-menu .mini-menu-closer {
  font-size: 0.875rem;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.3' height='17.3' viewBox='0 0 17.3 17.3'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23dd583a;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg%3E%3Cpolygon class='cls-1' points='17.3 1.96 15.35 0 8.65 6.69 1.96 0 0 1.96 6.7 8.65 0 15.35 1.96 17.3 8.65 10.61 15.35 17.3 17.3 15.35 10.61 8.65 17.3 1.96'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 11px auto;
  display: inline-block;
  position: absolute;
  top: 36px;
  right: 0;
  box-shadow: inset 0 0 0 1px #dd583a;
  color: #dd583a;
  min-height: 34px;
  padding: 1px 10px 0 25px;
}
.bombpop-v001-block-mini-menu .content-output {
  font-size: 1.125rem;
}
.bombpop-v001-block-mini-menu nav {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.bombpop-v001-block-mini-menu nav li + li {
  margin-top: 0.75em;
}
.bombpop-v001-block-mini-menu .search-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.bombpop-v001-block-mini-menu label {
  flex: 1;
}
.bombpop-v001-block-mini-menu .screen-reader-text {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.bombpop-v001-block-mini-menu .search-field {
  background: transparent;
  box-shadow: inset 0 0 0 1px #1774ad;
  box-sizing: border-box;
  height: 40px;
  width: 100%;
  padding: 9px;
}
.bombpop-v001-block-mini-menu .search-field::placeholder {
  color: #1774ad;
}
.bombpop-v001-block-mini-menu input[type=submit] {
  font-weight: 700;
  background-color: #1774ad;
  margin-left: 10px;
  height: 40px;
  box-sizing: border-box;
  padding: 0 16px;
  color: white;
}

.mini-menu-visible .bombpop-v001-block-mini-menu {
  display: block;
}

.bombpop-v001-block-series-teaser {
  background-repeat: repeat;
  background-position: left top;
  background-size: 680px 508px;
  background-color: rgb(0, 0, 0);
  padding-top: 54px;
}
.bombpop-v001-block-series-teaser .inner {
  position: relative;
  padding-bottom: 85px;
}
.bombpop-v001-block-series-teaser .titling {
  position: absolute;
  top: 0;
  left: -50px;
  height: 100%;
  width: 24px;
}
.bombpop-v001-block-series-teaser .titling:after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: 4.75em;
  height: calc(100% - 4.75em);
  width: 1px;
  background: #1774ad;
}
.bombpop-v001-block-series-teaser .titling h2 {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left top;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
  transform: rotate(90deg) translateY(-100%);
  color: #1774ad;
}
.bombpop-v001-block-series-teaser .series-list {
  display: flex;
  flex-wrap: wrap;
}
.bombpop-v001-block-series-teaser .series-item {
  width: 31.3385826772%;
  position: relative;
  z-index: 1;
}
@media (min-width: 870px) {
  .bombpop-v001-block-series-teaser .series-item {
    margin-left: 2.9921259843%;
    margin-top: 3%;
  }
  .bombpop-v001-block-series-teaser .series-item:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .bombpop-v001-block-series-teaser .series-item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
.bombpop-v001-block-series-teaser .series-link {
  display: block;
  position: relative;
}
.bombpop-v001-block-series-teaser .media {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  width: 51.0050251256%;
  border-radius: 100%;
  box-shadow: 0 0 0 1px transparent, 0 0 0 1px transparent, 0 0 0 1px transparent;
}
.bombpop-v001-block-series-teaser .media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.bombpop-v001-block-series-teaser .media > .fill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bombpop-v001-block-series-teaser .series-title {
  position: absolute;
  z-index: 2;
  font-size: 1.625rem;
  line-height: 0.9;
  width: 55.0251256281%;
  bottom: 8px;
  right: 0;
  padding-bottom: 12px;
  text-shadow: -2px 2px 10px black;
  box-shadow: inset 0 -1px 0 #f09e12, inset 0 -1px 0 rgb(0, 0, 0), inset 0 -1px 0 #f09e12;
}
.bombpop-v001-block-series-teaser .media,
.bombpop-v001-block-series-teaser .series-title {
  transition: box-shadow 160ms;
}
.bombpop-v001-block-series-teaser .series-link:hover .media {
  box-shadow: 0 0 0 1px #f09e12, 0 0 0 5px rgb(0, 0, 0), 0 0 0 6px #f09e12;
}
.bombpop-v001-block-series-teaser .series-link:hover .series-title {
  box-shadow: inset 0 -1px 0 #f09e12, inset 0 -5px 0 rgb(0, 0, 0), inset 0 -6px 0 #f09e12;
}
@media (max-width: 1100px) {
  .bombpop-v001-block-series-teaser {
    padding-top: 50px;
  }
  .bombpop-v001-block-series-teaser .titling {
    position: relative;
    height: auto;
    width: 100%;
    left: 0;
    top: 0;
    margin-bottom: 40px;
  }
  .bombpop-v001-block-series-teaser .titling:after {
    left: 4.5em;
    top: auto;
    bottom: 7px;
    width: calc( ( 100% - 4.5em ) + calc((calc(100vw - var(--scrollbar)) * calc( 1 - 0.89 )) / 2) );
    height: 1px;
  }
  .bombpop-v001-block-series-teaser .titling h2 {
    transform: none;
    position: static;
    text-shadow: 1px 1px 2px black;
  }
  .bombpop-v001-block-series-teaser .series-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 999px) {
  .bombpop-v001-block-series-teaser .series-title {
    font-size: 1.25rem;
    font-weight: 700;
  }
}
@media (max-width: 869px) {
  .bombpop-v001-block-series-teaser .series-item {
    width: 47%;
    margin-top: 5%;
  }
  .bombpop-v001-block-series-teaser .series-item:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .bombpop-v001-block-series-teaser .series-item:nth-of-type(even) {
    margin-left: 6%;
  }
  .bombpop-v001-block-series-teaser .series-title {
    font-weight: 400;
    font-size: 1.5rem;
  }
}
@media (max-width: 630px) {
  .bombpop-v001-block-series-teaser .series-title {
    font-weight: 700;
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
  .bombpop-v001-block-series-teaser .inner {
    padding-bottom: 60px;
  }
  .bombpop-v001-block-series-teaser .series-item {
    width: 100%;
    margin-top: 0;
  }
  .bombpop-v001-block-series-teaser .series-item:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .bombpop-v001-block-series-teaser .series-item:nth-of-type(even) {
    margin-left: 0;
  }
  .bombpop-v001-block-series-teaser .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bombpop-v001-block-series-teaser .media {
    width: 150px;
  }
  .bombpop-v001-block-series-teaser .series-title {
    font-weight: 400;
    line-height: 1;
    position: static;
    width: calc(100% - 170px);
  }
  .bombpop-v001-block-series-teaser .series-item:nth-of-type(odd) .media {
    order: 1;
  }
  .bombpop-v001-block-series-teaser .series-item:nth-of-type(odd) .series-title {
    order: 2;
  }
}

@keyframes padlockArm {
  0% {
    transform: translateY(-17%);
  }
  50% {
    transform: translateY(-36%);
  }
  70% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(1%);
  }
}
@keyframes padlockBase {
  0% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(1%);
  }
}
.video-container .placeholder-art {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: rgb(0, 0, 0);
  position: relative;
}
.video-container .placeholder-art:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.333595594%;
}
.video-container .placeholder-art > .fill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-container .placeholder-art .fill:before,
.video-container .placeholder-art .fill:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto 44px;
  background-position: left bottom;
  bottom: 18px;
  height: 44px;
}
.video-container .placeholder-art .fill:before {
  left: 18px;
  background-image: image-url("placeholder-video-playhead.png");
  width: calc(100% - 36px - 102px);
}
.video-container .placeholder-art .fill:after {
  right: 18px;
  background-image: image-url("placeholder-video-playhead-cap.png");
  width: 102px;
}

.video-prohibition {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: black;
  overflow: hidden;
  position: relative;
}
.video-prohibition:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.333595594%;
}
.video-prohibition > .fill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-prohibition .fill {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.99));
}
.video-prohibition .fill:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: gray;
  z-index: 1;
  mix-blend-mode: color;
}
.video-prohibition .explanation-container {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  padding: 100px 35px;
  position: relative;
  z-index: 2;
  box-shadow: inset 0 0 0 8px #dd583a;
}
.video-prohibition .explanation {
  padding-top: 30px;
  width: 65.6692913386%;
  padding-left: 71px;
  position: relative;
}
.video-prohibition .padlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: auto;
}
.video-prohibition .padlock svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.video-prohibition .padlock .padlock-arm,
.video-prohibition .padlock .padlock-base {
  animation-duration: 750ms;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 600ms;
  fill: #dd583a;
}
.video-prohibition .padlock .padlock-arm {
  transform: translateY(-17%);
  animation-name: padlockArm;
}
.video-prohibition .padlock .padlock-base {
  animation-name: padlockBase;
}
.video-prohibition .explanation-substance {
  padding-top: 13px;
  margin-top: 12px;
  border-top: 1px solid #dd583a;
  display: flex;
  justify-content: space-between;
}
.video-prohibition .title {
  color: #dd583a;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 900;
}
.video-prohibition .essay {
  max-width: 450px;
  font-size: 1.1875rem;
  line-height: 1.3;
}
.video-prohibition .essay a {
  text-decoration: underline;
}
.video-prohibition .title,
.video-prohibition .essay {
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.3);
}
.video-prohibition .cta {
  margin-left: 38px;
}
.video-prohibition .cta a {
  display: inline-block;
  background: white;
  color: #dd583a;
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1;
  border-radius: 3px;
  padding: 18px 30px;
  white-space: nowrap;
  transition: all 120ms;
  position: relative;
  overflow: hidden;
}
.video-prohibition .cta a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0.001);
  transform-origin: left bottom;
  background: #1774ad;
  transition: all 120ms;
}
.video-prohibition .cta .string {
  position: relative;
}
.video-prohibition .cta a:hover {
  color: white;
}
.video-prohibition .cta a:hover:before {
  transform: scaleY(1);
}
@media (max-width: 999px) {
  .video-prohibition .explanation-container {
    padding: 60px 40px;
  }
  .video-prohibition .explanation {
    width: auto;
  }
}
@media (max-width: 850px) {
  .video-prohibition .explanation-container {
    padding: 45px 40px;
  }
  .video-prohibition .explanation {
    padding-top: 22px;
    padding-left: 55px;
  }
  .video-prohibition .padlock {
    width: 36px;
  }
  .video-prohibition .title,
.video-prohibition .cta a {
    font-size: 1.5rem;
  }
  .video-prohibition .essay {
    font-size: 1rem;
    line-height: 1.4;
  }
  .video-prohibition .cta a {
    padding: 15px 26px;
  }
}
@media (max-width: 700px) {
  .video-prohibition {
    position: relative;
  }
  .video-prohibition:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 70%;
  }
  .video-prohibition > .fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .video-prohibition .explanation-container {
    padding: 40px 30px;
  }
}
@media (max-width: 599px) {
  .video-prohibition {
    position: relative;
  }
  .video-prohibition:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 90%;
  }
  .video-prohibition > .fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .video-prohibition .explanation-container {
    padding: 25px 25px;
  }
  .video-prohibition .explanation {
    padding: 55px 0 0 0;
    text-align: center;
  }
  .video-prohibition .padlock {
    width: 32px;
    left: 50%;
    transform: translateX(-50%);
  }
  .video-prohibition .title {
    font-size: 1.375rem;
  }
  .video-prohibition .explanation-substance {
    display: block;
    padding-top: 0;
    border-top: none;
    margin-top: 10px;
  }
  .video-prohibition .essay {
    font-size: 0.9375rem;
    line-height: 1.35;
    margin: 0 auto;
    max-width: 28em;
  }
  .video-prohibition .cta {
    margin: 15px auto 0 auto;
  }
  .video-prohibition .cta a {
    padding: 13px 26px;
  }
}
@media (max-width: 499px) {
  .video-prohibition {
    margin-left: -6%;
    width: 112%;
  }
  .video-prohibition .title {
    font-size: 1.5rem;
  }
  .video-prohibition .explanation-container {
    padding: 27px 22px;
    box-shadow: inset 0 0 0 5px #dd583a;
  }
}
@media (max-width: 370px) {
  .video-prohibition {
    position: relative;
  }
  .video-prohibition:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .video-prohibition > .fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .video-prohibition .title {
    font-size: 1.375rem;
  }
}

.bombpop-v001-block-episode-dossier .series-title {
  padding-bottom: 16px;
  font-weight: 700;
  position: relative;
}
.bombpop-v001-block-episode-dossier .series-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc( 100% + calc((calc(100vw - var(--scrollbar)) - 1270px) / 2) );
  height: 1px;
  background: rgba(232, 225, 198, 0.4);
}
@media (max-width: 1441px) {
  .bombpop-v001-block-episode-dossier .series-title:before {
    width: calc( 100% + calc((calc(100vw - var(--scrollbar)) * calc( 1 - 0.89 )) / 2) );
  }
}
.bombpop-v001-block-episode-dossier .series-title a {
  transition: box-shadow 120ms;
}
.bombpop-v001-block-episode-dossier .series-title a:hover {
  box-shadow: inset 0 -1px 0 white;
}
.bombpop-v001-block-episode-dossier .columns {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 23px;
}
.bombpop-v001-block-episode-dossier .columns:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 65.5118110236%;
  width: 1px;
  height: 100%;
  background: rgba(232, 225, 198, 0.4);
}
.bombpop-v001-block-episode-dossier .column.primary {
  width: 60.0787401575%;
}
.bombpop-v001-block-episode-dossier .column.secondary {
  width: 31.3385826772%;
}
.bombpop-v001-block-episode-dossier .episode-title {
  font-weight: 900;
  font-size: 3.25rem;
  line-height: 0.9;
}
.bombpop-v001-block-episode-dossier .episode-description {
  color: #e8e1c6;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 20px;
}
.bombpop-v001-block-episode-dossier .episode-description-clone {
  display: none;
}
.bombpop-v001-block-episode-dossier .episode-stats {
  font-size: 0.875rem;
  line-height: 1.2;
}
.bombpop-v001-block-episode-dossier .episode-stats .stat {
  display: flex;
}
.bombpop-v001-block-episode-dossier .episode-stats .stat + .stat {
  margin-top: 12px;
}
.bombpop-v001-block-episode-dossier .episode-stats dt {
  font-weight: 700;
  min-width: 150px;
}
.bombpop-v001-block-episode-dossier .episode-stats .credits-launcher {
  -webkit-appearance: none;
  appearance: none;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  background: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  color: #f09e12;
  text-align: left;
  padding-bottom: 3px;
  transition: translateY 90ms;
}
.bombpop-v001-block-episode-dossier .episode-stats .credits-launcher:active {
  transform: translateY(1px);
}
.bombpop-v001-block-episode-dossier .episode-stats .credits-launcher .string {
  transition: box-shadow 120ms;
}
.bombpop-v001-block-episode-dossier .episode-stats .credits-launcher:hover .string {
  box-shadow: 0 1px 0 #f09e12;
}
.bombpop-v001-block-episode-dossier .episode-stats .credits-launcher i {
  position: relative;
  white-space: nowrap;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.81' height='10.81' viewBox='0 0 10.81 10.81'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f09e12;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='artwork'%3E%3Cpath class='cls-1' d='M0,9.91,8.64,1.27H1.73V0h9l0,0,0,9H9.55V2.17L.9,10.81Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1px bottom 2.5px;
  background-size: 10px 10px;
  padding-right: 15px;
}
@media (max-width: 970px) {
  .bombpop-v001-block-episode-dossier .episode-title {
    font-size: 3rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .bombpop-v001-block-episode-dossier .episode-description {
    font-size: 1.125rem;
  }
  .bombpop-v001-block-episode-dossier .column.primary {
    width: 50%;
  }
  .bombpop-v001-block-episode-dossier .column.secondary {
    width: 41%;
  }
  .bombpop-v001-block-episode-dossier .columns:before {
    left: 56%;
  }
  .bombpop-v001-block-episode-dossier .episode-stats dt {
    min-width: 100px;
  }
}
@media (max-width: 830px) {
  .bombpop-v001-block-episode-dossier .columns {
    padding-top: 16px;
  }
  .bombpop-v001-block-episode-dossier .column.primary {
    width: 45%;
  }
  .bombpop-v001-block-episode-dossier .column.secondary {
    width: 45%;
  }
  .bombpop-v001-block-episode-dossier .columns:before {
    left: 50%;
  }
  .bombpop-v001-block-episode-dossier .series-title {
    padding-bottom: 12px;
    font-size: 0.875rem;
  }
  .bombpop-v001-block-episode-dossier .episode-title {
    font-size: 2.125rem;
    line-height: 1;
  }
  .bombpop-v001-block-episode-dossier .episode-description {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 15px;
  }
}
@media (max-width: 700px) {
  .bombpop-v001-block-episode-dossier .columns {
    display: block;
    padding-top: 0;
  }
  .bombpop-v001-block-episode-dossier .column.primary {
    width: 100%;
    position: relative;
  }
  .bombpop-v001-block-episode-dossier .column.secondary {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
  }
  .bombpop-v001-block-episode-dossier .columns:before {
    left: 45%;
  }
  .bombpop-v001-block-episode-dossier .episode-title {
    padding: 15px 0;
    width: 100%;
    background: #161C20;
    border-bottom: 1px solid rgba(232, 225, 198, 0.4);
  }
  .bombpop-v001-block-episode-dossier .episode-description {
    display: none;
  }
  .bombpop-v001-block-episode-dossier .episode-description-clone {
    display: block;
    order: 1;
    width: 40%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #e8e1c6;
  }
  .bombpop-v001-block-episode-dossier .episode-stats {
    order: 2;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .bombpop-v001-block-episode-dossier .column.secondary {
    flex-wrap: wrap;
    padding-top: 12px;
  }
  .bombpop-v001-block-episode-dossier .columns:before {
    display: none;
  }
  .bombpop-v001-block-episode-dossier .episode-description-clone {
    width: 100%;
  }
  .bombpop-v001-block-episode-dossier .episode-stats {
    width: 100%;
    border-top: 1px solid rgba(232, 225, 198, 0.4);
    padding-top: 18px;
    margin-top: 14px;
  }
}

@keyframes Spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359.9deg);
  }
}
.bombpop-v001-block-roundup-grid .titling {
  margin-bottom: 40px;
  color: #1774ad;
  font-weight: 700;
  padding-top: 5px;
  position: relative;
}
.bombpop-v001-block-roundup-grid .titling .series-inline-title {
  color: #3ba4e5;
}
.bombpop-v001-block-roundup-grid .titling:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #1774ad;
  width: calc( 100% + calc((calc(100vw - var(--scrollbar)) - 1270px) / 2) );
}
@media (max-width: 1441px) {
  .bombpop-v001-block-roundup-grid .titling:after {
    width: calc( 100% + calc((calc(100vw - var(--scrollbar)) * calc( 1 - 0.89 )) / 2) );
  }
}
.bombpop-v001-block-roundup-grid .entries-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bombpop-v001-block-roundup-grid[data-collection=all-from-series] .entries-list {
  justify-content: flex-start;
}
.bombpop-v001-block-roundup-grid .entry-item {
  display: flex;
}
.bombpop-v001-block-roundup-grid .entry-link {
  display: flex;
  flex: 1;
}
.bombpop-v001-block-roundup-grid figure {
  flex: 1;
  position: relative;
}
.bombpop-v001-block-roundup-grid figcaption {
  margin-top: 9px;
  position: relative;
}
.bombpop-v001-block-roundup-grid .entry-series {
  display: block;
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.1em;
  transition: color 120ms;
}
.bombpop-v001-block-roundup-grid .entry-series.orphan {
  color: #f09e12;
  color: #dd583a;
  font-weight: 700;
}
.bombpop-v001-block-roundup-grid .entry-title {
  display: block;
  font-size: 1.3125rem;
  line-height: 1;
  font-weight: 900;
  margin-top: 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.bombpop-v001-block-roundup-grid .entry-title .string {
  transition: box-shadow 120ms;
}
.bombpop-v001-block-roundup-grid .entry-episode-number {
  display: inline-block;
  position: absolute;
  background: rgba(128, 0, 0, 0.8);
  background: #161C20;
  left: -1px;
  top: -25px;
  height: 17px;
  color: #f09e12;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 1;
  box-sizing: border-box;
  padding: 5px 5px 0px 3px;
  letter-spacing: 0.1em;
  border-radius: 0 8px 0 8px;
  transition: box-shadow 120ms;
}
.bombpop-v001-block-roundup-grid .media {
  height: 153px;
  position: relative;
}
.bombpop-v001-block-roundup-grid .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: box-shadow 120ms;
}
.bombpop-v001-block-roundup-grid .terminal-cell-cta {
  position: relative;
  background: url("/wp-content/themes/picostrap5-child-base/images/grid-terminal-cell-stairsteps.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  min-height: 50px;
}
.bombpop-v001-block-roundup-grid .terminal-cell-cta .color-gel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bombpop-v001-block-roundup-grid .terminal-cell-cta .color-gel:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left top;
  background-color: #1774ad;
  mix-blend-mode: color;
}
.bombpop-v001-block-roundup-grid .terminal-cell-cta .color-gel:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left bottom;
  background-color: #f09e12;
  transform: scaleY(0.001);
  transition: transform 160ms;
}
.bombpop-v001-block-roundup-grid .terminal-cell-cta .cta-message {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 17px;
}
.bombpop-v001-block-roundup-grid .terminal-cell-cta .string {
  position: relative;
}
.bombpop-v001-block-roundup-grid .terminal-cell-cta .string:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.79' height='18.81' viewBox='0 0 18.79 18.81'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='artwork'%3E%3Cpath class='cls-1' d='M0,15.32,10.83,4.49l-6.61,0L4.24,0,18.67,0l.08.08,0,14.45H14.24l0-6.55L3.48,18.81Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  margin-left: 7px;
}
.bombpop-v001-block-roundup-grid .-free {
  position: absolute;
  bottom: -17%;
  right: -5%;
  width: 74px;
  height: 74px;
  background-repeat: no-repeat;
  transform-origin: center center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74.01' height='74.01' viewBox='0 0 74.01 74.01'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f09e12;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='artwork'%3E%3Cpath class='cls-1' d='M37,0V1A36,36,0,1,1,19.92,5.32,36,36,0,0,1,37,1V0m0,0a37,37,0,1,0,32.6,19.44A36.9,36.9,0,0,0,37,0Z'/%3E%3Cpath class='cls-1' d='M20.85,24.87l-3.09,5.95-1.87-1L16.83,28l-6.27-3.25,1.2-2.32L18,25.72,19,23.9Z'/%3E%3Cpath class='cls-1' d='M12.5,32.13A4.67,4.67,0,0,1,17.27,37a4.67,4.67,0,0,1-4.78,4.86A4.65,4.65,0,0,1,7.72,37,4.66,4.66,0,0,1,12.5,32.13Zm0,7.17a2.3,2.3,0,1,0,0-4.59,2.3,2.3,0,1,0,0,4.59Z'/%3E%3Cpath class='cls-1' d='M18.12,59.2l1.5-3.72L16,57.2l-1.85-1.74,5.33-7.57,1.9,1.79-3.11,4.23,5.25-2.48.07.06L21.43,56.9l4-3.38,1.78,1.67L20,61Z'/%3E%3Cpath class='cls-1' d='M32,64.28l-3-.7-.75,1.28-2.38-.56,5.17-8.2,2.58.61,1,9.64-2.51-.59Zm-.17-2.19-.23-3-1.49,2.57Z'/%3E%3Cpath class='cls-1' d='M37.35,57.22,44,56l.39,2.07-2,.37,1.29,7-2.57.47-1.29-6.94-2,.37Z'/%3E%3Cpath class='cls-1' d='M49.22,52.6A4.22,4.22,0,0,1,50.65,52L52,54a2.36,2.36,0,0,0-1.24.42,2.4,2.4,0,1,0,3.52,3l1.35,2a4.41,4.41,0,0,1-1.14,1.07,4.77,4.77,0,0,1-5.28-7.95Z'/%3E%3Cpath class='cls-1' d='M56.58,49.84l1-1.66-3-1.76L56,44.17l7.87,4.7-1.34,2.25-2.9-1.74-1,1.66,2.9,1.73L60.16,55l-7.87-4.7,1.33-2.23Z'/%3E%3Cpath class='cls-1' d='M30.22,8.63l5.1-.76L35.63,10l-2.53.37.2,1.35,2.53-.37.31,2.08-2.54.37.52,3.55-2.57.38Z'/%3E%3Cpath class='cls-1' d='M42.43,8.24l3.72,1.17a2.83,2.83,0,0,1,2,3.59A2.76,2.76,0,0,1,46,15l.57,4.19-2.71-.85-.41-4.36-.06,0-1.21,3.85L39.69,17ZM44.28,11l-.58,1.86.42.13c.79.25,1.29.07,1.48-.57s-.08-1-.84-1.27Z'/%3E%3Cpath class='cls-1' d='M55.18,14.18l3.74,3.56-1.46,1.52L55.61,17.5l-.94,1,1.85,1.77-1.45,1.53L53.22,20l-1,1.07,1.86,1.77L52.6,24.38l-3.74-3.56Z'/%3E%3Cpath class='cls-1' d='M62.78,23.34l2,4.75-1.94.83-1-2.36-1.26.53,1,2.36-1.94.82-1-2.36-1.37.58,1,2.36-1.94.82-2-4.76Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  animation-iteration-count: infinite;
  animation-duration: 8000ms;
  animation-fill-mode: forwards;
  animation-name: Spin;
  animation-timing-function: linear;
}
.bombpop-v001-block-roundup-grid .entry-link:hover .entry-series {
  color: #f09e12;
}
.bombpop-v001-block-roundup-grid .entry-link:hover .entry-title .string {
  box-shadow: inset 0 -1px 0 #f09e12;
}
.bombpop-v001-block-roundup-grid .entry-link:hover .media img {
  box-shadow: 0 0 0 1px #f09e12, 0 0 0 3px #161C20, 0 0 0 4px #f09e12;
}
.bombpop-v001-block-roundup-grid .entry-link:hover .terminal-cell-cta .color-gel:after {
  transform: scaleY(1);
}
.bombpop-v001-block-roundup-grid .entry-link:hover .entry-episode-number {
  box-shadow: 1px -1px 0 #f09e12;
}
@media (min-width: 1050px) {
  .bombpop-v001-block-roundup-grid .entry-item {
    width: 22.7559055118%;
    margin-left: 2.9921259843%;
    margin-top: 3.75%;
  }
  .bombpop-v001-block-roundup-grid .entry-item:nth-of-type(-n + 4) {
    margin-top: 0;
  }
  .bombpop-v001-block-roundup-grid .entry-item:nth-of-type(4n + 1) {
    margin-left: 0;
  }
}
@media (max-width: 1150px) {
  .bombpop-v001-block-roundup-grid .entry-item {
    margin-top: 4.5%;
  }
  .bombpop-v001-block-roundup-grid .entry-title {
    font-size: 1.125rem;
  }
  .bombpop-v001-block-roundup-grid .terminal-cell-cta .cta-message {
    font-size: 1.5rem;
  }
  .bombpop-v001-block-roundup-grid .terminal-cell-cta .string:after {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 1049px) {
  .bombpop-v001-block-roundup-grid .entry-item {
    width: 30.5%;
    margin-left: 4.25%;
  }
  .bombpop-v001-block-roundup-grid .entry-item:nth-of-type(-n + 3) {
    margin-top: 0;
  }
  .bombpop-v001-block-roundup-grid .entry-item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .bombpop-v001-block-roundup-grid .media {
    height: 145px;
  }
}
@media (max-width: 800px) {
  .bombpop-v001-block-roundup-grid .entry-item {
    margin-top: 5.5%;
    width: 30%;
    margin-left: 5%;
  }
  .bombpop-v001-block-roundup-grid .media {
    height: 130px;
  }
}
@media (max-width: 730px) {
  .bombpop-v001-block-roundup-grid .entry-item {
    margin-top: 6%;
  }
  .bombpop-v001-block-roundup-grid .entry-title {
    font-size: 1.0625rem;
    margin-top: 7px;
  }
  .bombpop-v001-block-roundup-grid .entry-series {
    font-size: 0.625rem;
  }
  .bombpop-v001-block-roundup-grid .media {
    height: 120px;
  }
  .bombpop-v001-block-roundup-grid .terminal-cell-cta .cta-message {
    font-size: 1.25rem;
  }
  .bombpop-v001-block-roundup-grid .terminal-cell-cta .string:after {
    width: 13px;
    height: 13px;
    margin-left: 4px;
  }
}
@media (max-width: 650px) {
  .bombpop-v001-block-roundup-grid .titling {
    margin-bottom: 30px;
  }
  .bombpop-v001-block-roundup-grid .entry-item {
    width: 47%;
    margin-left: 6%;
    margin-top: 8%;
  }
  .bombpop-v001-block-roundup-grid .entry-item:nth-of-type(-n + 3) {
    margin-top: 8%;
  }
  .bombpop-v001-block-roundup-grid .entry-item:nth-of-type(3n + 1) {
    margin-left: 6%;
  }
  .bombpop-v001-block-roundup-grid .entry-item:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .bombpop-v001-block-roundup-grid .entry-item:nth-of-type(odd) {
    margin-left: 0;
  }
  .bombpop-v001-block-roundup-grid .entry-title {
    margin-top: 6px;
    line-height: 1.1;
  }
  .bombpop-v001-block-roundup-grid .media {
    height: 140px;
  }
  .bombpop-v001-block-roundup-grid .-free {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 550px) {
  .bombpop-v001-block-roundup-grid .media {
    height: 110px;
  }
}
@media (max-width: 400px) {
  .bombpop-v001-block-roundup-grid .media {
    height: 100px;
  }
  .bombpop-v001-block-roundup-grid .entry-title {
    font-size: 0.9375rem;
  }
  .bombpop-v001-block-roundup-grid .terminal-cell-cta .cta-message {
    font-size: 1rem;
  }
  .bombpop-v001-block-roundup-grid .terminal-cell-cta .string:after {
    width: 11px;
    height: 11px;
    margin-left: 4px;
  }
}

.bombpop-v001-block-footer {
  background-color: rgb(0, 0, 0);
  position: relative;
  z-index: 1;
  box-shadow: inset 0 124px 0 rgb(0, 0, 0), inset 0 125px 0 rgba(255, 255, 255, 0.2);
}
.bombpop-v001-block-footer .bound {
  background: url("/wp-content/themes/picostrap5-child-base/images/stairstep.png") no-repeat right 71px top 0px;
  background-size: 190px auto;
}
.bombpop-v001-block-footer a {
  font-weight: 700;
}
.bombpop-v001-block-footer .tier.branding {
  padding: 35px 0 44px;
}
.bombpop-v001-block-footer .brand-logo a {
  display: block;
  width: 65px;
  height: 65px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 65 65.14'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='admin_flows' data-name='admin flows'%3E%3Cpath class='cls-1' d='M49.19,34.55c1.26-1,.9-1.8-.31-2.5a4.72,4.72,0,0,0-5,.23L39.1,35.05A16.34,16.34,0,0,1,44,39.75c.17-1.48,1.34-3,3.62-4.3ZM39.63,26.7a4.74,4.74,0,0,0-5.07.21l-5,2.92a17,17,0,0,1,3.13,3.62l6.57-3.83C41.26,28.45,41,27.48,39.63,26.7ZM28.41,24.45c2.16-1.26,2.25-2.94.16-4.15a7.35,7.35,0,0,0-7.14.11c-2.16,1.25-2.24,2.94-.16,4.14A7.35,7.35,0,0,0,28.41,24.45ZM9.63,17.82a7.38,7.38,0,0,0,7.13-.1h0c2.15-1.26,2.23-2.94.15-4.15a7.37,7.37,0,0,0-7.14.11C7.63,14.93,7.55,16.61,9.63,17.82ZM65,30.75l-6.34,3.69h0l-.59.35a10.65,10.65,0,0,1,6.36,1.3l.42.26A33.62,33.62,0,0,0,65,32.57C65,32,65,31.35,65,30.75Zm-5.67,7.36a7.4,7.4,0,0,0-7.17.1c-2.17,1.27-2.25,3-.16,4.17a7.41,7.41,0,0,0,7.17-.11C61.29,41,61.37,39.32,59.28,38.11ZM22,11.54c1.79,1,3,2.56,3.07,4.2a16.31,16.31,0,0,1,7.77,2.08c2.27,1.31,3.47,2.88,3.61,4.44a12.79,12.79,0,0,1,7,1.69c2.14,1.24,3.12,2.77,2.68,4.34a12.47,12.47,0,0,1,7.48,1.55A8.65,8.65,0,0,1,55.24,31l9-5.27A32.53,32.53,0,0,0,32.5,0,32.15,32.15,0,0,0,19.29,2.81l4.59,2.65-8.22,4.79A10.62,10.62,0,0,1,22,11.54Zm5.28,21.61c-2.08-1.21-3.49-.29-3.5,2.21a7.42,7.42,0,0,0,3.48,6.26c2.08,1.2,3.49.29,3.5-2.21h0A7.38,7.38,0,0,0,27.27,33.15Zm8.14,9a7.4,7.4,0,0,0,3.48,6.25c2.08,1.21,3.5.29,3.51-2.21a7.42,7.42,0,0,0-3.49-6.26C36.83,38.68,35.42,39.59,35.41,42.1Zm15.7,4.84c-2.09-1.21-3.5-.29-3.51,2.21a7.44,7.44,0,0,0,3.48,6.26c2.09,1.2,3.5.29,3.51-2.22A7.42,7.42,0,0,0,51.11,46.94ZM13.39,22.39a16.39,16.39,0,0,1-8-2.11,10.05,10.05,0,0,1-2.21-1.67,32.63,32.63,0,0,0,16,43.66V40.8h0V32.88a7.79,7.79,0,0,1,1.11-4.46A15.29,15.29,0,0,1,17,27C14.65,25.67,13.45,24,13.39,22.39ZM47.58,56v5.46a30.63,30.63,0,0,0,2.82-1.66A10.92,10.92,0,0,1,47.58,56ZM33.19,47.58c-1.44.8-3.37.47-5.16-.56a10.68,10.68,0,0,1-4.26-4.81V64A32.55,32.55,0,0,0,43,63.41V54.54a7.94,7.94,0,0,1-4.08-1.25A16.37,16.37,0,0,1,33.19,47.58Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.bombpop-v001-block-footer .hemispheres {
  display: flex;
  justify-content: space-between;
  padding-bottom: 54px;
}
.bombpop-v001-block-footer .hemisphere.west {
  width: calc(100% - 218px);
  font-size: 0.875rem;
  line-height: 1.3;
}
.bombpop-v001-block-footer .hemisphere.west p + p {
  margin-top: 0.75em;
}
.bombpop-v001-block-footer .hemisphere.west a {
  transition: all 120ms;
}
.bombpop-v001-block-footer .hemisphere.west a:hover {
  box-shadow: inset 0 -1px 0 white;
}
.bombpop-v001-block-footer .hemisphere.east {
  width: 109px;
  display: flex;
  justify-content: flex-end;
}
.bombpop-v001-block-footer .site-design-credit {
  line-height: 1;
}
.bombpop-v001-block-footer .site-design-credit a {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  padding-right: 11px;
  transition: all 120ms;
}
.bombpop-v001-block-footer .site-design-credit a:hover {
  box-shadow: 0 1px 0 rgb(0, 0, 0), 0 2px 0 white;
}
.bombpop-v001-block-footer .site-design-credit a:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.74 7.76'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='admin_flows' data-name='admin flows'%3E%3Cpath class='cls-1' d='M0,6.73,5.31,1.41H1.5V0H7.69l0,0V6.26H6.33V2.44L1,7.76Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  transform: translateY(1.5px);
}
.bombpop-v001-block-footer .columns,
.bombpop-v001-block-footer .panes {
  display: flex;
  justify-content: space-between;
}
.bombpop-v001-block-footer .column {
  width: 48.1481481481%;
}
.bombpop-v001-block-footer .pane.copyright {
  width: 57.0866141732%;
}
.bombpop-v001-block-footer .pane.social {
  width: 35.4330708661%;
}
.bombpop-v001-block-footer .pane.legalese {
  width: 35.4330708661%;
}
.bombpop-v001-block-footer .pane.support {
  width: 57.0866141732%;
}
.bombpop-v001-block-footer .social li + li {
  margin-top: 12px;
}
.bombpop-v001-block-footer .social a {
  position: relative;
  padding-left: 22px;
  box-sizing: border-box;
  min-height: 17px;
  padding: 0 0 0 19px;
  display: inline-block;
}
.bombpop-v001-block-footer .social a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
.bombpop-v001-block-footer .social a.twitter:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.04' height='13.88' viewBox='0 0 17.04 13.88'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='admin_flows' data-name='admin flows'%3E%3Cpath class='cls-1' d='M17,1.64a6.8,6.8,0,0,1-2,.55A3.52,3.52,0,0,0,16.57.26a7.1,7.1,0,0,1-2.22.85,3.5,3.5,0,0,0-6,3.19A9.88,9.88,0,0,1,1.19.64,3.51,3.51,0,0,0,2.27,5.32,3.52,3.52,0,0,1,.69,4.88a3.51,3.51,0,0,0,2.8,3.48,3.63,3.63,0,0,1-1.58.06,3.5,3.5,0,0,0,3.27,2.43A7,7,0,0,1,0,12.3a9.86,9.86,0,0,0,5.36,1.58A9.91,9.91,0,0,0,15.3,3.46,7.17,7.17,0,0,0,17,1.64Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.bombpop-v001-block-footer .social a.instagram:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.65' height='16.69' viewBox='0 0 16.65 16.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='admin_flows' data-name='admin flows'%3E%3Cpath class='cls-1' d='M8.32,1.5c2.23,0,2.49,0,3.37.05C14,1.66,15,2.73,15.1,5c0,.88.05,1.15.05,3.37s0,2.5-.05,3.37C15,14,14,15,11.69,15.13c-.88,0-1.14,0-3.37,0s-2.48,0-3.36,0C2.7,15,1.65,14,1.55,11.71c0-.88-.05-1.14-.05-3.37s0-2.49.05-3.37C1.65,2.73,2.7,1.65,5,1.55,5.84,1.51,6.1,1.5,8.32,1.5Zm0-1.5C6.06,0,5.78,0,4.89.05,1.87.19.19,1.87.05,4.9c0,.89,0,1.18,0,3.44s0,2.55.05,3.44c.14,3,1.82,4.72,4.84,4.86.89,0,1.17.05,3.43.05s2.55,0,3.44-.05c3-.14,4.7-1.82,4.84-4.86,0-.89,0-1.17,0-3.44s0-2.55,0-3.44c-.14-3-1.82-4.71-4.84-4.85C10.87,0,10.59,0,8.32,0Zm0,4.06A4.29,4.29,0,1,0,12.6,8.34,4.28,4.28,0,0,0,8.32,4.06Zm0,7.06A2.78,2.78,0,1,1,11.1,8.34,2.77,2.77,0,0,1,8.32,11.12Zm4.45-8.23a1,1,0,1,0,1,1A1,1,0,0,0,12.77,2.89Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.bombpop-v001-block-footer .social a.facebook:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.26' height='17.2' viewBox='0 0 17.26 17.2'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='admin_flows' data-name='admin flows'%3E%3Cpath class='cls-1' d='M8.63,0A8.66,8.66,0,0,0,7.19,17.2l0,0h0v-6.1H5V8.65H7.19V6.73a3.13,3.13,0,0,1,3.36-3.37,13.73,13.73,0,0,1,1.91.19V5.76h-1.1c-1,0-1.29.53-1.29,1.21V8.65h2.3L12,11.05H10.07v6.1H10l.05,0A8.66,8.66,0,0,0,8.63,0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.bombpop-v001-block-footer .legalese li + li {
  margin-top: 0.875em;
}
@media (max-width: 1000px) {
  .bombpop-v001-block-footer .hemisphere.west {
    width: calc(100% - 280px);
  }
  .bombpop-v001-block-footer .columns {
    display: block;
  }
  .bombpop-v001-block-footer .column {
    width: 100%;
  }
  .bombpop-v001-block-footer .column.secondary {
    margin-top: 20px;
    padding-top: 20px;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 830px) {
  .bombpop-v001-block-footer {
    background: image-url("stairstep.png") no-repeat right -43px top 0px;
    background-size: 150px auto;
    box-shadow: none;
    background-color: rgb(0, 0, 0);
  }
  .bombpop-v001-block-footer .bound {
    background: none;
  }
  .bombpop-v001-block-footer .tier.branding {
    padding-bottom: 25px;
  }
  .bombpop-v001-block-footer .hemispheres {
    display: block;
    width: calc(100% - 110px);
  }
  .bombpop-v001-block-footer .hemisphere.west,
.bombpop-v001-block-footer .hemisphere.east {
    width: 100%;
  }
  .bombpop-v001-block-footer .hemisphere.west {
    padding-top: 20px;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2);
  }
  .bombpop-v001-block-footer .hemisphere.east {
    margin-top: 20px;
    padding-top: 20px;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 550px) {
  .bombpop-v001-block-footer {
    background-size: 130px auto;
    background-position: right -37px top 0px;
  }
  .bombpop-v001-block-footer .hemispheres {
    padding-bottom: 100px;
    width: calc(100% - 90px);
  }
  .bombpop-v001-block-footer .panes {
    display: block;
  }
  .bombpop-v001-block-footer .pane {
    width: 100% !important;
  }
  .bombpop-v001-block-footer .pane.social,
.bombpop-v001-block-footer .pane.support {
    margin-top: 20px;
    padding-top: 20px;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2);
  }
}

.bombpop-v001-block-subscription-appeal {
  overflow: hidden;
}
.bombpop-v001-block-subscription-appeal .stage {
  position: relative;
  z-index: 1;
  padding-top: 33px;
  padding-bottom: 43px;
  height: 391px;
  box-sizing: border-box;
}
.bombpop-v001-block-subscription-appeal .gray-plate {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2a2f32;
  border-radius: 5px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1406px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.bombpop-v001-block-subscription-appeal .isometric-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 26px);
  height: 100%;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 1109px 391px;
}
.bombpop-v001-block-subscription-appeal .joyful-ephemera {
  position: absolute;
  z-index: 2;
}
.bombpop-v001-block-subscription-appeal .joyful-ephemera.stairs {
  width: 173px;
  right: 0;
  top: 63px;
  height: 285px;
  background: image-url("stairstep-frenetic.png") no-repeat right top;
  background-size: 173px 757px;
  transition: clip-path 900ms;
  clip-path: polygon(0% 100%, 0% 99.99%, 100% 99.99%, 100% 100%);
}
.bombpop-v001-block-subscription-appeal .joyful-ephemera.stairs.ready-to-animate {
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%);
}
.bombpop-v001-block-subscription-appeal .joyful-ephemera.confetti {
  width: 119px;
  height: 249px;
  right: 11px;
  top: 20px;
}
.bombpop-v001-block-subscription-appeal .joyful-ephemera.confetti .fleck {
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  transition: all 800ms;
}
.bombpop-v001-block-subscription-appeal .joyful-ephemera.confetti.ready-to-animate .fleck {
  opacity: 1;
  transform: translateY(0);
}
.bombpop-v001-block-subscription-appeal .joyful-ephemera.confetti .first {
  top: 0;
  left: 0;
}
.bombpop-v001-block-subscription-appeal .joyful-ephemera.confetti .second {
  left: 0;
  top: 16.8674698795%;
  transition-delay: 100ms;
}
.bombpop-v001-block-subscription-appeal .joyful-ephemera.confetti .third {
  right: 0;
  top: 53.8152610442%;
  transition-delay: 200ms;
}
.bombpop-v001-block-subscription-appeal .joyful-ephemera.confetti .fourth {
  right: 0;
  top: 69.0763052209%;
  transition-delay: 300ms;
}
.bombpop-v001-block-subscription-appeal .joyful-ephemera.confetti .fifth {
  right: 0;
  top: 88.3534136546%;
  transition-delay: 400ms;
}
.bombpop-v001-block-subscription-appeal .joyful-ephemera.confetti .first g {
  fill: #dd583a;
}
.bombpop-v001-block-subscription-appeal .joyful-ephemera.confetti .second g {
  fill: #f09e12;
}
.bombpop-v001-block-subscription-appeal .joyful-ephemera.confetti .third g {
  fill: #1774ad;
}
.bombpop-v001-block-subscription-appeal .joyful-ephemera.confetti .fourth g {
  fill: #e8e1c6;
}
.bombpop-v001-block-subscription-appeal .joyful-ephemera.confetti .fifth g {
  fill: #b78d67;
}
.bombpop-v001-block-subscription-appeal .series-gallery-track {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: calc(50% - 26px);
  height: 100%;
}
.bombpop-v001-block-subscription-appeal .series-gallery-frame {
  height: 100%;
  width: 607px;
  min-width: 607px;
  position: absolute;
  top: 10px;
  right: 0;
}
.bombpop-v001-block-subscription-appeal .series-gallery-collage {
  position: relative;
}
.bombpop-v001-block-subscription-appeal .series-gallery-collage:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.6133553174%;
}
.bombpop-v001-block-subscription-appeal .series-gallery-collage > .fill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bombpop-v001-block-subscription-appeal .series {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.bombpop-v001-block-subscription-appeal .series:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: right bottom;
  transform: scaleX(1);
  transition: all 300ms;
}
.bombpop-v001-block-subscription-appeal .series-gallery-collage.ready-to-animate .series:after {
  transform: scaleX(0.001);
}
.bombpop-v001-block-subscription-appeal .series.first {
  width: 18.1780708986%;
  height: 50.0987491771%;
  top: 16.5898617512%;
  left: 0;
  clip-path: polygon(0 0, 100% 34.1857335128%, 100% 100%, 0% 68.1022880215%);
}
.bombpop-v001-block-subscription-appeal .series.first:after {
  background-color: #dd583a;
}
.bombpop-v001-block-subscription-appeal .series.second {
  width: 18.219291014%;
  height: 50.0987491771%;
  left: 12.3248145095%;
  top: 49.9012508229%;
  clip-path: polygon(0% 33.5085413929%, 100% 0%, 100% 66.6228646518%, 0% 100%);
}
.bombpop-v001-block-subscription-appeal .series.second:after {
  background-color: #f09e12;
  transition-delay: 100ms;
}
.bombpop-v001-block-subscription-appeal .series.third {
  width: 18.1368507832%;
  height: 50.0987491771%;
  top: 16.5898617512%;
  left: 30.5441055235%;
  clip-path: polygon(0% 0%, 100% 33.3771353482%, 100% 100%, 0% 66.6228646518%);
}
.bombpop-v001-block-subscription-appeal .series.third:after {
  background-color: #e8e1c6;
  transition-delay: 200ms;
}
.bombpop-v001-block-subscription-appeal .series.fourth {
  left: 48.7633965375%;
  top: 0;
  width: 18.1368507832%;
  height: 49.9012508229%;
  clip-path: polygon(0% 0%, 100% 33.3773087071%, 100% 100%, 0% 66.8865435356%);
}
.bombpop-v001-block-subscription-appeal .series.fourth:after {
  background-color: #dd583a;
  transition-delay: 300ms;
}
.bombpop-v001-block-subscription-appeal .series.fifth {
  left: 48.7633965375%;
  top: 49.9012508229%;
  width: 18.1368507832%;
  height: 50.0987491771%;
  clip-path: polygon(0% 33.6399474376%, 100% 0%, 100% 67.0170827858%, 0% 100%);
}
.bombpop-v001-block-subscription-appeal .series.fifth:after {
  background-color: #1774ad;
  transition-delay: 400ms;
}
.bombpop-v001-block-subscription-appeal .series.sixth {
  left: 66.9002473207%;
  top: 34.8255431205%;
  width: 33.0997526793%;
  height: 30.6780776827%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.bombpop-v001-block-subscription-appeal .series.sixth:after {
  background-color: #b78d67;
  transition-delay: 500ms;
}
.bombpop-v001-block-subscription-appeal .series-art {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bombpop-v001-block-subscription-appeal .text-container {
  position: absolute;
  top: 33px;
  left: calc(( calc(100vw - var(--scrollbar)) / 2 ) + 19px);
  z-index: 5;
  width: calc(( calc(100vw - var(--scrollbar)) / 2 ) - 19px);
  max-width: 616px;
  height: 315px;
  display: flex;
  align-items: center;
}
.bombpop-v001-block-subscription-appeal .text-output .title {
  font-weight: 900;
  font-size: 4.1875rem;
  line-height: 0.9;
}
.bombpop-v001-block-subscription-appeal .text-output .conjoined {
  display: inline-block;
}
.bombpop-v001-block-subscription-appeal .text-output .supporting-tier {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.bombpop-v001-block-subscription-appeal .text-output .description {
  font-size: 1.125rem;
  line-height: 1.25;
  max-width: 25em;
}
.bombpop-v001-block-subscription-appeal .text-output .cta {
  margin-left: 20px;
}
.bombpop-v001-block-subscription-appeal .text-output .cta a {
  display: inline-block;
  background: #dd583a;
  color: white;
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1.1;
  border-radius: 5px;
  padding: 15px 20px;
  transition: all 130ms;
  white-space: nowrap;
}
.bombpop-v001-block-subscription-appeal .text-output .cta a:hover {
  background: white;
  color: #dd583a;
  box-shadow: 0 0 0 1px #dd583a, 0 0 0 5px white, 0 7px 14px -3px black;
}
.bombpop-v001-block-subscription-appeal .text-output .cta a:active {
  transform: translateY(1px);
  box-shadow: 0 0 0 1px #dd583a, 0 0 0 5px white, 0 1px 4px 0 black;
}
@media (min-width: 1470px) {
  .bombpop-v001-block-subscription-appeal .joyful-ephemera.stairs {
    right: calc(( calc(100vw - var(--scrollbar)) - 1406px ) / 2);
  }
  .bombpop-v001-block-subscription-appeal .joyful-ephemera.confetti {
    right: calc(( calc(100vw - var(--scrollbar)) - 1406px ) / 2 - 24px);
  }
}
@media (max-width: 1430px) {
  .bombpop-v001-block-subscription-appeal .gray-plate {
    border-radius: 0;
    max-width: 100%;
  }
}
@media (max-width: 1310px) {
  .bombpop-v001-block-subscription-appeal .series-gallery-track {
    width: 620px;
  }
  .bombpop-v001-block-subscription-appeal .isometric-lines {
    width: 620px;
  }
  .bombpop-v001-block-subscription-appeal .text-container {
    left: auto;
    right: 30px;
    width: calc(( calc(100vw - var(--scrollbar)) - 620px ) - 50px);
  }
}
@media (max-width: 1200px) {
  .bombpop-v001-block-subscription-appeal .text-output .supporting-tier {
    margin-top: 17px;
  }
  .bombpop-v001-block-subscription-appeal .text-output .title {
    font-size: 3.25rem;
  }
  .bombpop-v001-block-subscription-appeal .text-output .description {
    font-size: 1.0625rem;
  }
  .bombpop-v001-block-subscription-appeal .text-output .cta a {
    font-size: 1.5rem;
  }
}
@media (max-width: 1100px) {
  .bombpop-v001-block-subscription-appeal .joyful-ephemera.stairs {
    right: -24px;
  }
  .bombpop-v001-block-subscription-appeal .text-output .supporting-tier {
    display: block;
    margin-top: 13px;
    margin-right: 50px;
  }
  .bombpop-v001-block-subscription-appeal .text-output .title {
    font-size: 2.75rem;
  }
  .bombpop-v001-block-subscription-appeal .text-output .description {
    font-size: 0.9375rem;
  }
  .bombpop-v001-block-subscription-appeal .text-output .cta {
    margin-top: 12px;
    margin-left: 0;
  }
  .bombpop-v001-block-subscription-appeal .text-output .cta a {
    padding: 11px 22px;
  }
}
@media (max-width: 950px) {
  .bombpop-v001-block-subscription-appeal .stage {
    width: 100%;
    height: auto;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #2a2f32;
    outline: 4px solid red;
    background-image: image-url("subscription-appeal-gray-pattern-medium.png");
  }
  .bombpop-v001-block-subscription-appeal .series-gallery-track,
.bombpop-v001-block-subscription-appeal .series-gallery-frame {
    display: block;
    position: static;
    width: auto;
    height: auto;
    background: none;
    min-width: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .bombpop-v001-block-subscription-appeal .gray-plate,
.bombpop-v001-block-subscription-appeal .isometric-lines {
    display: none;
  }
  .bombpop-v001-block-subscription-appeal .joyful-ephemera.stairs {
    top: auto;
    bottom: 0;
    right: 0;
    width: 161px;
    height: 267px;
    background-size: 161px auto;
  }
  .bombpop-v001-block-subscription-appeal .joyful-ephemera.confetti {
    top: auto;
    bottom: 130px;
    right: 0;
  }
  .bombpop-v001-block-subscription-appeal .text-container {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3%;
    padding-bottom: 35px;
    width: calc(100% * 0.89);
    margin: 0 auto;
    max-width: 1270px;
    background: none;
  }
  .bombpop-v001-block-subscription-appeal .text-container .title {
    font-size: 3.25rem;
  }
  .bombpop-v001-block-subscription-appeal .text-container .description {
    font-size: 1.0625rem;
  }
  .bombpop-v001-block-subscription-appeal .text-container .cta {
    margin-top: 18px;
  }
  .bombpop-v001-block-subscription-appeal .text-container .cta a {
    padding: 12px 30px 15px;
  }
  .bombpop-v001-block-subscription-appeal .series-gallery-frame {
    position: relative;
  }
  .bombpop-v001-block-subscription-appeal .series-gallery-frame:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #161C20;
    width: 100%;
    height: 10.65%;
  }
  .bombpop-v001-block-subscription-appeal .series-gallery-collage {
    position: relative;
    background: image-url("subscription-appeal-isometric-lines-mobile.png") no-repeat 0 0;
    background-size: 100% auto;
  }
  .bombpop-v001-block-subscription-appeal .series-gallery-collage:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 59.9101988454%;
  }
  .bombpop-v001-block-subscription-appeal .series-gallery-collage > .fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .bombpop-v001-block-subscription-appeal .series-gallery-collage .first {
    top: 18.8972162741%;
    left: 4.8107761386%;
    width: 16.9660038486%;
    height: 48.7152034261%;
  }
  .bombpop-v001-block-subscription-appeal .series-gallery-collage .second {
    top: 51.4453961456%;
    left: 16.2924951892%;
    width: 16.9660038486%;
    height: 48.7152034261%;
  }
  .bombpop-v001-block-subscription-appeal .series-gallery-collage .third {
    top: 18.8972162741%;
    left: 33.194355356%;
    width: 16.9660038486%;
    height: 48.7152034261%;
  }
  .bombpop-v001-block-subscription-appeal .series-gallery-collage .fourth {
    top: 2.7301927195%;
    left: 50.0962155228%;
    width: 16.9660038486%;
    height: 48.7152034261%;
  }
  .bombpop-v001-block-subscription-appeal .series-gallery-collage .fifth {
    top: 51.4453961456%;
    left: 50.0962155228%;
    width: 16.9660038486%;
    height: 48.7152034261%;
  }
  .bombpop-v001-block-subscription-appeal .series-gallery-collage .sixth {
    top: 36.6167023555%;
    left: 67.0622193714%;
    width: 30.7889672867%;
    height: 30.9421841542%;
  }
}
@media (max-width: 640px) {
  .bombpop-v001-block-subscription-appeal .text-container .title {
    max-width: 7em;
  }
}
@media (max-width: 450px) {
  .bombpop-v001-block-subscription-appeal .text-container .description {
    max-width: 17em;
  }
}
@media (max-width: 369px) {
  .bombpop-v001-block-subscription-appeal .text-container .title {
    font-size: 2.875rem;
  }
}

.bombpop-v001-block-featured-content {
  position: relative;
  margin-top: calc( 0px - 119px );
  z-index: 1;
}
.bombpop-v001-block-featured-content .billboard {
  overflow: hidden;
  position: relative;
  height: 652px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bombpop-v001-block-featured-content .billboard .fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bombpop-v001-block-featured-content .billboard .fill:before,
.bombpop-v001-block-featured-content .billboard .fill:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.bombpop-v001-block-featured-content .billboard .fill:before {
  top: 0;
  height: 160px;
  background: url("/wp-content/themes/picostrap5-child-base/images/featured-content-gradient-top.png") repeat-x 0 0;
  background-size: 100% 100%;
  mix-blend-mode: multiply;
}
.bombpop-v001-block-featured-content .billboard .fill:after {
  bottom: 0;
  height: 350px;
  background: linear-gradient(to bottom, rgba(22, 28, 32, 0) 0%, rgba(22, 28, 32, 0.8) 50%, #161c20 100%);
}
.bombpop-v001-block-featured-content .text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 2;
}
.bombpop-v001-block-featured-content .text-container-inner {
  width: calc(100% * 0.89);
  margin: 0 auto;
  max-width: 1270px;
}
.bombpop-v001-block-featured-content .tier {
  position: relative;
}
.bombpop-v001-block-featured-content .context {
  font-size: 1.125rem;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.bombpop-v001-block-featured-content .featured-content-traits {
  display: flex;
}
.bombpop-v001-block-featured-content .featured-content-traits li + li {
  margin-left: 20px;
}
.bombpop-v001-block-featured-content .featured-content-series {
  font-style: italic;
}
.bombpop-v001-block-featured-content .play-icon {
  display: block;
  position: absolute;
  left: -54px;
  top: 50%;
  transform: translateY(-55%);
  width: 37px;
  height: 37px;
  border-radius: 100%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px white, inset 0 0 0 1px #1774ad;
  transition: all 120ms;
}
.bombpop-v001-block-featured-content .play-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55%;
  height: 40%;
  transform: translate(-40%, -50%) scale(1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='16.8' viewBox='0 0 13 16.8'%3E%3Cdefs%3E%3Cstyle%3E.simple-triangle%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg%3E%3Cpolygon class='simple-triangle' points='0 0 0 16.8 13 8.4 0 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 120ms;
}
.bombpop-v001-block-featured-content .play-icon:hover {
  box-shadow: inset 0 0 0 3px white, inset 0 0 0 15px #1774ad;
}
.bombpop-v001-block-featured-content .titling {
  margin-top: 20px;
  font-weight: 900;
  font-size: 3.875rem;
  line-height: 0.85 !important;
}
.bombpop-v001-block-featured-content .description {
  margin-top: 17px;
  font-size: 1.375rem;
  line-height: 1.15 !important;
  font-weight: 300;
  color: #f09e12;
}
.bombpop-v001-block-featured-content .description p {
  max-width: 43em;
}
.bombpop-v001-block-featured-content .tier.titling:before,
.bombpop-v001-block-featured-content .tier.description:before {
  content: "";
  display: block;
  height: 1px;
  background: white;
  width: calc( calc((calc(100vw - var(--scrollbar)) - 1270px) / 2) - 12px );
  position: absolute;
  left: calc( 0px - calc((calc(100vw - var(--scrollbar)) - 1270px) / 2) );
  top: 0.85em;
}
@media (max-width: 1441px) {
  .bombpop-v001-block-featured-content .tier.titling:before,
.bombpop-v001-block-featured-content .tier.description:before {
    width: calc( calc((calc(100vw - var(--scrollbar)) * calc( 1 - 0.89 )) / 2) - 12px );
    left: calc( 0px - calc((calc(100vw - var(--scrollbar)) * calc( 1 - 0.89 )) / 2) );
  }
}
.bombpop-v001-block-featured-content .tier.titling:before {
  top: 0.75em;
}
.bombpop-v001-block-featured-content .tier.description:before {
  background: #f09e12;
}
.bombpop-v001-block-featured-content .title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.bombpop-v001-block-featured-content .title a {
  transition: all 120ms;
  box-shadow: inset 0 -1px 0 transparent;
}
.bombpop-v001-block-featured-content .title a:hover {
  box-shadow: inset 0 -6px 0 #1774ad;
}
@media (min-width: 1340px) {
  .bombpop-v001-block-featured-content .billboard {
    height: 750px;
  }
}
@media (min-width: 1480px) {
  .bombpop-v001-block-featured-content .billboard {
    height: 850px;
  }
}
@media (max-width: 1100px) {
  .bombpop-v001-block-featured-content .titling {
    font-size: 3.25rem;
  }
  .bombpop-v001-block-featured-content .description {
    font-size: 1.125rem;
    line-height: 1.15;
    font-weight: 400;
  }
  .bombpop-v001-block-featured-content .play-icon {
    left: -40px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 870px) {
  .bombpop-v001-block-featured-content .billboard {
    height: 580px;
  }
  .bombpop-v001-block-featured-content .billboard .fill:after {
    height: 240px;
  }
  .bombpop-v001-block-featured-content .play-icon {
    left: -10px;
    transform: translateY(0);
    top: -38px;
  }
  .bombpop-v001-block-featured-content .titling {
    margin-top: 15px;
    font-size: 2.75rem;
    line-height: 0.9;
  }
}
@media (max-width: 730px) {
  .bombpop-v001-block-featured-content .titling {
    font-size: 2.5rem;
  }
  .bombpop-v001-block-featured-content .context {
    font-size: 1rem;
  }
  .bombpop-v001-block-featured-content .description {
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .bombpop-v001-block-featured-content .billboard {
    height: 550px;
  }
  .bombpop-v001-block-featured-content .titling {
    margin-top: 12px;
    font-size: 2.125rem;
  }
  .bombpop-v001-block-featured-content .description {
    margin-top: 12px;
  }
}
@media (max-width: 599px) {
  .bombpop-v001-block-featured-content .billboard {
    height: 500px;
  }
  .bombpop-v001-block-featured-content .billboard .fill:before {
    height: 190px;
  }
  .bombpop-v001-block-featured-content .titling {
    margin-top: 10px;
    font-size: 2rem;
  }
}
@media (max-width: 520px) {
  .bombpop-v001-block-featured-content .billboard {
    height: 455px;
  }
  .bombpop-v001-block-featured-content .billboard .fill:after {
    bottom: 0;
    height: 260px;
    background: linear-gradient(to bottom, rgba(22, 28, 32, 0) 0%, rgba(22, 28, 32, 0.7) 50%, #161c20 100%);
  }
  .bombpop-v001-block-featured-content .tier.titling:before,
.bombpop-v001-block-featured-content .tier.description:before {
    display: none;
  }
  .bombpop-v001-block-featured-content .context,
.bombpop-v001-block-featured-content .description {
    font-size: 0.875rem;
  }
  .bombpop-v001-block-featured-content .titling {
    margin-top: 9px;
    font-size: 1.75rem;
    line-height: 1;
  }
  .bombpop-v001-block-featured-content .play-icon {
    width: 26px;
    height: 26px;
    top: -34px;
  }
  .bombpop-v001-block-featured-content .featured-content-traits li + li {
    margin-left: 12px;
  }
  .bombpop-v001-block-featured-content .description {
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.bombpop-v001-block-series-spotlight .series-flagship-photo {
  position: relative;
}
.bombpop-v001-block-series-spotlight .series-flagship-photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 39.8898505114%;
}
.bombpop-v001-block-series-spotlight .series-flagship-photo > .fill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bombpop-v001-block-series-spotlight .series-flagship-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.bombpop-v001-block-series-spotlight .text-container {
  margin-top: 35px;
}
.bombpop-v001-block-series-spotlight .columns {
  display: flex;
}
.bombpop-v001-block-series-spotlight .titling {
  font-weight: 900;
  font-size: 3rem;
  line-height: 0.93;
}
.bombpop-v001-block-series-spotlight h1 {
  max-width: 7em;
}
.bombpop-v001-block-series-spotlight .description {
  padding-left: 40px;
  box-shadow: inset 1px 0 0 #1774ad;
  margin-left: 40px;
}
.bombpop-v001-block-series-spotlight h2 {
  font-size: 0.6875rem;
  line-height: 1;
  color: #1774ad;
  margin-bottom: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}
.bombpop-v001-block-series-spotlight .essay {
  font-size: 1.125rem;
  line-height: 1.3;
  max-width: 22em;
}
@media (max-width: 950px) {
  .bombpop-v001-block-series-spotlight .series-flagship-photo {
    position: relative;
  }
  .bombpop-v001-block-series-spotlight .series-flagship-photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 49.1738788356%;
  }
  .bombpop-v001-block-series-spotlight .series-flagship-photo > .fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .bombpop-v001-block-series-spotlight .text-container {
    margin-top: 25px;
  }
  .bombpop-v001-block-series-spotlight .titling {
    font-size: 2.5rem;
  }
  .bombpop-v001-block-series-spotlight .essay {
    font-size: 1rem;
  }
  .bombpop-v001-block-series-spotlight .titling {
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
  }
  .bombpop-v001-block-series-spotlight .description {
    width: 50%;
    box-sizing: border-box;
    padding-left: 25px;
    margin-left: 0;
  }
}
@media (max-width: 650px) {
  .bombpop-v001-block-series-spotlight .series-flagship-photo {
    position: relative;
    margin-left: -6%;
    width: 112%;
  }
  .bombpop-v001-block-series-spotlight .series-flagship-photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 70%;
  }
  .bombpop-v001-block-series-spotlight .series-flagship-photo > .fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .bombpop-v001-block-series-spotlight .columns {
    display: block;
  }
  .bombpop-v001-block-series-spotlight .titling,
.bombpop-v001-block-series-spotlight .description {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .bombpop-v001-block-series-spotlight .description {
    box-shadow: none;
    padding-top: 11px;
    margin-top: 25px;
    position: relative;
  }
  .bombpop-v001-block-series-spotlight .description:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: calc( 100% + calc((calc(100vw - var(--scrollbar)) * calc( 1 - 0.89 )) / 2) );
    background: #1774ad;
  }
  .bombpop-v001-block-series-spotlight h1 {
    max-width: 100%;
  }
  .bombpop-v001-block-series-spotlight .essay {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .bombpop-v001-block-series-spotlight .titling {
    font-size: 2.25rem;
    line-height: 1;
  }
  .bombpop-v001-block-series-spotlight .text-container {
    margin-top: 20px;
  }
  .bombpop-v001-block-series-spotlight .description {
    margin-top: 20px;
  }
}

.bombpop-v001-block-archive .archive-announcement {
  color: #1774ad;
}
.bombpop-v001-block-archive .archive-announcement .track {
  display: flex;
  align-items: flex-end;
  background: image-url("dotted-rule-blue.png") repeat-x left bottom;
  background-size: 6px auto;
}
.bombpop-v001-block-archive .archive-announcement .archive-context,
.bombpop-v001-block-archive .archive-announcement .archive-term {
  padding-bottom: 14px;
}
.bombpop-v001-block-archive .archive-announcement .archive-context {
  display: block;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.15;
  letter-spacing: 0.1em;
  padding-right: 20px;
}
.bombpop-v001-block-archive .archive-announcement .archive-term {
  flex: 1;
  font-size: 3rem;
  line-height: 0.85;
  font-weight: 300;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  background: image-url("dotted-rule-blue-vert.png") repeat-y left top;
  background-size: auto 6px;
  padding-left: 20px;
}
.bombpop-v001-block-archive .archive-repository {
  margin-top: 55px;
}
.bombpop-v001-block-archive .results-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bombpop-v001-block-archive .result-single {
  width: 48.5039370079%;
}
.bombpop-v001-block-archive .result-single:not(:nth-of-type(-n + 2)) {
  margin-top: 42px;
}
.bombpop-v001-block-archive .result-single figure {
  display: flex;
  justify-content: space-between;
}
.bombpop-v001-block-archive .result-single figcaption {
  width: 49.025974026%;
  position: relative;
  padding-top: 34px;
}
.bombpop-v001-block-archive .result-single .media {
  width: 46.9155844156%;
}
.bombpop-v001-block-archive .media {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  transition: all 120ms;
  position: relative;
}
.bombpop-v001-block-archive .media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 53.2871972318%;
}
.bombpop-v001-block-archive .media > .fill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bombpop-v001-block-archive .result-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  z-index: 1;
}
.bombpop-v001-block-archive .result-type {
  display: inline-block;
  position: absolute;
  color: #f09e12;
  top: 1px;
  left: 0;
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.125em;
  box-shadow: inset 0 0 0 1px #f09e12;
  padding: 3.5px 6px 4px;
  border-radius: 3px;
}
.bombpop-v001-block-archive .result-title {
  font-weight: 900;
  font-size: 1.625rem;
  line-height: 0.95;
  padding-bottom: 10px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: all 120ms;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.bombpop-v001-block-archive .result-belongs-to {
  display: block;
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.2;
  transition: all 120ms;
}
.bombpop-v001-block-archive a:hover .media {
  transform: translate(-6px, -6px);
  box-shadow: 6px 6px 0 #f09e12;
}
.bombpop-v001-block-archive a:hover .result-title {
  box-shadow: 0 1px 0 #f09e12;
  color: #f09e12;
}
.bombpop-v001-block-archive a:hover .result-belongs-to {
  color: #f09e12;
}
.bombpop-v001-block-archive a:active .media {
  transform: translate(-1px, -1px);
  box-shadow: 1px 1px 0 #f09e12;
  transition: all 70ms;
}
.bombpop-v001-block-archive [data-type=series] .result-type {
  box-shadow: inset 0 0 0 1px #dd583a;
  color: #dd583a;
}
.bombpop-v001-block-archive [data-type=series] a:hover .media {
  box-shadow: 6px 6px 0 #dd583a;
}
.bombpop-v001-block-archive [data-type=series] a:hover .result-title {
  box-shadow: 0 1px 0 #dd583a;
  color: #dd583a;
}
.bombpop-v001-block-archive [data-type=series] a:hover .result-belongs-to {
  color: #dd583a;
}
.bombpop-v001-block-archive [data-type=series] a:active .media {
  box-shadow: 1px 1px 0 #dd583a;
}
.bombpop-v001-block-archive .archive-pagination {
  margin-top: 50px;
}
.bombpop-v001-block-archive .archive-pagination ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: image-url("dotted-rule-blue.png") repeat-x left center;
  background-size: 6px auto;
}
.bombpop-v001-block-archive .archive-pagination a {
  display: inline-block;
  padding: 16px 60px;
  text-transform: uppercase;
  color: #1774ad;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #1774ad;
  background-color: #161C20;
  letter-spacing: 0.15em;
  transition: all 120ms;
}
.bombpop-v001-block-archive .archive-pagination a:hover {
  background: #1774ad;
  color: white;
}
@media (max-width: 1200px) {
  .bombpop-v001-block-archive .result-single figcaption {
    padding-top: 30px;
  }
  .bombpop-v001-block-archive .result-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 999px) {
  .bombpop-v001-block-archive .archive-announcement .archive-term {
    font-size: 2.5rem;
  }
}
@media (max-width: 999px) and (min-width: 650px) {
  .bombpop-v001-block-archive .result-single figure {
    display: block;
  }
  .bombpop-v001-block-archive .result-single .media,
.bombpop-v001-block-archive .result-single figcaption {
    width: 100%;
    padding-top: 10px;
  }
  .bombpop-v001-block-archive .result-single .media {
    position: relative;
  }
  .bombpop-v001-block-archive .result-single .media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 40%;
  }
  .bombpop-v001-block-archive .result-single .media > .fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .bombpop-v001-block-archive .result-single:not(:nth-of-type(-n + 2)) {
    margin-top: 35px;
  }
  .bombpop-v001-block-archive .result-type {
    left: auto;
    right: 0;
    top: 10px;
  }
  .bombpop-v001-block-archive .result-title span {
    display: block;
    margin-right: 73px;
  }
}
@media (max-width: 649px) {
  .bombpop-v001-block-archive .archive-repository {
    margin-top: 40px;
  }
  .bombpop-v001-block-archive .result-single {
    width: 100%;
  }
  .bombpop-v001-block-archive .result-single:not(:first-of-type) {
    margin-top: 30px;
  }
  .bombpop-v001-block-archive .result-single .media {
    width: 41%;
    position: relative;
  }
  .bombpop-v001-block-archive .result-single .media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 70%;
  }
  .bombpop-v001-block-archive .result-single .media > .fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .bombpop-v001-block-archive .result-single figcaption {
    width: 55%;
    padding-top: 27px;
  }
  .bombpop-v001-block-archive .result-type {
    font-size: 0.625rem;
    padding: 3px 6px 4px;
  }
  .bombpop-v001-block-archive .result-title {
    font-size: 1.25rem;
  }
  .bombpop-v001-block-archive .result-belongs-to {
    margin-top: 8px;
    font-size: 0.8125rem;
  }
  .bombpop-v001-block-archive .archive-pagination {
    margin-top: 40px;
  }
  .bombpop-v001-block-archive .archive-pagination a {
    padding: 16px 30px;
  }
}
@media (max-width: 350px) {
  .bombpop-v001-block-archive .archive-pagination a {
    padding: 14px 24px;
  }
}

html.full-height {
  height: 100vh;
}

body.generic-modal-visible {
  height: 100vh;
}
body.generic-modal-visible .bombpop-v001-block-generic-modal {
  display: block;
}

.bombpop-v001-block-generic-modal {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: none;
  overflow-y: auto;
}
.bombpop-v001-block-generic-modal .modal-setting {
  padding: 60px 5% 120px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.bombpop-v001-block-generic-modal .modal-interior {
  max-width: 600px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-right: 60px;
}
.bombpop-v001-block-generic-modal .content-topper {
  background: tan;
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
}
.bombpop-v001-block-generic-modal .modal-backplate {
  background: white;
  color: black;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 25px 20px 45px;
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.7);
}
.bombpop-v001-block-generic-modal .generic-modal-closer {
  position: fixed;
  top: 60px;
  left: calc(( calc(100vw - var(--scrollbar)) - 5% ) - 40px);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  background: none;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 5px;
  background-color: #dd583a;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.3' height='17.3' viewBox='0 0 17.3 17.3'%3E%3Cdefs%3E%3Cstyle%3E.generic-close%7Bfill:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg%3E%3Cpolygon class='generic-close' points='17.3 1.96 15.35 0 8.65 6.69 1.96 0 0 1.96 6.7 8.65 0 15.35 1.96 17.3 8.65 10.61 15.35 17.3 17.3 15.35 10.61 8.65 17.3 1.96'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 14px auto;
  transition: background-color 120ms;
}
.bombpop-v001-block-generic-modal .generic-modal-closer:hover {
  background-color: #f09e12;
}
.bombpop-v001-block-generic-modal .page-obscuring-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  height: 100vh;
  z-index: 1;
}
.bombpop-v001-block-generic-modal .content-container {
  font-size: 0.875rem;
  line-height: 1.1;
}
.bombpop-v001-block-generic-modal .content-container > * + * {
  margin-top: 1em;
}
.bombpop-v001-block-generic-modal .content-container h2 {
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 1;
  color: #1774ad;
  border-top: 5px solid #1774ad;
  padding-top: 0.3125em;
}
.bombpop-v001-block-generic-modal .content-container h2:not(:nth-of-type(-n + 1)) {
  margin-top: 1.5em;
}
.bombpop-v001-block-generic-modal .content-container h2 + * {
  margin-top: 1.5em;
}
.bombpop-v001-block-generic-modal .content-container .role + .role,
.bombpop-v001-block-generic-modal .content-container li + li {
  margin-top: 0.75em;
}
.bombpop-v001-block-generic-modal .content-container .role {
  display: flex;
  justify-content: space-between;
}
.bombpop-v001-block-generic-modal .content-container .role,
.bombpop-v001-block-generic-modal .content-container li {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 0.75em;
}
.bombpop-v001-block-generic-modal .content-container dt,
.bombpop-v001-block-generic-modal .content-container li {
  font-weight: 700;
}
.bombpop-v001-block-generic-modal .content-container dd {
  margin-left: 30px;
}
@media (min-width: 685px) {
  .bombpop-v001-block-generic-modal .generic-modal-closer {
    left: calc(( calc(100vw - var(--scrollbar)) / 2 ) + 260px);
  }
}
@media (max-width: 600px) {
  .bombpop-v001-block-generic-modal .content-container {
    font-size: 0.8125rem;
  }
  .bombpop-v001-block-generic-modal dt,
.bombpop-v001-block-generic-modal dd {
    width: 44%;
  }
  .bombpop-v001-block-generic-modal dd {
    margin-left: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

.bombpop-v001-block-about .hero-portrait {
  position: relative;
}
.bombpop-v001-block-about .hero-portrait:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 39.1817466562%;
}
.bombpop-v001-block-about .hero-portrait > .fill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bombpop-v001-block-about .hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.bombpop-v001-block-about .content-columns {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.bombpop-v001-block-about .column.primary {
  width: 22.7559055118%;
}
.bombpop-v001-block-about .column.secondary {
  width: 74.2519685039%;
}
.bombpop-v001-block-about .titling {
  font-weight: 900;
  font-size: 3rem;
  line-height: 0.9;
  position: sticky;
  top: 40px;
}
.bombpop-v001-block-about .preamble p {
  max-width: 21.5em;
}
.bombpop-v001-block-about .preamble {
  position: relative;
  font-weight: 300;
  font-size: 2.125rem;
  line-height: 1.2;
  padding-bottom: 35px;
  margin-bottom: 40px;
  margin-top: -0.0625em;
}
.bombpop-v001-block-about .preamble:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #1774ad;
  width: calc( 100% + calc((calc(100vw - var(--scrollbar)) - 1270px) / 2) );
}
@media (max-width: 1441px) {
  .bombpop-v001-block-about .preamble:after {
    width: calc( 100% + calc((calc(100vw - var(--scrollbar)) * calc( 1 - 0.89 )) / 2) );
  }
}
.bombpop-v001-block-about .essay-panes {
  display: flex;
  justify-content: space-between;
}
.bombpop-v001-block-about .pane.art {
  order: 2;
  width: 42.2057264051%;
  padding-top: 5px;
}
.bombpop-v001-block-about .pane.prose {
  order: 1;
  width: 46.2354188759%;
}
.bombpop-v001-block-about .terminal-word {
  padding-right: 20px;
  position: relative;
}
.bombpop-v001-block-about .terminal-word:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #1774ad;
  right: 0;
  top: 50%;
  transform: translateY(-40%);
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .bombpop-v001-block-about .hero-portrait {
    position: relative;
  }
  .bombpop-v001-block-about .hero-portrait:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 47.2069236821%;
  }
  .bombpop-v001-block-about .hero-portrait > .fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .bombpop-v001-block-about .preamble {
    font-size: 2rem;
  }
}
@media (max-width: 1200px) and (min-width: 1000px) {
  .bombpop-v001-block-about .pane.art {
    width: calc(100% - 340px - 60px);
  }
  .bombpop-v001-block-about .pane.prose {
    width: 340px;
  }
}
@media (max-width: 999px) {
  .bombpop-v001-block-about .hero-portrait {
    position: relative;
  }
  .bombpop-v001-block-about .hero-portrait:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 59.0086546027%;
  }
  .bombpop-v001-block-about .hero-portrait > .fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .bombpop-v001-block-about .content-columns {
    display: block;
    margin-top: 30px;
  }
  .bombpop-v001-block-about .column.primary,
.bombpop-v001-block-about .column.secondary {
    width: 100%;
  }
  .bombpop-v001-block-about .titling {
    padding-bottom: 20px;
    margin-bottom: 27px;
  }
  .bombpop-v001-block-about .titling:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: calc( 0px - calc((calc(100vw - var(--scrollbar)) * calc( 1 - 0.89 )) / 2) );
    height: 1px;
    background: #dd583a;
    width: calc( 100% + calc((calc(100vw - var(--scrollbar)) * calc( 1 - 0.89 )) / 2) );
  }
}
@media (max-width: 740px) {
  .bombpop-v001-block-about .essay-panes {
    display: block;
  }
  .bombpop-v001-block-about .pane.art,
.bombpop-v001-block-about .pane.prose {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .bombpop-v001-block-about .pane.prose {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .bombpop-v001-block-about .hero-portrait {
    margin-left: -6%;
    width: 112%;
  }
  .bombpop-v001-block-about .preamble {
    font-size: 1.75rem;
    padding-bottom: 0;
    margin-bottom: 25px;
  }
  .bombpop-v001-block-about .preamble:after {
    display: none;
  }
  .bombpop-v001-block-about .pane.art,
.bombpop-v001-block-about .pane.prose {
    margin-left: 0;
  }
}
@media (max-width: 400px) {
  .bombpop-v001-block-about .preamble {
    font-size: 1.625rem;
  }
}
@media (max-width: 360px) {
  .bombpop-v001-block-about .preamble {
    font-size: 1.5rem;
  }
}

.bombpop-v001-block-plain-page .columns {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.bombpop-v001-block-plain-page .columns:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 31.3385826772%;
  width: 1px;
  height: 100%;
  background: #1774ad;
}
.bombpop-v001-block-plain-page .column.titling {
  width: 31.3385826772%;
  box-sizing: border-box;
  padding-right: 25px;
  font-size: 3rem;
  line-height: 0.9;
  font-weight: 900;
}
.bombpop-v001-block-plain-page .column.titling h1 {
  max-width: 6em;
  position: sticky;
  top: 50px;
  color: #1774ad;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.bombpop-v001-block-plain-page .column.content {
  width: 68.6614173228%;
}
.bombpop-v001-block-plain-page .essay-wrapper {
  padding-left: 4.3577981651%;
}
@media (max-width: 940px) {
  .bombpop-v001-block-plain-page .columns {
    display: block;
  }
  .bombpop-v001-block-plain-page .columns:before {
    display: none;
  }
  .bombpop-v001-block-plain-page .column.titling {
    padding-right: 0;
  }
  .bombpop-v001-block-plain-page .column.titling h1 {
    max-width: 100%;
  }
  .bombpop-v001-block-plain-page .column.titling,
.bombpop-v001-block-plain-page .column.content {
    width: 100%;
  }
  .bombpop-v001-block-plain-page .essay-wrapper {
    padding-left: 0;
  }
  .bombpop-v001-block-plain-page .column.content {
    margin-top: 50px;
  }
}
@media (max-width: 500px) {
  .bombpop-v001-block-plain-page .column.titling {
    font-size: 2.5rem;
  }
  .bombpop-v001-block-plain-page .column.content {
    margin-top: 35px;
  }
}
@media (max-width: 400px) {
  .bombpop-v001-block-plain-page .column.titling {
    font-size: 2.25rem;
  }
}

.bombpop-v001-block-all-series .columns {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.bombpop-v001-block-all-series .columns:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #1774ad;
  left: 17.1653543307%;
  top: 0;
}
.bombpop-v001-block-all-series .column.titling {
  width: 14.1732283465%;
}
.bombpop-v001-block-all-series .column.content {
  width: 74.2519685039%;
}
.bombpop-v001-block-all-series .page-title {
  font-weight: 900;
  font-size: 3.125rem;
  line-height: 0.9;
  color: #1774ad;
  position: sticky;
  top: 50px;
}
@supports (-webkit-text-stroke: 1px #1774ad) {
  .bombpop-v001-block-all-series .page-title {
    -webkit-text-stroke: 1.125px #1774ad;
    -webkit-text-fill-color: transparent;
  }
}
.bombpop-v001-block-all-series .series-profile-link {
  display: block;
}
.bombpop-v001-block-all-series .series-profile-link + .series-profile-link {
  margin-top: 40px;
}
.bombpop-v001-block-all-series .series-profile-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bombpop-v001-block-all-series .media {
  width: 53.7645811241%;
}
.bombpop-v001-block-all-series figcaption {
  width: 34.6765641569%;
}
.bombpop-v001-block-all-series .art-container {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  transition: all 120ms;
}
.bombpop-v001-block-all-series .art-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 55.6213017751%;
}
.bombpop-v001-block-all-series .art-container > .fill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bombpop-v001-block-all-series img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.bombpop-v001-block-all-series .series-title {
  font-weight: 900;
  color: #1774ad;
  font-size: 1.625rem;
  line-height: 1;
  position: relative;
  padding-bottom: 18px;
  transition: all 120ms;
}
.bombpop-v001-block-all-series .series-title .string {
  display: inline-block;
  max-width: 10.5em;
}
.bombpop-v001-block-all-series .series-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #1774ad;
  transition: all 120ms;
  left: -33.33%;
  width: 133.33%;
}
.bombpop-v001-block-all-series .series-description {
  margin-top: 17px;
  font-size: 0.9375rem;
  line-height: 1.3;
}
.bombpop-v001-block-all-series .series-profile-link:nth-of-type(even) .media {
  order: 2;
}
.bombpop-v001-block-all-series .series-profile-link:nth-of-type(even) .series-title:after {
  left: 0;
}
.bombpop-v001-block-all-series .series-profile-link:hover .series-title {
  color: #f09e12;
}
.bombpop-v001-block-all-series .series-profile-link:hover .series-title:after {
  background: #f09e12;
}
.bombpop-v001-block-all-series .series-profile-link:hover .art-container {
  transform: translate(-6px, -6px);
  box-shadow: 6px 6px 0 #f09e12;
}
@media (max-width: 1230px) {
  .bombpop-v001-block-all-series .series-profile-link + .series-profile-link {
    margin-top: 50px;
  }
  .bombpop-v001-block-all-series .art-container {
    position: relative;
  }
  .bombpop-v001-block-all-series .art-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 65.0887573964%;
  }
  .bombpop-v001-block-all-series .art-container > .fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .bombpop-v001-block-all-series .media {
    width: 51%;
  }
  .bombpop-v001-block-all-series figcaption {
    width: 39%;
  }
  .bombpop-v001-block-all-series .series-title:after {
    width: 125.6%;
  }
  .bombpop-v001-block-all-series .series-profile-link:nth-of-type(odd) .series-title:after {
    left: -25.6%;
  }
}
@media (max-width: 1100px) {
  .bombpop-v001-block-all-series .columns:before {
    left: 20%;
  }
  .bombpop-v001-block-all-series .column.titling {
    width: 17%;
  }
  .bombpop-v001-block-all-series .art-container {
    position: relative;
  }
  .bombpop-v001-block-all-series .art-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 72.9783037475%;
  }
  .bombpop-v001-block-all-series .art-container > .fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .bombpop-v001-block-all-series .series-title {
    font-size: 1.375rem;
    padding-bottom: 13px;
  }
  .bombpop-v001-block-all-series .series-description {
    margin-top: 13px;
  }
}
@media (max-width: 950px) {
  .bombpop-v001-block-all-series .columns {
    display: block;
  }
  .bombpop-v001-block-all-series .columns:before {
    display: none;
  }
  .bombpop-v001-block-all-series .column.titling,
.bombpop-v001-block-all-series .column.content {
    width: 100%;
  }
  .bombpop-v001-block-all-series .column.titling {
    padding-bottom: 30px;
    margin-bottom: 40px;
    position: relative;
  }
  .bombpop-v001-block-all-series .column.titling:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 106%;
    height: 1px;
    background: #1774ad;
  }
  .bombpop-v001-block-all-series .series-profile-link + .series-profile-link {
    margin-top: 40px;
  }
  .bombpop-v001-block-all-series .art-container {
    position: relative;
  }
  .bombpop-v001-block-all-series .art-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 67.0611439842%;
  }
  .bombpop-v001-block-all-series .art-container > .fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 800px) {
  .bombpop-v001-block-all-series .series-profile-link + .series-profile-link {
    margin-top: 45px;
  }
  .bombpop-v001-block-all-series .art-container {
    position: relative;
  }
  .bombpop-v001-block-all-series .art-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 69.033530572%;
  }
  .bombpop-v001-block-all-series .art-container > .fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .bombpop-v001-block-all-series .series-description {
    font-size: 0.875rem;
    margin-top: 12px;
  }
}
@media (max-width: 700px) {
  .bombpop-v001-block-all-series .series-profile-card {
    align-items: flex-start;
  }
  .bombpop-v001-block-all-series figcaption {
    padding-top: 5px;
  }
}
@media (max-width: 570px) {
  .bombpop-v001-block-all-series .series-profile-link + .series-profile-link {
    margin-top: 35px;
  }
  .bombpop-v001-block-all-series .series-profile-card {
    display: block;
  }
  .bombpop-v001-block-all-series .media,
.bombpop-v001-block-all-series figcaption {
    width: 100%;
  }
  .bombpop-v001-block-all-series .art-container {
    position: relative;
  }
  .bombpop-v001-block-all-series .art-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 55.6213017751%;
  }
  .bombpop-v001-block-all-series .art-container > .fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .bombpop-v001-block-all-series figcaption {
    padding-top: 14px;
  }
  .bombpop-v001-block-all-series .series-title {
    font-size: 1.625rem;
  }
  .bombpop-v001-block-all-series .series-title .string {
    max-width: 100%;
  }
  .bombpop-v001-block-all-series .series-title:after {
    width: 106%;
  }
  .bombpop-v001-block-all-series .series-profile-link:nth-of-type(odd) .series-title:after {
    left: -6%;
  }
}

.bombpop-v001-block-success .inner {
  position: relative;
}
.bombpop-v001-block-success .inner:before {
  content: "";
  display: block;
  position: absolute;
  left: 65.6692913386%;
  top: 0;
  width: 1px;
  height: 100%;
  background: black;
}
.bombpop-v001-block-success .success-artwork {
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}
.bombpop-v001-block-success .content-columns {
  display: flex;
  justify-content: space-between;
}
.bombpop-v001-block-success .column.primary {
  width: 57.0866141732%;
}
.bombpop-v001-block-success .column.secondary {
  width: 31.3385826772%;
}
.bombpop-v001-block-success .success-proclamation .titling {
  border-bottom: 1px solid black;
  padding-bottom: 28px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 3.25rem;
  line-height: 0.9;
}
@supports (-webkit-text-stroke: 1px black) {
  .bombpop-v001-block-success .success-proclamation .titling {
    -webkit-text-stroke: 1.125px black;
    -webkit-text-fill-color: transparent;
  }
}
.bombpop-v001-block-success .proclamation-panes {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.bombpop-v001-block-success .pane.essay {
  font-size: 1.125rem;
  width: auto;
  max-width: 23em;
}
.bombpop-v001-block-success .pane.essay a {
  transition: all 120ms;
  box-shadow: inset 0 -1px 0 #e8e1c6, inset 0 -2px 0 rgba(0, 0, 0, 0.5);
}
.bombpop-v001-block-success .pane.essay a:hover {
  color: #1774ad;
  box-shadow: inset 0 -1px 0 #e8e1c6, inset 0 -2px 0 #1774ad;
}
.bombpop-v001-block-success .pane.actions {
  margin-left: 40px;
}
.bombpop-v001-block-success .pane.actions li {
  display: flex;
  justify-content: flex-end;
}
.bombpop-v001-block-success .pane.actions li + li {
  margin-top: 12px;
}
.bombpop-v001-block-success .success-receipt .titling {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.bombpop-v001-block-success .success-receipt-title {
  font-weight: 300;
  font-size: 2.125rem;
  line-height: 0.9;
}
.bombpop-v001-block-success .ledger {
  margin-top: 22px;
  font-size: 0.9375rem;
  line-height: 1.1;
}
.bombpop-v001-block-success .ledger .record {
  display: flex;
  justify-content: space-between;
}
.bombpop-v001-block-success .ledger .tier {
  border-top: 1px solid black;
  padding-top: 16px;
}
.bombpop-v001-block-success .ledger .tier:not(:nth-of-type(-n + 1)) {
  margin-top: 16px;
}
.bombpop-v001-block-success .ledger .tier:last-of-type {
  font-weight: 700;
}
.bombpop-v001-block-success .ledger .record + .record {
  margin-top: 13px;
}
.bombpop-v001-block-success .ledger dt {
  width: 10em;
  white-space: nowrap;
}
.bombpop-v001-block-success .ledger dd {
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-left: 35px;
  width: 14em;
  min-width: 1%;
  text-align: right;
}
@media (max-width: 1150px) {
  .bombpop-v001-block-success .inner:before {
    left: 58%;
  }
  .bombpop-v001-block-success .column.primary {
    width: 53%;
  }
  .bombpop-v001-block-success .column.secondary {
    width: 37%;
  }
  .bombpop-v001-block-success .proclamation-panes {
    display: block;
  }
  .bombpop-v001-block-success .pane.essay {
    max-width: 100%;
  }
  .bombpop-v001-block-success .pane.actions {
    margin: 30px 0 0 0;
  }
  .bombpop-v001-block-success .pane.actions ul {
    display: flex;
  }
  .bombpop-v001-block-success .pane.actions li + li {
    margin: 0 0 0 12px;
  }
}
@media (max-width: 870px) {
  .bombpop-v001-block-success .inner:before {
    display: none;
  }
  .bombpop-v001-block-success .content-columns {
    display: block;
  }
  .bombpop-v001-block-success .column.primary,
.bombpop-v001-block-success .column.secondary {
    width: 100%;
  }
  .bombpop-v001-block-success .column.secondary {
    position: relative;
    padding-top: 46px;
    margin-top: 42px;
  }
  .bombpop-v001-block-success .column.secondary:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -6%;
    width: 112%;
    height: 15px;
    box-shadow: inset 0 1px 0 #f09e12, inset 0 4px 0 #e8e1c6, inset 0 5px 0 #f09e12, inset 0 8px 0 #e8e1c6, inset 0 9px 0 #f09e12, inset 0 12px 0 #e8e1c6, inset 0 13px 0 #f09e12;
  }
}
@media (max-width: 550px) {
  .bombpop-v001-block-success .success-artwork {
    margin-bottom: 25px;
  }
  .bombpop-v001-block-success .success-proclamation .titling {
    font-size: 3rem;
    padding-bottom: 20px;
  }
  .bombpop-v001-block-success .proclamation-panes {
    margin-top: 20px;
  }
  .bombpop-v001-block-success .pane.actions {
    margin-top: 23px;
  }
  .bombpop-v001-block-success .pane.actions ul {
    display: block;
  }
  .bombpop-v001-block-success .pane.actions li {
    justify-content: flex-start;
  }
  .bombpop-v001-block-success .pane.actions li + li {
    margin: 11px 0 0 0;
  }
  .bombpop-v001-block-success .column.secondary {
    padding-top: 40px;
    margin-top: 33px;
  }
}
@media (max-width: 370px) {
  .bombpop-v001-block-success .success-proclamation .titling {
    font-size: 2.875rem;
  }
}

.bombpop-v001-page-account-dashboard .titling {
  font-size: 3.75rem;
  line-height: 0.9;
  font-weight: 900;
  padding-bottom: 25px;
}
@supports (-webkit-text-stroke: 1px black) {
  .bombpop-v001-page-account-dashboard .titling {
    -webkit-text-stroke: 1.125px black;
    -webkit-text-fill-color: transparent;
  }
}
.bombpop-v001-page-account-dashboard .dashboard-category {
  border-top: 1px solid #d1c9b0;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
}
.bombpop-v001-page-account-dashboard .dashboard-category:not(:last-of-type) {
  padding-bottom: 25px;
}
.bombpop-v001-page-account-dashboard .category-title {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 900;
  flex: 1;
  margin-right: 40px;
}
.bombpop-v001-page-account-dashboard .category-content-columns {
  width: 65.6692913386%;
  display: flex;
  justify-content: space-between;
}
.bombpop-v001-page-account-dashboard .column.actions {
  margin-left: 30px;
}
.bombpop-v001-page-account-dashboard .column.reports,
.bombpop-v001-page-account-dashboard .invoices-container {
  line-height: 1.1;
}
.bombpop-v001-page-account-dashboard .column.reports {
  width: 73.860911271%;
}
.bombpop-v001-page-account-dashboard .report {
  display: flex;
}
.bombpop-v001-page-account-dashboard .report + .report {
  margin-top: 20px;
}
.bombpop-v001-page-account-dashboard .report dt {
  width: 35.3896103896%;
  box-sizing: border-box;
  padding-right: 25px;
  font-weight: 700;
}
.bombpop-v001-page-account-dashboard .report dd {
  flex: 1;
  min-width: 1%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.bombpop-v001-page-account-dashboard .actions-list li {
  display: flex;
  justify-content: flex-end;
}
.bombpop-v001-page-account-dashboard .actions-list li + li {
  margin-top: 8px;
}
.bombpop-v001-page-account-dashboard .invoices-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.bombpop-v001-page-account-dashboard .invoices-subhead {
  font-weight: 700;
  flex: 1;
  box-sizing: border-box;
  padding-right: 50px;
}
.bombpop-v001-page-account-dashboard .invoices-repository {
  width: calc(73.860911271% + 21px);
}
.bombpop-v001-page-account-dashboard .invoices-list {
  column-count: 2;
  column-width: 9em;
  max-width: 25em;
  column-gap: 30px;
  column-fill: balance;
}
.bombpop-v001-page-account-dashboard .invoices-list li {
  position: relative;
  display: inline-block;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 11px;
  width: 100%;
  box-sizing: border-box;
}
.bombpop-v001-page-account-dashboard .invoices-list a {
  color: #1774ad;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 21px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.32' height='11.68' viewBox='0 0 12.32 11.68'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%231774ad;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='admin_flows' data-name='admin flows'%3E%3Cpath class='cls-1' d='M5.8,8.06a.51.51,0,0,0,.72,0l2.7-2.69a.52.52,0,0,0-.73-.73L6.67,6.46V.51a.51.51,0,1,0-1,0v6L3.83,4.64a.52.52,0,1,0-.73.73Zm6-1.51a.51.51,0,0,0-.52.51v3.59H1V7.06a.52.52,0,0,0-1,0v3.59a1,1,0,0,0,1,1H11.29a1,1,0,0,0,1-1V7.06A.51.51,0,0,0,11.81,6.55Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.bombpop-v001-page-account-dashboard .invoices-list a:hover {
  text-decoration: underline;
}
@media (min-width: 891px) {
  .bombpop-v001-page-account-dashboard .category-title h2 {
    transform: translateY(-0.25em);
  }
}
@media (max-width: 890px) {
  .bombpop-v001-page-account-dashboard .dashboard-category {
    display: block;
    border-top: 3px solid black;
  }
  .bombpop-v001-page-account-dashboard .category-title {
    width: 100%;
  }
  .bombpop-v001-page-account-dashboard .category-content-columns {
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid #d1c9b0;
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .bombpop-v001-page-account-dashboard .invoices-container {
    display: block;
  }
  .bombpop-v001-page-account-dashboard .invoices-subhead {
    margin: 0;
  }
  .bombpop-v001-page-account-dashboard .invoices-repository {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  .bombpop-v001-page-account-dashboard .dashboard-category {
    padding-top: 15px;
  }
  .bombpop-v001-page-account-dashboard .category-content-columns {
    display: block;
  }
  .bombpop-v001-page-account-dashboard .column.reports {
    width: 100%;
  }
  .bombpop-v001-page-account-dashboard .column.actions {
    display: flex;
    margin: 0;
    justify-content: flex-end;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #d1c9b0;
  }
  .bombpop-v001-page-account-dashboard .actions-list {
    display: flex;
    justify-content: flex-end;
  }
  .bombpop-v001-page-account-dashboard .actions-list li + li {
    margin: 0 0 0 12px;
  }
  .bombpop-v001-page-account-dashboard .report + .report {
    margin-top: 15px;
  }
}
@media (max-width: 405px) {
  .bombpop-v001-page-account-dashboard .invoices-list {
    font-size: 0.9375rem;
    column-gap: 20px;
  }
  .bombpop-v001-page-account-dashboard li {
    margin-bottom: 14px;
  }
}
@media (max-width: 370px) {
  .bombpop-v001-page-account-dashboard .invoices-list {
    column-count: 1;
    font-size: 1rem;
  }
}

.bombpop-v001-block-subscribe .main-form {
  display: flex;
  justify-content: space-between;
}
.bombpop-v001-block-subscribe .main-form .column.primary {
  width: 31.3385826772%;
}
.bombpop-v001-block-subscribe .main-form .column.secondary {
  width: 48.5039370079%;
}
.bombpop-v001-block-subscribe .main-form-titling {
  position: sticky;
  top: 60px;
}
.bombpop-v001-block-subscribe .main-form-titling .title {
  font-size: 3.75rem;
  line-height: 0.9;
  font-weight: 900;
}
@supports (-webkit-text-stroke: 1px black) {
  .bombpop-v001-block-subscribe .main-form-titling .title {
    -webkit-text-stroke: 1.125px black;
    -webkit-text-fill-color: transparent;
  }
}
.bombpop-v001-block-subscribe .main-form-titling .clause {
  display: inline-block;
}
.bombpop-v001-block-subscribe .main-form-titling .enticement {
  font-size: 0.9375rem;
  line-height: 1.35;
  margin-top: 20px;
}
.bombpop-v001-block-subscribe .main-form-titling .enticement p {
  max-width: 25em;
}
.bombpop-v001-block-subscribe .bp-fieldgroup {
  position: relative;
}
.bombpop-v001-block-subscribe .bp-fieldgroup .legend {
  font-weight: 900;
  font-size: 2rem;
  line-height: 0.9;
}
.bombpop-v001-block-subscribe .bp-fieldgroup .legend + .fields-row {
  margin-top: 35px;
}
.bombpop-v001-block-subscribe .bp-fieldgroup .legend + [data-field-type=radio] {
  margin-top: 24px;
}
.bombpop-v001-block-subscribe .bp-fieldgroup + .bp-fieldgroup {
  margin-top: 40px;
  padding-top: 35px;
}
.bombpop-v001-block-subscribe .bp-fieldgroup + .bp-fieldgroup:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc( 100% + calc((calc(100vw - var(--scrollbar)) - 1270px) / 2) );
  height: 1px;
  background: #d1c9b0;
}
@media (max-width: 1441px) {
  .bombpop-v001-block-subscribe .bp-fieldgroup + .bp-fieldgroup:before {
    width: calc( 100% + calc((calc(100vw - var(--scrollbar)) * calc( 1 - 0.89 )) / 2) );
  }
}
.bombpop-v001-block-subscribe .conclusion {
  padding-top: 25px;
  margin-top: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 0.9375rem;
}
.bombpop-v001-block-subscribe .conclusion:before, .bombpop-v001-block-subscribe .conclusion:after {
  content: "";
  display: block;
  position: absolute;
  background: #d1c9b0;
}
.bombpop-v001-block-subscribe .conclusion:before {
  top: 0;
  left: 0;
  width: calc( 100% + calc((calc(100vw - var(--scrollbar)) - 1270px) / 2) );
  height: 1px;
}
@media (max-width: 1441px) {
  .bombpop-v001-block-subscribe .conclusion:before {
    width: calc( 100% + calc((calc(100vw - var(--scrollbar)) * calc( 1 - 0.89 )) / 2) );
  }
}
.bombpop-v001-block-subscribe .conclusion:after {
  left: calc(51.4960629921% - 38px);
  top: 0;
  width: 1px;
  height: 100%;
}
.bombpop-v001-block-subscribe .conclusion .column.primary {
  width: 31.3385826772%;
}
.bombpop-v001-block-subscribe .conclusion .column.secondary {
  width: 48.5039370079%;
  position: relative;
}
.bombpop-v001-block-subscribe .conclusion h2 {
  font-size: 2.875rem;
  line-height: 0.9;
  font-weight: 900;
  margin-bottom: 20px;
}
@supports (-webkit-text-stroke: 1px black) {
  .bombpop-v001-block-subscribe .conclusion h2 {
    -webkit-text-stroke: 1.125px black;
    -webkit-text-fill-color: transparent;
  }
}
.bombpop-v001-block-subscribe .conclusion .payment-breakdown {
  line-height: 1.15;
  min-width: 320px;
}
.bombpop-v001-block-subscribe .conclusion .payment-breakdown .row {
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
  box-shadow: inset 0 1px 0 #d1c9b0;
  transition: opacity 400ms;
}
.bombpop-v001-block-subscribe .conclusion .payment-breakdown .pending {
  opacity: 0.35;
}
.bombpop-v001-block-subscribe .conclusion .payment-breakdown .row + .row {
  margin-top: 14px;
}
.bombpop-v001-block-subscribe .conclusion .payment-breakdown .row + .row:last-of-type {
  padding-top: 9px;
  box-shadow: inset 0 2px 0 black;
  font-weight: 700;
}
.bombpop-v001-block-subscribe .conclusion .payment-breakdown dt,
.bombpop-v001-block-subscribe .conclusion .payment-breakdown dd {
  max-width: calc(50% - 30px);
}
.bombpop-v001-block-subscribe .conclusion .payment-breakdown dd {
  text-align: right;
}
.bombpop-v001-block-subscribe .conclusion .payment-legalese a {
  text-decoration: underline;
}
.bombpop-v001-block-subscribe .conclusion .payment-submit-action {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.bombpop-v001-block-subscribe .conclusion input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 5px;
  padding: 18px 30px;
  cursor: pointer;
  transition: all 120ms;
  color: #e8e1c6;
  background-color: #1774ad;
  font: 900 normal 1rem/1 "Radion", Futura, Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 0.9;
}
.bombpop-v001-block-subscribe .conclusion input[type=submit]:disabled {
  background-color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.bombpop-v001-block-subscribe .conclusion input[type=submit]:not(:disabled):hover {
  background-color: #1d92da;
}
.bombpop-v001-block-subscribe [data-fieldgroup-status=hidden] {
  display: none;
}
.bombpop-v001-block-subscribe [data-fieldgroup-status=cold] .form-continuation {
  display: none;
}
@media (max-width: 1300px) {
  .bombpop-v001-block-subscribe .main-form-titling .title {
    font-size: 3.5rem;
  }
}
@media (max-width: 1200px) {
  .bombpop-v001-block-subscribe .main-form-titling .title {
    font-size: 3.25rem;
  }
}
@media (max-width: 1200px) {
  .bombpop-v001-block-subscribe .main-form-titling .title {
    font-size: 2.875rem;
  }
}
@media (max-width: 999px) {
  .bombpop-v001-block-subscribe .main-form-titling .title {
    font-size: 3.75rem;
  }
  .bombpop-v001-block-subscribe .main-form,
.bombpop-v001-block-subscribe .conclusion {
    display: block;
  }
  .bombpop-v001-block-subscribe .main-form .column.primary,
.bombpop-v001-block-subscribe .main-form .column.secondary {
    width: 100%;
  }
  .bombpop-v001-block-subscribe .main-form .column.secondary {
    position: relative;
    padding-top: 35px;
    margin-top: 35px;
  }
  .bombpop-v001-block-subscribe .main-form .column.secondary:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: calc( 100% + calc((calc(100vw - var(--scrollbar)) * calc( 1 - 0.89 )) / 2) );
    background: black;
  }
  .bombpop-v001-block-subscribe .conclusion .column.primary,
.bombpop-v001-block-subscribe .conclusion .column.secondary {
    width: 100%;
  }
  .bombpop-v001-block-subscribe .conclusion .column.secondary {
    position: relative;
    margin-top: 50px;
    padding-top: 30px;
  }
  .bombpop-v001-block-subscribe .conclusion .column.secondary:before {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    width: calc( 100% + calc((calc(100vw - var(--scrollbar)) * calc( 1 - 0.89 )) / 2) );
    background: black;
    left: 0;
    top: 0;
  }
  .bombpop-v001-block-subscribe .conclusion:after {
    display: none;
  }
  .bombpop-v001-block-subscribe .conclusion .payment-breakdown,
.bombpop-v001-block-subscribe .conclusion .payment-legalese {
    max-width: 550px;
  }
}
@media (max-width: 450px) {
  .bombpop-v001-block-subscribe .main-form-titling .title {
    font-size: 3.5rem;
  }
}
@media (max-width: 370px) {
  .bombpop-v001-block-subscribe .main-form-titling .title {
    font-size: 3rem;
  }
  .bombpop-v001-block-subscribe .conclusion .payment-breakdown {
    min-width: 0;
  }
  .bombpop-v001-block-subscribe .conclusion .payment-breakdown dt,
.bombpop-v001-block-subscribe .conclusion .payment-breakdown dd {
    width: calc(50% - 25px);
  }
}

.bombpop-v001-block-simple-form .supertitling {
  font-size: 3.75rem;
  line-height: 0.9;
  font-weight: 900;
  border-bottom: 1px solid #d1c9b0;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
@supports (-webkit-text-stroke: 1px black) {
  .bombpop-v001-block-simple-form .supertitling {
    -webkit-text-stroke: 1.125px black;
    -webkit-text-fill-color: transparent;
  }
}
.bombpop-v001-block-simple-form .simple-form-content-columns {
  display: flex;
  justify-content: space-between;
}
.bombpop-v001-block-simple-form .simple-form-content-columns .column.primary {
  flex: 1;
  margin-right: 38px;
}
.bombpop-v001-block-simple-form .simple-form-content-columns .column.secondary {
  width: 65.67%;
}
.bombpop-v001-block-simple-form .bp-simple-form-actions {
  position: relative;
  padding-top: 35px;
  margin-top: 35px;
}
.bombpop-v001-block-simple-form .bp-simple-form-actions:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 100%;
  width: 152.2765341861%;
  background: #d1c9b0;
}
.bombpop-v001-block-simple-form .bp-simple-form-actions .panes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bombpop-v001-block-simple-form .bp-simple-form-actions .pane.primary {
  order: 2;
}
.bombpop-v001-block-simple-form .bp-simple-form-actions .actions-list {
  display: flex;
  align-items: center;
}
.bombpop-v001-block-simple-form .bp-simple-form-actions .actions-list li + li {
  margin-left: 10px;
}
.bombpop-v001-block-simple-form .subsection-title {
  font-size: 1.75rem;
  line-height: 0.9;
  font-weight: 900;
  padding-top: 7px;
}
.bombpop-v001-block-simple-form .heroic-title {
  font-size: 3.75rem;
  line-height: 0.9;
  font-weight: 900;
}
@supports (-webkit-text-stroke: 1px black) {
  .bombpop-v001-block-simple-form .heroic-title {
    -webkit-text-stroke: 1.125px black;
    -webkit-text-fill-color: transparent;
  }
}
.bombpop-v001-block-simple-form .field-line {
  display: flex;
}
.bombpop-v001-block-simple-form .field-line + .field-line {
  margin-top: 25px;
}
.bombpop-v001-block-simple-form .field-line label,
.bombpop-v001-block-simple-form .field-line .faux-label {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  display: block;
}
.bombpop-v001-block-simple-form .field-line .label-container {
  width: 132px;
  box-sizing: border-box;
  padding: 14px 25px 0 0;
}
.bombpop-v001-block-simple-form .field-line .input-container {
  flex: 1;
}
.bombpop-v001-block-simple-form .field-line .input-container input,
.bombpop-v001-block-simple-form .field-line .input-container select {
  max-width: 300px;
}
.bombpop-v001-block-simple-form .meek-action a {
  line-height: 1.1;
  color: #1774ad;
  display: inline-block;
  transition: all 120ms;
}
.bombpop-v001-block-simple-form .meek-action .string {
  transition: all 120ms;
  box-shadow: inset 0 -1px 0 rgba(23, 116, 173, 0.3);
}
.bombpop-v001-block-simple-form .meek-action a.arrowed:before {
  content: "← ";
}
.bombpop-v001-block-simple-form .meek-action a:hover {
  color: #115680;
}
.bombpop-v001-block-simple-form .meek-action a:hover .string {
  box-shadow: inset 0 -1px 0 #115680;
}
@media (min-width: 1000px) {
  .bombpop-v001-block-simple-form .bp-simple-form-lines {
    min-height: 100px;
  }
}
@media (max-width: 999px) {
  .bombpop-v001-block-simple-form .supertitling {
    font-size: 3.5rem;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .bombpop-v001-block-simple-form .subsection-title {
    padding-top: 0;
  }
  .bombpop-v001-block-simple-form .simple-form-content-columns {
    display: block;
  }
  .bombpop-v001-block-simple-form .simple-form-content-columns .column.primary {
    margin-right: 0;
    width: 100%;
  }
  .bombpop-v001-block-simple-form .simple-form-content-columns .column.secondary {
    width: 100%;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #d1c9b0;
  }
}
@media (max-width: 700px) {
  .bombpop-v001-block-simple-form .bp-simple-form-actions {
    padding-top: 25px;
  }
  .bombpop-v001-block-simple-form .bp-simple-form-actions:before {
    width: 100%;
  }
  .bombpop-v001-block-simple-form .bp-simple-form-actions .panes {
    display: block;
  }
  .bombpop-v001-block-simple-form .bp-simple-form-actions .pane.secondary {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #d1c9b0;
  }
  .bombpop-v001-block-simple-form .bp-simple-form-actions .actions-list {
    justify-content: flex-end;
  }
}
@media (max-width: 600px) {
  .bombpop-v001-block-simple-form .supertitling {
    font-size: 3.125rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .bombpop-v001-block-simple-form .heroic-title {
    font-size: 3.125rem;
  }
}
@media (max-width: 380px) {
  .bombpop-v001-block-simple-form .bp-simple-form-actions .actions-list {
    flex-wrap: wrap;
  }
  .bombpop-v001-block-simple-form .bp-simple-form-actions .actions-list li {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .bombpop-v001-block-simple-form .bp-simple-form-actions .actions-list li + li {
    margin: 12px 0 0 0;
  }
}

body.procedural {
  background-color: #e8e1c6;
}
body.procedural .bombpop-v001-block-header,
body.procedural .page-main {
  color: black;
}
body.procedural .bombpop-v001-block-header {
  box-shadow: 0 1px 0 black;
}
body.procedural .bombpop-v001-block-header .track-cell.utilities:before {
  background: black;
}
body.procedural .bombpop-v001-block-header .titling a {
  background-image: url("data:image/svg+xml,%3Csvg id='bombpop-logo-black' xmlns='http://www.w3.org/2000/svg' width='110.39' height='110.27' viewBox='0 0 110.39 110.27'%3E%3Cpath d='M83.55,58.4c2.14-1.65,1.52-3-.53-4.22-2.29-1.32-5.14-1.59-8.55.39L66.4,59.24a27.48,27.48,0,0,1,8.37,7.93c.3-2.5,2.29-5,6.16-7.25ZM67.31,45.14c-2.34-1.34-5.2-1.61-8.61.36l-8.52,4.93a28.62,28.62,0,0,1,5.33,6.11l11.16-6.46C70.08,48.11,69.6,46.46,67.31,45.14ZM48.26,41.35c3.67-2.13,3.81-5,.27-7a12.57,12.57,0,0,0-12.14.18c-3.66,2.12-3.8,5-.27,7A12.6,12.6,0,0,0,48.26,41.35ZM16.36,30.16A12.59,12.59,0,0,0,28.47,30h0c3.66-2.12,3.79-5,.26-7a12.6,12.6,0,0,0-12.14.18C13,25.28,12.82,28.12,16.36,30.16ZM110.3,52,99.54,58.21h0l-1,.58A18.12,18.12,0,0,1,109.3,61c.25.14.49.29.72.44a55.57,55.57,0,0,0,.37-6.36C110.39,54,110.36,53,110.3,52Zm-9.62,12.41a12.62,12.62,0,0,0-12.18.19c-3.68,2.13-3.82,5-.27,7a12.65,12.65,0,0,0,12.18-.18C104.09,69.29,104.23,66.44,100.68,64.39ZM37.35,19.57c3,1.75,5.16,4.3,5.21,7.08a28.08,28.08,0,0,1,13.21,3.51c3.85,2.21,5.87,4.85,6.12,7.5a21.67,21.67,0,0,1,11.88,2.85c3.64,2.09,5.31,4.66,4.55,7.33A21.22,21.22,0,0,1,91,50.44a15.66,15.66,0,0,1,2.78,2l15.35-8.89A55.32,55.32,0,0,0,32.76,4.82l7.8,4.49-14,8.08A18,18,0,0,1,37.35,19.57Zm9,36.46c-3.54-2-5.94-.49-6,3.73a12.49,12.49,0,0,0,5.91,10.56c3.53,2,5.93.49,5.95-3.72v0A12.49,12.49,0,0,0,46.32,56Zm13.82,15.1a12.46,12.46,0,0,0,5.91,10.55c3.54,2,5.94.5,6-3.73A12.45,12.45,0,0,0,66.09,67.4C62.55,65.36,60.15,66.9,60.14,71.13ZM86.8,79.3c-3.54-2-5.94-.49-6,3.73a12.46,12.46,0,0,0,5.91,10.56c3.54,2,5.94.49,5.95-3.74A12.48,12.48,0,0,0,86.8,79.3ZM22.74,37.87A28.08,28.08,0,0,1,9.06,34.32,17.55,17.55,0,0,1,5.31,31.5a54.89,54.89,0,0,0,27.21,73.68V68.93h0l0-13.36c0-3.34.69-5.84,1.89-7.52a24.87,24.87,0,0,1-5.56-2.34C24.87,43.41,22.84,40.63,22.74,37.87ZM80.81,94.53v9.22a54.47,54.47,0,0,0,4.78-2.82A18.46,18.46,0,0,1,80.81,94.53ZM56.37,80.39c-2.44,1.34-5.72.79-8.76-1a17.9,17.9,0,0,1-7.24-8.11V108a55.77,55.77,0,0,0,14.83,2A55.21,55.21,0,0,0,73,107.1v-15A13.47,13.47,0,0,1,66,90,27.91,27.91,0,0,1,56.37,80.39Z'/%3E%3C/svg%3E");
}
body.procedural .bombpop-v001-block-header .utility-toggler:not(:hover) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.9' height='16.02' viewBox='0 0 15.9 16.02'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23000;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg%3E%3Cpath class='cls-1' d='M15.9,14.45l-4.15-4.14a6.47,6.47,0,1,0-1.59,1.55L14.33,16ZM1.91,6.5A4.59,4.59,0,1,1,6.5,11.09,4.6,4.6,0,0,1,1.91,6.5Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
body.procedural .bombpop-v001-block-header input[type=submit] {
  color: white;
}
body.procedural .bombpop-v001-block-header .sitewide-utility-links a:hover {
  box-shadow: inset 0 -1px 0 black;
}
body.procedural .bombpop-v001-block-header .my-account-cta a:hover span {
  box-shadow: inset 0 -1px 0 black;
}
body.procedural .bombpop-v001-block-header .my-account-cta a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.37' height='18.37' viewBox='0 0 18.37 18.37'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23000;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg%3E%3Cpath class='cls-1' d='M18.37,9.19A9.19,9.19,0,1,0,3,16l.11.09a9.18,9.18,0,0,0,12.18,0l.1-.09A9.16,9.16,0,0,0,18.37,9.19Zm-17.29,0a8.11,8.11,0,1,1,14,5.55,7,7,0,0,0-2.72-2.45,6.2,6.2,0,0,0-.89-.37,4.15,4.15,0,1,0-4.58,0,7,7,0,0,0-3.61,2.82A8.07,8.07,0,0,1,1.08,9.19Zm5-.72a3.07,3.07,0,1,1,3.07,3.06A3.08,3.08,0,0,1,6.12,8.47Zm-2,7a6,6,0,0,1,7.79-2.23,5.8,5.8,0,0,1,2.4,2.23,8.11,8.11,0,0,1-10.19,0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 599px) {
  body.procedural .mini-menu-toggler {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.6' height='8.83' viewBox='0 0 10.6 8.83'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23000;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg%3E%3Cpath class='cls-1' d='M10.6,1.77H0V0H10.6Zm0,1.76H0V5.3H10.6Zm0,3.54H0V8.83H10.6Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.fancy-button,
.tml button {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.fancy-button,
.faux-button {
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 13px 25px 13px 22px;
  background-color: #1774ad;
  color: #e8e1c6 !important;
  font-weight: 900;
  transition: all 100ms;
  font-size: 1.125rem;
  line-height: 0.95;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  height: 50px;
}
.fancy-button .string,
.faux-button .string {
  display: inline-block;
  margin-left: 11px;
}
.fancy-button:before,
.faux-button:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translateY(-6%);
  margin-right: 8px;
}
.fancy-button[data-size=small]:before,
.faux-button[data-size=small]:before {
  width: 17px;
  height: 17px;
}
.fancy-button[data-size=large],
.faux-button[data-size=large] {
  font-size: 1.75rem;
  padding: 30px 35px;
}
.fancy-button[data-size=large] .string,
.faux-button[data-size=large] .string {
  margin-left: 0;
}
.fancy-button[data-size=large]:before,
.faux-button[data-size=large]:before {
  display: none;
}
@media (max-width: 400px) {
  .fancy-button[data-size=large],
.faux-button[data-size=large] {
    font-size: 1.5rem;
    padding: 25px 30px;
  }
}
.fancy-button .string, .fancy-button:before,
.faux-button .string,
.faux-button:before {
  position: relative;
  z-index: 2;
}
.fancy-button:after,
.faux-button:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2098e1;
  transition: transform 80ms;
  transform-origin: center bottom;
  transform: scaleY(0.001);
  z-index: -5;
}
.fancy-button:not(:disabled):hover:after,
.faux-button:not(:disabled):hover:after {
  transition: transform 90ms;
  transform: scaleY(1);
}
.fancy-button:not(:disabled):active,
.faux-button:not(:disabled):active {
  transform: translateY(1px);
}
.fancy-button:not(:disabled):active, .fancy-button:not(:disabled):active:after,
.fancy-button:not(:disabled):active .string, .fancy-button:not(:disabled):active:before,
.faux-button:not(:disabled):active,
.faux-button:not(:disabled):active:after,
.faux-button:not(:disabled):active .string,
.faux-button:not(:disabled):active:before {
  transition: all 30ms;
}
.fancy-button:not(:disabled):active:after,
.faux-button:not(:disabled):active:after {
  box-shadow: inset 0 4px 8px -3px rgba(0, 0, 0, 0.6);
}
.fancy-button[data-theme=red],
.faux-button[data-theme=red] {
  background-color: #dd583a;
}
.fancy-button[data-theme=red]:after,
.faux-button[data-theme=red]:after {
  background-color: #ff7866;
}
.fancy-button[data-theme=brown],
.faux-button[data-theme=brown] {
  background-color: #b78d67;
}
.fancy-button[data-theme=brown]:after,
.faux-button[data-theme=brown]:after {
  background-color: #e2ad60;
}
.fancy-button:disabled,
.faux-button:disabled {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.25);
}
.fancy-button[data-icon=play]:before,
.faux-button[data-icon=play]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e8e1c6;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='admin_flows' data-name='admin flows'%3E%3Cpath class='cls-1' d='M12,0A12,12,0,1,0,24,12,12,12,0,0,0,12,0ZM9,17V7l9,5.15Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.fancy-button[data-icon=myaccount]:before,
.faux-button[data-icon=myaccount]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.2' height='26.2' viewBox='0 0 26.2 26.2'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e8e1c6;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='admin_flows' data-name='admin flows'%3E%3Cpath class='cls-1' d='M26.2,13.1A13.1,13.1,0,1,0,4.27,22.77a.64.64,0,0,0,.15.13,13.07,13.07,0,0,0,17.36,0,.64.64,0,0,0,.15-.13A13.09,13.09,0,0,0,26.2,13.1Zm-24.66,0a11.56,11.56,0,1,1,20,7.92,9.8,9.8,0,0,0-3.87-3.49A10.08,10.08,0,0,0,16.37,17a5.92,5.92,0,1,0-6.53,0,9.91,9.91,0,0,0-5.15,4A11.52,11.52,0,0,1,1.54,13.1Zm7.19-1a4.37,4.37,0,1,1,4.37,4.37A4.37,4.37,0,0,1,8.73,12.07Zm-2.89,10a8.47,8.47,0,0,1,14.52,0,11.52,11.52,0,0,1-14.52,0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.fancy-button[data-icon=pencil]:before,
.faux-button[data-icon=pencil]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.16' height='17.16' viewBox='0 0 17.16 17.16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e8e1c6;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='admin_flows' data-name='admin flows'%3E%3Cpath class='cls-1' d='M16.13,12.06l1,5.1-5.1-1Zm-1-1-8-8L3,7.09l8,8ZM0,4.07l2,2L6.08,2l-2-2Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.fancy-button[data-icon=trash]:before,
.faux-button[data-icon=trash]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.3' height='17.16' viewBox='0 0 14.3 17.16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e8e1c6;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='admin_flows' data-name='admin flows'%3E%3Cpath class='cls-1' d='M.71,4.29V17.16H13.58V4.29Zm3.58,10a.72.72,0,0,1-1.43,0V7.15a.72.72,0,1,1,1.43,0Zm3.57,0a.72.72,0,0,1-1.43,0V7.15a.72.72,0,1,1,1.43,0Zm3.58,0a.72.72,0,0,1-1.43,0V7.15a.72.72,0,1,1,1.43,0ZM14.3,1.43V2.86H0V1.43H4.08C4.73,1.43,5.25.64,5.25,0h3.8c0,.64.52,1.43,1.16,1.43Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.fancy-button[data-icon=denied]:before,
.faux-button[data-icon=denied]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.82' height='21.82' viewBox='0 0 21.82 21.82'%3E%3Cdefs%3E%3Cstyle%3E.bacfdcef-82db-455e-9b1d-b59f3538a35f%7Bfill:%23e8e1c6;%7D%3C/style%3E%3C/defs%3E%3Cg id='b5aa5fc9-dfb0-41e7-ad2b-68da1910f2a6' data-name='Layer 2'%3E%3Cg id='fbcd6631-f62a-4fb6-8a77-8619592bcff0' data-name='admin flows'%3E%3Cpath class='bacfdcef-82db-455e-9b1d-b59f3538a35f' d='M3.2,3.2a10.91,10.91,0,1,0,15.43,0A10.87,10.87,0,0,0,3.2,3.2ZM5,16.81A8.33,8.33,0,0,1,4.2,6L15.8,17.66A8.35,8.35,0,0,1,5,16.81ZM16.81,5a8.33,8.33,0,0,1,.81,10.84L6,4.16A8.34,8.34,0,0,1,16.81,5Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.fancy-button[data-icon=checkmark]:before,
.faux-button[data-icon=checkmark]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23.8' viewBox='0 0 24 23.8'%3E%3Cdefs%3E%3Cstyle%3E.a98826c8-20cf-4c49-9e27-29d518e2ea65%7Bfill:%23e8e1c6;%7D%3C/style%3E%3C/defs%3E%3Cg id='fc9699ac-abd7-4b87-9a30-5df657e9a0cd' data-name='Layer 2'%3E%3Cg id='f5c85a4b-3e9b-4019-84f0-da169b474c5c' data-name='admin flows'%3E%3Cpath class='a98826c8-20cf-4c49-9e27-29d518e2ea65' d='M23.33,11.86a2.33,2.33,0,0,1-.39-2.73A2.33,2.33,0,0,0,21.4,5.77a2.32,2.32,0,0,1-1.8-2.08,2.32,2.32,0,0,0-3.11-2A2.31,2.31,0,0,1,13.85.91a2.34,2.34,0,0,0-3.7,0,2.31,2.31,0,0,1-2.64.78,2.32,2.32,0,0,0-3.11,2A2.32,2.32,0,0,1,2.6,5.77,2.31,2.31,0,0,0,1.06,9.13a2.33,2.33,0,0,1-.39,2.73,2.32,2.32,0,0,0,.52,3.66A2.33,2.33,0,0,1,2.34,18a2.33,2.33,0,0,0,2.42,2.79,2.34,2.34,0,0,1,2.32,1.49,2.31,2.31,0,0,0,3.54,1,2.34,2.34,0,0,1,2.76,0,2.33,2.33,0,0,0,3.55-1,2.32,2.32,0,0,1,2.31-1.49A2.33,2.33,0,0,0,21.66,18a2.34,2.34,0,0,1,1.15-2.51,2.32,2.32,0,0,0,.52-3.66ZM10.75,17.29l-4.5-4.36,1.86-1.86,2.64,2.51,5.64-5.79,1.86,1.86Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.fancy-button[data-icon=sprint]:before,
.faux-button[data-icon=sprint]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.b62a26dd-c548-464b-8461-3a0936bcff59%7Bfill:%23e8e1c6;%7D%3C/style%3E%3C/defs%3E%3Cg id='bd5c9aad-5864-4d64-9111-a0471bd9c22e' data-name='Layer 2'%3E%3Cg id='a0d9c305-4307-4fbd-8555-b34cd579ee32' data-name='admin flows'%3E%3Cpath class='b62a26dd-c548-464b-8461-3a0936bcff59' d='M20.51,10.69A1.29,1.29,0,0,1,19.36,10a21.11,21.11,0,0,0-2.48-3.32l-4.32-4a2.43,2.43,0,0,0-2.2-.7l-4.48.86.51,2.4,3.27-.57A1.43,1.43,0,0,1,10.88,5L12,6,8.05,9.87a6,6,0,0,0-1.17,1.65L5.19,15.64a1.37,1.37,0,0,1-1.39.88H0v2.85H5.06a2,2,0,0,0,1.71-.74l1.76-2.49C9.46,14.81,12,16.38,12,18v6h2.94V17.65a3.41,3.41,0,0,0-.56-2.13l-1.51-2.35,3-3.29,1.87,2.51a1.73,1.73,0,0,0,1.58.77H24V10.69Zm-1-5.1a2.82,2.82,0,1,0-3.31-2.24A2.82,2.82,0,0,0,19.53,5.59Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.fancy-button[data-icon=gear]:before,
.faux-button[data-icon=gear]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.a422ba7f-9adf-4b2f-a9e9-c2c74ffeadc7%7Bfill:%23e8e1c6;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cg id='b7962942-5d2c-4554-a31f-2f913d5d2ef5' data-name='Layer 2'%3E%3Cg id='a427017b-72de-4f81-9f39-8b4dac97d807' data-name='admin flows'%3E%3Cpath class='a422ba7f-9adf-4b2f-a9e9-c2c74ffeadc7' d='M2.46,9A10.06,10.06,0,1,0,6.3,3.81L8,6H1.42L3.36,0,5.07,2.22A12,12,0,1,1,.38,9ZM12.81,6c.29.82.37,1.35,1,1.61s1.07-.05,1.85-.42l1.14,1.14c-.37.78-.68,1.22-.42,1.85s.79.72,1.61,1v1.62c-.82.29-1.35.37-1.61,1s.05,1.07.42,1.85l-1.14,1.14c-.79-.37-1.22-.68-1.85-.42s-.72.79-1,1.61H11.19c-.29-.82-.37-1.35-1-1.61s-1.07.05-1.85.42L7.19,15.67c.36-.77.68-1.21.42-1.85s-.79-.72-1.61-1V11.19c.82-.29,1.35-.37,1.61-1s-.05-1.07-.42-1.85L8.33,7.19c.79.37,1.22.68,1.85.42s.72-.79,1-1.61ZM12,14a2,2,0,1,1,2-2A2,2,0,0,1,12,14Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 500px) {
  .fancy-button,
.faux-button {
    padding: 14px 20px 16px 18px;
  }
  .fancy-button:before,
.faux-button:before {
    width: 19px;
    height: 19px;
    transform: translateY(-2%);
  }
}

.tml button {
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 13px 25px 13px 22px;
  background-color: #1774ad;
  color: #e8e1c6 !important;
  font-weight: 900;
  transition: all 100ms;
  font-size: 1.125rem;
  line-height: 0.95;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  height: 50px;
}
.tml button .string {
  display: inline-block;
  margin-left: 11px;
}
.tml button[data-size=small]:before {
  width: 17px;
  height: 17px;
}
.tml button[data-size=large] {
  font-size: 1.75rem;
  padding: 30px 35px;
}
.tml button[data-size=large] .string {
  margin-left: 0;
}
.tml button[data-size=large]:before {
  display: none;
}
@media (max-width: 400px) {
  .tml button[data-size=large] {
    font-size: 1.5rem;
    padding: 25px 30px;
  }
}
.tml button[data-icon=play]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e8e1c6;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='admin_flows' data-name='admin flows'%3E%3Cpath class='cls-1' d='M12,0A12,12,0,1,0,24,12,12,12,0,0,0,12,0ZM9,17V7l9,5.15Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.tml button[data-icon=myaccount]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.2' height='26.2' viewBox='0 0 26.2 26.2'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e8e1c6;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='admin_flows' data-name='admin flows'%3E%3Cpath class='cls-1' d='M26.2,13.1A13.1,13.1,0,1,0,4.27,22.77a.64.64,0,0,0,.15.13,13.07,13.07,0,0,0,17.36,0,.64.64,0,0,0,.15-.13A13.09,13.09,0,0,0,26.2,13.1Zm-24.66,0a11.56,11.56,0,1,1,20,7.92,9.8,9.8,0,0,0-3.87-3.49A10.08,10.08,0,0,0,16.37,17a5.92,5.92,0,1,0-6.53,0,9.91,9.91,0,0,0-5.15,4A11.52,11.52,0,0,1,1.54,13.1Zm7.19-1a4.37,4.37,0,1,1,4.37,4.37A4.37,4.37,0,0,1,8.73,12.07Zm-2.89,10a8.47,8.47,0,0,1,14.52,0,11.52,11.52,0,0,1-14.52,0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.tml button[data-icon=pencil]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.16' height='17.16' viewBox='0 0 17.16 17.16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e8e1c6;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='admin_flows' data-name='admin flows'%3E%3Cpath class='cls-1' d='M16.13,12.06l1,5.1-5.1-1Zm-1-1-8-8L3,7.09l8,8ZM0,4.07l2,2L6.08,2l-2-2Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.tml button[data-icon=trash]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.3' height='17.16' viewBox='0 0 14.3 17.16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e8e1c6;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='admin_flows' data-name='admin flows'%3E%3Cpath class='cls-1' d='M.71,4.29V17.16H13.58V4.29Zm3.58,10a.72.72,0,0,1-1.43,0V7.15a.72.72,0,1,1,1.43,0Zm3.57,0a.72.72,0,0,1-1.43,0V7.15a.72.72,0,1,1,1.43,0Zm3.58,0a.72.72,0,0,1-1.43,0V7.15a.72.72,0,1,1,1.43,0ZM14.3,1.43V2.86H0V1.43H4.08C4.73,1.43,5.25.64,5.25,0h3.8c0,.64.52,1.43,1.16,1.43Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.tml button[data-icon=denied]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.82' height='21.82' viewBox='0 0 21.82 21.82'%3E%3Cdefs%3E%3Cstyle%3E.bacfdcef-82db-455e-9b1d-b59f3538a35f%7Bfill:%23e8e1c6;%7D%3C/style%3E%3C/defs%3E%3Cg id='b5aa5fc9-dfb0-41e7-ad2b-68da1910f2a6' data-name='Layer 2'%3E%3Cg id='fbcd6631-f62a-4fb6-8a77-8619592bcff0' data-name='admin flows'%3E%3Cpath class='bacfdcef-82db-455e-9b1d-b59f3538a35f' d='M3.2,3.2a10.91,10.91,0,1,0,15.43,0A10.87,10.87,0,0,0,3.2,3.2ZM5,16.81A8.33,8.33,0,0,1,4.2,6L15.8,17.66A8.35,8.35,0,0,1,5,16.81ZM16.81,5a8.33,8.33,0,0,1,.81,10.84L6,4.16A8.34,8.34,0,0,1,16.81,5Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.tml button[data-icon=checkmark]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23.8' viewBox='0 0 24 23.8'%3E%3Cdefs%3E%3Cstyle%3E.a98826c8-20cf-4c49-9e27-29d518e2ea65%7Bfill:%23e8e1c6;%7D%3C/style%3E%3C/defs%3E%3Cg id='fc9699ac-abd7-4b87-9a30-5df657e9a0cd' data-name='Layer 2'%3E%3Cg id='f5c85a4b-3e9b-4019-84f0-da169b474c5c' data-name='admin flows'%3E%3Cpath class='a98826c8-20cf-4c49-9e27-29d518e2ea65' d='M23.33,11.86a2.33,2.33,0,0,1-.39-2.73A2.33,2.33,0,0,0,21.4,5.77a2.32,2.32,0,0,1-1.8-2.08,2.32,2.32,0,0,0-3.11-2A2.31,2.31,0,0,1,13.85.91a2.34,2.34,0,0,0-3.7,0,2.31,2.31,0,0,1-2.64.78,2.32,2.32,0,0,0-3.11,2A2.32,2.32,0,0,1,2.6,5.77,2.31,2.31,0,0,0,1.06,9.13a2.33,2.33,0,0,1-.39,2.73,2.32,2.32,0,0,0,.52,3.66A2.33,2.33,0,0,1,2.34,18a2.33,2.33,0,0,0,2.42,2.79,2.34,2.34,0,0,1,2.32,1.49,2.31,2.31,0,0,0,3.54,1,2.34,2.34,0,0,1,2.76,0,2.33,2.33,0,0,0,3.55-1,2.32,2.32,0,0,1,2.31-1.49A2.33,2.33,0,0,0,21.66,18a2.34,2.34,0,0,1,1.15-2.51,2.32,2.32,0,0,0,.52-3.66ZM10.75,17.29l-4.5-4.36,1.86-1.86,2.64,2.51,5.64-5.79,1.86,1.86Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.tml button[data-icon=sprint]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.b62a26dd-c548-464b-8461-3a0936bcff59%7Bfill:%23e8e1c6;%7D%3C/style%3E%3C/defs%3E%3Cg id='bd5c9aad-5864-4d64-9111-a0471bd9c22e' data-name='Layer 2'%3E%3Cg id='a0d9c305-4307-4fbd-8555-b34cd579ee32' data-name='admin flows'%3E%3Cpath class='b62a26dd-c548-464b-8461-3a0936bcff59' d='M20.51,10.69A1.29,1.29,0,0,1,19.36,10a21.11,21.11,0,0,0-2.48-3.32l-4.32-4a2.43,2.43,0,0,0-2.2-.7l-4.48.86.51,2.4,3.27-.57A1.43,1.43,0,0,1,10.88,5L12,6,8.05,9.87a6,6,0,0,0-1.17,1.65L5.19,15.64a1.37,1.37,0,0,1-1.39.88H0v2.85H5.06a2,2,0,0,0,1.71-.74l1.76-2.49C9.46,14.81,12,16.38,12,18v6h2.94V17.65a3.41,3.41,0,0,0-.56-2.13l-1.51-2.35,3-3.29,1.87,2.51a1.73,1.73,0,0,0,1.58.77H24V10.69Zm-1-5.1a2.82,2.82,0,1,0-3.31-2.24A2.82,2.82,0,0,0,19.53,5.59Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.tml button[data-icon=gear]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.a422ba7f-9adf-4b2f-a9e9-c2c74ffeadc7%7Bfill:%23e8e1c6;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cg id='b7962942-5d2c-4554-a31f-2f913d5d2ef5' data-name='Layer 2'%3E%3Cg id='a427017b-72de-4f81-9f39-8b4dac97d807' data-name='admin flows'%3E%3Cpath class='a422ba7f-9adf-4b2f-a9e9-c2c74ffeadc7' d='M2.46,9A10.06,10.06,0,1,0,6.3,3.81L8,6H1.42L3.36,0,5.07,2.22A12,12,0,1,1,.38,9ZM12.81,6c.29.82.37,1.35,1,1.61s1.07-.05,1.85-.42l1.14,1.14c-.37.78-.68,1.22-.42,1.85s.79.72,1.61,1v1.62c-.82.29-1.35.37-1.61,1s.05,1.07.42,1.85l-1.14,1.14c-.79-.37-1.22-.68-1.85-.42s-.72.79-1,1.61H11.19c-.29-.82-.37-1.35-1-1.61s-1.07.05-1.85.42L7.19,15.67c.36-.77.68-1.21.42-1.85s-.79-.72-1.61-1V11.19c.82-.29,1.35-.37,1.61-1s-.05-1.07-.42-1.85L8.33,7.19c.79.37,1.22.68,1.85.42s.72-.79,1-1.61ZM12,14a2,2,0,1,1,2-2A2,2,0,0,1,12,14Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 500px) {
  .tml button {
    padding: 14px 20px 16px 18px;
  }
  .tml button:before {
    width: 19px;
    height: 19px;
    transform: translateY(-2%);
  }
}

.print-trigger {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  font-family: inherit;
  color: inherit;
  font-wegiht: inherit;
  line-height: inherit;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px black;
  padding: 9px 14px 9px 34px;
  border-radius: 5px;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
  transition: all 120ms;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.41' height='13.96' viewBox='0 0 15.41 13.96'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23000;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='admin_flows' data-name='admin flows'%3E%3Cpath class='cls-1' d='M13.71,2.91h-.92V.44A.44.44,0,0,0,12.36,0H3.05a.44.44,0,0,0-.43.44V2.91H1.7A1.65,1.65,0,0,0,0,4.51v5.81a.44.44,0,0,0,.44.44H2.62v2.76a.44.44,0,0,0,.43.44h9.31a.44.44,0,0,0,.43-.44V10.76H15a.44.44,0,0,0,.44-.44V4.51A1.65,1.65,0,0,0,13.71,2.91ZM3.49.87h8.43v2H3.49Zm8.43,12.21H3.49V9h8.43Zm2.62-3.19H12.79V8.58a.44.44,0,0,0-.43-.44H3.05a.44.44,0,0,0-.43.44V9.89H.87V4.51a.79.79,0,0,1,.83-.73h12a.79.79,0,0,1,.83.73ZM12.07,5.23a.73.73,0,0,0,0,1.46.73.73,0,0,0,0-1.46Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position: left 13px top 52.5%;
}
.print-trigger:hover {
  background-color: #f3b242;
}

.bp-form-styles .form-continuation {
  margin-top: 35px;
}
.bp-form-styles .form-continuation-trigger {
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  background: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 120ms;
  background-color: #e8e1c6;
  color: #1774ad;
  font-size: 1.125rem;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px #1774ad, 0 2px 6px -2px transparent;
  padding: 10px 21px 10px 20px;
}
.bp-form-styles .form-continuation-trigger span {
  position: relative;
  padding-right: 17px;
}
.bp-form-styles .form-continuation-trigger span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  right: 0;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.87 11.87'%3E%3Cdefs%3E%3Cstyle%3E.e9f50a69-95d2-4ad5-9a3f-a36692b85aca%7Bfill:%231774ad;%7D%3C/style%3E%3C/defs%3E%3Cg id='b0c82e07-493c-4ed0-a0bb-e69834bc0dcc' data-name='Layer 2'%3E%3Cg id='a5187ac9-9e84-43dc-ae24-925189469862' data-name='admin flows'%3E%3Cpath class='e9f50a69-95d2-4ad5-9a3f-a36692b85aca' d='M1.92,0,9.33,7.41V2.51h2.55l0,9.28,0,.05-9.29,0V9.32H7.4L0,1.92Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
.bp-form-styles .form-continuation-trigger:hover {
  background-color: white;
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px #1774ad, 0 2px 6px -2px rgba(0, 0, 0, 0.4);
}
.bp-form-styles .form-continuation-trigger:active {
  transition: all 30ms;
  transform: translateY(0px);
  box-shadow: inset 0 0 0 1px #1774ad, 0 0 2px 0 rgba(0, 0, 0, 0.4);
}
.bp-form-styles .form-error-repository {
  display: none;
  margin-top: 10px;
  color: #dd583a;
  font-size: 0.875rem;
  line-height: 1.15;
  font-weight: 700;
}
.bp-form-styles .form-error-repository > * {
  max-width: 34em;
}
.bp-form-styles .form-error-repository > * + * {
  margin-top: 0.6875em;
}
.bp-form-styles .form-error-repository.activated {
  display: block;
}
.bp-form-styles .fields-row + .fields-row {
  margin-top: 22px;
}
.bp-form-styles .fields-row .field-single {
  width: 100%;
}
.bp-form-styles .fields-row[data-qty="2"] {
  display: flex;
  justify-content: space-between;
}
.bp-form-styles .fields-row[data-qty="2"] .field-single {
  width: 46.9155844156%;
}
.bp-form-styles [data-field-type] label,
.bp-form-styles [data-field-type] input,
.bp-form-styles [data-field-type] select {
  display: block;
}
.bp-form-styles [data-field-type] label {
  font: inherit;
  font-size: 1.125rem;
  line-height: 1;
}
.bp-form-styles [data-field-type] label + input,
.bp-form-styles [data-field-type] label + select {
  margin-top: 10px;
}
.bp-form-styles [data-field-type=radio] ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bp-form-styles [data-field-type=radio] li:not(:last-of-type) {
  margin: 0 25px 0 0;
}
.bp-form-styles [data-field-type=radio] label {
  padding: 14px 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
}
.bp-form-styles [data-field-type=radio] .cosmetic-label {
  display: inline-block;
  margin-left: 8px;
  transition: all 120ms;
}
.bp-form-styles [data-field-type=radio] mark {
  font-weight: 700;
}
.bp-form-styles [data-field-type=radio] label:hover .cosmetic-label {
  box-shadow: 0 4px 0 #f09e12;
}
.bp-form-styles select,
.bp-form-styles input[type=text],
.bp-form-styles input[type=password],
.bp-form-styles input[type=email],
.bp-form-styles input[type=tel],
.bp-form-styles input[type=url] {
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  background-color: transparent;
  border-radius: 0;
  font: inherit;
  font-size: 1.125rem;
  line-height: 1;
  color: inherit;
  width: 100%;
  margin: 0;
  padding: 12px;
  height: 46px;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px black, inset 0 0 0 1px #f09e12;
  transition: all 120ms;
}
.bp-form-styles select::-ms-expand,
.bp-form-styles input[type=text]::-ms-expand,
.bp-form-styles input[type=password]::-ms-expand,
.bp-form-styles input[type=email]::-ms-expand,
.bp-form-styles input[type=tel]::-ms-expand,
.bp-form-styles input[type=url]::-ms-expand {
  display: none;
}
.bp-form-styles select:hover,
.bp-form-styles input[type=text]:hover,
.bp-form-styles input[type=password]:hover,
.bp-form-styles input[type=email]:hover,
.bp-form-styles input[type=tel]:hover,
.bp-form-styles input[type=url]:hover {
  box-shadow: inset 0 0 0 3px #1774ad;
}
.bp-form-styles select:focus,
.bp-form-styles input[type=text]:focus,
.bp-form-styles input[type=password]:focus,
.bp-form-styles input[type=email]:focus,
.bp-form-styles input[type=tel]:focus,
.bp-form-styles input[type=url]:focus {
  box-shadow: 0 0 1px 3px #1774ad;
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  outline: none;
}
.bp-form-styles select:hover,
.bp-form-styles input[type=text]:hover,
.bp-form-styles input[type=password]:hover,
.bp-form-styles input[type=email]:hover,
.bp-form-styles input[type=tel]:hover,
.bp-form-styles input[type=url]:hover {
  box-shadow: inset 0 0 0 1px black, inset 0 0 0 4px #f09e12;
}
.bp-form-styles select:focus,
.bp-form-styles input[type=text]:focus,
.bp-form-styles input[type=password]:focus,
.bp-form-styles input[type=email]:focus,
.bp-form-styles input[type=tel]:focus,
.bp-form-styles input[type=url]:focus {
  box-shadow: 0 0 1px 3px #1774ad;
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  outline: none;
}
.bp-form-styles select::placeholder,
.bp-form-styles input[type=text]::placeholder,
.bp-form-styles input[type=password]::placeholder,
.bp-form-styles input[type=email]::placeholder,
.bp-form-styles input[type=tel]::placeholder,
.bp-form-styles input[type=url]::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.bp-form-styles select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.79' height='8.52' viewBox='0 0 13.79 8.52'%3E%3Cdefs%3E%3Cstyle%3E.f8c837d9-b3af-4284-8145-6853ad3e6cce%7Bfill:%23231f20;%7D%3C/style%3E%3C/defs%3E%3Cg id='b872d492-e3d6-4b4b-93f6-a64bfb4beaad' data-name='Layer 2'%3E%3Cg id='a7f6c00a-f1d6-43ca-a87c-d07e0fba0d90' data-name='adminflows'%3E%3Cpolygon class='f8c837d9-b3af-4284-8145-6853ad3e6cce' points='0 0 6.89 8.52 13.79 0 0 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), linear-gradient(to left, #e8e1c6, #e8e1c6 46px, black 46px, black 47px, transparent 47px, transparent);
  background-repeat: no-repeat, no-repeat;
  background-position: right 18px top 50%, right top;
  background-size: 13px 8px, 100% 100%;
}
.bp-form-styles select option {
  font-weight: normal;
}
@media (max-width: 430px) {
  .bp-form-styles .fields-row[data-qty="2"] {
    display: block;
  }
  .bp-form-styles .fields-row[data-qty="2"] .field-single {
    width: 100%;
  }
  .bp-form-styles .fields-row[data-qty="2"] .field-single + .field-single {
    margin-top: 22px;
  }
}

.bombpop-v001-block-roundup-grid {
  margin-top: 70px;
}
@media (max-width: 800px) {
  .bombpop-v001-block-roundup-grid {
    margin-top: 40px;
  }
}

.bombpop-v001-block-episode-dossier {
  margin-top: 30px;
}
@media (max-width: 830px) {
  .bombpop-v001-block-episode-dossier {
    margin-top: 22px;
  }
}

.bombpop-v001-block-subscription-appeal {
  margin-top: 60px;
}

.bombpop-v001-block-subscription-appeal + .bombpop-v001-block-series-teaser {
  margin-top: 40px;
}

.bombpop-v001-block-roundup-grid + .bombpop-v001-block-series-teaser {
  margin-top: 65px;
}

.bombpop-v001-block-subscription-appeal + .bombpop-v001-block-roundup-grid {
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .bombpop-v001-block-subscription-appeal + .bombpop-v001-block-roundup-grid {
    margin-top: 30px;
  }
}

.bombpop-v001-block-featured-content + .bombpop-v001-block-subscription-appeal {
  margin-top: 50px;
}
@media (max-width: 950px) {
  .bombpop-v001-block-featured-content + .bombpop-v001-block-subscription-appeal {
    margin-top: 30px;
  }
}

.bombpop-v001-block-archive,
.bombpop-v001-block-plain-page,
.bombpop-v001-block-all-series {
  padding-top: 50px;
  padding-bottom: 70px;
}
@media (max-width: 640px) {
  .bombpop-v001-block-archive,
.bombpop-v001-block-plain-page,
.bombpop-v001-block-all-series {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

body.procedural .page-main {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (max-width: 550px) {
  body.procedural .page-main {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

/*# sourceMappingURL=compiled.css.map */
