@charset "UTF-8";
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, sup, 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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  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;
}

/* 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;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "atipo";
  src: url("/fonts/atipo_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "atipo";
  src: url("/fonts/atipo_bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*----------------------------- */
/*------ Dark theme ----------- */
/*----------------------------- */
/*-------------------*/
/*  Fonts  */
/*-------------------*/
/* colors */
/* break points responsive */
::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

* {
  font-family: "atipo", Arial, Helvetica, sans-serif;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: transparent;
}
*::-webkit-scrollbar-track {
  box-shadow: none;
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background: #000;
  border: 0px solid #fff;
  border-radius: 0px;
}

a {
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  color: #000;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: #aaa;
  }
}

.all {
  min-height: 100vh;
  overflow: hidden;
  max-width: 1800px;
  padding-inline: 60px;
  margin-inline: auto;
}
@media only screen and (max-width: 1200px) {
  .all {
    padding-inline: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .all {
    padding-inline: 15px;
  }
}

body {
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  color: #000;
  text-transform: lowercase;
  padding-top: 80px;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
body.menu-opened {
  height: 100vh;
  overflow: hidden;
}

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

strong, b {
  font-weight: 600;
}

p {
  line-height: 120%;
}
p a {
  color: #aaa;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  p a:hover {
    color: #000;
  }
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

html.lenis {
  height: auto;
}

label {
  display: none;
}

input[type=text],
input[type=text],
input[type=number],
input[type=email],
input[type=mail],
input[type=tel],
input[type=password],
textarea {
  border: 1px solid #aaa;
  padding: 0px 10px;
  height: 36px;
  background-color: transparent;
  color: #000;
  font-size: 20px;
  border-radius: 0px;
  font-family: "atipo", sans-serif;
  font-weight: 300;
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border;
  vertical-align: bottom;
  box-sizing: border-box;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  input[type=text]:hover,
  input[type=text]:hover,
  input[type=number]:hover,
  input[type=email]:hover,
  input[type=mail]:hover,
  input[type=tel]:hover,
  input[type=password]:hover,
  textarea:hover {
    border-color: #000;
  }
}
input[type=text]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=mail]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  border-color: #000;
}
input[type=text]:disabled,
input[type=text]:disabled,
input[type=number]:disabled,
input[type=email]:disabled,
input[type=mail]:disabled,
input[type=tel]:disabled,
input[type=password]:disabled,
textarea:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
input[type=text]::placeholder,
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=mail]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  color: #aaa;
}
input[type=text].error,
input[type=text].error,
input[type=number].error,
input[type=email].error,
input[type=mail].error,
input[type=tel].error,
input[type=password].error,
textarea.error {
  border-color: #751119;
}

textarea {
  min-height: 100px;
  padding-top: 7px;
}

.error-msg {
  display: block;
  font-size: 15px;
  color: #490a10;
  padding-top: 8px;
}

.input + .input {
  margin-top: 15px;
}

button {
  font-family: "atipo", sans-serif;
}

