/*!
Theme Name: Challenger Landing Pages
Theme URI: https://operaticagency.com/
Author: Operatic
Author URI: https://operaticagency.com/
Text Domain: Operatic
Version: 1.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.nav-shortcuts a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100000;
  padding: 10px 20px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  transform: translate3d(-50%, -200%, 0); }
  .nav-shortcuts a:focus {
    transform: translate3d(-50%, 0, 0); }

:root {
  --color-blue: rgba(0, 74, 146, 1);
  --color-black: rgba(35, 31, 32, 1);
  --color-yellow: rgba(251, 188, 28, 1);
  --color-lt-blue: rgba(0, 105, 179, 1);
  --color-grey: rgba(236, 236, 236, 1);
  --color-dk-grey: rgba(117, 117, 117, 1);
  --color-white: white;
  --super-width: 1920px;
  --max-width: 1440px;
  --padding: 20px;
  scroll-behavior: smooth;
  scroll-padding-top: calc(93px + 2rem);
  font-family: "Open Sans", sans-serif;
  color: var(--color-black);
  background-color: var(--color-white); }
  @media (min-width: 767px) {
    :root {
      --padding: 67px; } }
  @media (min-width: 620px) {
    :root {
      scroll-padding-top: calc(126px + 2rem); } }

body {
  position: relative; }

main {
  overflow: hidden; }

h1, h2, h3 {
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase; }

.mice {
  font-size: 12px; }

a {
  color: inherit; }

img {
  max-width: 100%;
  height: auto; }

label {
  position: absolute;
  height: 0;
  font-size: 0; }

input[type="text"],
input[type="tel"],
input[type="number"],
textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  border: 1px solid #adadad;
  border-radius: 5px; }

input[type="text"],
input[type="tel"],
input[type="number"] {
  display: grid;
  align-items: center;
  height: 45px;
  padding: 0 1rem; }

textarea {
  height: 100px;
  padding: .5rem 1rem; }

.wpcf7-spinner {
  display: none; }

.button {
  display: inline-grid;
  place-items: center;
  min-height: 50px;
  padding: .5em 2em;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: var(--color-yellow);
  border: 2px solid var(--color-yellow);
  transition: background-color .3s; }
  .button:focus, .button:hover {
    background-color: var(--color-white); }

.reveal {
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  transition: all .7s; }
  .reveal.left {
    transform: translate3d(200px, 0, 0); }
  .reveal.right {
    transform: translate3d(-200px, 0, 0); }
  .reveal.show {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.accordion {
  max-width: var(--max-width);
  margin: 3rem auto;
  padding: 0 var(--padding);
  box-sizing: border-box;
  text-align: center; }
  .accordion h2 {
    font-size: 35px;
    color: var(--color-blue); }
  .accordion details {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid var(--color-grey);
    cursor: pointer; }
    .accordion details[open] summary::after {
      transform: rotateZ(180deg); }
  .accordion summary {
    display: grid;
    grid-template-columns: 1fr 28px;
    grid-gap: 1rem;
    font-size: 25px;
    font-weight: 600; }
    .accordion summary::after {
      content: '';
      display: block;
      width: 28px;
      height: 1.3em;
      background: url("/wp-content/themes/operatic/images/icon-chevron.svg") center no-repeat;
      transform: rotateZ(0deg);
      transition: transform .3s; }
  .accordion .button {
    margin: 3rem 0; }

.copy {
  animation: open-details .3s forwards; }

@keyframes open-details {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.cta-footer {
  display: grid;
  justify-items: center;
  max-width: var(--super-width);
  margin: 3rem auto 0; }
  @media (min-width: 1921px) {
    .cta-footer img {
      grid-area: 2 / 1; }
    .cta-footer::before, .cta-footer::after {
      grid-area: 2 / 1;
      order: 1;
      content: '';
      display: block;
      width: 15rem; }
    .cta-footer::before {
      justify-self: flex-start;
      background: linear-gradient(90deg, var(--color-white) 0%, transparent 100%); }
    .cta-footer::after {
      justify-self: flex-end;
      background: linear-gradient(270deg, var(--color-white) 0%, transparent 100%); } }

.cta-form {
  display: grid;
  margin: 3rem auto;
  box-sizing: border-box; }
  .cta-form::before {
    grid-area: 2 / 1;
    content: '';
    display: block;
    z-index: -1;
    height: 100%;
    background-color: var(--color-grey); }
  .cta-form::after {
    content: '';
    display: block;
    position: relative;
    z-index: -1;
    margin-bottom: -15rem;
    width: 100%;
    height: 2rem;
    background-color: var(--color-grey); }
  .cta-form.overlap::after {
    height: 15rem; }
  .cta-form .image {
    display: none; }
  .cta-form .content {
    grid-area: 1 / 1;
    max-width: var(--max-width);
    padding: 0 var(--padding) 2rem;
    font-size: 17px; }
    .cta-form .content h2 {
      margin: -0.5ch 0 1rem;
      font-size: 35px;
      color: var(--color-blue); }
    .cta-form .content p {
      margin-bottom: 0; }
  .cta-form .form {
    grid-area: 2 / 1;
    max-width: var(--max-width);
    padding: 2rem var(--padding) 0; }
    .cta-form .form form {
      display: grid;
      grid-gap: 1rem;
      margin: 0; }
  @media (min-width: 950px) {
    .cta-form {
      grid-template-columns: auto auto;
      grid-template-rows: auto 1fr; }
      .cta-form::before {
        grid-area: 2 / 1 / span 1 / span 2; }
      .cta-form::after {
        grid-column: span 2; }
      .cta-form .image {
        grid-area: 1 / 1 / span 2 / span 1;
        justify-self: flex-end;
        display: block;
        padding-left: var(--padding); }
        .cta-form .image img {
          height: 100%;
          object-fit: cover; }
      .cta-form .content, .cta-form .form {
        justify-self: flex-start;
        width: calc(525px + var(--padding));
        padding-left: 2rem;
        box-sizing: border-box; }
      .cta-form .content {
        grid-area: 1 / 2; }
      .cta-form .form {
        grid-area: 2 / 2; }
        .cta-form .form form {
          grid-template-columns: auto 1fr; }
        .cta-form .form .wpcf7-form-control-wrap {
          grid-column: span 2; } }

footer {
  font-size: 17px;
  color: var(--color-white);
  background-color: var(--color-lt-blue); }
  footer .wrap {
    display: grid;
    justify-items: center;
    align-items: flex-end;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 60px var(--padding) 1rem;
    box-sizing: border-box; }
    @media (min-width: 767px) {
      footer .wrap {
        grid-template-columns: 1fr 1fr; }
        footer .wrap .logo, footer .wrap .info, footer .wrap .copy {
          grid-column: span 2; } }
  footer h2 {
    font-size: 18px; }
  footer .info {
    display: grid;
    margin: 40px 0; }
    @media (min-width: 767px) {
      footer .info {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 40px; }
        footer .info > div:nth-child(2) {
          padding-left: 40px;
          border-left: 1px solid var(--color-blue); } }
    @media (min-width: 1023px) {
      footer .info {
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 40px; }
        footer .info > div:nth-child(2) {
          padding-right: 40px;
          border-right: 1px solid var(--color-blue); } }
  footer .social {
    display: flex;
    gap: 1rem; }
    footer .social svg path {
      transition: fill .3s; }
    footer .social svg:focus path, footer .social svg:hover path {
      fill: var(--color-white); }
  @media (min-width: 767px) {
    footer nav {
      justify-self: flex-start; } }
  footer nav ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    margin: 1rem 0;
    padding: 0;
    list-style: none; }
  footer .copyright {
    margin: 1rem 0;
    font-size: 14px; }
    @media (min-width: 767px) {
      footer .copyright {
        justify-self: flex-end; } }
  footer .copy {
    font-size: 11px; }

header {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: var(--color-lt-blue);
  transition: background-color .3s; }
  header.top {
    background-color: transparent; }
  header .wrap {
    display: flex;
    gap: 2rem;
    justify-items: flex-start;
    align-items: center;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 1rem var(--padding);
    box-sizing: border-box; }
  header .logo {
    max-width: 200px;
    margin-right: auto; }
    @media (min-width: 620px) {
      header .logo {
        max-width: none; } }
  header .phone, header .cta {
    display: inline-grid;
    place-items: center;
    min-height: 50px;
    padding: .5em 1em;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-decoration: none;
    text-wrap: nowrap;
    border: 2px solid;
    transition: all .3s; }
  header .phone {
    display: none;
    color: var(--color-white);
    border-color: var(--color-white); }
    header .phone:focus, header .phone:hover {
      color: var(--color-yellow);
      border-color: var(--color-yellow); }
    @media (min-width: 500px) {
      header .phone {
        display: inline-grid; } }
  header .cta {
    display: none;
    border-color: var(--color-yellow);
    background-color: var(--color-yellow); }
    @media (min-width: 1024px) {
      header .cta {
        display: inline-grid; } }
    header .cta:focus, header .cta:hover {
      border-color: var(--color-white);
      background-color: var(--color-white); }

.hero {
  display: grid;
  justify-items: center;
  background-color: var(--color-lt-blue); }
  .hero .image {
    grid-area: 1/1;
    display: grid;
    max-width: var(--super-width); }
    @media (min-width: 1921px) {
      .hero .image::before, .hero .image::after {
        grid-area: 1 / 1;
        order: 1;
        content: '';
        display: block;
        width: 15rem; }
      .hero .image::before {
        justify-self: flex-start;
        background: linear-gradient(90deg, var(--color-lt-blue) 0%, transparent 100%); }
      .hero .image::after {
        justify-self: flex-end;
        background: linear-gradient(270deg, var(--color-lt-blue) 0%, transparent 100%); } }
    .hero .image img {
      grid-area: 1/1;
      height: 100%;
      object-fit: cover; }
  .hero .content {
    grid-area: 1 / 1;
    display: grid;
    grid-gap: 1rem;
    align-items: flex-start;
    max-width: var(--max-width);
    padding: calc(1.5rem + 93px) var(--padding);
    box-sizing: border-box; }
    @media (min-width: 620px) {
      .hero .content {
        padding-top: calc(1.5rem + 126px); } }
    @media (min-width: 1250px) {
      .hero .content {
        grid-template-columns: 1fr 500px; } }
  .hero .copy .eyebrow {
    margin: .5rem 0;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--color-yellow); }
  .hero .copy h1 {
    margin: .5rem 0;
    font-size: 12vw;
    color: var(--color-white); }
    @media (min-width: 500px) {
      .hero .copy h1 {
        font-size: 60px; } }
  .hero .form {
    padding: .5rem 1.5rem;
    background-color: var(--color-white); }
    .hero .form h2 {
      font-size: 22px;
      font-weight: 600;
      font-style: normal;
      text-transform: none; }
    .hero .form form {
      display: grid;
      grid-gap: 1rem; }

.icon-list {
  max-width: var(--max-width);
  margin: 3rem auto;
  padding: 0 var(--padding);
  box-sizing: border-box;
  text-align: center; }
  .icon-list h2 {
    margin-bottom: 1rem;
    font-size: 13vw;
    color: var(--color-blue); }
    @media (min-width: 500px) {
      .icon-list h2 {
        font-size: 65px; } }
  .icon-list p {
    max-width: 990px;
    margin: 1rem auto;
    font-size: 21px;
    font-weight: 600; }
  .icon-list .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-gap: 2rem;
    justify-items: center;
    margin-top: 3rem;
    font-size: 17px;
    color: var(--color-dk-grey); }
    @media (min-width: 940px) and (max-width: 1380px) {
      .icon-list .grid {
        grid-template-columns: repeat(3, 1fr); } }
  .icon-list .item {
    display: grid;
    grid-gap: 1rem;
    justify-items: center;
    width: 180px; }
  .icon-list .image {
    display: grid;
    place-items: center;
    width: 169px;
    height: 107px;
    background: url("/wp-content/themes/operatic/images/accent-icon.svg") center no-repeat; }

.testimonials {
  margin: 3rem 0;
  display: grid;
  grid-template-columns: 1fr minmax(auto, calc(var(--max-width) - 2 * var(--padding))) 1fr;
  grid-column-gap: var(--padding); }
  .testimonials .wrap {
    grid-column: 2 / span 2; }
    @media (min-width: 1150px) {
      .testimonials .wrap {
        display: grid;
        grid-template-columns: 370px 1fr;
        grid-gap: 2rem;
        align-items: center; } }
  .testimonials .heading {
    display: grid;
    place-items: center;
    max-width: 590px;
    height: 327px;
    margin: 2rem auto;
    padding-right: var(--padding);
    box-sizing: border-box;
    background: url("/wp-content/themes/operatic/images/accent-quote.svg") center no-repeat; }
    @media (min-width: 1150px) {
      .testimonials .heading {
        padding-right: 0; } }
    .testimonials .heading h2 {
      font-size: 35px;
      color: var(--color-blue); }
  .testimonials .items {
    display: grid;
    grid-auto-flow: column;
    gap: 2rem;
    position: relative;
    overflow: scroll;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    scroll-behavior: smooth;
    cursor: grab; }
    .testimonials .items::-webkit-scrollbar {
      width: 0; }
    .testimonials .items.dragging {
      cursor: grabbing; }
    .testimonials .items article {
      scroll-snap-align: start;
      position: sticky;
      left: 0;
      width: 630px;
      max-width: calc(100vw - 2 * var(--padding));
      padding: 2rem;
      box-sizing: border-box;
      font-size: 16px;
      color: var(--color-white);
      background-color: var(--color-blue);
      transition: background-color .3s;
      user-select: none; }
      .testimonials .items article.visible {
        background-color: var(--color-lt-blue); }
    .testimonials .items::after {
      content: '';
      display: block;
      width: calc(100vw - var(--padding) - 630px - 2rem); }
      @media (min-width: 1150px) {
        .testimonials .items::after {
          width: calc(100vw - var(--padding) - 630px - 2rem - 370px - 2rem); } }
      @media (min-width: 1440px) {
        .testimonials .items::after {
          width: calc((100vw - var(--max-width)) / 2 + (var(--max-width) - var(--padding) - 630px - 2rem - 370px - 2rem)); } }
    .testimonials .items .rating span {
      position: absolute;
      height: 0;
      font-size: 0; }
    .testimonials .items h3 {
      font-size: 21px;
      font-weight: 600;
      font-style: normal; }
    .testimonials .items .name {
      font-weight: 600; }
  .testimonials .pagination {
    grid-column: 2;
    display: flex;
    gap: 1ch;
    justify-content: center;
    margin-top: 1rem; }
    .testimonials .pagination span {
      display: block;
      width: 15px;
      height: 15px;
      box-sizing: border-box;
      border: 3px solid var(--color-lt-blue);
      border-radius: 15px; }
      .testimonials .pagination span.visible {
        background-color: var(--color-yellow);
        border-color: var(--color-yellow); }

.video {
  max-width: var(--max-width);
  margin: 3rem auto;
  padding: 0 var(--padding);
  box-sizing: border-box; }
  .video .wrap {
    display: grid;
    color: var(--color-white);
    background-color: black; }
    .video .wrap::before {
      grid-area: 1 / 1;
      z-index: 1;
      content: '';
      background-color: rgba(0, 0, 0, 0.2); }
  .video .content {
    grid-area: 1 / 1;
    display: grid;
    grid-template-rows: 1fr auto 1fr;
    place-items: center;
    align-items: flex-end;
    z-index: 2; }
    .video .content circle {
      transition: stroke .3s; }
    .video .content path {
      transition: fill .3s; }
    .video .content:focus circle, .video .content:hover circle {
      stroke: var(--color-white); }
    .video .content:focus path, .video .content:hover path {
      fill: var(--color-white); }
  .video h2 {
    font-size: 35px; }
  .video img {
    grid-area: 1 / 1;
    min-height: 360px;
    object-fit: cover; }
