@charset "UTF-8";
/**
 * @file
 * Crowdriff Gallery Block
 */
/**
* @file
* Common dependencies for all theme stylesheets (both global and component specific)
*/
/**
* @file
* Functions
*
* Defines reusable Sass functions that perform calculations or transformations (e.g.,
* color manipulation, scaling values).
*/
/**
 * @file
 * Color functions
 */
/**
* @file
* Tier 1 - Primitive Color Variables
*
* Contains the color design tokens assigned to our aliases.
* These variables are the raw, unchanging values used to define the core visual language of the project.
*/
/**
* @file
* Convert values into rem units.
* Only `px` values are converted to rem.
* ! Use CSS variables whenever possible
* defines the base font size in a way that is understandable by Sass functions
*/
/**
* @file
* Mixins
*
* Contains imports for reusable Sass mixins that encapsulate common patterns or logic, such as
* responsive styles, vendor prefixes, or utility functions.
*/
/**
* @file
* Breakpoints
*
* Defines CSS variables for responsive design breakpoints used throughout the project.
*/
/**
* @file
* Container Mixins
*
* Contains mixins for containers that can be applied on a component level when their associated utility class is applied
*/
/**
* @file
* Container Variables
*/
/**
 * @file
 * Global typography for site
*/
/**
* @file
* Typography
*
* Defines CSS variables and styles related to typography, including font families,
* sizes, weights, line heights, and letter spacing.
*/
/**
* @file
* Type SCSS variables for spacing system
*/
/* === Font Stacks === */
/* === Font Weights === */
/* === Letter Spacing === */
/* === Line Heights === */
/* A single line value will be used for type. The largest value was selected based on comparing between mobile and desktop. */
/* === Font Sizes === */
/* Min / Mobile */
/* Max / Desktop */
/* Font Size / Fluid Units
* Resource: Utopia Clamp Calculator
* @link https://utopia.fyi/clamp/calculator?a=320,1440,92—104|64—88|52—64|48—60|32—40|16—20
*
* viewport values from utopia clamp calculator
* values without clamp are the same for mobile and desktop
*/
/*
 Preset typography
*/
/**
* @file
* Utility Mixins
*/
/**
* @file
* Container Mixins
*
* Contains mixins for containers that can be applied on a component level when their associated utility class is applied
*/
/**
* @file
* Variables
*/
/**
* @file
* Type SCSS variables for transition durations.
*/
/**
* @file
* Typography
*
* Defines CSS variables and styles related to typography, including font families,
* sizes, weights, line heights, and letter spacing.
*/
/**
* @file
* SCSS variables for radii
*/
/**
* @file
* Typography
*
* Defines CSS variables and styles related to typography, including font families,
* sizes, weights, line heights, and letter spacing.
*/
/**
 * @file
 * Global typography for site
*/
/**
* @file
* Z-Index
*
* Source of truth for z-index values used throughout the theme.
*/
/**
* @file
* SCSS variables for miscellaneous items
*/
/**
* @file
* Common dependencies for all theme stylesheets (both global and component specific)
*/
/**
 * Tabs/tab as seen on the search page.
 * Pattern reference: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Roles/tab_role#example
 */
/**
 * Styles for "No Results" message to be displayed when 0 results are returned initiating 
 * a search from the Nav, or when 0 results are returned using filters
 */
/**
* @file
* Utility Mixins
*/
:root {
  --crowdriff-header-background-color: var(--surface-page);
}

.crowdriff-gallery {
  background-color: var(--crowdriff-header-background-color);
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .crowdriff-gallery {
    padding-top: 4rem;
  }
}

.crowdriff-gallery__header-container {
  margin: 0 1.75rem 2.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: grid;
  grid-template-columns: 1fr min(78rem, 100% - 1rem * 2) 1fr;
}
.crowdriff-gallery__header-container > * {
  grid-column: 2;
}
@media (min-width: 768px) {
  .crowdriff-gallery__header-container {
    margin-bottom: 4rem;
  }
}

.crowdriff-gallery__header {
  align-items: center;
  contain: layout;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .crowdriff-gallery__header {
    flex-direction: row;
    justify-content: space-between;
  }
}
.crowdriff-gallery__header h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: Knockout66, system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size-adjust: cap-height 0.316;
  font-stretch: extra-condensed;
  font-weight: 700;
  transform: scaleY(2.07);
  font-size: clamp(5.75rem, 5.5357rem + 1.0714vw, 6.5rem);
  line-height: 0.36;
}
:where(:has(.font-loaded)) .crowdriff-gallery__header h2 {
  font-size-adjust: unset;
  font-stretch: unset;
  font-weight: unset;
  transform: none;
}
:has(.font-timed-out) .crowdriff-gallery__header h2 {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
:has(.font-loaded) .crowdriff-gallery__header h2 {
  line-height: 0.74;
}
@media (min-width: 768px) {
  .crowdriff-gallery__header h2 {
    text-align: initial;
  }
}
.crowdriff-gallery__header p {
  max-width: 20.9375rem;
  position: relative;
  text-align: center;
  transform: rotate(-1.57deg);
  z-index: 5;
  font-family: "TNSansPerfect", Monaco, monospace;
  font-style: italic;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.4;
}
:has(.font-loaded) .crowdriff-gallery__header p {
  line-height: 1.4;
}
@media (min-width: 768px) {
  .crowdriff-gallery__header p {
    max-width: 23.625rem;
  }
}
.crowdriff-gallery__header .tnds-handdrawn-arrow {
  left: 100%;
  position: absolute;
  top: 75%;
  transform: rotate(-90deg) scale(-1.5, 1.25);
}

.crowdriff-gallery__container {
  margin-inline: auto;
  max-inline-size: 120rem;
}
.crowdriff-gallery__container .cr__gallery {
  padding-inline: unset;
}

.cr__gallery .mobileFullscreen__close {
  align-items: center;
  display: flex;
  justify-content: center;
}
/*# sourceMappingURL=../maps/modules/block-crowdriff-gallery.css.map */