.btn,
input[type=submit] {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  height: 80px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border;
  vertical-align: bottom;
  box-sizing: border-box;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 800px) {
  .btn,
  input[type=submit] {
    font-size: 16px;
  }
}
.btn > span,
input[type=submit] > span {
  position: relative;
}
.btn i,
input[type=submit] i {
  transition: transform 0.3s ease-out;
}
.btn:hover, .btn:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  color: #aaa;
}
.btn.btn-alt,
input[type=submit].btn-alt {
  border: 1px solid #aaa;
  background-color: #fff;
  color: #000;
}
.btn.btn-alt:hover, .btn.btn-alt:focus,
input[type=submit].btn-alt:hover,
input[type=submit].btn-alt:focus {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.btn.btn-ico * + *,
input[type=submit].btn-ico * + * {
  margin-left: 20px;
}
.btn.btn-ico:hover i,
input[type=submit].btn-ico:hover i {
  transform: scale(1.2);
}
.btn.btn-ico:hover .fa-arrow-right-long,
input[type=submit].btn-ico:hover .fa-arrow-right-long {
  transform: translateX(60px) scale(1.2);
}
.btn.btn-full,
input[type=submit].btn-full {
  width: 100%;
  justify-content: space-between;
}
.btn.disabled,
input[type=submit].disabled {
  pointer-events: none;
}

.radio,
.checkbox {
  margin-top: 20px;
  position: relative;
}
.radio + .checkbox, .radio + .radio,
.checkbox + .checkbox,
.checkbox + .radio {
  margin-top: 10px;
}
.radio .group,
.checkbox .group {
  position: relative;
}
.radio .group + .group,
.checkbox .group + .group {
  margin-top: 20px;
}
.radio .group label span,
.checkbox .group label span {
  margin-top: 4px;
  display: block;
  font-size: 0.8em;
  line-height: 130%;
}
.radio label a,
.checkbox label a {
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .radio label a:hover,
  .checkbox label a:hover {
    color: #000;
  }
}
.radio label .except,
.checkbox label .except {
  color: #aaa;
  font-weight: normal;
}
.radio + .submit,
.checkbox + .submit {
  margin-top: 20px;
}
.radio + .submit input,
.checkbox + .submit input {
  width: 100%;
  justify-content: center;
}

.checkbox.short .group + .group {
  margin-top: 5px;
}

input[type=radio] {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

input[type=radio] + label,
input[type=checkbox] + label {
  display: block;
  padding: 5px;
  padding-left: 32px;
  cursor: pointer;
  font-size: 21px;
  color: #aaa;
  transition: color 0.3s ease-out;
  font-weight: 350;
}
@media only screen and (max-width: 1400px) {
  input[type=radio] + label,
  input[type=checkbox] + label {
    font-size: 18.9px;
  }
}

input[type=radio]:focus + label,
input[type=checkbox]:focus + label {
  color: #000;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: "";
  background: #fff;
  border: 2px solid #aaa;
  background-color: #fff;
  display: block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  margin-left: -32px;
  margin-top: 0.15em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0px;
}

input[type=radio].error + label:before,
input[type=checkbox].error + label:before {
  border-color: #751119;
}

input[type=radio]:hover + label:before,
input[type=checkbox]:hover + label:before,
input[type=radio] + label:hover:before,
input[type=checkbox] + label:hover:before {
  border-color: #000;
}

input[type=radio] + label:hover,
input[type=checkbox] + label:hover {
  color: #000;
}

input[type=radio] + label:before {
  border-radius: 100%;
}

input[type=radio]:disabled + label:before,
input[type=checkbox]:disabled + label:before {
  border-color: #dadada;
  background-color: #eaeaea;
  pointer-events: none;
  cursor: default;
}

input[type=radio]:disabled + label,
input[type=checkbox]:disabled + label {
  color: #ccc;
  pointer-events: none;
  cursor: default;
}

input[type=radio]:checked + label:before {
  background-color: #000;
  border-color: #000;
}

input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  color: #000;
  font-weight: 500;
}

input[type=checkbox] {
  position: absolute;
  top: 10px;
  border-radius: 2px;
}

input[type=checkbox] + label {
  padding-top: 10px;
}

input[type=checkbox] + label:before {
  margin-top: 8px;
}

input[type=checkbox] + label:before {
  content: "×";
  text-align: center;
  line-height: 24px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  padding: 0px 0 2px 0px;
  font-weight: 350;
}

input[type=checkbox]:checked + label:before {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

input[type=checkbox]:disabled + label:before {
  color: rgba(255, 255, 255, 0);
  pointer-events: none;
  cursor: default;
}

input[type=checkbox]:checked:disabled + label:before {
  color: #bbb;
  text-shadow: 0.05em 0 0 #bbb, -0.05em 0 0 #bbb;
}

.small input[type=checkbox] {
  top: 13px;
}
.small input[type=checkbox] + label:before {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  margin-left: -24px;
  top: 7px;
  padding-bottom: 2px;
}
.small input[type=checkbox] + label {
  font-size: 16px;
}
@media only screen and (max-width: 1400px) {
  .small input[type=checkbox] + label {
    font-size: 14.4px;
  }
}
.small input[type=checkbox] + label {
  padding-left: 24px;
}

.multiple-check {
  position: relative;
}
.multiple-check > .name {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border;
  cursor: pointer;
  padding: 0px 18px 0 12px;
  padding-right: 40px;
  height: 46px;
  background: url("../img/angle-down-grey.svg") no-repeat;
  background-position: right 14px center;
  background-color: #fff;
  background-size: 16px;
  color: #aaa;
  font-family: "atipo", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 300;
}
@media only screen and (max-width: 1400px) {
  .multiple-check > .name {
    font-size: 18.9px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .multiple-check > .name:hover {
    color: #000;
    background-image: url("../img/angle-down-black.svg");
  }
}
.multiple-check > .name:focus {
  outline: none;
  border-color: #000;
  color: #000;
}
.multiple-check > .input.checkbox {
  display: none;
  margin-top: 0;
  position: absolute;
  background-color: #fff;
  padding: 0 15px 6px;
  right: -2px;
  bottom: 45px;
  border: 2px solid #aaa;
  border-radius: 4px 4px 0 0;
}
.multiple-check > .input.checkbox label {
  white-space: nowrap;
  font-size: 18px !important;
}
.multiple-check > .input.checkbox .group + .group {
  margin-top: -10px;
}
.multiple-check:hover > .input.checkbox {
  display: block;
}

.all.darkTheme input[type=radio] + label:hover,
.all.darkTheme input[type=checkbox] + label:hover {
  color: #fff;
}
.all.darkTheme input[type=checkbox]:checked + label,
.all.darkTheme input[type=radio]:checked + label {
  color: #fff;
}
.all.darkTheme input[type=radio]:disabled + label,
.all.darkTheme input[type=checkbox]:disabled + label {
  color: #333;
}
.all.darkTheme input[type=radio]:disabled + label:before,
.all.darkTheme input[type=checkbox]:disabled + label:before {
  border-color: #333;
}
.all.darkTheme input[type=radio] + label:before,
.all.darkTheme input[type=checkbox] + label:before {
  border-color: #aaa;
  background-color: #000;
}
.all.darkTheme input[type=radio]:checked + label:before {
  background-color: #fff;
}
.all.darkTheme .multiple-check > .name {
  background-color: #000;
}
@media (hover: hover) and (pointer: fine) {
  .all.darkTheme .multiple-check > .name:hover {
    color: #fff;
    background-image: url("../img/angle-down-white.svg");
  }
}
.all.darkTheme .multiple-check > .name:focus {
  outline: none;
  border-color: #fff;
  color: #fff;
}
.all.darkTheme .multiple-check > .input.checkbox {
  background-color: #000;
}

select {
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border;
  cursor: pointer;
  border: 2px solid #aaa;
  border-radius: 5px;
  padding: 0px 18px 0 12px;
  padding-right: 40px;
  height: 46px;
  background: url("../img/angle-down-grey.svg") no-repeat;
  background-position: right 14px center;
  background-color: transparent;
  background-size: 16px;
  color: #aaa;
  font-family: "atipo", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  -webkit-appearance: none;
}
@media (hover: hover) and (pointer: fine) {
  select:hover {
    border-color: #000;
    color: #000;
    background-image: url("../img/angle-down-black.svg");
  }
}
@media only screen and (max-width: 1400px) {
  select {
    font-size: 21.6px;
  }
}
@media only screen and (max-width: 800px) {
  select {
    font-size: 16px;
  }
}
select:focus {
  outline: none;
  border-color: #000;
  color: #000;
}
select:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
select.error {
  border-color: #751119;
}

option {
  font-size: 16px;
}
@media only screen and (max-width: 1400px) {
  option {
    font-size: 14.4px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .all.darkTheme select:hover {
    border-color: #fff;
    color: #fff;
    background-image: url("../img/angle-down-white.svg");
  }
}
.all.darkTheme select:focus {
  border-color: #fff;
  color: #fff;
}

.row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.3s ease-out, transform 0.6s ease-out;
}
@media only screen and (max-width: 800px) {
  .row {
    display: block;
    padding: 0 15px;
  }
}
.row + .row {
  margin-top: 30px;
}
@media only screen and (max-width: 800px) {
  .row + .row {
    margin-top: 15px;
  }
}
.row.margin-top-double {
  padding-top: 30px;
}
@media only screen and (max-width: 800px) {
  .row.margin-top-double {
    padding-top: 15px;
  }
}
.row .col {
  width: calc(33.333% - 20px);
}
@media only screen and (max-width: 800px) {
  .row .col {
    width: 100%;
  }
}
.row .col + .col {
  margin-left: 30px;
}
@media only screen and (max-width: 800px) {
  .row .col + .col {
    margin-left: 0;
    margin-top: 15px;
  }
}
.row .col.col-2 {
  width: calc(66.666% - 10px);
}
@media only screen and (max-width: 800px) {
  .row .col.col-2 {
    width: 100%;
  }
}
.row .col.col-1-2 {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 800px) {
  .row .col.col-1-2 {
    width: 100%;
  }
}
.row .col.col-3, .row .col.full {
  width: 100%;
}
.row .col.col-right {
  margin-left: auto;
}
.row .col.col-center {
  margin-left: auto;
  margin-right: auto;
}
.row .col.sidebar .page-composer-html {
  font-size: 21px;
  line-height: 140%;
}
@media only screen and (max-width: 1400px) {
  .row .col.sidebar .page-composer-html {
    font-size: 18.9px;
  }
}
@media only screen and (max-width: 800px) {
  .row .col.sidebar .page-composer-html {
    font-size: 16.8px;
  }
}
.row .col img {
  width: 100%;
  height: auto;
}
.row .col .image + .caption {
  transition: color 0.3s ease-out;
  display: block;
  margin-top: 20px;
  font-size: 24px;
}
@media only screen and (max-width: 1400px) {
  .row .col .image + .caption {
    font-size: 21.6px;
  }
}
@media only screen and (max-width: 800px) {
  .row .col .image + .caption {
    font-size: 19.2px;
    margin-top: 8px;
  }
}
.row .col .image + .caption:empty {
  display: none;
}
.row.full {
  max-width: none;
}
.row[class*=inview] {
  opacity: 0;
  transform: translateY(30px);
}
.row.visible {
  opacity: 1;
  transform: translateY(0px);
}
.row .row {
  padding: 0;
}

@keyframes rotar {
  100% {
    transform: rotate(-359deg);
  }
}
sup {
  font-size: 0.7em;
  vertical-align: super;
}

.filters {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.filters a {
  text-decoration: none;
  padding: 5px 10px;
}
@media (hover: hover) and (pointer: fine) {
  .filters a:hover {
    background-color: #F5F2F0;
    color: #000;
  }
}
.filters a.active {
  background-color: #F5F2F0;
  color: #000;
  pointer-events: none;
}

.results {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
}
.results aside {
  grid-column: 1/4;
}
.results aside .searcher {
  height: 100%;
  position: relative;
}
.results aside .searcher input {
  padding: 0 10px;
  border: none;
  margin-left: -10px;
}
.results aside .searcher input:focus {
  background-color: #F5F2F0;
}
.results aside .searcher input::placeholder {
  color: #000;
  opacity: 1;
}
.results aside .searcher .input {
  position: fixed;
  top: calc(50vh + 40px);
}
.results .results-grid {
  grid-column: 4/-1;
}
.results .results-grid .free {
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 20px;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50px;
  text-decoration: none;
  overflow: hidden;
}
.results .results-grid .free > * {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.results .results-grid .free i {
  font-size: 0.75em;
  transition: all 0.3s;
  font-style: normal;
}
.results .results-grid .free span {
  transition: all 0.3s;
  margin-top: -44px;
}
.results .results-grid .free span svg {
  height: 12px;
  width: 12px;
}
.results .results-grid .image {
  overflow: hidden;
  border: 1px solid transparent;
  transition: border 0.3s;
  position: relative;
}
.results .results-grid .image .text {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  padding: 8px 12px;
  background-color: white;
  white-space: nowrap;
  transition: all 0.3s;
  transform: translateY(-10%) translateX(-50%);
  opacity: 0;
}
.results .results-grid .image img {
  width: 100%;
  display: block;
  transition: all 0.3s;
  transform: scale(1.1);
}
@media (hover: hover) and (pointer: fine) {
  .results .results-grid .image:hover {
    border-color: #000;
  }
  .results .results-grid .image:hover .text {
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
  }
  .results .results-grid .image:hover.visible img {
    transform: scale(1.02);
  }
  .results .results-grid .image:hover .free span {
    margin-top: 0px;
  }
  .results .results-grid .image:hover .free i {
    transform: rotate(90deg);
  }
}
.results .results-grid .image.visible img {
  transition: all 1.2s;
  transform: scale(1);
}
@media (hover: hover) and (pointer: fine) {
  .results .results-grid a:hover {
    color: #000;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: white;
  padding: 40px 60px 0px;
  height: 79px;
}
@media only screen and (max-width: 1200px) {
  header {
    padding-inline: 30px;
  }
}
@media only screen and (max-width: 800px) {
  header {
    padding-inline: 15px;
  }
}
header .box {
  max-width: 1680px;
  margin-inline: auto;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  position: relative;
}
header .logo {
  text-decoration: none;
  grid-column: 1/4;
}
header .logo .bold {
  font-weight: bold;
}
header .logo sup {
  text-transform: uppercase;
}
header a:not(.logo) {
  text-decoration: none;
  padding: 5px 10px;
}
@media (hover: hover) and (pointer: fine) {
  header a:not(.logo):hover {
    background-color: #F5F2F0;
    color: #000;
  }
}
header nav {
  grid-column: 4/9;
}
header nav ul {
  display: flex;
  gap: 30px;
}
header .utils {
  grid-column: 9/-2;
}
header .utils ul {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
  list-style: none;
}
header .menu-container {
  grid-column: -2/-1;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
}
header .menu-toggle {
  position: absolute;
  transform: translateY(calc(-100% - 32px));
  transition: transform 0.3s;
  z-index: 2;
  background-color: white;
  right: -20px;
  top: -20px;
  border: 1px solid #000;
  padding: 60px;
}
header .menu-toggle > * {
  opacity: 0;
  transition: opacity 0.3s ease-out 0.3s, transform 0.3s ease-out 0.3s;
  transform: translateY(-20px);
}
header .menu-toggle .links {
  margin-left: -10px;
}
header .menu-toggle .links li {
  list-style: none;
}
header .menu-toggle .links li + li {
  margin-top: 15px;
}
header .menu-toggle .suscription {
  margin-top: 60px;
  width: 400px;
}
header .menu-toggle .suscription .name {
  margin-bottom: 15px;
  line-height: 120%;
}
header .menu-toggle .suscription form {
  display: flex;
}
header .menu-toggle .suscription form .input {
  margin-top: 0;
}
header .menu-toggle .suscription form .submit input {
  height: 36px;
}
header .menu-toggle .social {
  margin-top: 60px;
  border-top: 1px solid #000;
  padding-top: 15px;
}
header .menu-toggle .social ul {
  display: flex;
  gap: 20px;
  margin-left: -10px;
}
header .menu-toggle .social ul li {
  list-style: none;
}
header .menu-toggle .copy {
  margin-top: 60px;
  font-size: 0.6em;
}

.show-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1000;
  width: 30px;
  height: 22px;
  cursor: pointer;
}
.show-menu i {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: transform 0.3s ease-out;
}
.show-menu.open i:first-child {
  transform: translateY(10px) rotate(-45deg);
}
.show-menu.open i:nth-child(2) {
  transform: scale(0);
}
.show-menu.open i:last-child {
  transform: translateY(-10px) rotate(45deg);
}

body .all > *:not(header) {
  transition: opacity 0.2s;
}

body.menu-open header .menu-toggle {
  transform: translateY(0) translateX(0);
}
body.menu-open header .menu-toggle > * {
  opacity: 1;
  transform: translateY(0px);
}
body.menu-open .all > *:not(header) {
  opacity: 0.3;
}

.home .intro {
  max-width: 25%;
  padding-right: 30px;
  line-height: 140%;
  height: calc(50vh - 113px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .intro h1 {
  font-weight: bold;
}
.home .intro h1, .home .intro h2 {
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
  transform: translateX(-30px);
}
.home .intro h2 {
  transition-delay: 0.6s;
}
.home .intro.visible h1, .home .intro.visible h2 {
  opacity: 1;
  transform: translateX(0px);
}

.illustration-view {
  padding-top: 60px;
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% + 15px);
  gap: 60px;
  margin-bottom: 60px;
}
.illustration-view .illustration .image img {
  width: 100%;
}
.illustration-view .illustration .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.8em;
  margin-top: 15px;
}
.illustration-view .illustration .tags a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 12px;
  background-color: #F5F2F0;
  color: #aaa;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .illustration-view .illustration .tags a:hover {
    background-color: #fff;
    color: #000;
  }
}
.illustration-view .illustration .tags button {
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border;
}
@media (hover: hover) and (pointer: fine) {
  .illustration-view .illustration .tags button:hover {
    background-color: #aaa;
    color: #000;
  }
}
.illustration-view .text {
  padding-top: 60px;
}
.illustration-view .text ul li {
  list-style: none;
}
.illustration-view .text ul li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  margin-right: 6px;
  background-color: #000;
  position: relative;
  top: -6px;
}
.illustration-view .text ul li + li {
  margin-top: 5px;
}
.illustration-view .text .body {
  margin-bottom: 60px;
}
.illustration-view .text .price-box {
  margin-bottom: 15px;
  width: 440px;
}
.illustration-view .text .price-box .name {
  margin-bottom: 20px;
}
.illustration-view .text .price-box .prices {
  display: flex;
  gap: 10px;
}
.illustration-view .text .price-box .prices .input.radio {
  margin-top: 0;
}
.illustration-view .text .price-box .prices .input + .input {
  margin-top: 0;
}
.illustration-view .text .price-box .prices .input label {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F2F0;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 0.9em;
  border: 1px solid #000;
  border-color: transparent;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}
.illustration-view .text .price-box .prices .input label:before {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .illustration-view .text .price-box .prices .input label:hover {
    border-color: #000;
  }
}
.illustration-view .text .price-box .prices .input input:checked + label {
  background-color: #000;
  color: #fff;
}
.illustration-view .text .price-box .add-to-cart {
  margin-top: 15px;
}
.illustration-view .text .price-box .unlimited {
  margin-top: 15px;
}

.pack {
  border-top: 1px solid #000;
  padding-top: 30px;
}
.pack aside p a {
  color: #000;
  font-weight: bold;
}
@media (hover: hover) and (pointer: fine) {
  .pack aside p a:hover {
    color: #aaa;
  }
}
.pack .results-grid {
  display: flex;
}
.pack .results-grid .image {
  border: none;
}
.pack .results-grid img {
  display: block;
}

.related {
  border-top: 1px solid #000;
  padding-top: 30px;
  margin-top: 60px;
}

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