@charset "UTF-8";
/* CONFIGURATION */
/* ==========================================================================
   RESET CSS
   ========================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
figure,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  list-style: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

body {
  background-color: white;
}

a {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

p a {
  outline: 0;
  color: black;
}

p a:hover {
  text-decoration: underline;
  color: #555;
}

/*input[type='submit'],
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/
textarea {
  resize: none;
  border: none;
  color: rgb(161, 166, 169);
  border-bottom: 2px solid #000;
  font-family: MyriadPro-Semibold;
  font-size: 20px;
  box-sizing: border-box;
  outline: 0;
  -webkit-appearance: none;
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  padding: 4px 5px;
  background: none;
}

/* STRUCTURE (solo lo esencial para pintar) */
/* REFACTOR COLOURS -- HEADER NEW */
@font-face {
  font-family: "Myriad Pro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Semibold.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Regular.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Bold.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Bold.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro-Cond";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Cond.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Cond.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro-Cond";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro-Cond";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff") format("woff");
}
@font-face {
  font-family: "Kepler Std";
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/KeplerStd-Regular.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/KeplerStd-Regular.woff") format("woff");
}
.show-on-mobile,
.show-on-tablet,
.show-on-small-desktop,
.show-on-mobile--flex,
.show-on-tablet--flex,
.show-on-small-desktop--flex {
  display: none !important;
}

@media only screen and (max-width: 950px) {
  .no-show-on-small-desktop {
    display: none !important;
  }
  .show-on-small-desktop {
    display: block !important;
  }
  .show-on-small-desktop--flex {
    display: flex !important;
  }
}
@media only screen and (max-width: 860px) {
  .no-show-on-tablet {
    display: none !important;
  }
  .show-on-tablet {
    display: block !important;
  }
  .show-on-tablet--flex {
    display: flex !important;
  }
}
@media only screen and (max-width: 600px) {
  .no-show-on-mobile {
    display: none !important;
  }
  .show-on-mobile {
    display: block !important;
  }
  .show-on-mobile--flex {
    display: flex !important;
  }
}
.str-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 600px) {
  .str-container {
    padding: 0 10px;
  }
}
.str-container--xl {
  max-width: 1921px;
  margin: 0 auto;
  padding: 0 3dvw;
}
.str-container--lg {
  max-width: 1200px;
}
.str-container--md {
  max-width: 900px;
}
.str-container--sm {
  max-width: 600px;
}
.str-container--no-padding {
  padding: 0 0;
}
@media only screen and (max-width: 600px) {
  .str-container--share {
    padding: 0px 10px;
  }
}

.str-container-xl {
  width: 100%;
  max-width: 1921px;
}
@media only screen and (max-width: 600px) {
  .str-container-xl {
    padding: 0 10px;
  }
}

.str-sections {
  position: relative;
}

.str-sections--curtain {
  padding-top: 53px;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 120%;
  letter-spacing: -0.2px;
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  scrollbar-width: thin;
  /* Ancho de la barra de desplazamiento en Firefox */
}

body.black {
  background-color: #000;
  color: #fff;
}

body {
  -ms-overflow-style: none;
  /* Ocultar las barras de desplazamiento en IE y Edge antiguo */
}

picture,
img {
  aspect-ratio: var(--wdth)/var(--hgth);
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 600px) {
  picture,
  img {
    aspect-ratio: var(--wdthmb)/var(--hgthmb);
  }
}

img.ut-img--is-vertical {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: auto;
  width: auto;
}

picture {
  display: block;
}

hr {
  border: 0.5px solid #888888;
  margin: 50px 0px;
}

sup {
  vertical-align: super;
  font-size: 50%;
}

sub {
  vertical-align: sub;
  font-size: 50%;
}

.non-scrolling {
  overflow: hidden;
}

.str-body-b2b,
.str-body-blog,
.str-body-nochef {
  padding-top: 140px;
}
@media only screen and (max-width: 600px) {
  .str-body-b2b,
  .str-body-blog,
  .str-body-nochef {
    padding-top: 50px;
  }
}
@media screen and (max-height: 700px) {
  .str-body-b2b,
  .str-body-blog,
  .str-body-nochef {
    padding-top: 110px;
  }
}

.str-body-blog {
  padding-top: 120px;
}
@media only screen and (max-width: 600px) {
  .str-body-blog {
    padding-top: 50px;
  }
}
@media screen and (max-height: 700px) {
  .str-body-blog {
    padding-top: 110px;
  }
}

.str-body-b2b--home,
.str-body-b2b--bootcamp {
  padding-top: 0px;
}

.str-body-nochef--home {
  padding-top: 0px;
}

.str-body-blog--home {
  padding-top: 0px;
}

