/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Hide Scrollbars
 * ------------------------------------------------------------------------ */
.OffTheShelfLogoText_offTheShelfLogoText_3Artf {
  display: block;
  max-width: 700px; }

/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Hide Scrollbars
 * ------------------------------------------------------------------------ */
.Button_button_2VOdS {
  display: inline-block;
  width: fit-content;
  padding: 0;
  color: #f6f6f6;
  font-weight: 500;
  letter-spacing: 0.03em;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  .Button_button_2VOdS:hover, .Button_button_2VOdS:active {
    color: #f4cd3b; }

.Button_sm_Pw8aK {
  min-height: 16px;
  font-size: 0.8rem;
  line-height: 8px; }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Hide Scrollbars
 * ------------------------------------------------------------------------ */
.CTAButton_ctaButton_2OLOk {
  position: relative;
  width: fit-content;
  padding: 8px;
  color: #f6f6f6;
  font-weight: 500;
  font-size: 0.64rem;
  line-height: 1;
  text-transform: uppercase;
  border: 2px solid #4b8291; }
  .CTAButton_ctaButton_2OLOk:disabled {
    animation: CTAButton_disabledAnimation_2y4RT ease-in-out 1s;
    animation-iteration-count: infinite; }
  .gallery-version .CTAButton_ctaButton_2OLOk {
    padding: 16px;
    font-size: 1.25rem;
    border-width: 4px; }
    .gallery-version .CTAButton_ctaButton_2OLOk.CTAButton_sm_13Jdu {
      padding: 8px;
      font-size: 0.64rem;
      border-width: 2px; }

@keyframes CTAButton_disabledAnimation_2y4RT {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Hide Scrollbars
 * ------------------------------------------------------------------------ */
.Header_header_3AxUE {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 56px;
  margin-bottom: -8px;
  padding: 16px 16px 0 16px; }
  @media only screen and (min-width: 33.5rem) {
    .Header_header_3AxUE {
      margin-bottom: -16px; } }

.Header_link_1Ocik:link {
  text-decoration: none; }

.Header_randomButton_sBm9x {
  margin-right: 16px; }

.Header_logo_3szyq {
  flex: 0 0 auto;
  height: 100%;
  margin-right: auto; }
  .Header_logo_3szyq svg {
    height: 100%; }

.Header_borders_2Wvws {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-end;
  height: calc(100% - 4px);
  margin-right: 6.4px; }
  .Header_borders_2Wvws > div:nth-child(1) {
    width: 6px;
    height: calc(100% - 16px);
    margin-right: auto;
    border-top: 2px solid #f6f6f6;
    border-left: 2px solid #f6f6f6; }
  .Header_borders_2Wvws > div:nth-child(2) {
    width: 6px;
    height: calc(100% - 8px);
    margin-right: auto;
    border-top: 2px solid #f4cd3b;
    border-left: 2px solid #f4cd3b; }
  .Header_borders_2Wvws > div:nth-child(3) {
    width: 6px;
    height: 100%;
    margin-right: auto;
    border-top: 2px solid #4b8291;
    border-left: 2px solid #4b8291; }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Hide Scrollbars
 * ------------------------------------------------------------------------ */
.Overlay_overlay_3WzIH {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #060606;
  opacity: 0.5; }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Hide Scrollbars
 * ------------------------------------------------------------------------ */
.Modal_modal_23ISF {
  position: fixed;
  top: 0;
  z-index: 10;
  padding: 16px;
  overflow: auto;
  background: #060606; }
  @media only screen and (min-width: 60rem) {
    .Modal_modal_23ISF {
      padding: 32px; } }
  .gallery-version .Modal_modal_23ISF {
    padding: 64px; }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Hide Scrollbars
 * ------------------------------------------------------------------------ */
.OffTheShelfLogoDivBorders_offTheShelfLogoBordersNew_1FrNJ {
  position: relative;
  display: block;
  width: 100%;
  height: 300px; }

.OffTheShelfLogoDivBorders_border_Xq9AS {
  position: absolute;
  background-color: #4b8291; }

.OffTheShelfLogoDivBorders_yellow_-YRlz {
  background-color: #f4cd3b; }

.OffTheShelfLogoDivBorders_white_ibmD6 {
  background-color: #f6f6f6; }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Hide Scrollbars
 * ------------------------------------------------------------------------ */
.Loader_loader_dywPn {
  display: block; }
  .Loader_loader_dywPn p {
    top: 88px;
    left: 120px;
    font-size: xx-large; }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Hide Scrollbars
 * ------------------------------------------------------------------------ */
.ShareBox_shareBox_2GBIO {
  position: relative;
  z-index: 1;
  display: block;
  width: fit-content;
  width: -moz-fit-content; }
  .ShareBox_shareBox_2GBIO .ShareBox_title_hoa0S {
    margin-bottom: 8px;
    margin-left: 28px;
    padding-top: 12px;
    color: #f6f6f6;
    font-weight: 500;
    font-size: 0.8rem;
    text-align: left;
    text-transform: uppercase; }

.ShareBox_icons_3uRyi {
  position: relative;
  z-index: 1;
  margin-left: 28px; }

.ShareBox_icon_3Auco {
  margin-right: 24px;
  color: #f6f6f6;
  font-size: 1.95312rem; }
  .ShareBox_icon_3Auco:hover, .ShareBox_icon_3Auco:active {
    color: #f4cd3b; }

.ShareBox_borders_24vLu {
  position: absolute;
  top: 0;
  z-index: 0;
  height: 92px; }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Hide Scrollbars
 * ------------------------------------------------------------------------ */
@media only screen and (min-width: 60rem) {
  .BookCardModal_bookCardModal_405ep {
    display: flex;
    align-items: center;
    justify-content: center; } }

.BookCardModal_bookCardModal_405ep h1 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 1.95312rem;
  line-height: 36px;
  text-align: center; }
  @media only screen and (min-width: 60rem) {
    .BookCardModal_bookCardModal_405ep h1 {
      text-align: left; } }
  .gallery-version .BookCardModal_bookCardModal_405ep h1 {
    margin-right: 0;
    font-size: 2.44141rem;
    line-height: 48px;
    text-align: left; }

.BookCardModal_bookCardModal_405ep p.BookCardModal_highlight_18LH- {
  color: #f4cd3b; }

.BookCardModal_inside_1f_5p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%; }
  @media only screen and (min-width: 60rem) {
    .BookCardModal_inside_1f_5p {
      flex-direction: row;
      max-width: 60rem;
      height: 100%;
      max-height: 40rem; } }
  .gallery-version .BookCardModal_inside_1f_5p {
    justify-content: center;
    max-width: initial;
    max-height: initial; }

.BookCardModal_creator_2SFzr {
  margin-top: 0;
  margin-bottom: 24px;
  color: #f4cd3b;
  font-weight: 300;
  font-size: 1rem;
  line-height: 24px;
  text-align: center; }
  @media only screen and (min-width: 60rem) {
    .BookCardModal_creator_2SFzr {
      text-align: left; } }
  .gallery-version .BookCardModal_creator_2SFzr {
    justify-content: center;
    margin-right: 0;
    font-size: 1.25rem;
    text-align: left; }

.BookCardModal_imageWrapper_2zNaA {
  order: 2;
  width: 100%;
  max-width: 24rem;
  max-height: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-bottom: 16px; }
  @media only screen and (min-width: 60rem) {
    .BookCardModal_imageWrapper_2zNaA {
      order: 1;
      height: 100%;
      margin-left: -32px;
      padding-bottom: 0;
      padding-left: 32px;
      overflow: hidden; } }
  .gallery-version .BookCardModal_imageWrapper_2zNaA {
    width: initial;
    max-width: initial;
    max-height: 100%;
    margin-right: initial; }

.BookCardModal_image_1rM-n {
  position: relative;
  z-index: 1;
  width: calc(100% - 80px);
  height: auto;
  margin-top: -72px;
  margin-left: 40px; }
  @media only screen and (min-width: 60rem) {
    .BookCardModal_image_1rM-n {
      width: 100%;
      height: auto;
      margin-top: initial;
      margin-left: initial; } }
  .gallery-version .BookCardModal_image_1rM-n {
    width: auto;
    height: 100%; }

.BookCardModal_imageBorders_19zrk {
  height: 112px; }
  @media only screen and (min-width: 60rem) {
    .BookCardModal_imageBorders_19zrk {
      display: none; } }

.BookCardModal_topBorders_3cGy_ {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
  height: 140px;
  pointer-events: none; }
  @media only screen and (min-width: 60rem) {
    .BookCardModal_topBorders_3cGy_ {
      display: block; } }

.BookCardModal_headingDivider_3PGae {
  width: 32px;
  height: 6px;
  margin: 0 auto 24px auto;
  border-bottom: 2px solid #4b8291;
  border-left: 2px solid #4b8291; }
  @media only screen and (min-width: 60rem) {
    .BookCardModal_headingDivider_3PGae {
      height: 6px;
      margin-left: 0; } }

.BookCardModal_info_1RzOj {
  position: relative;
  display: flex;
  flex-direction: column;
  order: 3;
  width: 100%;
  max-width: 86ch;
  height: 100%;
  margin-right: auto;
  margin-left: auto; }
  .BookCardModal_info_1RzOj ul {
    padding: 0;
    list-style: none; }
  .BookCardModal_info_1RzOj li {
    line-height: 20px; }
  @media only screen and (min-width: 60rem) {
    .BookCardModal_info_1RzOj {
      order: 2;
      margin-right: initial;
      margin-left: 40px; } }

.BookCardModal_contentWrapper_1vpwA {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 60rem) {
    .BookCardModal_contentWrapper_1vpwA {
      height: 100%; } }
  .gallery-version .BookCardModal_contentWrapper_1vpwA {
    height: calc(100% - 280px); }

.BookCardModal_content_3kL1S {
  scrollbar-width: thin;
  scrollbar-color: #4b8291 #222;
  z-index: 2;
  min-height: 200px;
  margin-top: 8px;
  word-wrap: break-word;
  background: linear-gradient(#060606 30%, rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), #060606 70%) 0 100%, linear-gradient(rgba(255, 255, 255, 0) calc(100% - 2px), #222 calc(100%)) 0 100%;
  background-color: #060606;
  background-repeat: no-repeat;
  background-size: 100% 40px, 100% 40px, 100% 14px;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll; }
  .BookCardModal_content_3kL1S::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    border-radius: 0; }
  .BookCardModal_content_3kL1S::-webkit-scrollbar-thumb {
    background: #4b8291;
    border-radius: 0; }
  .BookCardModal_content_3kL1S::-webkit-scrollbar-track {
    background: #222;
    border-radius: 0; }
  .BookCardModal_content_3kL1S body {
    scrollbar-face-color: #4b8291;
    scrollbar-track-color: #222; }
  @media only screen and (min-width: 60rem) {
    .BookCardModal_content_3kL1S {
      width: calc(100% - 40px);
      margin-top: 40px;
      padding-right: 24px;
      padding-left: 32px;
      overflow: auto; } }
  .gallery-version .BookCardModal_content_3kL1S {
    width: calc(100% - 64px);
    height: calc(100% - 88px);
    margin-top: 64px;
    padding-right: 24px;
    padding-left: 64px; }

.BookCardModal_loader_2RFm1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.BookCardModal_description_1MZ0z {
  max-width: 30rem;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  font-size: 1rem;
  line-height: 24px; }
  .gallery-version .BookCardModal_description_1MZ0z {
    margin-left: initial;
    font-size: 1.5625rem;
    line-height: 32px; }

.BookCardModal_table_1nDo0 {
  display: flex;
  flex-direction: column;
  max-width: 30rem;
  margin: 0 auto;
  font-size: 1.25rem; }
  .gallery-version .BookCardModal_table_1nDo0 {
    margin-left: 0; }
  .BookCardModal_table_1nDo0 p {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 20px; }
    .gallery-version .BookCardModal_table_1nDo0 p {
      margin-bottom: 16px;
      line-height: 28px; }
  .BookCardModal_table_1nDo0 .BookCardModal_row_2vW3Y {
    display: flex; }
  .BookCardModal_table_1nDo0 .BookCardModal_label_r2Rjj {
    flex-basis: 16ch;
    padding-right: 16px;
    font-size: 0.8rem;
    opacity: 0.6; }
    .gallery-version .BookCardModal_table_1nDo0 .BookCardModal_label_r2Rjj {
      padding-right: 24px;
      font-size: 1rem; }
  .BookCardModal_table_1nDo0 .BookCardModal_value_1RVKQ {
    flex: 1;
    font-size: 0.8rem;
    text-transform: capitalize; }
    .gallery-version .BookCardModal_table_1nDo0 .BookCardModal_value_1RVKQ {
      font-size: 1.25rem; }

.BookCardModal_extraContent_WcqZj {
  margin-top: 32px;
  padding: 16px;
  font-size: 0.8rem;
  border: 4px solid #4b8291;
  border-right: none;
  border-bottom: none; }
  @media only screen and (min-width: 60rem) {
    .BookCardModal_extraContent_WcqZj {
      width: calc(100% - 128px);
      margin-top: auto;
      margin-left: 64px;
      padding: 32px;
      border: 4px solid #4b8291;
      border-right: none;
      border-bottom: none; } }
  .gallery-version .BookCardModal_extraContent_WcqZj {
    font-size: 1rem; }
  .BookCardModal_extraContent_WcqZj span {
    color: #f4cd3b; }

.BookCardModal_backButton_26RRG {
  order: 1;
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: auto; }
  @media only screen and (min-width: 60rem) {
    .BookCardModal_backButton_26RRG {
      order: 3;
      margin-left: 16px; } }
  .gallery-version .BookCardModal_backButton_26RRG {
    margin-top: 24px;
    margin-left: 32px; }

.BookCardModal_shareBox_38y2W {
  margin-top: 32px;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto; }
  @media only screen and (min-width: 60rem) {
    .BookCardModal_shareBox_38y2W {
      margin-top: 32px;
      margin-left: 0; } }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Hide Scrollbars
 * ------------------------------------------------------------------------ */
.OffTheShelfLogo_offTheShelfLogo_34UIi {
  position: relative;
  display: block;
  width: 450px;
  min-width: 450px; }
  .OffTheShelfLogo_offTheShelfLogo_34UIi.OffTheShelfLogo_sm_2009n {
    width: 225px;
    min-width: 225px; }

.OffTheShelfLogo_text_VCJP3 {
  position: absolute;
  top: 48px;
  left: 90px;
  z-index: 2;
  width: 310px; }
  .OffTheShelfLogo_text_VCJP3.OffTheShelfLogo_sm_2009n {
    top: 24px;
    left: 45px;
    width: 155px; }

.OffTheShelfLogo_divBorders_14eiB {
  top: 0;
  height: 340px; }
  .OffTheShelfLogo_divBorders_14eiB.OffTheShelfLogo_sm_2009n {
    height: 170px; }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Hide Scrollbars
 * ------------------------------------------------------------------------ */
.OffTheShelfLogoBorder_offTheShelfLogoBorder_UubyJ {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%; }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Hide Scrollbars
 * ------------------------------------------------------------------------ */
.OffTheShelfLogoBorders_offTheShelfLogoBorders_3xp-F {
  position: relative;
  display: block;
  height: 300px; }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Hide Scrollbars
 * ------------------------------------------------------------------------ */
.AboutModal_aboutModal_2V7tu h1 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 1.95312rem;
  line-height: 48px; }
  .gallery-version .AboutModal_aboutModal_2V7tu h1 {
    margin-bottom: 16px;
    font-size: 2.44141rem; }

.AboutModal_aboutModal_2V7tu p,
.AboutModal_aboutModal_2V7tu ul {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 24px; }
  .gallery-version .AboutModal_aboutModal_2V7tu p, .gallery-version
  .AboutModal_aboutModal_2V7tu ul {
    line-height: 28px; }
  .AboutModal_aboutModal_2V7tu p.AboutModal_large_2r5Dn,
  .AboutModal_aboutModal_2V7tu ul.AboutModal_large_2r5Dn {
    font-size: 1.25rem; }

.AboutModal_aboutModal_2V7tu span {
  color: #f4cd3b; }

.gallery-version .AboutModal_aboutModal_2V7tu {
  align-items: center;
  justify-content: center;
  overflow: hidden; }

.AboutModal_imageWrapper_Gpq_M {
  position: relative;
  z-index: 1;
  order: 2;
  width: 100%;
  max-width: 640px;
  margin-top: 16px; }
  .gallery-version .AboutModal_imageWrapper_Gpq_M {
    position: relative;
    order: 2;
    width: 50%;
    max-width: initial;
    height: auto;
    margin-top: 0; }

.AboutModal_image__ii2u {
  width: calc(100% - 32px);
  height: auto;
  margin: 32px 24px 0 0;
  vertical-align: middle; }
  .gallery-version .AboutModal_image__ii2u {
    width: 100%;
    margin: 0; }

.AboutModal_imageBorders_3qu7W {
  position: absolute;
  top: 0;
  height: 100%; }

.AboutModal_info_dN4N7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }
  .gallery-version .AboutModal_info_dN4N7 {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    margin: 0 40px; }

.AboutModal_logo_3Jd35 {
  width: 100%;
  margin-top: 16px; }
  .gallery-version .AboutModal_logo_3Jd35 {
    width: 480px;
    margin-top: 0;
    margin-bottom: 56px; }

.AboutModal_content_29rky {
  position: relative;
  display: flex;
  flex-direction: column;
  order: 3;
  max-width: 640px;
  padding-top: 24px; }
  .gallery-version .AboutModal_content_29rky {
    order: 1;
    max-width: 70ch;
    height: 100%;
    padding-top: 0;
    font-size: 1.25rem; }

.AboutModal_contentInner_3-NZC {
  scrollbar-width: thin;
  scrollbar-color: #4b8291 #222; }
  .AboutModal_contentInner_3-NZC::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    border-radius: 0; }
  .AboutModal_contentInner_3-NZC::-webkit-scrollbar-thumb {
    background: #4b8291;
    border-radius: 0; }
  .AboutModal_contentInner_3-NZC::-webkit-scrollbar-track {
    background: #222;
    border-radius: 0; }
  .AboutModal_contentInner_3-NZC body {
    scrollbar-face-color: #4b8291;
    scrollbar-track-color: #222; }
  .gallery-version .AboutModal_contentInner_3-NZC {
    height: 100%;
    margin-right: 48px;
    margin-left: 48px;
    padding-top: 0;
    padding-right: 48px;
    overflow: auto; }

.AboutModal_headingDivider_3yhya {
  width: 32px;
  height: 6px;
  margin-bottom: 24px;
  border-bottom: 2px solid #4b8291;
  border-left: 2px solid #4b8291; }

.AboutModal_extraContent_X0Hms {
  order: 4;
  width: 100%;
  max-width: 640px;
  margin-top: 8px; }
  .gallery-version .AboutModal_extraContent_X0Hms {
    position: absolute;
    right: 136px;
    bottom: 88px;
    width: auto;
    margin-top: 0; }

.AboutModal_backButton_fIXY3 {
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto; }
  .gallery-version .AboutModal_backButton_fIXY3 {
    order: 3;
    margin-bottom: 16px;
    margin-left: 48px; }

.AboutModal_borders_3vcXo {
  display: none; }
  .gallery-version .AboutModal_borders_3vcXo {
    position: absolute;
    right: -4%;
    bottom: 0;
    display: block;
    width: 50%;
    height: 50%;
    transform: rotateZ(-90deg); }

.AboutModal_version_20wgG {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 16px; }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Hide Scrollbars
 * ------------------------------------------------------------------------ */
.FooterInfo_footerInfo_2Gniq {
  position: relative;
  display: inline-block;
  margin-top: 32px;
  margin-bottom: 32px; }

.FooterInfo_logoHolder_2uDNW {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-top: 16px;
  margin-bottom: 24px;
  margin-left: 32px; }

.FooterInfo_logo_2czDO {
  display: block;
  margin-right: 24px; }

.FooterInfo_logoDxlab_33hLd {
  max-width: 6em; }

.FooterInfo_logoSlnsw_20oqT {
  max-width: 8.5em;
  margin-right: 0; }

ul.FooterInfo_menu_1-w_0 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-right: 16px;
  margin-bottom: 24px;
  margin-left: 32px;
  padding-left: 0;
  font-size: 0.8rem;
  list-style-type: none; }
  ul.FooterInfo_menu_1-w_0 li {
    margin-right: 8px;
    margin-bottom: 8px;
    padding-right: 8px;
    line-height: 1;
    border-right: 1px solid #f6f6f6; }
  ul.FooterInfo_menu_1-w_0 li:last-child {
    border-right: none; }

.FooterInfo_borders_3xcQ_ {
  position: absolute;
  bottom: 0;
  z-index: 0;
  height: 100%; }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Hide Scrollbars
 * ------------------------------------------------------------------------ */
.BookCard_bookCard_2a-fJ {
  position: relative;
  display: block;
  margin-right: 16px;
  cursor: pointer; }
  @media only screen and (min-width: 33.5rem) {
    .BookCard_bookCard_2a-fJ {
      margin-right: 20px; } }

.BookCard_image_oHmDU {
  display: block;
  width: auto; }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Hide Scrollbars
 * ------------------------------------------------------------------------ */
.BookSpine_bookSpine_2Nuxi {
  display: flex;
  align-items: flex-end;
  height: 100%;
  margin-right: 1px; }
  .BookSpine_bookSpine_2Nuxi:last-child {
    margin-right: 0; }

.BookSpine_image_18o31 {
  display: block;
  width: auto; }

.BookSpine_edgeHeight_3cCEc {
  max-height: 80%; }

.BookSpine_height0_3EATp {
  max-height: 75%; }

.BookSpine_height1_EOWIX {
  max-height: 77%; }

.BookSpine_height2_FoaVO {
  max-height: 79%; }

.BookSpine_height3_2UdD4 {
  max-height: 82%; }

.BookSpine_height4_2fsIr {
  max-height: 84%; }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Hide Scrollbars
 * ------------------------------------------------------------------------ */
.BookSpines_bookSpines_20MIS {
  display: flex;
  height: 100%;
  margin-right: 16px; }
  @media only screen and (min-width: 33.5rem) {
    .BookSpines_bookSpines_20MIS {
      margin-right: 20px; } }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Hide Scrollbars
 * ------------------------------------------------------------------------ */
.BookShelf_bookShelf_39Gbe {
  display: flex;
  align-items: flex-end;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  .BookShelf_bookShelf_39Gbe::-webkit-scrollbar {
    width: 0;
    height: 0; }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Hide Scrollbars
 * ------------------------------------------------------------------------ */
.BookShelves_bookShelves_3Y3A8 {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 0 16px 0; }
  @media only screen and (min-width: 33.5rem) {
    .BookShelves_bookShelves_3Y3A8 {
      padding: 0 0 20px 0; } }
  .BookShelves_bookShelves_3Y3A8.BookShelves_hasHeader_1LSKv {
    z-index: 0;
    height: calc(100% - 48px); }
    @media only screen and (min-width: 33.5rem) {
      .BookShelves_bookShelves_3Y3A8.BookShelves_hasHeader_1LSKv {
        height: calc(100% - 40px); } }

.BookShelves_bookShelf_3hFPm {
  height: 33.33%;
  margin-bottom: 0; }

.BookShelves_loader_39oy5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/*
 * GLOBAL
 * This should be imported in every .scss file
 * ========================================================================== */
/*
 * VARIABLES
 * Shared variables for all pages and components
 * ========================================================================== */
/*
 * Colours
 * ------------------------------------------------------------------------ */
/*
 * Baseline
 * ------------------------------------------------------------------------ */
/*
 * Gutters
 * ------------------------------------------------------------------------ */
/*
 * Fonts
 * ------------------------------------------------------------------------ */
/*
 * Containers
 * ------------------------------------------------------------------------ */
/*
 * Borders
 * ------------------------------------------------------------------------ */
/*
 * Animation
 * ------------------------------------------------------------------------ */
/* easeInOutQuint */
/*
 * Exported Variables for JavaScript
 * ------------------------------------------------------------------------ */

/*
 * MIXINS
 * ========================================================================== */
/*
 * Media Queries
 * ------------------------------------------------------------------------ */
/*
 * Custom Scrollbars
 * ------------------------------------------------------------------------ */
/*
 * Hide Scrollbars
 * ------------------------------------------------------------------------ */
.OffTheShelfApp_logo_2hmry {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 30rem;
  transform: translate(-50%, -50%); }

.OffTheShelfApp_loader_1fXBe {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%); }

