/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box; }

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  line-height: 1.15;
  /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%;
  /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  /* 3. Use a more readable tab size (opinionated). */ }

/*
Sections
========
*/
body {
  margin: 0;
  /* Remove the margin in all browsers. */ }

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder; }

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor; }

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0; }

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline; }

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item; }

/*
This file is used to contain all abstracts imports.
Files inside this folder can contain abstract settings,
helpers or functions. They have no direct output.
*/
.regular {
  font-family: "interstate", sans-serif;
  font-weight: 500;
  font-style: normal; }

.italic {
  font-family: "interstate", sans-serif;
  font-weight: 500;
  font-style: italic; }

.bold {
  font-family: "interstate", sans-serif;
  font-weight: 700;
  font-style: normal; }

.bold-italic {
  font-family: "interstate", sans-serif;
  font-weight: 700;
  font-style: italic; }

.compressed-regular {
  font-family: "interstate-compressed", sans-serif;
  font-weight: 500;
  font-style: normal; }

.compressed-bold {
  font-family: "interstate-compressed", sans-serif;
  font-weight: 700;
  font-style: normal; }

/*
This file is used to contain all base imports.
Files inside this folder can contain global styles used in
the project.
*/
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
  html *,
  body * {
    box-sizing: inherit; }

html {
  font-family: "interstate", sans-serif, sans-serif;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    html {
      font-size: 15px; } }
  @media only screen and (min-width: 1080px) {
    html {
      font-size: 16px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0;
  margin-bottom: 16px;
  line-height: 1.2; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit; }

h1, h2 {
  color: #7a16c6; }

p {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 16px; }
  p a {
    color: #7a16c6; }

.p-big-narrow {
  font-size: 18px;
  line-height: 20px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .p-big-narrow {
      font-size: 22px;
      line-height: 24px;
      max-width: 605px;
      margin: auto; } }

.compressed-medium {
  font-family: "interstate-compressed", sans-serif, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px; }

.compressed-bold {
  font-family: "interstate-compressed", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 29px;
  line-height: 29px; }
  @media screen and (min-width: 768px) {
    .compressed-bold {
      margin-bottom: 32px; } }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

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

.section-title {
  color: #7a16c6;
  font-family: "interstate-compressed", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 29px;
  line-height: 29px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e1ef3f;
  margin-bottom: 22px; }

@media screen and (min-width: 768px) {
  .compressed-bold {
    font-size: 42px;
    line-height: 42px; }
  .section-title {
    font-size: 42px;
    line-height: 42px;
    padding-bottom: 16px; }
  .compressed-medium {
    font-family: "interstate-compressed", sans-serif, sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 31px; }
  p {
    font-size: 18px;
    line-height: 24px; } }

/*
This file is used to contain all component imports.
Files inside this folder should contain all styles relating
to a reusable component.
*/
.container {
  display: block;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 960px; }
  .container.container-desktop-only {
    padding: 0; }
    @media screen and (min-width: 768px) {
      .container.container-desktop-only {
        padding: 0 24px; } }

.container-small {
  display: block;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 560px; }

.container-large {
  display: block;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1200px; }
  .container-large.container-desktop-only {
    padding: 0; }
    @media screen and (min-width: 768px) {
      .container-large.container-desktop-only {
        padding: 0 24px; } }

.section {
  padding: 32px 0; }
  .section-green {
    background-color: #e1ef3f; }
    .section-green .section-title {
      border-bottom: 2px solid #fff; }
    .section-green .button-primary {
      background-color: #fff; }
  .section-line-top {
    border-top: 1px solid #e1ef3f; }
  @media screen and (min-width: 768px) {
    .section {
      padding: 50px 0; } }

.button-icon {
  display: block;
  border: none;
  height: 30px;
  width: 30px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .button-icon-menu {
    background-image: url("src/images/icon-menu.svg");
    height: 24px; }
  .button-icon-search {
    background-image: url("src/images/icon-search-button.svg"); }
  .button-icon-close {
    background-image: url("src/images/icon-close.svg"); }
  .button-icon-close-white {
    background-image: url("src/images/icon-close-white.svg"); }
  .button-icon-social-youtube {
    background-image: url("src/images/icon-social-youtube.svg"); }
  .button-icon-social-instagram {
    background-image: url("src/images/icon-social-instagram.svg");
    width: 25px; }
  .button-icon-social-twitter {
    background-image: url("src/images/icon-social-twitter.svg"); }
  .button-icon-social-facebook {
    background-image: url("src/images/icon-social-facebook.svg"); }

.button-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  border-radius: 32px;
  background-color: #e1ef3f;
  color: #000;
  border: 0;
  padding: 6px 12px;
  text-decoration: none; }
  .button-primary img {
    display: inline-block;
    height: 19px;
    margin-right: 4px; }
  .button-primary.button-small {
    font-size: 10px; }
    .button-primary.button-small img {
      height: 16px; }
  @media screen and (min-width: 768px) {
    .button-primary {
      font-size: 18px;
      padding: 8px 16px; }
      .button-primary img {
        height: 22px;
        margin-right: 8px; }
      .button-primary.button-small {
        font-size: 18px; }
        .button-primary.button-small img {
          height: 20px;
          margin-right: 8px; } }

.icon {
  display: inline-block;
  height: 30px; }
  .icon-zoom {
    height: 19px; }

.side-panel {
  position: fixed;
  width: 100vw;
  top: 0;
  right: -100vw;
  padding: 50px 25px;
  height: 100vh;
  transform: translateX(0);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  z-index: 100;
  font-size: 24px;
  line-height: 33px;
  background-color: #fff; }
  .side-panel.active {
    transform: translateX(-100%);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1); }
  .side-panel .panel-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 60px; }
  .side-panel .side-panel-content {
    overflow: auto;
    height: 100%;
    padding-bottom: 80px;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: scroll; }
    .side-panel .side-panel-content::-webkit-scrollbar {
      display: none;
      /* for Chrome, Safari, and Opera */ }
    .side-panel .side-panel-content .navigation__links {
      flex-direction: column;
      align-items: flex-start; }
      .side-panel .side-panel-content .navigation__links li {
        margin-left: 0;
        margin-bottom: 0.4em; }
        .side-panel .side-panel-content .navigation__links li.has-children {
          margin-bottom: 10px; }
          .side-panel .side-panel-content .navigation__links li.has-children > a {
            display: block;
            margin-bottom: 0.4em; }
          .side-panel .side-panel-content .navigation__links li.has-children.active .navigation__links-sub {
            display: flex; }
      .side-panel .side-panel-content .navigation__links-sub {
        padding-left: 30px;
        display: none;
        font-size: 40px;
        line-height: 40px; }
    .side-panel .side-panel-content .main-navigation {
      font-size: 50px;
      line-height: 50px; }
      .side-panel .side-panel-content .main-navigation li {
        margin-bottom: 30px; }
        .side-panel .side-panel-content .main-navigation li .navigation__links-sub li {
          margin-bottom: 15px; }
  @media screen and (min-width: 1100px) {
    .side-panel {
      width: 33vw;
      top: 0;
      right: -33vw;
      padding: 60px 70px; } }

.floating-menu {
  position: absolute;
  background-color: #7a16c6;
  top: 77px;
  padding: 32px 16px;
  left: -130px;
  display: none;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.75)); }
  .floating-menu.active {
    display: block; }
  .floating-menu .navigation__links {
    display: flex;
    flex-direction: column; }
  .floating-menu a {
    color: #e1ef3f;
    font-size: 18px;
    line-height: 42px; }
  .floating-menu__parent {
    position: relative; }
  .floating-menu::after {
    content: "";
    position: absolute;
    top: -15px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #7a16c6 transparent; }

.popup {
  background: #7a16c6;
  max-width: 400px;
  width: 90%;
  position: relative; }
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    text-align: center; }
    .popup-overlay.active {
      display: flex; }
  .popup-scrollable {
    overflow-y: auto;
    max-height: 90vh; }
  .popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer; }
    .popup-close img {
      height: 30px;
      width: 30px; }
  .popup-title {
    color: #e1ef3f;
    margin-bottom: 8px; }
  .popup-paragraph {
    color: #fff; }
  .popup-logo {
    max-height: 80px;
    width: auto;
    margin: 20px 0; }
  .popup-content_top {
    padding: 20px 20px 32px 20px; }
  .popup-content_bottom {
    padding: 20px;
    background: #8364e3; }
  .popup-pix-box {
    background: #fff;
    border-radius: 8px;
    padding: 8px 16px;
    margin-top: -44px;
    margin-bottom: 16px; }
    .popup-pix-box-number {
      font-family: "interstate-compressed", sans-serif;
      font-weight: 500;
      font-size: 29px;
      line-height: 29px;
      margin-bottom: 8px; }
    .popup-pix-box p {
      margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .popup {
      max-width: 500px; }
      .popup-logo {
        max-height: 110px; }
      .popup-content_top {
        padding: 32px 32px 32px 32px; }
      .popup-content_bottom {
        padding: 20px 32px 32px 32px; } }

.pix-form-pix-box {
  background: #7a16c6;
  color: #fff;
  border-radius: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
  text-align: center;
  margin-bottom: 32px; }
  .pix-form-pix-box-number {
    font-family: "interstate-compressed", sans-serif;
    font-weight: 700;
    font-size: 29px;
    line-height: 29px;
    margin-bottom: 0;
    letter-spacing: 0.9px; }
  .pix-form-pix-box-tagline {
    font-size: 12px;
    margin-bottom: 0; }

.pix-form-title {
  font-family: "interstate-compressed", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #7a16c6;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 24px; }

@media (min-width: 768px) {
  .pix-form-title {
    font-size: 42px;
    line-height: 42px; }
  .pix-form-pix-box {
    padding: 22px 8px;
    margin-bottom: 40px; }
    .pix-form-pix-box-number {
      font-size: 50px;
      line-height: 50px;
      margin-bottom: 16px; }
    .pix-form-pix-box-tagline {
      font-size: 16px;
      margin-bottom: 0; } }

.everest-form .evf-frontend-row .evf-field input, .everest-form .evf-frontend-row .evf-field select {
  text-align: center;
  border-color: #7a16c6;
  color: #000;
  font-weight: 500;
  border-radius: 16px;
  margin-bottom: 0; }
  .everest-form .evf-frontend-row .evf-field input::-moz-placeholder, .everest-form .evf-frontend-row .evf-field select::-moz-placeholder {
    color: #000; }
  .everest-form .evf-frontend-row .evf-field input:-ms-input-placeholder, .everest-form .evf-frontend-row .evf-field select:-ms-input-placeholder {
    color: #000; }
  .everest-form .evf-frontend-row .evf-field input::placeholder, .everest-form .evf-frontend-row .evf-field select::placeholder {
    color: #000; }

.everest-form .evf-submit-container {
  padding: 0; }
  .everest-form .evf-submit-container button.everest-forms-submit-button {
    background: #e1ef3f;
    border: none;
    border-radius: 36px;
    color: #000;
    width: 100%;
    font-weight: 500;
    padding: 4px 8px; }
    @media (min-width: 768px) {
      .everest-form .evf-submit-container button.everest-forms-submit-button {
        margin: 22px 15px 0 15px;
        width: calc(100% - 30px); } }

.everest-form .evf-field-container .evf-frontend-row:not(.wp-list-table) select.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238a2be2'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 1.5em;
  padding-right: 16px; }

#copy-button {
  cursor: pointer; }

.testimonial {
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 16px;
  border-top: 2px solid #fff;
  padding: 16px 0 24px 0;
  font-family: "interstate-compressed", sans-serif; }
  .testimonial:first-child {
    border-top: none; }
  .testimonial:nth-child(even) {
    grid-template-columns: 6fr 4fr; }
    .testimonial:nth-child(even) .testimonial-image {
      grid-column: 2; }
    .testimonial:nth-child(even) .testimonial-quote,
    .testimonial:nth-child(even) .testimonial-info {
      grid-column: 1; }
  .testimonial-image {
    grid-column: 1;
    grid-row: 1 / 3; }
    .testimonial-image img {
      width: 100%;
      height: auto;
      margin-top: -16px; }
  .testimonial-quote {
    grid-column: 2;
    grid-row: 1; }
    .testimonial-quote p {
      font-family: "interstate-compressed", sans-serif;
      font-size: 18px;
      line-height: 20px; }
      .testimonial-quote p strong {
        font-weight: 500;
        color: #7a16c6; }
  .testimonial-info {
    grid-column: 2;
    grid-row: 2; }
  .testimonial-name {
    font-size: 18px;
    color: #7a16c6;
    margin-bottom: 0; }
  .testimonial-tagline {
    font-family: "interstate", sans-serif;
    font-size: 10px;
    line-height: 12px;
    text-wrap: balance; }
  @media screen and (min-width: 768px) {
    .testimonial {
      display: contents;
      text-align: center; }
      .testimonial-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* 3 equal columns */
        grid-auto-flow: dense;
        /* Important for proper ordering */
        -moz-column-gap: 32px;
             column-gap: 32px; }
      .testimonial-image {
        width: 80%;
        margin: auto;
        grid-row: 1;
        grid-column: auto; }
        .testimonial-image img {
          margin-top: 0;
          margin-bottom: 16px; }
      .testimonial-quote {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        padding: 16px 0;
        margin-bottom: 0;
        grid-row: 2;
        min-height: 100%;
        /* Ensures equal height */
        grid-column: auto;
        display: flex;
        align-items: center;
        justify-content: center; }
        .testimonial-quote p {
          margin-bottom: 0;
          font-size: 24px;
          line-height: 26px; }
      .testimonial-info {
        grid-row: 3;
        grid-column: auto; }
      .testimonial-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        flex: 1; }
      .testimonial-tagline {
        max-width: 60%;
        margin: auto; }
      .testimonial-name {
        padding-top: 8px; } }

@media screen and (min-width: 768px) {
  .testimonial-list:nth-child(1) .testimonial {
    grid-column: 1; }
  .testimonial-list:nth-child(2) .testimonial {
    grid-column: 2; }
  .testimonial-list:nth-child(3) .testimonial {
    grid-column: 3; } }

.logo-text {
  display: flex;
  padding-bottom: 16px; }
  .logo-text img {
    width: 40%;
    padding: 0 12px; }
  .logo-text p {
    width: 60%;
    padding: 4px 0 4px 12px;
    margin-bottom: 0;
    border-left: 1px solid #000; }
  @media (min-width: 768px) {
    .logo-text {
      padding-top: 32px;
      padding-bottom: 32px; }
      .logo-text img {
        padding: 0 60px; }
      .logo-text p {
        padding: 16px 0 16px 32px; } }

.info-pill {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #7a16c6;
  border-radius: 32px;
  padding: 0 12px;
  margin-top: 16px;
  font-size: 12px; }
  .info-pill p {
    margin: 4px;
    font-size: 12px;
    text-align: center;
    text-wrap: balance; }

.home-hero img {
  width: 100%; }

.home-hero.container, .home-hero.container-large {
  padding: 0; }

@media (min-width: 768px) {
  .home-heading {
    font-size: 54px;
    line-height: 56px;
    text-wrap: balance;
    margin-bottom: 32px; } }

.home-video {
  max-width: 100%; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.green-line {
  height: 2px;
  width: 100%;
  border-width: 0;
  color: #e1ef3f;
  background: #e1ef3f; }

.image-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 32px;
  padding: 0;
  margin: 0;
  list-style: none; }

@media (min-width: 768px) {
  .image-gallery {
    grid-template-columns: repeat(6, 1fr); } }

.image-gallery li {
  display: flex;
  justify-content: center;
  align-items: center; }

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

.image-slider {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% + 22px);
  margin-left: -13px; }
  @media (min-width: 768px) {
    .image-slider {
      width: calc(100% + 52px);
      margin-left: -26px; } }

.slick-slider {
  list-style: none;
  padding-left: 0; }
  .slick-slider .slick-track li {
    padding: 0 13px; }
  .slick-slider img {
    width: 100%;
    height: auto;
    display: block; }

.slick-track {
  display: flex;
  align-items: center; }

.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  z-index: 1; }
  .slick-prev:before, .slick-next:before {
    font-size: 40px;
    color: #333; }

.slick-prev {
  left: -50px; }

.slick-next {
  right: -50px; }

.slick-dots {
  bottom: -46px; }
  .slick-dots li.slick-active button .slick-dot-icon:before {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 12px; }

@media (min-width: 768px) {
  .slick-slider .slick-track li {
    padding: 0 26px; } }

.search-form {
  width: 100%; }

.search-floating-container {
  display: none;
  align-items: center;
  position: fixed;
  top: 72px;
  left: 0;
  background: #7a16c6;
  width: 100vw;
  padding: 16px; }
  .search-floating-container.active {
    display: flex; }

.search-field {
  color: #7a16c6;
  font-weight: 500;
  height: 24px;
  border: none;
  border-radius: 24px;
  background-color: #e1ef3f;
  padding-left: 16px; }

.search-submit {
  height: 24px;
  background: transparent;
  background-color: transparent;
  border: none;
  margin-left: -30px;
  margin-right: 24px; }

@media screen and (min-width: 768px) {
  .search-floating-container {
    display: flex;
    position: static;
    width: unset;
    padding: 0; } }

.admin-bar .search-floating-container {
  top: 116px; }

.search-open .site-header {
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.75); }

.image-zoom-container {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  touch-action: none; }

.zoomable-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.1s; }

@media screen and (min-width: 768px) {
  .image-zoom-container {
    height: 700px; } }

.book-section {
  display: flex;
  flex-direction: row;
  gap: 20px;
  border-top: 1px solid #e1ef3f;
  padding: 16px 0 16px 0; }
  .book-section.book-section-destaque {
    border-top: 0; }
    .book-section.book-section-destaque .book-image {
      box-shadow: none; }

.book-info {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start; }

.book-year {
  font-family: "interstate-compressed", sans-serif, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  color: #7a16c6; }

.book-title {
  font-family: "interstate-compressed", sans-serif, sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 20px;
  color: #7a16c6;
  margin-bottom: 8px; }

.book-image {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.75)); }
  .book-image-guia {
    max-width: 250px;
    margin: 32px 0; }
  .book-image-container {
    width: 45%; }

.book-description {
  font-size: 12px;
  line-height: 15px; }

.book-list .book-section {
  margin-bottom: 32px; }

@media screen and (min-width: 768px) {
  .book-section {
    padding: 32px 0 32px 0;
    gap: 36px; }
    .book-section > *:first-child {
      width: 40%; }
    .book-section > *:nth-child(2) {
      width: 60%; }
    .book-section.book-section-destaque {
      gap: 52px; }
  .book-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 24px; }
  .book-year {
    font-size: 22px;
    line-height: 28px; }
  .book-description {
    font-size: 22px;
    line-height: 26px; } }

/*
This file is used to contain all layout imports.
Files inside this folder should contain all styles relating
to layouts.
*/
.site-footer {
  background: #7a16c6;
  color: #fff;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .site-footer-link {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .site-footer-link img {
      height: 30px;
      margin-left: 4px;
      margin-bottom: 3px; }
    .site-footer-link * {
      display: inline-block;
      margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .site-footer {
      padding: 50px 16px; }
      .site-footer-link img {
        height: 48px; }
      .site-footer-text {
        font-size: 32px;
        line-height: 44px; } }

.site-header {
  background: #7a16c6;
  color: #000;
  padding: 12px 0;
  max-width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000; }
  .site-header .header-container {
    display: flex;
    flex-direction: row;
    padding: 0 16px;
    justify-content: space-between; }
    .site-header .header-container .navigation__buttons button:not(:last-child),
    .site-header .header-container a {
      margin-right: 16px; }
  .site-header .site-branding {
    margin-right: 0;
    height: 42px; }
  .site-header .navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .site-header .navigation__links {
      list-style: none;
      margin: 0;
      padding-left: 0; }
      .site-header .navigation__links li a {
        text-decoration: none;
        font-weight: 500; }
    .site-header .navigation-right {
      display: flex;
      flex-direction: row; }
    .site-header .navigation__desktop-links {
      display: none; }
    .site-header .navigation__buttons {
      display: flex;
      align-items: center; }
      .site-header .navigation__buttons button:last-child {
        margin-right: 0; }
  .site-header .header-social {
    display: flex;
    flex-direction: row;
    align-items: center; }
  @media screen and (min-width: 768px) {
    .site-header {
      padding: 8px 0; }
      .site-header .site-branding {
        margin-right: 0;
        height: 52px; }
        .site-header .site-branding_logos-container a {
          padding-right: 32px;
          padding-top: 0; }
      .site-header .header-social a {
        margin-left: 0; }
      .site-header .navigation {
        width: 100%; }
        .site-header .navigation__buttons {
          display: none; }
        .site-header .navigation__links a {
          margin-left: 32px; }
        .site-header .navigation__desktop-links {
          display: flex;
          align-items: center; }
          .site-header .navigation__desktop-links a {
            color: #fff; } }

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

.two-column {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 16px 0 32px 0; }
  .two-column > * {
    width: 50%; }
  .two-column .book-title {
    font-size: 17px;
    line-height: 19px; }
    @media screen and (min-width: 768px) {
      .two-column .book-title {
        font-size: 32px;
        line-height: 40px; } }

@media screen and (min-width: 768px) {
  .desktop-hidden {
    display: none; } }

@media screen and (max-width: 768px) {
  .mobile-hidden {
    display: none; } }

.mt-1 {
  margin-top: 8px; }

.mt-2 {
  margin-top: 16px; }

.mt-3 {
  margin-top: 32px; }

.mt-4 {
  margin-top: 64px; }

.mb-1 {
  margin-bottom: 8px; }

.mb-2 {
  margin-bottom: 16px; }

.mb-3 {
  margin-bottom: 32px; }

.mb-4 {
  margin-bottom: 64px; }

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