@charset "UTF-8";
/* ---------------------------------------------- */
/* --------------------CONTENTS------------------ */
/* ---------------------------------------------- */
/*
	0) Tools
	1) Mixins
	2) Colors, fonts & setup
	3) Font styles
	4) General styles
	5) Animations
	6) Section styles
*/
/* ---------------------------------------------- */
/* -----------------0) TOOLS--------------------- */
/* ---------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="submit"],
textarea,
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  -moz-border: 0;
  -webkit-border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: transparent;
  color: black;
  padding: 0;
  opacity: 0.5; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="url"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="number"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="range"]::placeholder,
  input[type="date"]::placeholder,
  input[type="month"]::placeholder,
  input[type="week"]::placeholder,
  input[type="time"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="color"]::placeholder,
  input[type="submit"]::placeholder,
  textarea::placeholder,
  button::placeholder {
    color: black; }

/* 	removes highlights from form elments on :focus */
input:focus,
select:focus,
textarea:focus,
button:focus {
  opacity: 1;
  outline: none; }

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-weight: auto; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer; }

/* change colours to suit your needs */
ins {
  background-color: #F2B138;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

address {
  font-style: normal; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  display: block; }

.no-show {
  display: none; }

/* ---------------------------------------------- */
/* -----------------1) MIXINS-------------------- */
/* ---------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

/* ---------------------------------------------- */
/* -----------------2) COLORS, FONTS & SETUP----- */
/* ---------------------------------------------- */
@font-face {
  font-family: 'Califa';
  /* El nombre que usarás en CSS */
  src: url("../fonts/ElCalifadeLeon-Regular.ttf") format("truetype"), url("../fonts/ElCalifadeLeon-Regular.woff") format("woff"), url("../fonts/ElCalifadeLeon-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

.hl {
  color: #EE4137; }

.ac {
  text-transform: uppercase;
  -moz-font-feature-settings: "case";
  /* For older Firefox */
  -webkit-font-feature-settings: "case";
  /* For older Webkit/Chrome */
  font-feature-settings: "case" on;
  /* Standard syntax */ }

/* ---------------------------------------------- */
/* -----------------3) FONT STYLES--------------- */
/* ---------------------------------------------- */
body * {
  font-family: 'Califa', serif;
  font-weight: 400;
  color: #000000; }

.onum {
  font-variant-numeric: oldstyle-nums;
  /* high-level property          */
  -moz-font-feature-settings: 'onum';
  /* low-level (old Firefox)      */
  -webkit-font-feature-settings: 'onum';
  /* low-level (old Webkit)       */
  font-feature-settings: 'onum' on;
  /* low-level (all new browsers) */ }

.ss01 {
  -moz-font-feature-settings: 'ss01';
  /* low-level (old Firefox)      */
  -webkit-font-feature-settings: 'ss01';
  /* low-level (old Webkit)       */
  font-feature-settings: 'ss01' on; }
  .ss01.ac {
    -moz-font-feature-settings: 'ss01', "case";
    /* For older Firefox */
    -webkit-font-feature-settings: 'ss01', "case";
    /* For older Webkit/Chrome */
    font-feature-settings: 'ss01' on, "case" on;
    /* Standard syntax */ }

.ss03 {
  -moz-font-feature-settings: 'ss03';
  /* low-level (old Firefox)      */
  -webkit-font-feature-settings: 'ss03';
  /* low-level (old Webkit)       */
  font-feature-settings: 'ss03' on; }
  .ss03.ac {
    -moz-font-feature-settings: 'ss03', "case";
    /* For older Firefox */
    -webkit-font-feature-settings: 'ss03', "case";
    /* For older Webkit/Chrome */
    font-feature-settings: 'ss03' on, "case" on;
    /* Standard syntax */ }

.ss06 {
  -moz-font-feature-settings: 'ss06';
  /* low-level (old Firefox)      */
  -webkit-font-feature-settings: 'ss06';
  /* low-level (old Webkit)       */
  font-feature-settings: 'ss06' on; }
  .ss06.ac {
    -moz-font-feature-settings: 'ss06', "case";
    /* For older Firefox */
    -webkit-font-feature-settings: 'ss06', "case";
    /* For older Webkit/Chrome */
    font-feature-settings: 'ss06' on, "case" on;
    /* Standard syntax */ }

.ss01-ss06 {
  -moz-font-feature-settings: 'ss01', 'ss06';
  /* low-level (old Firefox)      */
  -webkit-font-feature-settings: 'ss01', 'ss06';
  /* low-level (old Webkit)       */
  font-feature-settings: 'ss01' on, 'ss06' on; }
  .ss01-ss06.ac {
    -moz-font-feature-settings: 'ss01', 'ss06', "case";
    /* low-level (old Firefox)      */
    -webkit-font-feature-settings: 'ss01', 'ss06', "case";
    /* low-level (old Webkit)       */
    font-feature-settings: 'ss01' on, 'ss06' on, "case" on; }

.h-t, [class*="__htitle"] {
  font-size: clamp(80px, 11vw, 200px);
  line-height: 1.05; }

.big, [class*="__btitle"] {
  font-size: clamp(66px, 9.5vw, 180px);
  line-height: 1.05; }

.t-t, [class*="__title"] {
  font-size: clamp(64px, 8vw, 146px);
  line-height: 1.05; }

.m-t, [class*="__mtitle"] {
  font-size: clamp(36px, 7vw, 118px);
  line-height: 1.1; }

.palt-t {
  font-size: clamp(36px, 7vw, 100px);
  line-height: 1.1; }

.pa-t, [class*="__text"] {
  font-size: clamp(36px, 3vw, 56px);
  line-height: 1.1; }

.pe-t, [class*="__label"] {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.05; }

.d-t {
  font-size: clamp(14px, 3vw, 20px);
  line-height: 1.25; }

.bullet, [class*="swiper-pagination"] {
  font-size: clamp(45px, 5.4vw, 80px);
  line-height: 1; }

.cta {
  font-size: 30px;
  line-height: 1.4; }

.ctaSec {
  font-size: clamp(20px, 3.8vw, 24px);
  line-height: 1.25; }

.ctaAlt {
  font-size: clamp(20px, 4vw, 30px);
  line-height: 1.25; }

.copyright {
  font-size: 20px;
  line-height: 1.25; }

/* ---------------------------------------------- */
/* -----------------4) GENERAL STYLES------------ */
/* ---------------------------------------------- */
/* ~layout~
	
— Desktop

full		1920		100%;
cont		1840		95.8333%;
20px bits	20			1.0416%;
side		70			2.0833%;

— Mobile

full		420			100%;
cont		21			90.4761%;
6 cols		45			4.7619%;
5 guts		15			4%;
side		15			4%;

*/
:root {
  --bit: 1.0416%;
  --side: 2.0833%;
  --full: 100%;
  --full-sides: 95.8333%;
  --half: 50%;
  --half-sides: 46.875%;
  --half-gap: 48.9583%;
  --two-third-sides: 64.5833%;
  --one-third-sides: 29.1666%;
  --quarter: 25%;
  --third: calc(100% / 3);
  --third-sides: 31.25%;
  --swiper: 61.4583%;
  --border-main: 8px; }

@media screen and (max-width: 1023px) {
  :root {
    --bit: 4.7619%;
    --side: 4.7619%;
    --full-sides: 90.4761%;
    --bigm: 71.4285%;
    --half-sides: 42.8571%;
    --half-gap: 47.6190%;
    --swiper: 66.666%;
    --border-main: 5px; } }

.revealed {
  opacity: 0; }

.wrap {
  flex-wrap: wrap; }

figure, .full {
  width: 100%; }

.full-sides {
  width: var(--full-sides);
  margin: 0 auto; }

.half {
  width: var(--half); }

.half-sides {
  width: var(--half-sides); }

.half-gap {
  width: var(--half-gap); }

.third {
  width: var(--third); }

.story-swiper {
  width: var(--swiper); }

@media screen and (max-width: 1023px) {
  .m-x {
    display: none; }
  .m-full-sides {
    width: var(--full-sides);
    margin: 0 auto; }
  .half-sides {
    margin-left: var(--bit); }
  .m-third {
    width: var(--third); }
  .m-big {
    width: var(--bigm); } }

@media screen and (min-width: 1024px) {
  .d-x {
    display: none; }
  .flexd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .d-full-sides {
    width: var(--full-sides);
    margin: 0 auto; }
  .d-half-sides {
    width: var(--half-sides);
    margin-left: calc(var(--bit)*2); }
  .half-sides {
    margin-left: calc(var(--bit)*2); }
  .half-side {
    width: calc(50% - var(--bit)); }
  .d-third {
    width: var(--third); }
  .d-two-third-sides {
    width: var(--two-third-sides); }
  .d-one-third-sides {
    width: var(--one-third-sides); }
  .d-third-sides {
    width: var(--third-sides); }
  .d-quarter {
    width: var(--quarter); } }

img {
  max-width: 100%; }

.inline-cta:hover {
  color: #EE4137; }

.swiper .swiper-wrapper {
  height: auto; }

figure {
  display: flex;
  /* Makes the div a flex container */
  justify-content: center;
  /* Horizontally centers the image */
  align-items: center;
  /* Vertically centers the image */
  overflow: hidden;
  /* Hides any overflowing parts of the image */
  position: relative; }
  figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Scales the image to cover the container, potentially cropping parts of the image */ }
  figure figcaption {
    position: absolute;
    left: 20px; }
    figure figcaption * {
      color: #FFFFFF; }
    figure figcaption p {
      text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 1023px) {
    figure figcaption {
      width: 52.3809%;
      max-width: 300px; }
      figure figcaption.top {
        top: 24px; }
      figure figcaption.bottom {
        bottom: 24px; } }
  @media screen and (min-width: 1024px) {
    figure figcaption {
      width: 320px;
      left: 20px; }
      figure figcaption.top {
        top: 24px; }
      figure figcaption.bottom {
        bottom: 24px; } }

main {
  width: 100%;
  overflow: hidden; }
  main.error {
    flex-direction: column;
    align-items: center; }
    main.error * {
      text-align: center; }
    main.error h1, main.error p {
      width: 80%; }
    main.error a:hover {
      color: #000000; }
  @media screen and (max-width: 1023px) {
    main.error {
      padding: 40px 0; }
      main.error h1 {
        max-width: 800px;
        margin-bottom: 20px; }
      main.error p {
        max-width: 725px;
        margin-bottom: 40px; } }
  @media screen and (min-width: 1024px) {
    main.error {
      padding: 60px 0; }
      main.error h1 {
        max-width: 1500px;
        margin-bottom: 40px; }
      main.error p {
        max-width: 1080px;
        margin-bottom: 40px; } }

.main-navigation > ul * {
  text-transform: uppercase;
  text-align: center; }

.main-navigation > ul .is-active, .main-navigation > ul .is-sub-active {
  color: #EE4137; }
  .main-navigation > ul .is-active a, .main-navigation > ul .is-sub-active a {
    color: #EE4137; }

.main-navigation > ul .menu-title {
  font-size: 30px;
  line-height: 1.4; }

.main-navigation > ul .sub-menu a, .main-navigation > ul .menu-info {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.05; }

.main-navigation > ul > li > a, .main-navigation > ul > li .menu-title {
  border-bottom: solid var(--border-main) #000000; }

.main-navigation > ul > li:nth-child(3) {
  max-width: 160px; }

@media screen and (max-width: 1023px) {
  .main-navigation {
    padding: 20px 0; }
    .main-navigation button.menu {
      font-size: 40px;
      color: #000000;
      opacity: 1;
      position: fixed;
      top: 57px;
      left: 30px;
      z-index: 9; }
      .main-navigation button.menu:hover {
        color: #000000; }
      .main-navigation button.menu:active {
        color: #EE4137; }
    .main-navigation a.index.logo {
      width: 42.8571%;
      max-width: 200px;
      margin: 0 auto; }
    .main-navigation > ul {
      background-color: #E8E8E8;
      width: 100%;
      overflow: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      z-index: 10;
      transform: translateX(100%);
      transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
      .main-navigation > ul * {
        display: inline-block; }
      .main-navigation > ul .sub-menu, .main-navigation > ul .menu-info {
        margin-top: 10px; }
      .main-navigation > ul > li {
        max-width: 200px;
        margin-bottom: 30px;
        position: relative; }
        .main-navigation > ul > li:first-child {
          padding-top: 58px; }
        .main-navigation > ul > li.close {
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          position: fixed;
          top: 20px;
          left: 30px; }
          .main-navigation > ul > li.close img {
            width: 45px;
            padding-left: 5px;
            margin-bottom: 8px; }
          .main-navigation > ul > li.close h4 {
            font-size: 40px; }
      .main-navigation > ul li.logo {
        display: none; }
      .main-navigation > ul ul.sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column; }
      .main-navigation > ul.is-open {
        transform: translateX(0); }
    .main-navigation a.book {
      border-bottom: solid 3.5px #EE4137;
      width: 84px;
      padding-bottom: 1px;
      font-size: 20px;
      line-height: 20px;
      text-align: center;
      color: #EE4137;
      position: fixed;
      top: 62px;
      right: 20px;
      z-index: 11;
      display: block; } }

@media screen and (min-width: 1024px) {
  .main-navigation {
    position: relative;
    padding: 20px 0;
    z-index: 10; }
    .main-navigation button.menu,
    .main-navigation a.book {
      display: none; }
    .main-navigation a.index.logo {
      width: 14%;
      margin: auto;
      position: absolute;
      top: 20px;
      left: 0;
      right: 0;
      display: none; }
    .main-navigation > ul {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-start;
      align-items: baseline; }
      .main-navigation > ul a:hover {
        color: #EE4137; }
      .main-navigation > ul > li {
        max-width: 12%; }
        .main-navigation > ul > li .sub-menu {
          margin-top: 20px; }
        .main-navigation > ul > li:first-child {
          margin-left: 2.0832%;
          text-align: left;
          order: 1; }
          .main-navigation > ul > li:first-child * {
            text-align: left; }
        .main-navigation > ul > li:nth-child(2) {
          margin: 0 10px;
          order: 2; }
        .main-navigation > ul > li:nth-child(3) {
          order: 3; }
        .main-navigation > ul > li:nth-child(4) {
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          order: 5; }
          .main-navigation > ul > li:nth-child(4) a {
            margin: auto; }
          .main-navigation > ul > li:nth-child(4) span.menu-info {
            margin-top: 10px; }
        .main-navigation > ul > li:nth-child(5) {
          max-width: 140px;
          width: 7%;
          padding-right: 60px;
          margin-right: 2.0832%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          order: 6;
          position: relative; }
          .main-navigation > ul > li:nth-child(5) * {
            text-align: right;
            margin-left: auto; }
          .main-navigation > ul > li:nth-child(5) span.menu-info {
            margin-top: 10px; }
          .main-navigation > ul > li:nth-child(5):before {
            content: "Shop";
            font-size: clamp(32px, 3vw, 40px);
            writing-mode: vertical-rl;
            text-orientation: upright;
            letter-spacing: -12px;
            position: absolute;
            right: 8px;
            top: -8px; }
        .main-navigation > ul > li.close {
          display: none; }
        .main-navigation > ul > li.logo {
          max-width: 14%;
          margin: auto;
          order: 4; } }

footer .footer-row {
  background: #EE4137; }

footer .footer-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  footer .footer-layout a:hover {
    color: #EE4137; }
  footer .footer-layout .footer-column .footer-title {
    border-bottom: solid var(--border-main) #000000;
    display: inline-block; }
  footer .footer-layout .footer-column:nth-child(1) {
    width: 52.3809%;
    margin-left: var(--side); }

@media screen and (max-width: 1023px) {
  footer * {
    font-size: 14px !important; }
  footer .footer-row .subscribe-form {
    padding: 30px var(--side) 35px; }
    footer .footer-row .subscribe-form > h3 {
      font-size: 72px;
      line-height: .9;
      text-transform: uppercase;
      margin-bottom: 30px; }
    footer .footer-row .subscribe-form form {
      display: grid;
      grid-template-columns: 1fr; }
    footer .footer-row .subscribe-form form > label:not([style]) {
      display: flex;
      flex-direction: column;
      font-size: 30px !important;
      margin-bottom: 10px; }
    footer .footer-row .subscribe-form form > label:not([style]) input {
      border: 0;
      border-bottom: 1px solid #000000;
      padding: 8px 0;
      font-size: 30px !important; }
    footer .footer-row .subscribe-form form > button {
      grid-column: 1 / -1;
      justify-self: start;
      width: auto;
      color: #FFFFFF !important;
      opacity: 1;
      font-size: 72px !important;
      line-height: .9;
      text-transform: uppercase; }
  footer .footer-layout {
    padding-top: 40px;
    padding-bottom: 36px;
    flex-wrap: wrap; }
    footer .footer-layout .footer-column .footer-title {
      padding-bottom: 2.5px;
      margin-bottom: 10px; }
    footer .footer-layout .footer-column:nth-child(1) {
      width: 52.3809%; }
    footer .footer-layout .footer-column:nth-child(2) {
      width: 33.3333%;
      margin-left: var(--side); }
    footer .footer-layout .footer-column:nth-child(3) {
      max-width: 520px;
      margin: 40px var(--side) 0; }
      footer .footer-layout .footer-column:nth-child(3) .copyright br {
        display: none; } }

@media screen and (min-width: 1024px) {
  footer {
    padding-top: 80px;
    padding-bottom: 30px; }
    footer .footer-row {
      margin-bottom: 60px; }
      footer .footer-row .subscribe-form {
        padding: 40px var(--side) 45px; }
        footer .footer-row .subscribe-form > h3 {
          font-size: 120px;
          line-height: .9;
          text-transform: uppercase;
          margin-bottom: 60px; }
        footer .footer-row .subscribe-form form {
          display: grid;
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 15px; }
        footer .footer-row .subscribe-form form > label:not([style]) {
          display: flex;
          flex-direction: column;
          font-size: 30px;
          margin-bottom: 60px; }
        footer .footer-row .subscribe-form form > label:not([style]) input {
          border: 0;
          border-bottom: 1px solid #000000;
          padding: 8px 0;
          font-size: 30px; }
        footer .footer-row .subscribe-form form > button {
          grid-column: 1 / -1;
          justify-self: start;
          width: auto;
          color: #FFFFFF !important;
          opacity: 1;
          font-size: 110px;
          line-height: .9;
          text-transform: uppercase; }
    footer .footer-layout {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end; }
      footer .footer-layout .footer-column .footer-title {
        padding-bottom: 5px;
        margin-bottom: 20px; }
      footer .footer-layout .footer-column:nth-child(1) {
        width: 400px;
        margin-right: 2.0833%; }
      footer .footer-layout .footer-column:nth-child(2) {
        width: 230px;
        margin-right: 2.0833%; }
      footer .footer-layout .footer-column:nth-child(3) {
        width: 590px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: 8.3332%; } }

/* ---------------------------------------------- */
/* -----------------5) ANIMATIONS---------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* -----------------6) SECTION STYLES------------ */
/* ---------------------------------------------- */
main.home [class*="title"] {
  text-align: center; }

main.home [class*="label"] {
  text-align: center; }

main.home .hero-banner .hero-banner__content > p {
  text-align: center; }

main.home .menu-preview {
  position: relative; }
  main.home .menu-preview h4.menu-preview__label {
    position: absolute;
    z-index: 2; }
  main.home .menu-preview h3, main.home .menu-preview ul li {
    text-align: center;
    position: relative;
    z-index: 2; }
  main.home .menu-preview ul.menu-preview__list {
    flex-direction: column;
    align-items: center; }
    main.home .menu-preview ul.menu-preview__list li {
      cursor: default;
      position: relative; }
      main.home .menu-preview ul.menu-preview__list li:hover {
        color: #EE4137; }
        main.home .menu-preview ul.menu-preview__list li:hover:before {
          opacity: 1; }
      main.home .menu-preview ul.menu-preview__list li:before {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
        background-image: url("../images/brand/glove-hand-left.svg");
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        display: block;
        transition: opacity 0.2s ease-in;
        opacity: 0; }
  main.home .menu-preview div > img {
    position: absolute;
    z-index: 0; }

main.home .visit-us .visit-us__info {
  position: relative; }
  main.home .visit-us .visit-us__info h3 {
    text-align: center; }

main.home .visit-us .visit-us__book {
  background-color: #EE4137;
  position: relative; }
  main.home .visit-us .visit-us__book a img {
    transition: all 0.3s ease-in-out; }
  main.home .visit-us .visit-us__book a:hover span {
    color: #FFFFFF; }
  main.home .visit-us .visit-us__book a:hover img {
    transform: translateY(-6px); }
  main.home .visit-us .visit-us__book div {
    position: relative;
    z-index: 2; }
  main.home .visit-us .visit-us__book figure.full {
    position: relative;
    z-index: 1; }

@media screen and (max-width: 1023px) {
  main.home .hero-banner {
    padding-top: 20px; }
    main.home .hero-banner .hero-banner__content h1, main.home .hero-banner .hero-banner__content p {
      margin-bottom: 20px; }
    main.home .hero-banner .hero-banner__content figure {
      margin-bottom: 20px; }
  main.home .menu-preview {
    padding-top: 120px;
    padding-bottom: 120px; }
    main.home .menu-preview h4.menu-preview__label {
      max-width: 200px;
      margin: auto;
      right: 0;
      left: 0; }
      main.home .menu-preview h4.menu-preview__label:nth-of-type(1) {
        width: 298px;
        top: 70px; }
      main.home .menu-preview h4.menu-preview__label:nth-of-type(2) {
        width: 380px;
        bottom: 40px; }
    main.home .menu-preview div > img {
      max-width: 200px; }
      main.home .menu-preview div > img:nth-of-type(1) {
        top: 40px;
        right: 9.5238%; }
      main.home .menu-preview div > img:nth-of-type(2) {
        top: 194px;
        left: var(--side); }
      main.home .menu-preview div > img:nth-of-type(3) {
        bottom: 42px;
        left: 9.5238%; }
      main.home .menu-preview div > img:nth-of-type(4) {
        bottom: 110px;
        right: var(--side); }
  main.home .tacos .tacos__block > .tacos__title.onum {
    width: 80%;
    margin: 20px auto; }
  main.home .tacos .tacos__block .tacos__gallery {
    margin-top: 36px; }
  main.home .tacos .tacos__block figure {
    height: 260px; }
  main.home .tacos .tacos__block.full-sides {
    margin-top: 20px; }
    main.home .tacos .tacos__block.full-sides figure {
      margin-top: -8px; }
    main.home .tacos .tacos__block.full-sides .half {
      margin-top: 16px;
      flex-direction: column; }
      main.home .tacos .tacos__block.full-sides .half p {
        font-size: clamp(20px, 2vw, 28px);
        line-height: 1.05; }
      main.home .tacos .tacos__block.full-sides .half:nth-of-type(1) [class*="__title"], main.home .tacos .tacos__block.full-sides .half:nth-of-type(1) p {
        text-align: left; }
      main.home .tacos .tacos__block.full-sides .half:nth-of-type(2) [class*="__title"], main.home .tacos .tacos__block.full-sides .half:nth-of-type(2) p {
        text-align: right; }
  main.home .visit-us {
    margin-top: 40px; }
    main.home .visit-us .visit-us__info {
      margin-top: -20px; }
      main.home .visit-us .visit-us__info h3 br {
        display: none; }
      main.home .visit-us .visit-us__info address {
        font-size: clamp(36px, 3vw, 56px);
        line-height: 1.1; }
    main.home .visit-us .visit-us__book {
      padding-top: 30px;
      margin-top: 36px; }
      main.home .visit-us .visit-us__book > a:before {
        width: 80px;
        content: "☞";
        font-size: 36px;
        text-align: center;
        display: inline-block; }
      main.home .visit-us .visit-us__book > a img {
        display: none; }
      main.home .visit-us .visit-us__book > p, main.home .visit-us .visit-us__book h6 {
        margin-top: 10px;
        margin-left: 80px;
        font-size: clamp(20px, 2vw, 28px);
        line-height: 1.05; }
      main.home .visit-us .visit-us__book div h6 {
        margin-top: 40px;
        margin-bottom: 60px; }
      main.home .visit-us .visit-us__book figure.full {
        margin-top: -95px; } }

@media screen and (min-width: 1024px) {
  main.home .hero-banner {
    padding-top: 60px; }
    main.home .hero-banner .hero-banner__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      main.home .hero-banner .hero-banner__content h1 {
        margin-bottom: 30px; }
      main.home .hero-banner .hero-banner__content p {
        max-width: 1300px;
        margin-bottom: 15px; }
      main.home .hero-banner .hero-banner__content .hero-banner__gallery {
        margin-bottom: 40px;
        justify-content: space-evenly; }
  main.home .menu-preview {
    padding-top: 240px;
    padding-bottom: 352px;
    margin-top: 70px; }
    main.home .menu-preview h4.menu-preview__label:nth-of-type(1) {
      width: 298px;
      top: 300px;
      left: calc(25% - 149px); }
    main.home .menu-preview h4.menu-preview__label:nth-of-type(2) {
      width: 380px;
      top: 300px;
      right: calc(25% - 190px); }
    main.home .menu-preview ul.menu-preview__list li:before {
      width: 160px;
      height: 115px;
      left: -200px; }
    main.home .menu-preview div > img:nth-of-type(1) {
      top: 0;
      left: 52%; }
    main.home .menu-preview div > img:nth-of-type(2) {
      top: 420px;
      left: 10.4%; }
    main.home .menu-preview div > img:nth-of-type(3) {
      bottom: 0;
      left: 34.375%; }
    main.home .menu-preview div > img:nth-of-type(4) {
      bottom: 400px;
      left: 61.45%; }
  main.home .tacos .tacos__block {
    margin-top: 120px;
    justify-content: space-between;
    position: relative; }
    main.home .tacos .tacos__block .tacos__label {
      width: 260px; }
    main.home .tacos .tacos__block figure {
      height: 760px;
      margin-top: 2.0832%; }
    main.home .tacos .tacos__block .half {
      margin-top: 20px;
      align-items: center; }
      main.home .tacos .tacos__block .half p {
        margin: 0 20px; }
      main.home .tacos .tacos__block .half:nth-of-type(2) {
        flex-direction: row-reverse; }
    main.home .tacos .tacos__block:first-child {
      justify-content: center;
      flex-wrap: wrap; }
      main.home .tacos .tacos__block:first-child h4 {
        padding-top: 45px; }
        main.home .tacos .tacos__block:first-child h4:nth-of-type(1) {
          margin-right: -40px; }
        main.home .tacos .tacos__block:first-child h4:nth-of-type(2) {
          margin-left: -40px; }
      main.home .tacos .tacos__block:first-child .tacos__gallery {
        width: 100%; }
    main.home .tacos .tacos__block:last-child figure {
      margin-top: -1.14576%; }
  main.home .visit-us .full-sides {
    margin-top: 80px; }
  main.home .visit-us .visit-us__info {
    margin-top: -3.3%; }
    main.home .visit-us .visit-us__info h3 {
      position: absolute;
      top: 8px;
      left: 9.2391%; }
  main.home .visit-us .visit-us__book {
    flex-wrap: wrap;
    justify-content: space-between; }
    main.home .visit-us .visit-us__book a {
      margin-top: 40px;
      margin-left: 40px;
      display: inline-block; }
    main.home .visit-us .visit-us__book > p {
      margin-top: 40px;
      margin-right: 40px; }
    main.home .visit-us .visit-us__book div {
      margin-top: 160px; }
      main.home .visit-us .visit-us__book div h6 {
        position: absolute;
        top: -80px;
        left: 14%; }
      main.home .visit-us .visit-us__book div h2 {
        width: 100%; }
    main.home .visit-us .visit-us__book figure.full {
      height: 980px;
      margin-top: -80px; } }

main.tacos-drinks .menu-section .menu-section__container .swiper [class*="swiper-pagination"] {
  text-transform: uppercase; }

main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-wrapper .swiper-slide {
  opacity: 0 !important; }
  main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-wrapper .swiper-slide .slide-content {
    text-align: center; }
    main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-wrapper .swiper-slide .slide-content .slide__title span {
      font-size: clamp(26px, 3.6vw, 62px);
      line-height: 1.05;
      display: inline-block; }
  main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1 !important; }

main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-pagination-clickable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-pagination-bullet {
  background: none;
  width: auto;
  height: auto;
  opacity: 1; }
  main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-pagination-bullet:first-child:before {
    content: "•"; }
  main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-pagination-bullet:after {
    content: "•"; }

main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-pagination-bullet-active {
  color: #EE4137; }
  main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-pagination-bullet-active:first-child:before {
    color: #000000; }
  main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-pagination-bullet-active:after {
    color: #000000; }

main.tacos-drinks .menu-section .menu-section__container .swiper.tacos .swiper-wrapper .swiper-slide {
  background-color: #FFFFFF; }

main.tacos-drinks .menu-section#our-drinks {
  position: relative; }
  main.tacos-drinks .menu-section#our-drinks:before {
    background-color: #EE4137;
    content: "";
    width: var(--full-sides);
    height: 100%;
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1; }
  main.tacos-drinks .menu-section#our-drinks .menu-section__container > h2 {
    text-align: center; }
  main.tacos-drinks .menu-section#our-drinks .menu-section__container .swiper .swiper-wrapper .swiper-slide {
    background-color: #EE4137; }
    main.tacos-drinks .menu-section#our-drinks .menu-section__container .swiper .swiper-wrapper .swiper-slide .slide-content .price {
      color: #FFFFFF; }
  main.tacos-drinks .menu-section#our-drinks .menu-section__container .swiper-pagination-bullet-active {
    color: #FFFFFF; }
    main.tacos-drinks .menu-section#our-drinks .menu-section__container .swiper-pagination-bullet-active:before {
      color: #000000; }
    main.tacos-drinks .menu-section#our-drinks .menu-section__container .swiper-pagination-bullet-active:last-child:after {
      color: #000000; }

@media screen and (max-width: 1023px) {
  main.tacos-drinks {
    padding-top: 20px; }
    main.tacos-drinks h1.bullet {
      text-align: center; }
    main.tacos-drinks .menu-section .menu-section__container .swiper div[class*="swiper-pagination"] {
      width: var(--full-sides);
      margin: 0 auto 10px;
      flex-direction: column;
      align-items: center; }
    main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-wrapper .swiper-slide .slide-content {
      padding-bottom: 35px; }
      main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-wrapper .swiper-slide .slide-content .price {
        margin: 15px 0 20px;
        font-size: clamp(20px, 2vw, 28px);
        line-height: 1.05; }
      main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-wrapper .swiper-slide .slide-content img {
        width: 78.9473%;
        margin: -28px auto 0;
        position: relative;
        z-index: 1; }
      main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-wrapper .swiper-slide .slide-content h2, main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-wrapper .swiper-slide .slide-content p {
        width: 89.4736%;
        margin: 0 auto; }
      main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-wrapper .swiper-slide .slide-content h2 {
        line-height: .9;
        position: relative;
        z-index: 2; }
      main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-wrapper .swiper-slide .slide-content p {
        margin-top: 30px; }
    main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-pagination-bullet:before {
      content: "•"; }
    main.tacos-drinks .menu-section#our-tacos > h1 {
      margin-bottom: 40px; }
    main.tacos-drinks .menu-section#our-tacos .menu-section__container {
      margin-top: 10px; }
    main.tacos-drinks .menu-section#our-drinks {
      margin-top: 40px; }
      main.tacos-drinks .menu-section#our-drinks:before {
        top: 12.38094%; }
      main.tacos-drinks .menu-section#our-drinks .menu-section__container > h2 {
        max-width: 640px;
        margin-bottom: 40px; }
      main.tacos-drinks .menu-section#our-drinks .menu-section__container .swiper .swiper-wrapper .swiper-slide .slide-content .slide__title span {
        margin: 0 5px; } }

@media screen and (min-width: 1024px) {
  main.tacos-drinks {
    padding-top: 80px; }
    main.tacos-drinks h1.bullet {
      display: none; }
    main.tacos-drinks .menu-section {
      padding-top: 60px; }
      main.tacos-drinks .menu-section .menu-section__container .swiper {
        overflow: visible; }
        main.tacos-drinks .menu-section .menu-section__container .swiper [class*="swiper-pagination"] {
          min-height: 80px; }
        main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-wrapper {
          height: 100%;
          overflow: visible; }
          main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-wrapper .swiper-slide {
            padding-top: 80px;
            min-height: 800px;
            position: relative; }
            main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-wrapper .swiper-slide .slide-content {
              width: 71.7391%;
              margin-left: 2.0833%; }
              main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-wrapper .swiper-slide .slide-content .price {
                max-width: 10.1041%;
                position: absolute;
                top: 0;
                left: 2.0832%;
                z-index: -1; }
              main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-wrapper .swiper-slide .slide-content .d-quarter {
                max-width: 480px;
                position: absolute;
                top: 90px;
                right: -2.0833%; }
              main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-wrapper .swiper-slide .slide-content .slide__title {
                margin-bottom: 30px;
                line-height: 1; }
                main.tacos-drinks .menu-section .menu-section__container .swiper .swiper-wrapper .swiper-slide .slide-content .slide__title span {
                  margin: 0 10px; }
      main.tacos-drinks .menu-section#our-drinks {
        margin-top: 60px; }
        main.tacos-drinks .menu-section#our-drinks:before {
          top: 130px; }
        main.tacos-drinks .menu-section#our-drinks .menu-section__container > h2 {
          margin-bottom: 160px; }
        main.tacos-drinks .menu-section#our-drinks .menu-section__container .swiper .swiper-wrapper .swiper-slide {
          padding-top: 100px; }
          main.tacos-drinks .menu-section#our-drinks .menu-section__container .swiper .swiper-wrapper .swiper-slide .slide-content {
            width: 71.7391304348%; }
            main.tacos-drinks .menu-section#our-drinks .menu-section__container .swiper .swiper-wrapper .swiper-slide .slide-content .price {
              left: 4.3478%; } }

main.michelin-star .legacy .legacy__content {
  position: relative; }
  main.michelin-star .legacy .legacy__content:before {
    background-color: #EE4137;
    content: "";
    width: var(--full-sides);
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    left: var(--side);
    z-index: -1; }
  main.michelin-star .legacy .legacy__content .legacy__cont {
    text-align: center;
    position: relative;
    z-index: 2; }
  main.michelin-star .legacy .legacy__content .legacy__title {
    color: #FFFFFF; }

main.michelin-star .legacy .legacy__gallery {
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap; }
  main.michelin-star .legacy .legacy__gallery h2 {
    color: #FFFFFF;
    position: absolute; }

main.michelin-star .about .about__content figure.full-sides h2 {
  color: #FFFFFF;
  position: absolute;
  top: 0; }

main.michelin-star .about .about__content h2 {
  text-align: center; }

main.michelin-star .about .about__content > h2 {
  position: relative;
  z-index: 2; }

@media screen and (max-width: 1023px) {
  main.michelin-star .legacy .legacy__content {
    padding-top: 20px;
    padding-bottom: 30px;
    flex-direction: column;
    text-align: center; }
    main.michelin-star .legacy .legacy__content:before {
      height: calc(104.7619% + 360px); }
    main.michelin-star .legacy .legacy__content .legacy__cont {
      margin-top: 20px; }
      main.michelin-star .legacy .legacy__content .legacy__cont img {
        width: 44.2105%;
        max-width: 200px;
        margin: 0 auto;
        position: relative; }
      main.michelin-star .legacy .legacy__content .legacy__cont h1 {
        margin-top: -70px; }
    main.michelin-star .legacy .legacy__content h4 {
      width: 85.7142%;
      margin: 0 auto; }
      main.michelin-star .legacy .legacy__content h4:last-child {
        width: 83.333%;
        margin-top: 40px; }
  main.michelin-star .legacy .legacy__gallery figure {
    margin-bottom: 4.7619%; }
    main.michelin-star .legacy .legacy__gallery figure h2 {
      bottom: -10px; }
    main.michelin-star .legacy .legacy__gallery figure:nth-child(1),
    main.michelin-star .legacy .legacy__gallery figure:nth-child(2),
    main.michelin-star .legacy .legacy__gallery figure:nth-child(5) {
      height: 340px; }
    main.michelin-star .legacy .legacy__gallery figure:nth-child(3) {
      width: 52.3809%;
      height: 260px; }
    main.michelin-star .legacy .legacy__gallery figure:nth-child(4) {
      width: 42.8571%;
      height: 260px; }
  main.michelin-star .legacy > h3 {
    margin-top: 10px;
    font-size: clamp(36px, 3vw, 56px);
    line-height: 1.1; }
  main.michelin-star .about {
    margin-top: 30px; }
    main.michelin-star .about * {
      font-size: clamp(20px, 2vw, 28px);
      line-height: 1.05; }
    main.michelin-star .about .about__cta {
      margin-bottom: 40px; }
      main.michelin-star .about .about__cta a img {
        width: 12.6315%;
        margin-top: 20px; }
      main.michelin-star .about .about__cta h4 {
        margin-top: 30px; }
    main.michelin-star .about .about__content {
      margin-bottom: 10px; }
      main.michelin-star .about .about__content figure.full-sides h2 {
        font-size: clamp(64px, 8vw, 146px);
        line-height: 1.05;
        top: -10px; }
      main.michelin-star .about .about__content figure.full-sides:nth-child(1) {
        height: 80vh;
        min-height: 600px; }
      main.michelin-star .about .about__content figure.full-sides:nth-of-type(2) {
        height: 40vh;
        min-height: 240px;
        margin-top: -95px;
        margin-bottom: 25px; }
      main.michelin-star .about .about__content > h2 {
        margin-top: 20px;
        font-size: clamp(64px, 8vw, 146px);
        line-height: 1.05; }
      main.michelin-star .about .about__content > h4 {
        font-size: clamp(36px, 3vw, 56px);
        line-height: 1.1; } }

@media screen and (min-width: 1024px) {
  main.michelin-star {
    padding-top: 40px; }
    main.michelin-star .legacy .legacy__content:before {
      height: 1260px; }
    main.michelin-star .legacy .legacy__content .legacy__cont {
      padding-top: 16%;
      margin: auto; }
      main.michelin-star .legacy .legacy__content .legacy__cont img {
        width: 24.1423%;
        padding-left: 20px;
        margin: auto;
        position: absolute;
        top: 11%;
        left: 0;
        right: 0; }
    main.michelin-star .legacy .legacy__content h4 {
      width: 37.5%;
      min-width: 450px;
      position: absolute;
      top: 3.1248%;
      z-index: 3; }
      main.michelin-star .legacy .legacy__content h4:nth-of-type(1) {
        left: 4.1666%; }
      main.michelin-star .legacy .legacy__content h4:nth-of-type(2) {
        text-align: right;
        right: 4.1666%; }
    main.michelin-star .legacy .legacy__gallery {
      margin-top: -2.0832%; }
      main.michelin-star .legacy .legacy__gallery figure {
        margin-bottom: 2.0832%; }
        main.michelin-star .legacy .legacy__gallery figure h2 {
          bottom: -20px; }
        main.michelin-star .legacy .legacy__gallery figure.half-side {
          height: 800px; }
        main.michelin-star .legacy .legacy__gallery figure.d-third-sides, main.michelin-star .legacy .legacy__gallery figure.d-third {
          height: 782px; }
    main.michelin-star .about {
      margin-top: 100px; }
      main.michelin-star .about .about__cta {
        margin-bottom: 100px;
        justify-content: space-between; }
        main.michelin-star .about .about__cta a {
          width: 22.9166%;
          margin-left: 2.0833%; }
          main.michelin-star .about .about__cta a img {
            margin-top: 120px; }
        main.michelin-star .about .about__cta h4 {
          width: 47.9166%;
          margin-right: 3.1248%; }
      main.michelin-star .about .about__content {
        margin-bottom: 80px; }
        main.michelin-star .about .about__content figure.full-sides {
          height: 95vh;
          min-height: 600px; }
          main.michelin-star .about .about__content figure.full-sides h2 {
            top: -17px; }
          main.michelin-star .about .about__content figure.full-sides:nth-child(1) img {
            object-position: bottom; }
          main.michelin-star .about .about__content figure.full-sides:nth-of-type(2) {
            margin-top: -80px;
            margin-bottom: 50px; }
        main.michelin-star .about .about__content > h2 {
          margin-top: 20px; } }

main.story .intro .intro__content > div {
  position: relative; }
  main.story .intro .intro__content > div:nth-child(1) {
    justify-content: space-between;
    z-index: 1; }
    main.story .intro .intro__content > div:nth-child(1) h1 {
      text-align: center; }
    main.story .intro .intro__content > div:nth-child(1) img {
      position: absolute;
      top: 0; }
    main.story .intro .intro__content > div:nth-child(1) h4 {
      margin-top: 20px; }
      main.story .intro .intro__content > div:nth-child(1) h4:last-child {
        text-align: right; }
  main.story .intro .intro__content > div.juanito {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 2; }
  main.story .intro .intro__content > div.intro__name h2 {
    text-align: center; }
  main.story .intro .intro__content > div.tradition figure {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    main.story .intro .intro__content > div.tradition figure:last-child h4 {
      color: transparent; }
  main.story .intro .intro__content > div.tradition div {
    text-align: center; }

main.story .taqueria .taqueria__offer {
  text-align: center; }
  main.story .taqueria .taqueria__offer div {
    position: relative; }
    main.story .taqueria .taqueria__offer div h4 {
      position: absolute; }
      main.story .taqueria .taqueria__offer div h4:before, main.story .taqueria .taqueria__offer div h4:after {
        content: "•"; }

main.story .taqueria .taqueria__place h2 {
  text-align: center; }

main.story .taqueria .taqueria__place .taqueria__everyday {
  position: relative;
  align-items: center;
  justify-content: center; }
  main.story .taqueria .taqueria__place .taqueria__everyday:before {
    background-color: #EE4137;
    content: "";
    width: var(--full-sides);
    margin: auto;
    display: block;
    position: absolute;
    z-index: -1; }
  main.story .taqueria .taqueria__place .taqueria__everyday h2 {
    color: #FFFFFF; }
  main.story .taqueria .taqueria__place .taqueria__everyday img {
    margin: auto;
    position: absolute;
    right: 0;
    left: 0; }
  main.story .taqueria .taqueria__place .taqueria__everyday h4 {
    text-align: center; }

main.story .taqueria .taqueria__place .taqueria__gallery div {
  position: relative; }
  main.story .taqueria .taqueria__place .taqueria__gallery div h3 {
    position: relative;
    z-index: 2; }
  main.story .taqueria .taqueria__place .taqueria__gallery div figure {
    position: relative;
    z-index: 1; }

main.story .taqueria .taqueria__place .taqueria__featured h3 {
  text-align: center; }

main.story .taqueria .taqueria__place .taqueria__featured .swiper.featured .swiper-slide {
  background-color: #FFFFFF; }
  main.story .taqueria .taqueria__place .taqueria__featured .swiper.featured .swiper-slide a:hover {
    color: #EE4137; }

main.story .taqueria .taqueria__place .taqueria__realness {
  position: relative; }
  main.story .taqueria .taqueria__place .taqueria__realness h2 {
    position: relative;
    z-index: 2; }
  main.story .taqueria .taqueria__place .taqueria__realness figure {
    position: relative;
    z-index: 1; }

main.story .taqueria .taqueria__place .taqueria__stars {
  position: relative; }
  main.story .taqueria .taqueria__place .taqueria__stars:before {
    background-color: #EE4137;
    content: "";
    width: var(--full);
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    z-index: -1; }
  main.story .taqueria .taqueria__place .taqueria__stars > div.flex {
    justify-content: center;
    align-items: center; }
    main.story .taqueria .taqueria__place .taqueria__stars > div.flex h4 {
      color: #FFFFFF; }
      main.story .taqueria .taqueria__place .taqueria__stars > div.flex h4:first-child {
        text-align: right; }
    main.story .taqueria .taqueria__place .taqueria__stars > div.flex p {
      margin: 0 auto;
      text-align: center; }

main.story .taqueria .taqueria__place .taqueria__reach {
  text-align: center;
  position: relative; }
  main.story .taqueria .taqueria__place .taqueria__reach:before {
    background-color: #EE4137;
    content: "";
    width: var(--full);
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    z-index: -1; }
  main.story .taqueria .taqueria__place .taqueria__reach .swiper.all-over {
    overflow: visible; }
    main.story .taqueria .taqueria__place .taqueria__reach .swiper.all-over .swiper-wrapper {
      overflow: visible; }
      main.story .taqueria .taqueria__place .taqueria__reach .swiper.all-over .swiper-wrapper .swiper-slide img {
        width: 100%; }
  main.story .taqueria .taqueria__place .taqueria__reach a.flex {
    justify-content: center;
    align-items: center; }
    main.story .taqueria .taqueria__place .taqueria__reach a.flex:hover span {
      color: #EE4137; }

@media screen and (max-width: 1023px) {
  main.story .intro .intro__content > div:nth-child(1) {
    max-width: 780px;
    padding-top: 40px;
    margin: 0 auto; }
    main.story .intro .intro__content > div:nth-child(1) img {
      width: 38.0952%;
      max-width: 180px;
      left: 11.90475%; }
    main.story .intro .intro__content > div:nth-child(1) h4 {
      width: var(--half-sides);
      font-size: clamp(20px, 2vw, 28px);
      line-height: 1.05; }
      main.story .intro .intro__content > div:nth-child(1) h4:nth-of-type(1) {
        margin-left: var(--side); }
      main.story .intro .intro__content > div:nth-child(1) h4:last-child {
        margin-right: var(--side); }
  main.story .intro .intro__content > div.juanito img {
    width: 60.4761%;
    max-width: 300px;
    margin-bottom: 25px; }
  main.story .intro .intro__content > div.juanito h4 {
    width: 100%;
    font-size: clamp(14px, 3vw, 20px);
    line-height: 1.25;
    text-align: center; }
  main.story .intro .intro__content > div.intro__name {
    margin-top: 25px; }
    main.story .intro .intro__content > div.intro__name img {
      width: 14.2857%;
      max-width: 80px;
      margin: 0 auto; }
    main.story .intro .intro__content > div.intro__name h4 {
      margin-top: 15px;
      font-size: clamp(14px, 3vw, 20px);
      line-height: 1.25;
      text-align: center; }
    main.story .intro .intro__content > div.intro__name h2 {
      margin-top: 25px; }
  main.story .intro .intro__content > div.tradition {
    padding-top: 30px; }
    main.story .intro .intro__content > div.tradition h4 {
      margin-bottom: 5px;
      font-size: clamp(14px, 3vw, 20px);
      line-height: 1.25; }
    main.story .intro .intro__content > div.tradition div {
      margin: 10px 0; }
      main.story .intro .intro__content > div.tradition div h2 {
        font-size: clamp(66px, 9.5vw, 180px);
        line-height: 1.05; }
  main.story .taqueria {
    margin-top: 40px; }
    main.story .taqueria .taqueria__offer h4, main.story .taqueria .taqueria__offer p {
      font-size: clamp(20px, 2vw, 28px);
      line-height: 1.05; }
    main.story .taqueria .taqueria__offer div {
      max-width: 540px;
      margin: 0 auto; }
      main.story .taqueria .taqueria__offer div h4:nth-of-type(1) {
        top: 7.14285%;
        right: 60%; }
      main.story .taqueria .taqueria__offer div h4:nth-of-type(2) {
        top: 7.14285%;
        left: 60%; }
      main.story .taqueria .taqueria__offer div h4:nth-of-type(4) {
        bottom: 23.8095%;
        right: 8%; }
      main.story .taqueria .taqueria__offer div h4:nth-of-type(3) {
        bottom: 22.85712%;
        left: 12%; }
    main.story .taqueria .taqueria__offer p {
      margin-top: 20px; }
    main.story .taqueria .taqueria__place {
      margin-top: 20px; }
      main.story .taqueria .taqueria__place .taqueria__everyday {
        padding-top: 66px;
        padding-bottom: 20px; }
        main.story .taqueria .taqueria__place .taqueria__everyday:before {
          top: 40px;
          bottom: 0;
          left: var(--side); }
        main.story .taqueria .taqueria__place .taqueria__everyday img {
          width: 64px;
          top: 0; }
        main.story .taqueria .taqueria__place .taqueria__everyday h4 {
          padding-bottom: 40px; }
        main.story .taqueria .taqueria__place .taqueria__everyday h2 {
          width: 66.666%;
          line-height: 1; }
      main.story .taqueria .taqueria__place .taqueria__gallery .taqueria__text {
        padding-top: 20px;
        padding-bottom: 30px; }
      main.story .taqueria .taqueria__place .taqueria__gallery figure:nth-child(1) {
        border-bottom: solid 20px #EE4137;
        height: 400px; }
      main.story .taqueria .taqueria__place .taqueria__gallery div {
        position: relative; }
        main.story .taqueria .taqueria__place .taqueria__gallery div h3 {
          font-size: 64px;
          position: absolute;
          left: 4.7619%; }
          main.story .taqueria .taqueria__place .taqueria__gallery div h3:nth-child(1) {
            width: 70%;
            top: 0; }
          main.story .taqueria .taqueria__place .taqueria__gallery div h3:nth-child(2) {
            top: 400px; }
        main.story .taqueria .taqueria__place .taqueria__gallery div figure {
          height: 300px;
          padding-top: 126px;
          margin-bottom: 60px; }
      main.story .taqueria .taqueria__place .taqueria__featured {
        padding-top: 20px;
        padding-bottom: 40px; }
        main.story .taqueria .taqueria__place .taqueria__featured h3 {
          width: 70%;
          margin: 0 auto; }
        main.story .taqueria .taqueria__place .taqueria__featured .swiper.featured {
          max-width: 500px;
          margin-top: 40px; }
          main.story .taqueria .taqueria__place .taqueria__featured .swiper.featured .swiper-slide .instagram-wrapper, main.story .taqueria .taqueria__place .taqueria__featured .swiper.featured .swiper-slide img {
            width: 100%; }
          main.story .taqueria .taqueria__place .taqueria__featured .swiper.featured .swiper-slide p {
            width: 73.6842%;
            margin-top: 20px; }
      main.story .taqueria .taqueria__place .taqueria__realness figure.d-half-sides {
        height: 500px;
        margin-bottom: 20px; }
      main.story .taqueria .taqueria__place .taqueria__realness figure.full-sides {
        margin-top: -40px;
        height: 420px; }
      main.story .taqueria .taqueria__place .taqueria__realness .d-half-sides + h2 {
        font-size: 64px;
        margin-top: 4.7619%; }
      main.story .taqueria .taqueria__place .taqueria__stars:before {
        top: -200px;
        bottom: 0; }
      main.story .taqueria .taqueria__place .taqueria__stars h2 {
        margin-top: 40px; }
      main.story .taqueria .taqueria__place .taqueria__stars > div.flex {
        margin-top: 60px; }
        main.story .taqueria .taqueria__place .taqueria__stars > div.flex h4 {
          font-size: clamp(20px, 2vw, 28px);
          line-height: 1.05;
          padding-bottom: 40px; }
        main.story .taqueria .taqueria__place .taqueria__stars > div.flex p {
          width: 240px;
          margin: 0 2.0832%; }
      main.story .taqueria .taqueria__place .taqueria__stars .taqueria__gallery {
        margin-top: 40px; }
        main.story .taqueria .taqueria__place .taqueria__stars .taqueria__gallery figure {
          border-bottom: 0;
          margin-top: 20px; }
      main.story .taqueria .taqueria__place .taqueria__reach {
        padding-top: 19.99998%;
        padding-bottom: 40px; }
        main.story .taqueria .taqueria__place .taqueria__reach:before {
          padding-top: 28.5714%;
          top: 0; }
        main.story .taqueria .taqueria__place .taqueria__reach .swiper.all-over {
          width: 66.666%;
          margin-top: 40px; }
          main.story .taqueria .taqueria__place .taqueria__reach .swiper.all-over .swiper-wrapper {
            max-width: 600px; }
        main.story .taqueria .taqueria__place .taqueria__reach a.flex {
          margin-top: 40px; }
          main.story .taqueria .taqueria__place .taqueria__reach a.flex img {
            height: 32px; }
          main.story .taqueria .taqueria__place .taqueria__reach a.flex span {
            padding: 0 1.0416%; }
        main.story .taqueria .taqueria__place .taqueria__reach p:last-child {
          margin-top: 20px; } }

@media screen and (min-width: 1024px) {
  main.story .intro .intro__content > div:nth-child(1) {
    padding-top: 90px; }
    main.story .intro .intro__content > div:nth-child(1) img {
      width: 21.3541%;
      min-width: 300px;
      max-width: 410px;
      left: 16.6656%; }
    main.story .intro .intro__content > div:nth-child(1) h4:nth-of-type(1) {
      margin-left: 8.3332%; }
    main.story .intro .intro__content > div:nth-child(1) h4:last-child {
      margin-right: 8.3332%; }
  main.story .intro .intro__content > div.juanito {
    margin: -6.51% auto 0; }
    main.story .intro .intro__content > div.juanito h4 {
      width: 21.25%;
      margin: auto;
      text-align: right;
      position: absolute;
      top: 6.8%;
      right: 0;
      left: 0; }
    main.story .intro .intro__content > div.juanito img {
      width: 21.25%;
      min-width: 280px; }
  main.story .intro .intro__content > div.intro__name {
    padding-top: 5.208%;
    margin-top: -9.8952%; }
    main.story .intro .intro__content > div.intro__name > div {
      width: 70%;
      max-width: 1300px;
      margin: 0 auto;
      position: relative; }
      main.story .intro .intro__content > div.intro__name > div img {
        width: 12%;
        max-width: 180px;
        position: absolute;
        top: -20%;
        left: 10%; }
    main.story .intro .intro__content > div.intro__name h4 {
      width: 14.0625%;
      position: absolute;
      top: 0;
      left: 4.1664%; }
  main.story .intro .intro__content > div.tradition {
    padding-top: 20px; }
    main.story .intro .intro__content > div.tradition div {
      width: 37.5%;
      margin-top: -3.6456%; }
    main.story .intro .intro__content > div.tradition figure {
      width: 27.0833%;
      max-height: 500px;
      margin: 0 2.0832%; }
      main.story .intro .intro__content > div.tradition figure h4 {
        line-height: .78; }
  main.story .taqueria {
    margin-top: 100px; }
    main.story .taqueria .taqueria__offer div h4:nth-of-type(1) {
      top: 10.416%;
      right: 70%; }
    main.story .taqueria .taqueria__offer div h4:nth-of-type(2) {
      top: 10.416%;
      left: 70%; }
    main.story .taqueria .taqueria__offer div h4:nth-of-type(3) {
      bottom: 10.416%;
      right: 86%; }
    main.story .taqueria .taqueria__offer div h4:nth-of-type(4) {
      bottom: 10.416%;
      left: 86%; }
    main.story .taqueria .taqueria__offer p {
      margin-top: 60px; }
    main.story .taqueria .taqueria__place {
      margin-top: 100px; }
      main.story .taqueria .taqueria__place .taqueria__everyday {
        padding-top: 150px;
        padding-bottom: 40px; }
        main.story .taqueria .taqueria__place .taqueria__everyday:before {
          height: calc(100% + 300px);
          top: 120px;
          left: 2.0833%; }
        main.story .taqueria .taqueria__place .taqueria__everyday img {
          width: 145px;
          top: 8px; }
        main.story .taqueria .taqueria__place .taqueria__everyday h2 {
          width: 77.0833%;
          margin: 0 1.0416%; }
      main.story .taqueria .taqueria__place .taqueria__gallery .taqueria__text {
        padding-top: 2.0832%;
        padding-bottom: 4.1664%; }
      main.story .taqueria .taqueria__place .taqueria__gallery > figure.d-half-sides {
        height: 84vh;
        min-height: 600px; }
      main.story .taqueria .taqueria__place .taqueria__gallery > figure.full-sides {
        height: 95vh;
        min-height: 600px; }
      main.story .taqueria .taqueria__place .taqueria__gallery div {
        justify-content: flex-end; }
        main.story .taqueria .taqueria__place .taqueria__gallery div h3:first-child {
          position: absolute;
          top: -1.302%;
          left: 2.0833%; }
        main.story .taqueria .taqueria__place .taqueria__gallery div h3:last-of-type {
          line-height: .78;
          margin-right: 2.0833%; }
      main.story .taqueria .taqueria__place .taqueria__featured {
        padding-top: 12.4992%;
        padding-bottom: 14.5824%;
        align-items: center;
        justify-content: center; }
        main.story .taqueria .taqueria__place .taqueria__featured h3 {
          width: 23.9583%;
          margin-left: 4.1664%; }
        main.story .taqueria .taqueria__place .taqueria__featured .swiper.featured {
          width: 58.3333%;
          min-width: 600px;
          margin-right: 0;
          margin-left: 40px; }
          main.story .taqueria .taqueria__place .taqueria__featured .swiper.featured .swiper-slide {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center; }
            main.story .taqueria .taqueria__place .taqueria__featured .swiper.featured .swiper-slide .instagram-wrapper, main.story .taqueria .taqueria__place .taqueria__featured .swiper.featured .swiper-slide img {
              width: 50%;
              max-width: 600px; }
            main.story .taqueria .taqueria__place .taqueria__featured .swiper.featured .swiper-slide p {
              width: 28.5715%;
              margin-left: 40px; }
      main.story .taqueria .taqueria__place .taqueria__realness figure.d-half-sides {
        height: 95vh;
        min-height: 600px; }
      main.story .taqueria .taqueria__place .taqueria__realness figure.full-sides {
        margin-top: -4.1664%; }
      main.story .taqueria .taqueria__place .taqueria__realness .d-half-sides + h2 {
        margin-top: 1.0416%; }
      main.story .taqueria .taqueria__place .taqueria__stars:before {
        top: -52.08%;
        bottom: 0; }
      main.story .taqueria .taqueria__place .taqueria__stars h2 {
        margin-top: 60px; }
      main.story .taqueria .taqueria__place .taqueria__stars > div.flex {
        margin-top: 80px; }
        main.story .taqueria .taqueria__place .taqueria__stars > div.flex p {
          width: 43.75%;
          margin: 0 2.0832%; }
      main.story .taqueria .taqueria__place .taqueria__stars .taqueria__gallery {
        margin-top: 100px; }
        main.story .taqueria .taqueria__place .taqueria__stars .taqueria__gallery figure {
          height: 50vh;
          min-height: 320px;
          margin: 0 1.0416%; }
      main.story .taqueria .taqueria__place .taqueria__reach {
        padding-top: 67px;
        padding-bottom: 5.208%; }
        main.story .taqueria .taqueria__place .taqueria__reach:before {
          padding-top: 120px;
          top: 0; }
        main.story .taqueria .taqueria__place .taqueria__reach .swiper.all-over {
          width: 61.4583%;
          margin-top: 50px; }
          main.story .taqueria .taqueria__place .taqueria__reach .swiper.all-over .swiper-wrapper {
            max-width: 1200px; }
        main.story .taqueria .taqueria__place .taqueria__reach a.flex {
          margin-top: 4.1664%; }
          main.story .taqueria .taqueria__place .taqueria__reach a.flex span {
            padding: 0 1.0416%; }
        main.story .taqueria .taqueria__place .taqueria__reach p:first-child {
          position: relative;
          font-size: 56px; }
        main.story .taqueria .taqueria__place .taqueria__reach p:last-child {
          margin-top: 2.0832%; } }

main.contact h1 {
  text-align: center; }

main.contact .locations-grid .location-item {
  width: 100%;
  align-items: flex-start; }
  main.contact .locations-grid .location-item > div {
    width: 100%; }
    main.contact .locations-grid .location-item > div:nth-child(1) h2 {
      margin: 0 auto; }
    main.contact .locations-grid .location-item > div:nth-child(1) a {
      display: inline-block;
      text-align: center; }
    main.contact .locations-grid .location-item > div:nth-child(2) {
      flex-wrap: wrap; }
      main.contact .locations-grid .location-item > div:nth-child(2) span, main.contact .locations-grid .location-item > div:nth-child(2) a {
        font-size: clamp(20px, 4vw, 30px);
        line-height: 1.25; }
      main.contact .locations-grid .location-item > div:nth-child(2) .map-embed iframe {
        width: 100% !important;
        height: 100% !important; }

@media screen and (max-width: 1023px) {
  main.contact {
    padding-top: 10px;
    padding-bottom: 20px; }
    main.contact .locations-grid {
      margin-top: 40px;
      margin-bottom: 20px; }
      main.contact .locations-grid .location-item {
        margin-top: 60px; }
        main.contact .locations-grid .location-item > div:nth-child(1) {
          width: 28.5714%;
          text-align: center; }
          main.contact .locations-grid .location-item > div:nth-child(1) h2 {
            writing-mode: vertical-rl;
            text-orientation: upright;
            letter-spacing: -30px;
            margin-top: -20px; }
          main.contact .locations-grid .location-item > div:nth-child(1) a, main.contact .locations-grid .location-item > div:nth-child(1) div {
            margin-top: 60px; }
          main.contact .locations-grid .location-item > div:nth-child(1) a {
            font-size: clamp(20px, 2vw, 28px);
            line-height: 1.05; }
          main.contact .locations-grid .location-item > div:nth-child(1) p {
            max-width: 80px;
            margin: 0 auto;
            font-size: clamp(14px, 3vw, 20px);
            line-height: 1.25;
            text-align: center; }
        main.contact .locations-grid .location-item > div:nth-child(2) {
          width: 66.6666%; }
          main.contact .locations-grid .location-item > div:nth-child(2) p {
            font-size: clamp(20px, 2vw, 28px);
            line-height: 1.05;
            margin-bottom: 20px; }
          main.contact .locations-grid .location-item > div:nth-child(2) img, main.contact .locations-grid .location-item > div:nth-child(2) .map-embed {
            width: 100%; }
          main.contact .locations-grid .location-item > div:nth-child(2) .map-embed {
            margin-top: 20px;
            height: 280px; }
          main.contact .locations-grid .location-item > div:nth-child(2) span {
            margin-top: 20px;
            display: block; }
          main.contact .locations-grid .location-item > div:nth-child(2) p, main.contact .locations-grid .location-item > div:nth-child(2) span.address, main.contact .locations-grid .location-item > div:nth-child(2) div.info {
            width: 80%; }
          main.contact .locations-grid .location-item > div:nth-child(2) div.info {
            flex-direction: column-reverse; }
        main.contact .locations-grid .location-item:first-child {
          margin-top: 0; } }

@media screen and (min-width: 1024px) {
  main.contact {
    padding-top: 100px;
    padding-bottom: 40px; }
    main.contact .locations-grid {
      padding-top: 80px; }
      main.contact .locations-grid .location-item {
        margin-bottom: 50px;
        justify-content: space-between; }
        main.contact .locations-grid .location-item > div:nth-child(1) {
          width: 17.3913%; }
          main.contact .locations-grid .location-item > div:nth-child(1) h2 {
            writing-mode: vertical-rl;
            text-orientation: upright;
            letter-spacing: -60px; }
          main.contact .locations-grid .location-item > div:nth-child(1) a {
            margin-top: 60px; }
          main.contact .locations-grid .location-item > div:nth-child(1) p {
            max-width: 200px;
            margin: 40px auto 0; }
        main.contact .locations-grid .location-item > div:nth-child(2) {
          width: 78.2608%;
          padding-top: 50px; }
          main.contact .locations-grid .location-item > div:nth-child(2) p {
            width: 100%;
            margin-bottom: 20px; }
          main.contact .locations-grid .location-item > div:nth-child(2) img, main.contact .locations-grid .location-item > div:nth-child(2) .map-embed {
            width: 50%; }
          main.contact .locations-grid .location-item > div:nth-child(2) span.address, main.contact .locations-grid .location-item > div:nth-child(2) div.info {
            margin-top: 40px; }
          main.contact .locations-grid .location-item > div:nth-child(2) span.address {
            width: 50%; }
          main.contact .locations-grid .location-item > div:nth-child(2) div.info {
            width: 50%;
            justify-content: space-between; }
            main.contact .locations-grid .location-item > div:nth-child(2) div.info span {
              width: 50%; }
              main.contact .locations-grid .location-item > div:nth-child(2) div.info span:first-child {
                margin-left: 20px; }
              main.contact .locations-grid .location-item > div:nth-child(2) div.info span:last-child {
                text-align: right; } }

main.careers * {
  border: solid 1px gray;
  padding: 5px;
  margin: 5px; }

main.careers .cr_red-color {
  color: #EE4137; }

main.careers .cr_title-font-style {
  font-size: 200px;
  line-height: 200px; }

main.careers .cr_section-font-style {
  font-size: 115px;
  line-height: 110px;
  text-transform: uppercase; }

main.careers .cr_title-font-highlight {
  background-color: yellow;
  font-size: 56px;
  line-height: 60px; }

main.careers .cr_title-font-text {
  background-color: beige;
  font-size: 40px;
  line-height: 50px; }

main.careers .cr_title-font-subtitle {
  background-color: aqua;
  font-size: 90px;
  line-height: 90px; }

main.careers-v2 {
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%; }
  main.careers-v2 * {
    box-sizing: border-box;
    letter-spacing: 0; }
  main.careers-v2 ul,
  main.careers-v2 ol,
  main.careers-v2 figure,
  main.careers-v2 p,
  main.careers-v2 h1,
  main.careers-v2 h2,
  main.careers-v2 h3 {
    margin: 0;
    padding: 0; }
  main.careers-v2 figure,
  main.careers-v2 img {
    display: block; }
  main.careers-v2 section {
    position: relative; }
  main.careers-v2 .careers-v2__title {
    font-size: 10.416667vw;
    line-height: 10.416667vw;
    text-transform: uppercase; }
  main.careers-v2 .careers-v2__section-title {
    color: #EE4137;
    font-feature-settings: "ss06" on;
    font-size: 5.989583vw;
    line-height: 5.729167vw;
    text-transform: uppercase; }
  main.careers-v2 .careers-v2__highlight,
  main.careers-v2 .careers-v2__intro {
    font-size: 2.916667vw;
    line-height: 3.125vw; }
  main.careers-v2 .careers-v2__text,
  main.careers-v2 .careers-v2__two-columns,
  main.careers-v2 .careers-v2__path,
  main.careers-v2 .careers-v2__slide-items,
  main.careers-v2 .careers-v2__benefit-list,
  main.careers-v2 .careers-v2__why-grid,
  main.careers-v2 .careers-v2__commitment-list {
    font-size: 2.083333vw;
    line-height: 2.604167vw; }
  main.careers-v2 .careers-v2__subtitle {
    font-feature-settings: "ss03" on;
    font-size: 4.6875vw;
    line-height: 2.604167vw;
    text-transform: uppercase; }
  main.careers-v2 .careers-v2__hero {
    min-height: 59.375vw;
    padding-top: 2.083333vw; }
  main.careers-v2 .careers-v2__signature {
    height: 16.666667vw;
    margin: 0 auto 4.166667vw;
    width: 15.177396vw; }
  main.careers-v2 .careers-v2__hero-top {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 18.75vw 1fr 18.75vw;
    margin: 0 auto;
    width: 89.583333vw; }
  main.careers-v2 .careers-v2__hero-top .careers-v2__highlight {
    padding-top: 0.3125vw; }
  main.careers-v2 .careers-v2__intro {
    margin: 3.645833vw auto 0;
    max-width: 91.666667vw; }
  main.careers-v2 .careers-v2__image {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 89.583333vw; }
  main.careers-v2 .careers-v2__image img {
    height: 100%;
    object-fit: cover;
    width: 100%; }
  main.careers-v2 .careers-v2__image--hero {
    height: 45.833333vw;
    margin-top: 4.6875vw; }
  main.careers-v2 .careers-v2__public {
    padding-top: 7.395833vw; }
  main.careers-v2 .careers-v2__side-note {
    font-size: 2.083333vw;
    left: 10.9375vw;
    line-height: 2.604167vw;
    position: absolute;
    text-transform: uppercase;
    top: 8.854167vw; }
  main.careers-v2 .careers-v2__side-note--right {
    left: auto;
    right: 10.9375vw; }
  main.careers-v2 .careers-v2__public .careers-v2__section-title {
    margin: 0 auto;
    max-width: 79.375vw; }
  main.careers-v2 .careers-v2__public-points {
    font-feature-settings: "ss06" on;
    font-size: 5.989583vw;
    line-height: 5.729167vw;
    list-style: none;
    margin-top: 3.020833vw;
    text-transform: uppercase; }
  main.careers-v2 .careers-v2__public-points li::before,
  main.careers-v2 .careers-v2__public-points li::after {
    content: "•"; }
  main.careers-v2 .careers-v2__public .careers-v2__subtitle {
    margin-top: 3.75vw; }
  main.careers-v2 .careers-v2__intro--narrow {
    max-width: 91.666667vw; }
  main.careers-v2 .careers-v2__michelin {
    height: 5.208333vw;
    margin: 4.166667vw auto 0;
    width: 4.742917vw; }
  main.careers-v2 .careers-v2__image--public {
    height: 48.958333vw;
    margin-top: 4.166667vw; }
  main.careers-v2 .careers-v2__difference {
    padding-top: 5.208333vw; }
  main.careers-v2 .careers-v2__difference .careers-v2__intro {
    margin-top: 1.979167vw; }
  main.careers-v2 .careers-v2__two-columns {
    display: grid;
    gap: 3.125vw;
    grid-template-columns: 1fr 1fr;
    margin: 4.15625vw auto 0;
    text-align: left;
    width: 89.583333vw; }
  main.careers-v2 .careers-v2__path {
    color: #EE4137;
    margin: 5.208333vw auto 0;
    width: 89.583333vw; }
  main.careers-v2 .careers-v2__path * {
    color: #EE4137; }
  main.careers-v2 .careers-v2__path ol {
    display: flex;
    justify-content: center;
    list-style: none; }
  main.careers-v2 .careers-v2__path li:not(:last-child)::after {
    content: "→";
    margin: 0 0.729167vw; }
  main.careers-v2 .careers-v2__difference .careers-v2__subtitle {
    margin-top: 5.859375vw; }
  main.careers-v2 .careers-v2__thrives {
    height: 91.302083vw;
    margin-top: 9.375vw;
    padding-top: 12.760417vw; }
  main.careers-v2 .careers-v2__laurel {
    height: 21.875vw;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 21.224583vw;
    z-index: 1; }
  main.careers-v2 .careers-v2__carousel,
  main.careers-v2 .careers-v2__slide {
    height: 100%;
    width: 100%; }
  main.careers-v2 .careers-v2__slide {
    padding: 5.208333vw 5.208333vw 0; }
  main.careers-v2 .careers-v2__slide-count {
    color: #EE4137;
    font-feature-settings: "ss06" on;
    font-size: 5.989583vw;
    line-height: 5.729167vw;
    text-transform: uppercase; }
  main.careers-v2 .careers-v2__slide .careers-v2__section-title {
    margin-top: 0.520833vw; }
  main.careers-v2 .careers-v2__slide .careers-v2__intro {
    line-height: 3.645833vw;
    margin-top: 2.5vw;
    max-width: 89.583333vw; }
  main.careers-v2 .careers-v2__slide-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 4.947917vw auto 0;
    max-width: 89.583333vw;
    text-align: center; }
  main.careers-v2 .careers-v2__slide-items section {
    margin: 0 auto 2.604167vw;
    max-width: 42.708333vw; }
  main.careers-v2 .careers-v2__slide-items h3 {
    font-size: inherit;
    line-height: inherit; }
  main.careers-v2 .careers-v2__slide-items h3::before,
  main.careers-v2 .careers-v2__slide-items h3::after {
    content: "•"; }
  main.careers-v2 .careers-v2__arrow {
    background: transparent;
    border: 0;
    cursor: pointer;
    height: 4.322917vw;
    opacity: 1 !important;
    padding: 0;
    position: absolute;
    top: 9.453125vw;
    transform: translateY(-50%);
    width: 6.770833vw;
    z-index: 3; }
  main.careers-v2 .careers-v2__arrow img {
    height: 100%;
    object-fit: contain;
    opacity: 1 !important;
    width: 100%; }
  main.careers-v2 .careers-v2__arrow.swiper-button-disabled,
  main.careers-v2 .careers-v2__arrow[aria-disabled="true"] {
    opacity: 1 !important; }
  main.careers-v2 .careers-v2__arrow--prev {
    height: 6.052083vw;
    left: 4.947917vw;
    width: 7.947917vw; }
  main.careers-v2 .careers-v2__arrow--prev img {
    transform: rotate(-90deg) scaleX(-1); }
  main.careers-v2 .careers-v2__arrow--next {
    right: 4.947917vw; }
  main.careers-v2 .careers-v2__benefits {
    padding-top: 14.6875vw; }
  main.careers-v2 .careers-v2__benefits-title {
    align-items: center;
    display: flex;
    gap: 3.333333vw;
    justify-content: center; }
  main.careers-v2 .careers-v2__benefits-title img {
    height: 8.854167vw;
    width: 5vw; }
  main.careers-v2 .careers-v2__benefits-title .careers-v2__section-title {
    color: #000000;
    max-width: 54.166667vw; }
  main.careers-v2 .careers-v2__benefits .careers-v2__intro {
    margin-top: 4.427083vw;
    max-width: 89.583333vw; }
  main.careers-v2 .careers-v2__benefits .careers-v2__subtitle {
    margin-top: 4.427083vw; }
  main.careers-v2 .careers-v2__benefit-list {
    display: grid;
    grid-template-columns: 1fr 1.8fr 1.3fr;
    list-style: none;
    margin: 4.427083vw auto 0;
    width: 72.916667vw; }
  main.careers-v2 .careers-v2__benefit-list li {
    padding: 0 1.458333vw;
    position: relative; }
  main.careers-v2 .careers-v2__benefit-list li + li::before {
    background: url("../images/careers-v2/bullet.svg") center/contain no-repeat;
    content: "";
    height: 1.354167vw;
    left: -0.729167vw;
    position: absolute;
    top: 3.90625vw;
    width: 1.458333vw; }
  main.careers-v2 .careers-v2__why {
    padding-top: 14.583333vw; }
  main.careers-v2 .careers-v2__why .careers-v2__section-title {
    margin: 0 auto;
    width: 94.270833vw; }
  main.careers-v2 .careers-v2__why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 7.5vw auto 0;
    row-gap: 3.125vw;
    text-align: left;
    width: 89.583333vw; }
  main.careers-v2 .careers-v2__why-grid article {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, 1fr);
    min-height: 17.1875vw;
    position: relative; }
  main.careers-v2 .careers-v2__why-grid h3 {
    font-size: 4.6875vw;
    line-height: 4.6875vw;
    max-width: 42.708333vw;
    text-transform: uppercase; }
  main.careers-v2 .careers-v2__why-grid p {
    max-width: 37.5vw; }
  main.careers-v2 .careers-v2__why-item--1 h3 {
    grid-column: 1; }
  main.careers-v2 .careers-v2__why-item--1 p {
    grid-column: 2;
    margin: 2.083333vw auto 0;
    text-align: center; }
  main.careers-v2 .careers-v2__why-item--2 p {
    grid-column: 1;
    grid-row: 1;
    max-width: 42.708333vw; }
  main.careers-v2 .careers-v2__why-item--2 h3 {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    margin-top: 6.25vw;
    max-width: 56.875vw;
    text-align: center; }
  main.careers-v2 .careers-v2__why-item--3 {
    margin-top: 3.125vw; }
  main.careers-v2 .careers-v2__why-item--3 p {
    grid-column: 2;
    grid-row: 1;
    margin-left: auto; }
  main.careers-v2 .careers-v2__why-item--3 h3 {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    margin-top: 6.25vw;
    max-width: 89.583333vw;
    text-align: center; }
  main.careers-v2 .careers-v2__why-item--4 {
    min-height: auto; }
  main.careers-v2 .careers-v2__why-item--4 p {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 89.583333vw;
    text-align: center; }
  main.careers-v2 .careers-v2__commitment {
    padding-top: 5.6875vw; }
  main.careers-v2 .careers-v2__commitment .careers-v2__section-title {
    margin: 0 auto;
    max-width: 94.270833vw; }
  main.careers-v2 .careers-v2__commitment .careers-v2__intro {
    margin-top: 4.635417vw;
    max-width: 91.666667vw; }
  main.careers-v2 .careers-v2__commitment .careers-v2__text {
    margin-top: 4.166667vw; }
  main.careers-v2 .careers-v2__commitment-list {
    display: grid;
    gap: 4.166667vw 6.25vw;
    grid-template-columns: repeat(2, 25vw);
    justify-content: center;
    list-style: none;
    margin-top: 3.645833vw; }
  main.careers-v2 .careers-v2__intro--closing {
    max-width: 73.125vw; }
  main.careers-v2 .careers-v2__apply {
    padding: 9.895833vw 0 6.25vw; }
  main.careers-v2 .careers-v2__title--apply {
    color: #EE4137; }
  main.careers-v2 .careers-v2__apply .careers-v2__intro {
    margin-top: 7.8125vw;
    max-width: 74.583333vw; }
  main.careers-v2 .careers-v2__apply .careers-v2__text {
    margin: 6.458333vw auto 0;
    max-width: 93.75vw; }
  main.careers-v2 .careers-v2__apply a {
    border-bottom: 0.208333vw solid #EE4137;
    color: #EE4137;
    display: inline-block;
    font-size: 2.083333vw;
    line-height: 2.604167vw;
    margin-top: 3.645833vw;
    text-transform: uppercase; }

body:has(main.careers-v2) > a.index.logo {
  display: none; }