@media only screen and (max-width: 600px) {
  footer ul {
    padding-left: 0px !important;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animation-fade-in {
  animation: fade-in 1s ease;
}

/*

// CSS específico para Safari 6.1 hasta 10.0
@media not all and (min-resolution: 0.001dpcm) {
   @supports (-webkit-appearance: none) {
      picture img {
         height: 100%;
      }
   }
}

// CSS específico para Safari 10.1 y más recientes
@media not all and (min-resolution: 0.001dpcm) {
   picture img {
      height: 100%;
   }
}

*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 120%;
}

[class*=h-title-] {
  text-align: left;
}

.h-title-whale {
  font-family: "Kepler Std", Georgia, "Times New Roman", Times, "Liberation Serif", serif;
  font-weight: 600;
  color: #000;
  font-size: min(max(5rem, 18.75vw), 18.75rem);
  line-height: 80%;
  letter-spacing: 2px;
  white-space: nowrap;
}
.h-title-whale--light {
  color: #fff;
}

.h-title-jumbo {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: min(max(5rem, 15.625vw), 15.625rem);
  line-height: 80%;
}
.h-title-jumbo--light {
  color: #fff;
}

.h-title-hipo {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: min(max(5rem, 8.3125vw), 8.3125rem);
  line-height: 100%;
}
.h-title-hipo--light {
  color: #fff;
}

.h-title-hero {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 100%;
  font-size: min(max(2.5rem, 6.25vw), 6.25rem);
}
.h-title-hero--light {
  color: #fff;
}

.h-title-hero-blog {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 900;
  color: #000;
  line-height: 105%;
  font-size: min(max(2.5rem, 4.375vw), 7.5rem);
}
.h-title-hero-blog--light {
  color: #fff;
}

.h-subtitle-hero-blog {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 105%;
  font-size: min(max(1.5rem, 2vw), 2rem);
  margin-top: 2dvw;
}
@media only screen and (max-width: 859.98px) {
  .h-subtitle-hero-blog {
    max-width: 75%;
    text-align: center;
    margin-top: 4dvw;
  }
}
.h-subtitle-hero-blog--light {
  color: #fff;
}

.h-title-super {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 5rem;
  line-height: 105%;
}
.h-title-super--light {
  color: #fff;
}
@media only screen and (max-width: 859.98px) {
  .h-title-super {
    font-size: 2rem;
  }
}

h1,
.h-title-page {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 900;
  color: #000;
  font-size: min(max(2rem, 3.125vw), 3.125rem);
}
h1--light,
.h-title-page--light {
  color: #fff;
}
h1--regular,
.h-title-page--regular {
  font-weight: 400;
}
h1 span,
.h-title-page span {
  font-weight: 900;
  font-size: min(max(2rem, 3.125vw), 3.125rem);
}

h2,
.h-title-section {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: min(max(1.875rem, 2.5vw), 2.5rem);
}
h2 span,
.h-title-section span {
  font-weight: 700;
  font-size: min(max(1.875rem, 2.5vw), 2.5rem);
}
h2--light,
.h-title-section--light {
  color: #fff;
}
h2--highlight,
.h-title-section--highlight {
  color: #04CDAE;
}

.h-title-escort {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 400;
  color: #888888;
  font-size: min(max(1.25rem, 1.3125vw), 1.3125rem);
}
.h-title-escort span {
  font-weight: 400;
  font-size: min(max(1.25rem, 1.3125vw), 1.3125rem);
}
.h-title-escort--bolded {
  color: #000;
  font-weight: 700;
}
.h-title-escort--light {
  color: #fff;
  font-weight: 700;
}
.h-title-escort--light span {
  color: #fff;
}
.h-title-escort--light-no-bold {
  color: #fff;
  font-weight: 400;
}

.h-title-category {
  font-family: "MyriadPro-Cond", "Arial Narrow", "Liberation Sans Narrow", Arial, Tahoma, sans-serif;
  font-size: min(max(1.1875rem, 1.425vw), 1.425rem);
  color: #000;
  font-weight: 600;
}
.h-title-category--small {
  font-size: min(max(0.9375rem, 1vw), 1rem);
}

.h-title-banner {
  font-family: "MyriadPro-Cond", "Arial Narrow", "Liberation Sans Narrow", Arial, Tahoma, sans-serif;
  font-size: min(max(1.875rem, 2.5vw), 2.5rem);
  color: #000;
  line-height: 90%;
  font-weight: 700;
}
.h-title-banner span {
  font-family: "MyriadPro-Cond", "Arial Narrow", "Liberation Sans Narrow", Arial, Tahoma, sans-serif;
  font-size: min(max(2.6rem, 3.125vw), 3.125rem);
  line-height: 90%;
  font-weight: 700;
}

h3,
.h-title-in-section {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: min(max(1.5rem, 2vw), 2rem);
}
h3 span,
.h-title-in-section span {
  font-weight: 700;
  font-size: min(max(1.5rem, 2vw), 2rem);
}
h3--light,
.h-title-in-section--light {
  color: #fff;
}
h3--highlight,
.h-title-in-section--highlight {
  color: #04CDAE;
}
h3--condensed,
.h-title-in-section--condensed {
  font-family: "MyriadPro-Cond", "Arial Narrow", "Liberation Sans Narrow", Arial, Tahoma, sans-serif;
  font-weight: 600;
}
h3--condensed span,
.h-title-in-section--condensed span {
  font-weight: 600;
}
h3--condensed strong,
h3--condensed b,
.h-title-in-section--condensed strong,
.h-title-in-section--condensed b {
  font-weight: 900;
}

h4,
.h-title-section-subtitle {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 900;
  color: #000;
  font-size: min(max(1.3125rem, 1.5vw), 1.5rem);
}
h4 span,
.h-title-section-subtitle span {
  font-weight: 900;
  font-size: min(max(1.3125rem, 1.5vw), 1.5rem);
}
h4 > b,
.h-title-section-subtitle > b {
  font-weight: 600;
}
h4--highlight,
.h-title-section-subtitle--highlight {
  color: #04CDAE;
}
h4--light,
.h-title-section-subtitle--light {
  color: #fff;
}
h4--condensed,
.h-title-section-subtitle--condensed {
  font-family: "MyriadPro-Cond", "Arial Narrow", "Liberation Sans Narrow", Arial, Tahoma, sans-serif;
  font-weight: 600;
}
h4--condensed span,
.h-title-section-subtitle--condensed span {
  font-weight: 600;
}
h4--condensed strong,
h4--condensed b,
.h-title-section-subtitle--condensed strong,
.h-title-section-subtitle--condensed b {
  font-weight: 900;
}

h5,
.h-title-5 {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 1.3125rem;
  font-size: min(max(1.1875rem, 1.3125vw), 1.3125rem);
}
h5 span,
.h-title-5 span {
  font-weight: 900;
  font-size: min(max(1.1875rem, 1.3125vw), 1.3125rem);
}
h5--semibold,
.h-title-5--semibold {
  font-weight: 700;
}
h5--light,
.h-title-5--light {
  color: #fff;
}

h6,
.h-title-6 {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 1.3125rem;
}
h6 span,
.h-title-6 span {
  font-weight: 600;
  font-size: 1.3125rem;
}
h6--light,
.h-title-6--light {
  color: #fff;
}

.h-title-quote,
blockquote p {
  text-align: center;
  font-family: "Kepler Std", Georgia, "Times New Roman", Times, "Liberation Serif", serif;
  font-weight: 900;
  color: #000;
  font-size: 5rem;
  font-size: min(max(2.5rem, 5vw), 5rem);
  line-height: 120%;
  white-space: break-spaces;
  margin-bottom: 0px !important;
}

.h-title-mini-quote,
blockquote p {
  text-align: center;
  font-family: "Kepler Std", Georgia, "Times New Roman", Times, "Liberation Serif", serif;
  font-weight: 900;
  color: #000;
  font-size: 3.75rem;
  font-size: min(max(2.5rem, 3.75vw), 3.75rem);
  line-height: 120%;
  white-space: break-spaces;
  margin-bottom: 0px !important;
}

p,
li,
a,
span {
  text-align: left;
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 1rem;
  line-height: 120%;
}

a {
  transition: all 0.5s ease-in-out;
}

strong,
b,
b span {
  font-weight: 900;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

ul {
  padding-left: 20px;
}
ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}

ol {
  padding-left: 20px;
}
ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: transparent;
}

table,
th,
td {
  border: 1px solid #000;
}

th,
td {
  padding: 8px;
  text-align: left;
}

th {
  background-color: #888888;
  opacity: 0.8;
}

tr:hover {
  background-color: #ddd;
}

.p-text {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 120%;
  font-size: min(max(1rem, 1.2vw), 1.2rem);
}
.p-text span {
  font-size: min(max(1rem, 1.2vw), 1.2rem);
}
.p-text--small {
  font-size: min(max(0.9375rem, 1vw), 1rem);
}
.p-text--small span {
  font-size: min(max(0.9375rem, 1vw), 1rem);
}
.p-text--regular {
  font-size: min(max(1rem, 1.2vw), 1.2rem);
}
.p-text--regular span {
  font-size: min(max(1rem, 1.2vw), 1.2rem);
}
.p-text--medium {
  font-size: min(max(1.1875rem, 1.425vw), 1.425rem);
}
.p-text--medium span {
  font-size: min(max(1.1875rem, 1.425vw), 1.425rem);
}
.p-text--mid {
  font-size: 0.875rem;
}
.p-text--big {
  font-size: min(max(1.3125rem, 1.575vw), 1.575rem);
}
.p-text--big span {
  font-size: min(max(1.3125rem, 1.575vw), 1.575rem);
}
.p-text--super {
  font-size: min(max(1.5rem, 1.8vw), 1.8rem);
}
.p-text--super span {
  font-size: min(max(1.5rem, 1.8vw), 1.8rem);
}
.p-text--ultra {
  font-size: min(max(1.8125rem, 2.175vw), 2.175rem);
}
.p-text--ultra span {
  font-size: min(max(1.8125rem, 2.175vw), 2.175rem);
}
.p-text--thin {
  font-weight: 400;
}
.p-text--centered {
  text-align: center;
}
.p-text--condensed {
  font-family: "MyriadPro-Cond", "Arial Narrow", "Liberation Sans Narrow", Arial, Tahoma, sans-serif;
}
.p-text--light {
  color: #fff;
}
.p-text--light span {
  color: #fff;
}
.p-text--default {
  color: #888888;
}
.p-text--highlight {
  color: #04CDAE;
}
.p-text--highlight-share {
  color: #095FC6;
}
.p-text--highlight-b2b {
  color: #92D050;
}
.p-text--soft {
  color: #888888;
}
.p-text--semi {
  font-weight: 600;
}
.p-text--bold {
  font-weight: 900;
}
.p-text--upper {
  text-transform: uppercase;
}
.p-text--blue {
  color: #00B0F0;
}
.p-text--red {
  color: #FF5050;
}
.p-text--green {
  color: #009999;
}
.p-text--purple {
  color: #BD92DE;
}

.str-header {
  position: absolute;
  background-color: transparent;
  top: 0px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 10;
  height: auto;
  transition: all 0.5s ease-in-out;
  /* @include utils.media-breakpoint (sm) {
     height: 66px;
  } */
}
@media only screen and (max-width: 600px) {
  .str-header {
    padding-top: 10px;
    height: 50px;
    padding-bottom: 10px;
  }
}
.str-header .a-logo {
  display: flex;
  align-items: center;
  background-color: transparent;
  z-index: 6;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.str-header .a-logo img {
  background-color: transparent;
  max-width: 224px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .str-header .a-logo img {
    max-width: 110px;
  }
}
.str-header .a-logo--b2b img {
  max-height: 40px;
  width: auto;
}
@media only screen and (max-width: 600px) {
  .str-header .a-logo--b2b img {
    max-height: 30px;
  }
}
.str-header .a-logo--nochef img {
  width: auto;
  max-width: 250px !important;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .str-header .a-logo--nochef img {
    max-height: unset !important;
    max-width: 224px !important;
  }
}
.str-header .a-logo--light {
  display: none;
}
.str-header .a-logo--sections img {
  max-height: 40px;
  width: auto;
}
@media only screen and (max-width: 600px) {
  .str-header .a-logo--sections img {
    max-height: 30px;
  }
}
.str-header .a-logo--svg svg {
  width: 150px;
  transition: all 0.5s ease-in-out;
}
.str-header .a-logo--svg svg path {
  transition: all 0.5s ease-in-out;
  fill: #000;
}
.str-header .a-logo--blog .a-logo__svg-cib {
  fill: #EFA300 !important;
}
.str-header--black a,
.str-header--black p,
.str-header--black li,
.str-header--black span,
.str-header--black select,
.str-header--black option,
.str-header--black .m-menu__list-item--selector select,
.str-header--black .m-menu__list-item a,
.str-header--black .m-menu__list-item p {
  color: #fff;
}
.str-header--black .a-burguer span {
  background: #fff;
}
.str-header--black .m-menu__list-item--selector:after {
  border-top-color: #fff;
}
.str-header--black .m-menu__list-item:hover,
.str-header--black .m-menu__list-item:hover a,
.str-header--black .m-menu__list-item:hover p,
.str-header--black .wpml-ls li:hover,
.str-header--black .wpml-ls li:hover a,
.str-header--black .wpml-ls li:hover span {
  color: #fff !important;
  opacity: 0.7;
}

.a-logo__text {
  font-family: "Kepler Std", Georgia, "Times New Roman", Times, "Liberation Serif", serif;
  font-weight: 400;
  color: #000;
  font-size: 20px;
  line-height: 22px;
  max-width: 200px;
  margin-left: 17px;
  margin-top: 0px;
  transition: all 0.5s ease-in-out;
}

.str-header .str-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.str-header__menus {
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 950px) {
  .str-header__menus {
    position: fixed;
    padding: 30px 50px;
    background-color: #fff;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    z-index: 5;
    padding-top: 130px;
    display: none;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 600px) {
  .str-header__menus {
    padding: 30px 20px;
    padding-top: 95px;
  }
}

@media only screen and (max-width: 950px) {
  body.black .str-header__menus {
    background-color: #000;
  }
}

.str-body-blog--home .str-header a,
.str-body-blog--home .str-header p,
.str-body-blog--home .str-header li,
.str-body-blog--home .str-header span,
.str-body-blog--home .str-header select,
.str-body-blog--home .str-header option,
.str-body-blog--home .str-header .m-menu__list-item--selector select,
.str-body-blog--home .str-header .m-menu__list-item a,
.str-body-blog--home .str-header .m-menu__list-item p {
  color: #fff;
}
.str-body-blog--home .str-header .a-burguer span {
  background: #fff;
}
.str-body-blog--home .str-header .m-menu__list-item--selector:after {
  border-top-color: #fff;
}
.str-body-blog--home .str-header .m-menu__list-item:hover,
.str-body-blog--home .str-header .m-menu__list-item:hover a,
.str-body-blog--home .str-header .m-menu__list-item:hover p,
.str-body-blog--home .str-header .wpml-ls li:hover,
.str-body-blog--home .str-header .wpml-ls li:hover a,
.str-body-blog--home .str-header .wpml-ls li:hover span {
  color: #fff !important;
  opacity: 0.7;
}
.str-body-blog--home .str-header .a-logo--light {
  display: block;
}
.str-body-blog--home .str-header .a-logo--dark {
  display: none;
}
.str-body-blog--home .a-logo {
  transition: all 0.5s ease-in-out;
}
.str-body-blog--home .a-logo--svg svg {
  width: 150px;
}
.str-body-blog--home .a-logo--svg svg path {
  fill: #fff;
}
.str-body-blog--home .a-logo--blog .a-logo__svg-cib {
  fill: #EFA300;
}
.str-body-blog--home .str-header.active a,
.str-body-blog--home .str-header.active p,
.str-body-blog--home .str-header.active li,
.str-body-blog--home .str-header.active span,
.str-body-blog--home .str-header.active select,
.str-body-blog--home .str-header.active option,
.str-body-blog--home .str-header.active .m-menu__list-item--selector select,
.str-body-blog--home .str-header.active .m-menu__list-item a,
.str-body-blog--home .str-header.active .m-menu__list-item p {
  color: #000;
}
.str-body-blog--home .str-header.active .a-burguer span {
  background: #000;
}
.str-body-blog--home .str-header.active .m-menu__list-item--selector:after {
  border-top-color: #000;
}
.str-body-blog--home .str-header.active .m-menu__list-item:hover,
.str-body-blog--home .str-header.active .m-menu__list-item:hover a,
.str-body-blog--home .str-header.active .m-menu__list-item:hover p,
.str-body-blog--home .str-header.active .wpml-ls li:hover,
.str-body-blog--home .str-header.active .wpml-ls li:hover a,
.str-body-blog--home .str-header.active .wpml-ls li:hover span {
  color: #000 !important;
  opacity: 0.7;
}
.str-body-blog--home .str-header.active .a-logo--light {
  display: none;
}
.str-body-blog--home .str-header.active .a-logo--dark {
  display: block;
}

.str-header__menus-top {
  display: flex;
  gap: 30px;
  align-self: flex-end;
  height: 40px;
  padding-bottom: 20px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 950px) {
  .str-header__menus-top {
    width: 100%;
    flex-direction: column;
    gap: 0px;
  }
}

.str-header.active {
  background-color: #fff;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0px;
}
.str-header.active .a-logo--b2b img {
  max-height: 30px;
}
.str-header.active .a-logo--share img {
  max-height: 30px;
}
.str-header.active .a-logo--sections img {
  max-height: 30px;
}
.str-header.active .a-logo--svg svg {
  width: 120px;
}
.str-header.active .a-logo--svg svg path {
  fill: #000;
}
.str-header.active .str-header__menus-top {
  opacity: 0;
  height: 0px;
  padding-bottom: 0px;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  .str-header.active .str-header__menus-top {
    gap: 30px;
    align-self: flex-end;
    height: 40px;
    padding-bottom: 20px;
    opacity: 1;
  }
}
.str-header.active .a-logo__text {
  opacity: 0;
  line-height: 12px;
}

.str-header--black.active {
  background-color: #000;
}

.str-header.mobile-open .str-header__menus-top {
  opacity: 1;
}

/* ATOMS/MOLÉCULAS necesarias para el header/nav/hero */
.a-burguer {
  display: inline-block;
  position: relative;
  z-index: 6;
  width: 30px;
  height: 22px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.a-burguer span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: black;
  opacity: 1;
  left: 0;
  border-radius: 6px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.a-burguer span {
  background: #000;
}

.a-burguer span:nth-child(1) {
  top: 0px;
}

.a-burguer span:nth-child(2) {
  top: 10px;
}

.a-burguer span:nth-child(3) {
  top: 20px;
}

.a-burguer.a-burguer--open span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
  width: 35px;
  left: -2px;
}

.a-burguer.a-burguer--open span:nth-child(2) {
  opacity: 0;
  left: 0px;
}

.a-burguer.a-burguer--open span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
  width: 35px;
  left: -2px;
}

.m-menu {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 950px) {
  .m-menu {
    width: 100%;
  }
}
.m-menu--footer {
  justify-content: flex-start;
}

.m-menu__list {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.m-menu__list--footer {
  flex-direction: column;
  gap: 3px;
}
.m-menu__list--legal {
  gap: 0px;
}
@media only screen and (max-width: 950px) {
  .m-menu__list {
    flex-direction: column;
    gap: 0px;
    width: 100%;
  }
}

.m-menu__list-item {
  list-style-type: none;
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 120%;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease-in-out;
  /* Oculta inicialmente el submenú */
}
@media only screen and (max-width: 950px) {
  .m-menu__list-item {
    width: 100%;
    padding: 11px 0px;
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 600px) {
  .m-menu__list-item {
    padding: 8px 0px;
  }
}
.m-menu__list-item a,
.m-menu__list-item p {
  font-size: 1rem;
  line-height: 120%;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 950px) {
  .m-menu__list-item a,
  .m-menu__list-item p {
    font-size: 1.1875rem;
  }
}
.m-menu__list-item--black, .m-menu__list-item--selected {
  font-weight: 600;
}
.m-menu__list-item--black a,
.m-menu__list-item--black p, .m-menu__list-item--selected a,
.m-menu__list-item--selected p {
  font-weight: 600;
}
.m-menu__list-item--black .sub-menu a,
.m-menu__list-item--black .sub-menu p, .m-menu__list-item--selected .sub-menu a,
.m-menu__list-item--selected .sub-menu p {
  font-weight: 400;
}
.m-menu__list-item--black {
  padding-top: 2px;
}
.m-menu__list-item--image a {
  display: flex;
  gap: 5px;
}
.m-menu__list-item--image img {
  max-height: 100%;
  width: auto;
}
.m-menu__list-item:hover {
  color: #ffce00;
}
.m-menu__list-item:hover a,
.m-menu__list-item:hover p {
  color: #ffce00;
}
.m-menu__list-item:hover .sub-menu a,
.m-menu__list-item:hover .sub-menu p {
  color: #000;
}
.m-menu__list-item--selector {
  position: relative;
}
.m-menu__list-item--selector select {
  background-color: transparent;
  cursor: pointer;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  box-sizing: border-box;
  color: #000;
  font-weight: 600;
  outline: 0;
  padding-right: 20px;
  width: 100%;
}
.m-menu__list-item--selector select:hover {
  border-bottom: 1px solid #000;
}
.m-menu__list-item--selector:after {
  border: 6px solid transparent;
  border-top-color: #000;
  content: "";
  height: 0;
  position: absolute;
  right: 2px;
  top: calc(50% - 4px);
  width: 0;
}
.m-menu__list-item .sub-menu {
  display: none;
  background-color: white;
  padding: 20px;
  position: absolute;
  top: 100%;
  left: -20px;
  width: -moz-max-content;
  width: max-content;
  flex-direction: column;
  gap: 10px;
  /* Opcional, para dar un efecto de profundidad */
}
@media only screen and (max-width: 860px) {
  .m-menu__list-item .sub-menu {
    padding: 0px 20px;
    position: relative;
    top: 0px;
    gap: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .m-menu__list-item .sub-menu li {
    padding: 5px 0px;
  }
}
.m-menu__list-item .sub-menu li:hover {
  color: #ffce00;
}
.m-menu__list-item .sub-menu li:hover a,
.m-menu__list-item .sub-menu li:hover p {
  color: #ffce00;
}
.m-menu__list-item:hover .sub-menu {
  display: flex;
  animation: slideDown 300ms ease-out forwards;
}

.m-menu--contact .m-menu__list-item {
  font-size: 0.875rem;
}
.m-menu--contact .m-menu__list-item a,
.m-menu--contact .m-menu__list-item p {
  font-size: 0.875rem;
}

.m-menu--language .m-menu__list {
  gap: 8px;
}
@media only screen and (max-width: 950px) {
  .m-menu--language .m-menu__list {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.m-menu--language .m-menu__list-item {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 950px) {
  .m-menu--language .m-menu__list-item {
    width: auto;
  }
}
.m-menu--language .m-menu__list-item a,
.m-menu--language .m-menu__list-item p {
  font-size: 0.75rem;
}

.m-menu--phones .m-menu__list-item {
  font-size: 1rem;
  padding: 5px 0px;
}
.m-menu--phones .m-menu__list-item a,
.m-menu--phones .m-menu__list-item p {
  font-size: 1rem;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 950px) {
  .m-menu--footer .m-menu__list-item {
    padding: 0px 0px;
    font-size: unset;
  }
}
.m-menu--footer .m-menu__list-item a {
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 950px) {
  .m-menu--footer .m-menu__list-item a {
    font-size: unset;
  }
}
.m-menu--footer .m-menu__list-item a:hover {
  color: #888888;
}

@media only screen and (max-width: 950px) {
  .m-menu--legal .m-menu__list-item {
    padding: 0px 0px;
    font-size: unset;
    width: unset;
  }
}
.m-menu--legal .m-menu__list-item a {
  font-size: 0.875rem;
  color: #fff;
  padding: 0px 5px;
  border-left: 1px solid #fff;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .m-menu--legal .m-menu__list-item a {
    padding: 0px 0px;
    border-left: 0px;
  }
}
.m-menu--legal .m-menu__list-item a:hover {
  color: #888888;
}

@media only screen and (max-width: 950px) {
  .m-menu__list--legal {
    flex-direction: row;
  }
}
@media only screen and (max-width: 600px) {
  .m-menu__list--legal {
    flex-direction: column;
  }
}

/* Animación de slide down */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.str-body-b2b--bootcamp .m-menu li select,
.str-body-b2b--bootcamp .m-menu li p,
.str-body-b2b--bootcamp .m-menu li a,
.str-body-b2b--bootcamp .m-menu li a span,
.str-body-b2b--bootcamp .m-menu li span,
.str-body-b2b--bootcamp .wpml-ls li a span {
  color: #fff;
}
.str-body-b2b--bootcamp .m-menu__list-item--selector:after {
  border-top-color: #fff;
}
.str-body-b2b--bootcamp .a-burguer span {
  background: #fff;
}
.str-body-b2b--bootcamp .str-header.active .m-menu li select,
.str-body-b2b--bootcamp .str-header.active .m-menu li p,
.str-body-b2b--bootcamp .str-header.active .m-menu li a,
.str-body-b2b--bootcamp .str-header.active .m-menu li a span,
.str-body-b2b--bootcamp .str-header.active .m-menu li span,
.str-body-b2b--bootcamp .str-header.active .wpml-ls li a span,
.str-body-b2b--bootcamp .str-header.mobile-open .m-menu li select,
.str-body-b2b--bootcamp .str-header.mobile-open .m-menu li p,
.str-body-b2b--bootcamp .str-header.mobile-open .m-menu li a,
.str-body-b2b--bootcamp .str-header.mobile-open .m-menu li a span,
.str-body-b2b--bootcamp .str-header.mobile-open .m-menu li span,
.str-body-b2b--bootcamp .str-header.mobile-open .wpml-ls li a span {
  color: #000;
}
.str-body-b2b--bootcamp .str-header.active .m-menu__list-item--selector:after,
.str-body-b2b--bootcamp .str-header.mobile-open .m-menu__list-item--selector:after {
  border-top-color: #000;
}
.str-body-b2b--bootcamp .str-header.active .a-burguer span,
.str-body-b2b--bootcamp .str-header.mobile-open .a-burguer span {
  background: #000;
}

.str-body-b2b--bootcamp .a-logo--light {
  display: flex;
}
.str-body-b2b--bootcamp .a-logo--dark {
  display: none;
}
.str-body-b2b--bootcamp .str-header.active .a-logo--light,
.str-body-b2b--bootcamp .str-header.mobile-open .a-logo--light {
  display: none;
}
.str-body-b2b--bootcamp .str-header.active .a-logo--dark,
.str-body-b2b--bootcamp .str-header.mobile-open .a-logo--dark {
  display: flex;
}

.wpml-ls ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}
.wpml-ls li {
  list-style-type: none;
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 120%;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 950px) {
  .wpml-ls li {
    width: auto;
    padding: 11px 0px;
    font-size: 1.1875rem;
  }
}
.wpml-ls li a span {
  font-size: 0.75rem;
  line-height: 120%;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 950px) {
  .wpml-ls li a span {
    font-size: 1.1875rem;
  }
}
.wpml-ls li:hover {
  color: #ffce00;
}
.wpml-ls li:hover a,
.wpml-ls li:hover span {
  color: #ffce00;
}

.wpml-ls-current-language {
  font-weight: 900 !important;
}
.wpml-ls-current-language a,
.wpml-ls-current-language span {
  font-weight: 900 !important;
}

.a-hero-nav {
  display: flex;
  padding: 0px;
}
@media only screen and (max-width: 600px) {
  .a-hero-nav {
    gap: 0px;
    position: relative;
    justify-content: space-between;
    width: 100%;
  }
  .a-hero-nav:before {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: -11px;
    left: 0px;
  }
}

.a-hero-nav__item {
  width: 200px;
  margin-bottom: 0px;
  list-style-type: none;
}
@media only screen and (max-width: 600px) {
  .a-hero-nav__item {
    width: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.a-hero-nav__item p {
  text-align: center;
}

.a-hero-nav--light .a-hero-nav__item {
  border-left: 2px solid #000;
}
@media only screen and (max-width: 600px) {
  .a-hero-nav--light .a-hero-nav__item {
    border-left: 0px;
  }
}

.a-hero-nav--border {
  border: 2px solid #fff;
  display: flex;
}

.a-hero-nav__item:first-child {
  border-left: 0px;
}

.a-hero-nav--card {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .a-hero-nav--card {
    display: flex;
    padding: 0px;
    align-items: center;
    flex-direction: row;
    gap: 0px;
  }
}
.a-hero-nav--card .a-hero-nav__item {
  width: 25%;
}
@media only screen and (max-width: 600px) {
  .a-hero-nav--card .a-hero-nav__item {
    border-left: 2px solid #fff;
    flex-direction: column;
    justify-content: center;
  }
}
.a-hero-nav--card .a-hero-nav__item:nth-child(2) {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .a-hero-nav--card .a-hero-nav__item:nth-child(1) {
    border-left: 0px solid #fff;
  }
}

.a-caption__container {
  display: flex;
  gap: 20px;
  align-items: center;
}

.a-caption-image {
  border-radius: 200px;
  width: 60px;
}
.a-caption-image img {
  border-radius: 200px;
}

.a-caption {
  padding-left: 20px;
  border-left: 5px solid #000;
  display: flex;
  flex-direction: column;
  gap: 2px;
  height: -moz-fit-content;
  height: fit-content;
}
.a-caption--b2b {
  border-color: #92D050;
}
.a-caption--blog {
  border-color: #EFA300;
}

.a-caption__description {
  width: 90dvw;
  max-width: 600px;
  margin-top: 10px;
}

.a-caption__container--xl {
  gap: 30px;
}
@media only screen and (max-width: 600px) {
  .a-caption__container--xl {
    flex-direction: column;
  }
}
.a-caption__container--xl .a-caption-image {
  border-radius: 200px;
  width: 150px;
}
.a-caption__container--xl .a-caption {
  padding-left: 30px;
  gap: 5px;
  min-height: 100px;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .a-caption__container--xl .a-caption {
    padding-left: 0px;
    padding-top: 30px;
    border-left: 0px solid #000;
    border-top: 5px solid #000;
    align-items: center;
  }
  .a-caption__container--xl .a-caption--blog {
    border-color: #EFA300;
  }
}

.a-caption__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* HEROS (lo above-the-fold típico en home/posts) */
.s-hero-blog {
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100dvh;
  padding: 15dvh 0 5dvh;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: var(--bg2x);
  background-color: white;
  background-size: cover;
}
.s-hero-blog h1 {
  font-family: "Kepler Std", Georgia, "Times New Roman", Times, "Liberation Serif", serif;
  font-weight: 300;
  color: #fff;
  font-size: min(max(5rem, 15.625vw), 15.625rem);
  line-height: 80%;
}
@media only screen and (max-width: 1280px) {
  .s-hero-blog {
    padding: 20dvh 0 5dvh;
  }
}
@media only screen and (max-width: 860px) {
  .s-hero-blog {
    padding: 10dvh 0 5dvh;
  }
}
@media only screen and (max-width: 600px) {
  .s-hero-blog {
    background-image: var(--bg1x);
  }
}
.s-hero-blog .str-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.s-hero-blog__title {
  max-width: 1200px;
  align-self: flex-start;
  justify-self: start;
}

.s-hero-blog__text {
  max-width: 1021px;
  align-self: end;
  /* Abajo */
  justify-self: end;
  /* Derecha */
}
.s-hero-blog__text p {
  font-family: "MyriadPro-Cond", "Arial Narrow", "Liberation Sans Narrow", Arial, Tahoma, sans-serif;
  text-align: right;
}

.s-hero-blog__picture {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.s-hero-blog__picture picture,
.s-hero-blog__picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media only screen and (max-width: 600px) {
  .s-hero-blog__picture {
    padding: 0 10px;
  }
}

.s-hero-post {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .s-hero-post {
    flex-direction: column;
  }
}
.s-hero-post .s-hero-post__container {
  display: flex;
  max-width: 2400px;
  gap: 6dvw;
}
@media only screen and (max-width: 1921px) {
  .s-hero-post .s-hero-post__container {
    max-width: 1921px;
    gap: 3dvw;
  }
}
@media only screen and (max-width: 860px) {
  .s-hero-post .s-hero-post__container {
    flex-direction: column;
  }
}
.s-hero-post .s-hero-post__content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.s-hero-post .s-hero-post__content-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-hero-post--archive {
  margin-top: 3dvh;
}
.s-hero-post--constraint {
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .s-hero-post--constraint .s-hero-post__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 860px) {
  .s-hero-post--constraint .s-hero-post__content {
    width: 75%;
    gap: 3dvh;
    justify-content: space-between;
    margin-bottom: 2dvh;
  }
}
@media only screen and (max-width: 600px) {
  .s-hero-post--constraint .s-hero-post__content {
    margin-top: 2dvh;
    width: 100%;
    gap: 4dvh;
  }
}
@media only screen and (max-width: 860px) {
  .s-hero-post--constraint .s-hero-post__content .s-hero-post__content-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .s-hero-post--constraint .s-hero-post__content .s-hero-post__content-title h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 860px) {
  .s-hero-post--constraint .s-hero-post__content .s-hero-post__content-info {
    align-items: center;
  }
}
.s-hero-post--constraint .s-hero-post__image {
  min-width: 52dvw;
  margin-right: calc(-1 * (106dvw - 2400px) / 2);
}
@media only screen and (max-width: 2400px) {
  .s-hero-post--constraint .s-hero-post__image {
    min-width: 50dvw;
    margin-right: calc(-1 * (106dvw - 1921px) / 2);
  }
}
@media only screen and (max-width: 1921px) {
  .s-hero-post--constraint .s-hero-post__image {
    min-width: 54dvw;
    margin-right: -3dvw;
  }
}
@media only screen and (max-width: 860px) {
  .s-hero-post--constraint .s-hero-post__image {
    width: 100dvw;
    margin-left: -3dvw;
  }
}
.s-hero-post--left {
  width: 100%;
}
.s-hero-post--left .s-hero-post__container {
  display: flex;
  flex-direction: column;
  margin-top: 5dvh;
}
@media only screen and (max-width: 1921px) {
  .s-hero-post--left .s-hero-post__container {
    margin-top: 2dvh;
  }
}
@media only screen and (max-width: 860px) {
  .s-hero-post--left .s-hero-post__container {
    margin-top: 0dvh;
    align-items: center;
  }
}
.s-hero-post--left .s-hero-post__content {
  width: 60%;
  justify-content: space-between;
  gap: 10dvh;
  margin-bottom: 0dvh;
}
@media only screen and (max-width: 1921px) {
  .s-hero-post--left .s-hero-post__content {
    margin-bottom: 5dvh;
  }
}
@media only screen and (max-width: 860px) {
  .s-hero-post--left .s-hero-post__content {
    width: 75%;
    gap: 3dvh;
    margin-bottom: 2dvh;
  }
}
@media only screen and (max-width: 600px) {
  .s-hero-post--left .s-hero-post__content {
    width: 100%;
  }
}
@media only screen and (max-width: 860px) {
  .s-hero-post--left .s-hero-post__content .s-hero-post__content-title {
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 860px) {
  .s-hero-post--left .s-hero-post__content .s-hero-post__content-title h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 860px) {
  .s-hero-post--left .s-hero-post__content .s-hero-post__content-info {
    align-items: center;
  }
}
.s-hero-post--left .s-hero-post__image {
  width: 100dvw;
  margin-left: calc(-1 * (106dvw - 2400px) / 2);
}
@media only screen and (max-width: 1921px) {
  .s-hero-post--left .s-hero-post__image {
    margin-left: -3dvw;
  }
}
@media only screen and (max-width: 860px) {
  .s-hero-post--left .s-hero-post__image {
    margin-left: 0;
  }
}
.s-hero-post--center {
  width: 100%;
}
.s-hero-post--center .s-hero-post__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-hero-post--center .s-hero-post__content {
  width: 55%;
  justify-content: space-between;
  gap: 10dvh;
  margin-bottom: 0dvh;
}
@media only screen and (max-width: 1550px) {
  .s-hero-post--center .s-hero-post__content {
    width: 75%;
    gap: 10dvh;
    margin-bottom: 5dvh;
  }
}
@media only screen and (max-width: 860px) {
  .s-hero-post--center .s-hero-post__content {
    gap: 3dvh;
    margin-bottom: 2dvh;
  }
}
@media only screen and (max-width: 600px) {
  .s-hero-post--center .s-hero-post__content {
    width: 100%;
  }
}
.s-hero-post--center .s-hero-post__content .s-hero-post__content-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 860px) {
  .s-hero-post--center .s-hero-post__content .s-hero-post__content-title {
    gap: 10px;
  }
}
.s-hero-post--center .s-hero-post__content .s-hero-post__content-title h1 {
  text-align: center;
}
.s-hero-post--center .s-hero-post__content .s-hero-post__content-info {
  align-items: center;
}
.s-hero-post--center .s-hero-post__image {
  width: 100dvw;
}
.s-hero-post .s-hero-post__description {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1550px) {
  .s-hero-post .s-hero-post__description {
    max-width: 80%;
  }
}
@media only screen and (max-width: 860px) {
  .s-hero-post .s-hero-post__description {
    max-width: 100%;
  }
}
.s-hero-post .s-hero-post__description p {
  text-align: center;
}

.s-hero-archive__breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
}

.s-hero-archive__breadcrumb-link {
  text-decoration: none;
}

.s-hero-archive__breadcrumb-link[href] {
  cursor: pointer;
}
.s-hero-archive__breadcrumb-link[href]:hover {
  opacity: 0.7;
}

.s-hero-archive__breadcrumb-link:not([href]) {
  opacity: 0.7;
}

.s-content-58 {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 1439.98px) {
  .s-content-58 {
    padding-top: 50px;
  }
  .s-content-58.ut-is-popup-open {
    padding-top: 90px;
  }
  .s-content-58.ut-is-popup-open .s-content-58__right {
    position: absolute;
    right: 0;
    top: 90px;
    width: 25%;
  }
  .s-content-58.ut-is-popup-open.ut-is-popup-open--top .s-content-58__right {
    position: fixed;
    right: 3dvw;
    top: 100px;
    width: 23.5%;
  }
}
@media only screen and (max-width: 949.98px) {
  .s-content-58.ut-is-popup-open .s-content-58__right {
    position: fixed;
    right: 0;
    top: unset;
    width: 100dvw;
  }
  .s-content-58.ut-is-popup-open.ut-is-popup-open--top .s-content-58__right {
    position: fixed;
    right: 0;
    top: unset;
    width: 100dvw;
  }
}

.s-content-58__container {
  display: flex;
  gap: 2%;
  justify-content: space-between;
}
@media only screen and (max-width: 859.98px) {
  .s-content-58__container {
    display: block;
  }
}

.s-content-58__left {
  flex-basis: 18%;
  max-width: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  gap: 30px;
  flex-direction: column;
  position: sticky;
  top: 15px;
  align-self: flex-start;
  z-index: 2;
}
.s-content-58__left .s-content-58__left__close {
  display: none;
}
@media only screen and (max-width: 1439.98px) {
  .s-content-58__left {
    position: fixed;
    top: 50%;
    bottom: unset;
    right: -100vw;
    left: unset;
    width: 340px;
    max-width: 100vw;
    height: 100vh;
    padding: 50px 30px;
    border-radius: 5px 0px 0px 5px;
    background: #fff;
    box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
    z-index: 36;
    opacity: 0;
    transform: translate3d(-100%, -50%, 0.1px);
    overflow-y: auto;
    transition: 0.8s ease-in-out;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    -ms-transition: 0.8s ease-in-out;
    padding-top: 30px;
  }
  .s-content-58__left.active {
    opacity: 1;
    transform: translate3d(0%, -50%, 0.1px);
    right: 0;
    z-index: 36;
  }
  .s-content-58__left .s-content-58__left__close {
    width: 24px;
    height: 24px;
    position: sticky;
    top: 0px;
    align-self: flex-end;
    display: block;
    cursor: pointer;
  }
  .s-content-58__left .s-content-58__left__close:before, .s-content-58__left .s-content-58__left__close:after {
    position: absolute;
    left: 10px;
    content: " ";
    height: 25px;
    width: 4px;
    background-color: black;
  }
  .s-content-58__left .s-content-58__left__close:before {
    transform: rotate(45deg);
  }
  .s-content-58__left .s-content-58__left__close:after {
    transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 949.98px) {
  .s-content-58__left {
    top: unset;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: unset;
    max-height: calc(100vh - 50px);
    padding: 30px 3dvw;
    border-radius: 5px 5px 0px 0px;
    transform: translate3d(0, 100%, 0.1px);
    opacity: 0;
    overflow-y: auto;
    transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
  }
  .s-content-58__left.active {
    opacity: 1;
    transform: translate3d(0, 0%, 0.1px);
    z-index: 36;
  }
  .s-content-58__left .s-content-58__left__close {
    position: absolute;
    top: 24px;
    right: 3dvw;
  }
}

.s-content-58__right {
  flex-basis: 24%;
  max-width: 390px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: sticky;
  top: 10px;
  align-self: flex-start;
  z-index: 2;
}
.s-content-58__right .s-content-58__right__close {
  display: none;
}
@media only screen and (max-width: 1439.98px) {
  .s-content-58__right {
    flex-basis: 25%;
    margin-top: -90px;
  }
}
@media only screen and (max-width: 949.98px) {
  .s-content-58__right {
    position: fixed;
    bottom: 0;
    top: unset;
    right: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: unset;
    max-height: calc(100vh - 50px);
    padding: 30px 3dvw;
    border-radius: 5px 5px 0px 0px;
    background: #fff;
    box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
    z-index: 36;
    opacity: 0;
    transform: translate3d(0, 100%, 0.1px);
    overflow-y: auto;
    transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
  }
  .s-content-58__right.active {
    opacity: 1;
    transform: translate3d(0, 0%, 0.1px);
    z-index: 36;
  }
  .s-content-58__right .s-content-58__right__close {
    display: block;
    position: absolute;
    top: 24px;
    right: 3dvw;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .s-content-58__right .s-content-58__right__close:before, .s-content-58__right .s-content-58__right__close:after {
    position: absolute;
    left: 10px;
    content: " ";
    height: 25px;
    width: 4px;
    background-color: black;
  }
  .s-content-58__right .s-content-58__right__close:before {
    transform: rotate(45deg);
  }
  .s-content-58__right .s-content-58__right__close:after {
    transform: rotate(-45deg);
  }
}

.s-content-58__center {
  padding-top: 50px;
  flex-basis: 58%;
  max-width: 1050px;
}
@media only screen and (max-width: 1439.98px) {
  .s-content-58__center {
    flex-basis: 70%;
  }
}
@media only screen and (max-width: 949.98px) {
  .s-content-58__center {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 859.98px) {
  .s-content-58__center {
    padding-top: 4dvh;
  }
}

.s-content-58__column-menu {
  display: none;
  background-color: #fff;
  padding: 10px 0px;
  width: 100%;
  position: sticky;
  z-index: 1;
}
.s-content-58__column-menu.is-fixed {
  position: fixed;
}
@media only screen and (max-width: 1439.98px) {
  .s-content-58__column-menu {
    display: flex;
    top: 49px;
  }
}
@media only screen and (max-width: 949.98px) {
  .s-content-58__column-menu {
    width: 100dvw;
    margin-left: -3dvw;
    padding-left: 3dvw;
  }
}

.s-content-58__menu {
  display: flex;
  list-style: none;
  gap: 20px;
  padding: 0px;
}
.s-content-58__menu li {
  list-style: none;
  margin: 0;
  cursor: pointer;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  transition: all 0.5s ease-in-out;
}
.s-content-58__menu li:hover {
  opacity: 0.6;
}
.s-content-58__menu .s-content-58__menu-item--mobile {
  display: none;
}
@media only screen and (max-width: 949.98px) {
  .s-content-58__menu .s-content-58__menu-item--mobile {
    display: block;
  }
}
