@charset "UTF-8";
@import url("https://use.typekit.net/faw0jav.css");
/*padding mob*/
/*padding ipad*/
/*padding desktop*/
@import url("https://use.typekit.net/faw0jav.css");
/*padding mob*/
/*padding ipad*/
/*padding desktop*/
@import url("https://use.typekit.net/faw0jav.css");
@import url("https://use.typekit.net/faw0jav.css");
@import url("https://use.typekit.net/faw0jav.css");
@import url("https://use.typekit.net/faw0jav.css");
@import url("https://use.typekit.net/faw0jav.css");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  color: #000; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "“" "”" "‘" "’"; }

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

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

*,
*::after,
*::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  font-family: inherit; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-family: "ubuntu", sans-serif, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-weight: 400;
  font-size: 16px;
  font-family: inherit;
  color: #000;
  line-height: 1.4;
  margin: 0;
  padding: 0; }

img,
iframe,
video {
  vertical-align: middle; }

img {
  display: block;
  width: 100%;
  height: auto; }

menu,
ul,
ol,
li,
dd {
  padding: 0;
  margin: 0;
  list-style-type: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "nimbus-sans", sans-serif, sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0; }

p {
  margin-top: 0;
  margin-bottom: 0; }

a,
p {
  font-family: "nimbus-sans", sans-serif, sans-serif; }

a {
  text-decoration: none; }

a,
button {
  color: inherit; }

a:focus,
button:focus {
  outline: none; }

::selection {
  color: #fff;
  background-color: #fa7d1d; }

[hidden] {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.noevents {
  pointer-events: none; }

/*padding mob*/
/*padding ipad*/
/*padding desktop*/
@keyframes move-left {
  from {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

header.hero {
  height: 100vh;
  position: relative;
  background: #000;
  overflow: hidden; }
  header.hero .inner {
    height: 100vh; }
    header.hero .inner h1 {
      color: #fff; }
  header.hero .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 90%; }
    header.hero .hero-video video {
      width: 117%; }
    @media only screen and (min-width: 1024px) {
      header.hero .hero-video video {
        width: 100%;
        max-width: 1600px; } }
    @media only screen and (min-width: 1400px) {
      header.hero .hero-video {
        top: -110px;
        height: 92%; } }
  header.hero .top-header {
    z-index: 3;
    width: 100%;
    display: flex;
    position: relative;
    padding: 2rem 2rem;
    justify-content: space-between;
    align-items: center;
    margin: auto; }
    header.hero .top-header .links {
      display: flex;
      flex-direction: row;
      align-content: center; }
      header.hero .top-header .links a {
        font-size: 0.9rem;
        font-weight: 800;
        color: #fff;
        padding: 0 5px;
        border: 1px solid #000000;
        margin-right: 5px;
        margin-bottom: 10px;
        text-align: center;
        border-radius: 20px;
        margin-right: 5px;
        padding: 5px 10px; }
        header.hero .top-header .links a:nth-child(2) {
          background-color: #fa7d1d; }
        header.hero .top-header .links a:hover {
          color: #fff;
          background-color: #000000; }
    header.hero .top-header .wrapp-header {
      display: block; }
  header.hero .logo {
    max-width: 120px; }
    header.hero .logo h1 {
      font-size: 1.3rem;
      color: #fff;
      text-transform: uppercase;
      font-weight: 500;
      margin-top: 10px;
      letter-spacing: 1px; }
  header.hero .content {
    z-index: 2;
    position: absolute;
    bottom: 2rem;
    width: 100%;
    display: none;
    gap: 20px;
    -moz-animation: move-left 15s infinite linear;
    -webkit-animation: move-left 15s infinite linear;
    animation: move-left 15s infinite linear; }
    @media only screen and (min-width: 1024px) {
      header.hero .content {
        display: flex; } }
    header.hero .content > *::after {
      content: "";
      width: 15px;
      height: 15px;
      background-color: #fa7d1d;
      position: relative;
      border-radius: 50%;
      display: block;
      margin-left: 2rem; }
    header.hero .content h1 {
      font-size: 3.5rem;
      flex-shrink: 0;
      letter-spacing: -5px;
      display: flex;
      align-items: center; }
      header.hero .content h1:nth-of-type(2n) {
        color: #fa7d1d; }
  header.hero .content-mobile {
    z-index: 2;
    position: absolute;
    bottom: 5rem;
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      header.hero .content-mobile {
        display: none; } }
    header.hero .content-mobile .one {
      gap: 10px;
      display: flex;
      -moz-animation: move-left 20s infinite linear;
      -webkit-animation: move-left 20s infinite linear;
      animation: move-left 20s infinite linear; }
      header.hero .content-mobile .one > *::after {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #fa7d1d;
        position: relative;
        border-radius: 50%;
        display: block;
        margin-left: 1rem; }
    header.hero .content-mobile .two {
      gap: 10px;
      display: flex;
      -moz-animation: move-left 20s infinite reverse linear;
      -webkit-animation: move-left 20s infinite reverse linear;
      animation: move-left 20s infinite reverse linear; }
      header.hero .content-mobile .two > *::after {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #fa7d1d;
        position: relative;
        border-radius: 50%;
        display: block;
        margin-left: 1rem; }
    header.hero .content-mobile h1 {
      font-size: 2.2rem;
      line-height: 2rem;
      flex-shrink: 0;
      letter-spacing: -2px;
      display: flex;
      align-items: center; }
      header.hero .content-mobile h1:nth-of-type(2n) {
        color: #fa7d1d; }

.spinner {
  display: none;
  height: 100vh;
  width: 100%;
  background-color: #fa7d1d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }
  .spinner img {
    width: 10rem;
    height: 10rem;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8; }

@media only screen and (min-width: 768px) {
  header.hero .top-header {
    padding: 4rem; }
    header.hero .top-header .links {
      margin-right: 20px; } }

@media only screen and (min-width: 1024px) {
  header.hero .logo {
    max-width: 180px; } }

@media only screen and (min-width: 1024px) {
  header.hero .top-header {
    padding: 4rem 4rem; } }

/*padding mob*/
/*padding ipad*/
/*padding desktop*/
header.site {
  font-family: "nimbus-sans", sans-serif;
  background-color: #000; }
  header.site .inner .top-header {
    padding: 2rem 2rem 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px; }
    @media only screen and (min-width: 768px) {
      header.site .inner .top-header {
        padding: 2rem 4rem 1rem 4rem; } }
    header.site .inner .top-header .logo {
      width: 25%;
      flex-grow: 2; }
      header.site .inner .top-header .logo img {
        transition: all 1s cubic-bezier(0, 0, 0.24, 0.9);
        transform-origin: center;
        width: 45%; }
        @media only screen and (min-width: 768px) {
          header.site .inner .top-header .logo img {
            width: 140px; } }
        header.site .inner .top-header .logo img:hover {
          transform: scale(1.1);
          transform-origin: center; }
        header.site .inner .top-header .logo img.logo-desk {
          display: none; }
    header.site .inner .top-header .current_page_item {
      color: #fa7d1d; }
    header.site .inner .top-header [aria-current] {
      color: #fa7d1d; }

header .inner .top-header .wrapp-header .hero__actions-mobile,
header .inner .top-header .wrapp-header .site__actions-mobile {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fa7d1d;
  top: 2rem;
  left: 2rem;
  right: 2rem; }
  header .inner .top-header .wrapp-header .hero__actions-mobile .hero__actions__button,
  header .inner .top-header .wrapp-header .site__actions-mobile .hero__actions__button {
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: 0;
    background-color: transparent;
    transition: all 0.4s cubic-bezier(0.03, 0.27, 0.49, 1.22);
    color: #fa7d1d;
    transform-origin: center; }
    header .inner .top-header .wrapp-header .hero__actions-mobile .hero__actions__button:hover,
    header .inner .top-header .wrapp-header .site__actions-mobile .hero__actions__button:hover {
      transform: scale(1.3); }
    header .inner .top-header .wrapp-header .hero__actions-mobile .hero__actions__button .fa-2x,
    header .inner .top-header .wrapp-header .site__actions-mobile .hero__actions__button .fa-2x {
      font-size: 3.5em; }

header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper,
header .inner .top-header .wrapp-header .site__nav-mobile-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #000;
  background-image: url("../img/hero/nav.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 43vh;
  pointer-events: none;
  transition: all 900ms cubic-bezier(0.78, -0.05, 0.795, 0.345); }
  @media only screen and (min-width: 768px) {
    header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper,
    header .inner .top-header .wrapp-header .site__nav-mobile-wrapper {
      background-position: 0 45vh; } }
  header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper.opened,
  header .inner .top-header .wrapp-header .site__nav-mobile-wrapper.opened {
    opacity: 1;
    pointer-events: all;
    z-index: 9999999999;
    transition: all 900ms cubic-bezier(0.78, -0.05, 0.795, 0.345); }
  header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper .nav__button,
  header .inner .top-header .wrapp-header .site__nav-mobile-wrapper .nav__button {
    width: 3rem;
    height: 3rem;
    padding: 0;
    z-index: 3;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: #000;
    display: block;
    transition-delay: 55ms;
    transition: all 400ms cubic-bezier(0.03, 0.27, 0.49, 1.22);
    transform-origin: center; }
    header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper .nav__button:hover,
    header .inner .top-header .wrapp-header .site__nav-mobile-wrapper .nav__button:hover {
      transform: scale(1.3); }
  header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav,
  header .inner .top-header .wrapp-header .site__nav-mobile-wrapper nav {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 4rem;
    padding-top: 12vh; }
    header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav .nav__list li.nav-link,
    header .inner .top-header .wrapp-header .site__nav-mobile-wrapper nav .nav__list li.nav-link {
      font-size: 1.7rem;
      width: max-content;
      padding: 0.5rem;
      position: relative; }
    header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav ul,
    header .inner .top-header .wrapp-header .site__nav-mobile-wrapper nav ul {
      overflow: hidden;
      color: #fff;
      font-weight: normal;
      text-transform: uppercase;
      font-size: 1.6rem;
      transition: all 400ms cubic-bezier(0.03, 0.27, 0.49, 1.22); }
      header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav ul li a,
      header .inner .top-header .wrapp-header .site__nav-mobile-wrapper nav ul li a {
        font-family: "nimbus-sans", sans-serif;
        letter-spacing: -2px;
        font-size: 2.5rem;
        line-height: 1.5rem;
        font-weight: 300;
        transition: all 0.3s ease-in-out;
        text-transform: lowercase;
        color: #fa7d1d; }
        header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav ul li a:hover,
        header .inner .top-header .wrapp-header .site__nav-mobile-wrapper nav ul li a:hover {
          color: #fff;
          font-size: 3.2rem; }
      header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav ul li .submenu__link,
      header .inner .top-header .wrapp-header .site__nav-mobile-wrapper nav ul li .submenu__link {
        background-color: transparent;
        border: 0;
        transition: all 0.4s cubic-bezier(0.03, 0.27, 0.49, 1.22);
        padding: 0;
        width: 20px; }
        @media only screen and (min-width: 768px) {
          header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav ul li .submenu__link,
          header .inner .top-header .wrapp-header .site__nav-mobile-wrapper nav ul li .submenu__link {
            width: 55px; } }
        header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav ul li .submenu__link.active,
        header .inner .top-header .wrapp-header .site__nav-mobile-wrapper nav ul li .submenu__link.active {
          transform: rotate(-180deg); }
        header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav ul li .submenu__link.link-footer,
        header .inner .top-header .wrapp-header .site__nav-mobile-wrapper nav ul li .submenu__link.link-footer {
          transition: all 0.4s cubic-bezier(0.03, 0.27, 0.49, 1.22); }
        header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav ul li .submenu__link svg,
        header .inner .top-header .wrapp-header .site__nav-mobile-wrapper nav ul li .submenu__link svg {
          fill: #000000; }
      header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav ul.sub-menu li,
      header .inner .top-header .wrapp-header .site__nav-mobile-wrapper nav ul.sub-menu li {
        color: #fa7d1d;
        padding: 0.2rem;
        padding-left: 1rem;
        line-height: 1.5rem; }
        header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav ul.sub-menu li a,
        header .inner .top-header .wrapp-header .site__nav-mobile-wrapper nav ul.sub-menu li a {
          color: #fff;
          font-size: 2rem;
          letter-spacing: 0;
          line-height: 1.5rem;
          transition: all 0.3s ease-in;
          text-transform: lowercase; }
          header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav ul.sub-menu li a:hover,
          header .inner .top-header .wrapp-header .site__nav-mobile-wrapper nav ul.sub-menu li a:hover {
            color: #fa7d1d;
            font-size: 2rem; }

header .inner .top-header .wrapp-header .hero__nav-desktop-wrapper
.site__nav-desktop-wrapper {
  display: none; }
  @media only screen and (min-width: 1024px) {
    header .inner .top-header .wrapp-header .hero__nav-desktop-wrapper
.site__nav-desktop-wrapper {
      width: 55px; } }

.hero__nav-desktop-wrapper, .site__nav-desktop-wrapper {
  display: none; }

header .inner .top-header .wrapp-header .hero__actions-mobile {
  right: 4rem;
  top: 4rem; }

header
.inner
.top-header
.wrapp-header
.hero__nav-mobile-wrapper
.nav__button,
header
.inner
.top-header
.wrapp-header
.hero__nav-desktop-wrapper
.nav__button {
  right: 4rem;
  top: 4rem; }

header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav ul.nav__list {
  width: 70vw;
  max-width: 1650px; }
  @media only screen and (min-width: 1024px) {
    header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav ul.nav__list {
      width: 100vw;
      justify-content: center; } }

header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav ul li a {
  font-size: 3.5rem;
  letter-spacing: -4px;
  line-height: 1.8rem;
  font-weight: 300; }
  header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav ul li a:hover {
    font-size: 4.5rem; }

header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper .nav__button,
header .inner .top-header .wrapp-header .hero__nav-desktop-wrapper .nav__button {
  width: 3rem;
  height: 3rem;
  font-size: 2.5rem;
  position: absolute;
  top: 2rem;
  right: 2rem; }
  @media only screen and (min-width: 768px) {
    header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper .nav__button,
    header .inner .top-header .wrapp-header .hero__nav-desktop-wrapper .nav__button {
      top: 4rem;
      right: 4rem; } }

header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav .nav__list li.nav-link,
header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav .nav__list li.menu-item,
header .inner .top-header .wrapp-header .hero__nav-desktop-wrapper nav .nav__list li.nav-link,
header .inner .top-header .wrapp-header .hero__nav-desktop-wrapper nav .nav__list li.menu-item {
  margin-bottom: 0.5rem; }
  @media only screen and (min-width: 1024px) {
    header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav .nav__list li.nav-link,
    header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav .nav__list li.menu-item,
    header .inner .top-header .wrapp-header .hero__nav-desktop-wrapper nav .nav__list li.nav-link,
    header .inner .top-header .wrapp-header .hero__nav-desktop-wrapper nav .nav__list li.menu-item {
      margin-right: 8px; } }

.sub-menu .menu-item {
  margin-bottom: 0 !important; }

header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper nav ul.sub-menu li a {
  font-size: 3rem;
  padding-top: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem; }

@media only screen and (min-width: 1400px) {
  header.site .inner .top-header {
    padding: 2rem 3rem 0.5rem 3rem;
    align-items: center; }
    header.site .inner .top-header .wrap-links {
      display: flex;
      flex-direction: column-reverse;
      align-items: flex-end; }
    header.site .inner .top-header .logo {
      width: 10%; }
      header.site .inner .top-header .logo img.logo-desk {
        width: 80%; } }

@media only screen and (min-width: 1024px) {
  .hero__nav-mobile-wrapper .nav__list {
    display: flex;
    align-items: flex-start; }
  header .inner .top-header .wrapp-header .hero__nav-mobile-wrapper {
    background-position: center; }
  header .inner .top-header .wrapp-header .site__actions-mobile,
  header .inner .top-header .wrapp-header .site__nav-mobile-wrapper {
    display: none; }
  header .inner .top-header .wrapp-header .site__nav-desktop-wrapper {
    display: block;
    position: relative; }
    header .inner .top-header .wrapp-header .site__nav-desktop-wrapper nav ul.nav__list {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end; }
      header .inner .top-header .wrapp-header .site__nav-desktop-wrapper nav ul.nav__list .submenu__link {
        /*   display: none; */
        background-color: transparent;
        border: 0;
        width: 2px;
        height: 2px;
        margin-right: 5px;
        position: relative;
        transition: all 0.4s cubic-bezier(0.03, 0.27, 0.49, 1.22); }
        header .inner .top-header .wrapp-header .site__nav-desktop-wrapper nav ul.nav__list .submenu__link:hover {
          /* transform: rotate(-180deg); */
          /* transform-origin: 0% 50%; */
          fill: #000000; }
        header .inner .top-header .wrapp-header .site__nav-desktop-wrapper nav ul.nav__list .submenu__link svg {
          width: 15px;
          height: 15px;
          position: absolute;
          top: -13px;
          left: 3px; }
      header .inner .top-header .wrapp-header .site__nav-desktop-wrapper nav ul.nav__list > li {
        margin-right: 5px;
        color: #000;
        transition: all 0.3s ease-in-out;
        font-size: 1.2rem;
        margin-bottom: 1.5rem; }
        header .inner .top-header .wrapp-header .site__nav-desktop-wrapper nav ul.nav__list > li:hover {
          color: #fff; }
        header .inner .top-header .wrapp-header .site__nav-desktop-wrapper nav ul.nav__list > li.current-menu-item a {
          color: #fa7d1d; }
        header .inner .top-header .wrapp-header .site__nav-desktop-wrapper nav ul.nav__list > li:last-of-type {
          margin-right: 0rem; }
        header .inner .top-header .wrapp-header .site__nav-desktop-wrapper nav ul.nav__list > li a {
          color: #fff;
          text-transform: lowercase;
          font-size: 2rem;
          letter-spacing: -3px;
          font-weight: 200;
          transition: all 0.5s ease-in-out; }
          header .inner .top-header .wrapp-header .site__nav-desktop-wrapper nav ul.nav__list > li a:hover {
            color: #fa7d1d;
            font-size: 2.5rem;
            line-height: 3rem; }
      header .inner .top-header .wrapp-header .site__nav-desktop-wrapper nav ul.nav__list li.has-submenu {
        position: relative;
        padding-bottom: 1.5rem;
        margin-bottom: 0; }
        header .inner .top-header .wrapp-header .site__nav-desktop-wrapper nav ul.nav__list li.has-submenu ul.sub-menu {
          padding: 2rem;
          position: absolute;
          top: 2.5rem;
          opacity: 0;
          z-index: 9;
          width: max-content;
          overflow: hidden;
          visibility: hidden;
          transition: opacity 400ms cubic-bezier(0, 0, 0.24, 0.9);
          background-color: #fa7d1d !important;
          border-bottom-right-radius: 20px; }
          header .inner .top-header .wrapp-header .site__nav-desktop-wrapper nav ul.nav__list li.has-submenu ul.sub-menu li {
            font-size: 1rem;
            color: #fa7d1d; }
            header .inner .top-header .wrapp-header .site__nav-desktop-wrapper nav ul.nav__list li.has-submenu ul.sub-menu li:not(:last-child) {
              margin-bottom: 0.7rem; }
            header .inner .top-header .wrapp-header .site__nav-desktop-wrapper nav ul.nav__list li.has-submenu ul.sub-menu li a {
              font-size: 1.2rem;
              color: #000000; }
            header .inner .top-header .wrapp-header .site__nav-desktop-wrapper nav ul.nav__list li.has-submenu ul.sub-menu li:hover a {
              color: #fff; }
        header .inner .top-header .wrapp-header .site__nav-desktop-wrapper nav ul.nav__list li.has-submenu:hover ul.sub-menu {
          opacity: 1;
          visibility: visible;
          background-color: #fa7d1d;
          height: auto !important;
          position: absolute;
          padding: 1rem;
          width: max-content;
          min-width: 190px; }
          header .inner .top-header .wrapp-header .site__nav-desktop-wrapper nav ul.nav__list li.has-submenu:hover ul.sub-menu li a {
            transition: all 0.2s ease-in;
            position: relative; } }

@media only screen and (min-width: 1400px) {
  header.site .inner .top-header {
    padding: 2rem 4rem 0.5rem 4rem; } }

/*padding mob*/
/*padding ipad*/
/*padding desktop*/
.lerp {
  font-size: 3rem;
  color: #fa7d1d; }

section .orange {
  color: #fa7d1d; }

section.intro {
  background-color: #C9C9C9;
  overflow: hidden;
  padding: 5rem 0; }
  section.intro .h1-container h1 {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -4px;
    position: relative;
    text-align: center;
    z-index: 2; }
    section.intro .h1-container h1:before {
      content: "";
      position: absolute;
      width: 300vw;
      height: 67px;
      background-color: #fff;
      z-index: -1;
      top: 0px;
      left: -100vw; }
  section.intro .h2-container {
    transform: rotate(-3deg); }
    section.intro .h2-container h2 {
      font-size: 3.5rem;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: -4px;
      position: relative;
      z-index: 2;
      text-align: center;
      font-weight: 600; }
      section.intro .h2-container h2:before {
        content: "";
        position: absolute;
        width: 300vw;
        height: 50px;
        background-color: #fff;
        z-index: -1;
        top: 10px;
        left: -100vw; }
  section.intro .h3-container {
    transform: rotate(4deg); }
    section.intro .h3-container h3 {
      font-size: 2rem;
      line-height: 2rem;
      font-weight: 500;
      letter-spacing: -2px;
      position: relative;
      z-index: 2;
      text-align: center;
      margin-top: 1rem; }
      section.intro .h3-container h3:before {
        content: "";
        position: absolute;
        width: 300vw;
        height: 85px;
        background-color: #fff;
        z-index: -1;
        top: -10px;
        left: -100vw; }
  section.intro .h4-container {
    transform: rotate(-4deg); }
    section.intro .h4-container h4 {
      font-size: 2.5rem;
      font-weight: 500;
      letter-spacing: -2px;
      position: relative;
      z-index: 2;
      text-align: center;
      margin-top: 20px; }
      section.intro .h4-container h4:before {
        content: "";
        position: absolute;
        width: 300vw;
        height: 50px;
        background-color: #fff;
        z-index: -1;
        top: 7px;
        left: -100vw; }
  @media only screen and (min-width: 768px) {
    section.intro {
      padding-bottom: 200px; }
      section.intro .h1-container h1::before,
      section.intro .h2-container h2::before,
      section.intro .h3-container h3::before,
      section.intro .h4-container h4::before {
        width: 200vw;
        left: -60vw; }
      section.intro .h2-container {
        transform: rotate(-3deg); }
        section.intro .h2-container h2 {
          margin-top: 2rem; }
      section.intro .h3-container h3 {
        margin-top: 70px; }
        section.intro .h3-container h3:before {
          height: 50px; }
      section.intro .h4-container h4 {
        margin-top: 70px; } }
  @media only screen and (min-width: 1024px) {
    section.intro .h1-container h1 {
      text-transform: uppercase;
      font-weight: 800;
      letter-spacing: -6px;
      position: relative;
      text-align: center;
      font-size: 7rem;
      z-index: 2; }
      section.intro .h1-container h1:before {
        content: "";
        position: absolute;
        height: 97px;
        background-color: #fff;
        z-index: -1;
        top: 30px; }
    section.intro .h2-container {
      transform: rotate(-3deg); }
      section.intro .h2-container h2 {
        font-size: 8.5rem;
        margin-top: -58px;
        text-transform: uppercase;
        letter-spacing: -6px;
        position: relative;
        z-index: 2;
        text-align: center; }
        section.intro .h2-container h2:before {
          content: "";
          position: absolute;
          width: 200vw;
          height: 97px;
          background-color: #fff;
          z-index: -1;
          top: 45px; }
    section.intro .h3-container {
      transform: rotate(4deg); }
      section.intro .h3-container h3 {
        font-size: 2.5rem;
        font-weight: 500;
        letter-spacing: -2px;
        position: relative;
        line-height: unset;
        z-index: 2;
        margin-top: 70px;
        text-align: center; }
        section.intro .h3-container h3:before {
          content: "";
          position: absolute;
          width: 200vw;
          height: 85px;
          background-color: #fff;
          z-index: -1;
          top: -10px;
          left: -1000px; }
    section.intro .h4-container {
      transform: rotate(-4deg); }
      section.intro .h4-container h4 {
        font-size: 6rem;
        font-weight: 500;
        letter-spacing: -6px;
        position: relative;
        z-index: 2;
        text-align: center;
        margin-top: 70px; }
        section.intro .h4-container h4:before {
          content: "";
          position: absolute;
          width: 200vw;
          height: 100px;
          background-color: #fff;
          z-index: -1;
          top: 20px;
          left: -1000px; }
    section.intro .h1-container h1::before,
    section.intro .h2-container h2::before,
    section.intro .h3-container h3::before,
    section.intro .h4-container h4::before {
      width: 300vw;
      left: -1000px; } }
  @media only screen and (min-width: 1400px) {
    section.intro .h1-container h1 {
      text-transform: uppercase;
      font-weight: 800;
      letter-spacing: -6px;
      position: relative;
      text-align: center;
      font-size: 8rem;
      z-index: 2; }
      section.intro .h1-container h1:before {
        content: "";
        position: absolute;
        height: 97px;
        background-color: #fff;
        z-index: -1;
        top: 30px; }
    section.intro .h2-container {
      transform: rotate(-3deg); }
      section.intro .h2-container h2 {
        font-size: 8.5rem;
        margin-top: -58px;
        text-transform: uppercase;
        letter-spacing: -6px;
        position: relative;
        z-index: 2;
        text-align: center; }
        section.intro .h2-container h2:before {
          content: "";
          position: absolute;
          width: 200vw;
          height: 97px;
          background-color: #fff;
          z-index: -1;
          top: 45px; }
    section.intro .h3-container {
      transform: rotate(4deg); }
      section.intro .h3-container h3 {
        font-size: 3rem;
        font-weight: 500;
        letter-spacing: -2px;
        position: relative;
        line-height: unset;
        z-index: 2;
        margin-top: 70px;
        text-align: center; }
        section.intro .h3-container h3:before {
          content: "";
          position: absolute;
          width: 200vw;
          height: 85px;
          background-color: #fff;
          z-index: -1;
          top: -10px;
          left: -1000px; }
    section.intro .h4-container {
      transform: rotate(-4deg); }
      section.intro .h4-container h4 {
        font-size: 6rem;
        font-weight: 500;
        letter-spacing: -6px;
        position: relative;
        z-index: 2;
        text-align: center;
        margin-top: 70px; }
        section.intro .h4-container h4:before {
          content: "";
          position: absolute;
          width: 200vw;
          height: 100px;
          background-color: #fff;
          z-index: -1;
          top: 20px;
          left: -1000px; }
    section.intro .h1-container h1::before,
    section.intro .h2-container h2::before,
    section.intro .h3-container h3::before,
    section.intro .h4-container h4::before {
      width: 200vw;
      left: -1000px; } }
  section.intro button {
    margin: auto;
    margin-top: 7rem;
    background-color: #000;
    display: flex;
    align-items: center;
    gap: .5rem;
    border: 0;
    padding: 8px 1.5rem; }
    section.intro button img {
      width: 18px; }
    section.intro button a {
      font-size: 1.2rem;
      text-transform: uppercase;
      color: #fff; }
    @media only screen and (min-width: 1024px) {
      section.intro button {
        margin-left: auto;
        margin-right: 4rem;
        gap: 1rem; }
        section.intro button img {
          width: 2rem; }
        section.intro button a {
          font-size: 1.5rem; } }

section.cta {
  padding: 1rem;
  background-color: #000;
  display: flex;
  justify-content: flex-end; }
  @media only screen and (min-width: 1024px) {
    section.cta {
      padding: 2rem 6rem; } }
  section.cta button {
    background-color: #000;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: 0;
    padding: 8px 1.5rem; }
    section.cta button img {
      transition: all 1s cubic-bezier(0, 0, 0.24, 0.9);
      transform-origin: center; }
      section.cta button img:hover {
        color: #fa7d1d;
        transform: scale(1.2);
        margin-right: 1rem; }
    section.cta button a {
      color: #fff;
      transition: all 1s cubic-bezier(0, 0, 0.24, 0.9);
      transform-origin: center; }
      section.cta button a:hover {
        color: #fa7d1d;
        transform: scale(1.5);
        transform-origin: center;
        margin-left: 2rem; }

section.marcas {
  padding-top: 2rem; }
  section.marcas.clientes {
    padding-top: 0; }
    section.marcas.clientes .video {
      padding-top: 0; }
      section.marcas.clientes .video video {
        width: 100%;
        max-width: 1200px; }
  section.marcas.bigSmall {
    background-color: #000;
    padding-top: 0; }
    @media only screen and (min-width: 1200px) {
      section.marcas.bigSmall {
        padding: 3rem; } }
    section.marcas.bigSmall .content {
      padding-top: 1rem;
      padding-bottom: 2rem; }
      @media only screen and (min-width: 1200px) {
        section.marcas.bigSmall .content {
          max-width: 1000px;
          margin: auto; } }
      section.marcas.bigSmall .content p {
        font-size: 2.5rem;
        line-height: 2rem;
        text-align: left;
        padding: 0 1rem; }
    section.marcas.bigSmall img {
      max-width: 500px;
      margin: auto; }
  @media only screen and (min-width: 768px) {
    section.marcas {
      padding-top: 4rem; } }
  @media only screen and (min-width: 1024px) {
    section.marcas {
      padding-top: 10rem; } }
  section.marcas h2 {
    padding-left: 2rem;
    color: #000000; }
    @media only screen and (min-width: 1024px) {
      section.marcas h2 {
        padding-left: 4rem; } }
    section.marcas h2.subtitle {
      font-style: italic;
      font-weight: 300;
      font-size: 2.5rem;
      margin-left: 2rem;
      letter-spacing: -2px;
      margin-bottom: 1rem; }
      section.marcas h2.subtitle span {
        font-weight: 500; }
      @media only screen and (min-width: 1024px) {
        section.marcas h2.subtitle {
          font-size: 6rem;
          letter-spacing: -6px;
          margin-bottom: 6rem;
          margin-top: -6rem;
          margin-left: 14rem; } }
      @media only screen and (min-width: 1400px) {
        section.marcas h2.subtitle {
          font-size: 8rem;
          letter-spacing: -8px;
          margin-bottom: 6rem;
          margin-top: -6rem;
          margin-left: 14rem; } }
    section.marcas h2.years {
      text-transform: uppercase;
      font-size: 3rem;
      letter-spacing: -2px;
      line-height: 1rem; }
      @media only screen and (min-width: 1024px) {
        section.marcas h2.years {
          font-size: 6rem;
          line-height: unset;
          letter-spacing: -12px; } }
      @media only screen and (min-width: 1400px) {
        section.marcas h2.years {
          font-size: 8rem;
          line-height: unset;
          letter-spacing: -12px; } }
  section.marcas .video {
    background-color: #000;
    padding-top: 2rem;
    display: flex;
    justify-content: center; }
    section.marcas .video video {
      width: 100%;
      max-width: 1400px; }
  section.marcas .content {
    background-color: #000;
    padding: 0 2rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
    margin-top: -2px;
    display: flex;
    justify-content: center; }
    @media only screen and (min-width: 768px) {
      section.marcas .content {
        padding: 2rem 4rem; } }
    @media only screen and (min-width: 1024px) {
      section.marcas .content {
        padding: 4rem 6rem; } }
    section.marcas .content p {
      color: #fff;
      font-size: 2rem;
      letter-spacing: -2px;
      line-height: 1.8rem; }
      @media only screen and (min-width: 1024px) {
        section.marcas .content p {
          font-size: 4rem;
          line-height: 3rem;
          max-width: 1200px; } }
      section.marcas .content p span {
        color: #fa7d1d; }

section.grid {
  background-color: #000;
  padding-top: 2rem;
  margin-top: -2px; }
  section.grid .two-columns {
    display: grid;
    grid-template-columns: 1fr; }
    @media only screen and (min-width: 768px) {
      section.grid .two-columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 1rem; } }
    @media only screen and (min-width: 1024px) {
      section.grid .two-columns {
        grid-column-gap: 2rem; } }
    section.grid .two-columns video {
      width: 100%;
      padding-right: 2rem;
      /* grid-column: 1/4; */ }
      @media only screen and (min-width: 1024px) {
        section.grid .two-columns video {
          /* grid-column: 1/4; */ } }
    section.grid .two-columns.column {
      grid-template-columns: 70% 1fr; }
    section.grid .two-columns .video2 {
      width: 100%;
      padding-right: 0rem;
      padding-left: 4rem;
      margin-top: 2rem; }
      @media only screen and (min-width: 768px) {
        section.grid .two-columns .video2 {
          padding-left: 0;
          grid-column: 2/4; } }
      @media only screen and (min-width: 1024px) {
        section.grid .two-columns .video2 {
          grid-column: 2/4; } }
    section.grid .two-columns .video3 {
      padding-right: 4rem; }
    section.grid .two-columns img {
      grid-column: 2/5;
      margin-top: 6rem; }
      @media only screen and (min-width: 1024px) {
        section.grid .two-columns img {
          margin-top: 0;
          grid-area: 3 / 2 / -1 / auto; } }
  section.grid .center {
    display: flex;
    justify-content: center; }
    section.grid .center video {
      width: 100%;
      padding-right: 0rem; }
      @media only screen and (min-width: 1024px) {
        section.grid .center video {
          width: auto;
          max-height: 350px; } }
  section.grid .video-wrapper {
    position: relative;
    right: 0; }
    section.grid .video-wrapper video:hover {
      opacity: 0.6; }
    section.grid .video-wrapper p {
      color: #fa7d1d;
      opacity: 0;
      position: absolute;
      bottom: 50%;
      right: 50%;
      font-size: 3rem;
      border-radius: 50%;
      border: 1px solid #fa7d1d;
      width: 70px;
      height: 70px;
      line-height: 70px;
      text-align: center;
      transition: all 0.3s ease-in-out;
      transform-origin: center; }
      section.grid .video-wrapper p:hover {
        color: #fff;
        border: 1px solid #fff;
        font-size: 6rem; }
    section.grid .video-wrapper:hover p {
      opacity: 0.5;
      font-size: 6rem; }

section.hacemos {
  padding: 5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media only screen and (min-width: 1024px) {
    section.hacemos {
      padding-top: 6rem; } }
  section.hacemos h2 {
    font-size: 3rem;
    transition: all 0.2s ease-in-out;
    display: flex; }
    @media only screen and (min-width: 1024px) {
      section.hacemos h2 {
        margin-bottom: 5rem;
        font-size: 6rem;
        margin-right: 16rem;
        letter-spacing: -6px;
        margin-top: 4rem; } }
    section.hacemos h2 i {
      margin-top: -1rem;
      display: block;
      font-weight: 300; }
  section.hacemos .accordion {
    display: flex;
    flex-direction: column;
    align-items: center; }
    section.hacemos .accordion .accordion-item {
      border-bottom: 1px solid #fa7d1d;
      max-width: 665px;
      width: 100%; }
    section.hacemos .accordion button {
      color: #000;
      line-height: 1.8rem;
      position: relative;
      display: block;
      text-align: left;
      width: 100%;
      text-transform: uppercase;
      padding-top: 14px;
      font-size: 2rem;
      font-weight: 200;
      letter-spacing: -2px;
      border: none;
      background: none;
      outline: none;
      padding-right: 8rem;
      text-align: right;
      transition: all 0.2s ease-in; }
      section.hacemos .accordion button:hover, section.hacemos .accordion button:focus {
        cursor: pointer;
        color: #fa7d1d; }
        section.hacemos .accordion button:hover::after, section.hacemos .accordion button:focus::after {
          cursor: pointer;
          color: #000;
          border: 1px solid black; }
      section.hacemos .accordion button:hover {
        padding-bottom: 1rem;
        color: #fa7d1d; }
      section.hacemos .accordion button .accordion-title {
        transition: all 0.2s ease-in; }
        section.hacemos .accordion button .accordion-title:hover {
          padding-bottom: 1rem;
          color: #fa7d1d; }
      @media only screen and (min-width: 1024px) {
        section.hacemos .accordion button {
          font-size: 4rem;
          padding-right: 12rem;
          letter-spacing: -4px;
          line-height: 3rem; } }
      section.hacemos .accordion button:hover .icon {
        border-color: #fa7d1d;
        background-color: #fa7d1d;
        color: #fff; }
      section.hacemos .accordion button .icon {
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 0;
        height: 28px;
        width: 28px;
        margin-right: 2rem;
        font-size: 2rem;
        border: 1px solid transparent;
        border-radius: 22px;
        color: #fa7d1d;
        transition: all 0.3s ease-out; }
        section.hacemos .accordion button .icon::before {
          display: block;
          position: absolute;
          content: "";
          top: 12px;
          left: 3px;
          width: 19px;
          height: 2px;
          background: currentColor; }
        section.hacemos .accordion button .icon::after {
          display: block;
          position: absolute;
          content: "";
          top: 4px;
          left: 12px;
          width: 2px;
          height: 19px;
          background: currentColor; }
    section.hacemos .accordion button[aria-expanded="true"] {
      color: #000; }
      section.hacemos .accordion button[aria-expanded="true"] .icon::after {
        width: 0; }
      section.hacemos .accordion button[aria-expanded="true"] + .accordion-content {
        opacity: 1;
        max-height: 50em;
        transition: all 200ms linear;
        will-change: opacity, max-height;
        padding-bottom: 1rem; }
        @media only screen and (min-width: 1024px) {
          section.hacemos .accordion button[aria-expanded="true"] + .accordion-content {
            padding: 1rem 0 1rem 5rem; } }
    section.hacemos .accordion .accordion-content {
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      transition: opacity 200ms linear, max-height 200ms linear;
      will-change: opacity, max-height; }
      section.hacemos .accordion .accordion-content p {
        font-size: 1.2rem;
        font-weight: 300;
        padding: 0 2rem;
        line-height: 1.3rem; }
        @media only screen and (min-width: 1024px) {
          section.hacemos .accordion .accordion-content p {
            padding: 0;
            font-size: 1.4rem;
            line-height: 1.6rem; } }
        @media only screen and (min-width: 1200px) {
          section.hacemos .accordion .accordion-content p {
            font-size: 1.8rem;
            line-height: 1.8rem; } }

section.contacta {
  background-color: #000;
  padding: 4rem 4rem 6rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*   background-image: url('../img/footer/pepper-footer.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: -47px 163px; */ }
  section.contacta .wrapper {
    max-width: 1100px;
    margin: 0 auto; }
    @media only screen and (min-width: 1200px) {
      section.contacta .wrapper {
        padding-bottom: 2rem; } }
  section.contacta img {
    max-width: 500px; }
  section.contacta p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.3rem;
    padding-bottom: 1rem;
    line-height: 1.5rem;
    letter-spacing: -1px; }
    section.contacta p span {
      font-style: italic;
      color: #fa7d1d; }
    @media only screen and (min-width: 768px) {
      section.contacta p {
        padding-bottom: 2rem; } }
    @media only screen and (min-width: 1024px) {
      section.contacta p {
        display: block;
        font-size: 2rem;
        line-height: 1.8rem;
        max-width: 600px;
        letter-spacing: -2px;
        padding-bottom: 2rem; } }
  section.contacta form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.5rem;
    max-width: 400px;
    width: 100%; }
    section.contacta form input, section.contacta form textarea {
      box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.1);
      outline: none;
      border: 0;
      height: 3rem;
      padding-left: 1rem;
      max-width: 360px;
      width: 100%;
      font-family: "nimbus-sans", sans-serif;
      font-size: 1.5rem; }
      section.contacta form input::placeholder, section.contacta form textarea::placeholder {
        font-family: "nimbus-sans", sans-serif;
        font-size: 1.5rem;
        color: #C9C9C9; }
    section.contacta form textarea {
      color: #C9C9C9;
      height: fit-content; }
      section.contacta form textarea::placeholder {
        color: #C9C9C9; }
    section.contacta form button {
      font-size: 1.5rem;
      font-family: "nimbus-sans", sans-serif;
      letter-spacing: -1px;
      padding: 0.6rem 1rem;
      border: 0;
      outline: none;
      background-color: #fa7d1d;
      color: #fff;
      transition: all 0.2s ease-out;
      transform-origin: center; }
      section.contacta form button:hover {
        transform: scale(1.2);
        background-color: #fff;
        color: #000; }

section.sostenibilidad {
  background-color: #000;
  position: relative;
  margin-top: 200px;
  padding-top: 120px;
  display: flex;
  padding-bottom: 100px;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 2rem;
  padding-right: 2rem; }
  @media only screen and (min-width: 1024px) {
    section.sostenibilidad {
      align-items: center;
      padding-left: 0;
      margin-top: 400px;
      padding-top: 220px;
      padding-bottom: 150px;
      padding-right: 0; } }
  section.sostenibilidad h2 {
    color: #fff;
    z-index: 1;
    font-size: 3rem;
    letter-spacing: -4px;
    position: relative;
    line-height: 2rem;
    align-self: flex-start; }
    @media only screen and (min-width: 1024px) {
      section.sostenibilidad h2 {
        font-size: 6rem;
        align-self: unset;
        letter-spacing: -8px;
        line-height: 5rem; } }
  section.sostenibilidad p {
    color: #fa7d1d;
    font-size: 1rem;
    max-width: 300px;
    text-align: right; }
    @media only screen and (min-width: 1024px) {
      section.sostenibilidad p {
        font-size: 2.5rem;
        line-height: 2rem;
        margin-left: 20vw;
        max-width: 600px;
        letter-spacing: -4px; } }
  section.sostenibilidad video {
    position: absolute;
    top: -100px;
    right: 0;
    max-width: 300px; }
    @media only screen and (min-width: 1024px) {
      section.sostenibilidad video {
        max-width: 600px;
        top: -150px; } }
  section.sostenibilidad .dot {
    width: 20px;
    height: 20px;
    background-color: #fa7d1d;
    position: absolute;
    right: 2rem;
    bottom: 3rem;
    border-radius: 50%; }
    @media only screen and (min-width: 1024px) {
      section.sostenibilidad .dot {
        right: 20vw; } }

section.testimonial {
  background-color: #000;
  padding: 2rem; }
  section.testimonial h2 {
    color: #fff;
    font-size: 3rem;
    transition: all 0.2s ease-in-out;
    line-height: 2.2rem;
    padding: 3rem 0;
    letter-spacing: -4px; }
    @media only screen and (min-width: 1024px) {
      section.testimonial h2 {
        font-size: 4.5rem;
        letter-spacing: -6px;
        margin-top: 4rem; } }
    @media only screen and (min-width: 1200px) {
      section.testimonial h2 {
        font-size: 4.5rem;
        letter-spacing: -6px;
        margin-top: 1rem; } }
    section.testimonial h2 i {
      margin-top: -1rem;
      font-weight: 300; }
  @media only screen and (min-width: 1024px) {
    section.testimonial .content-grid {
      display: grid;
      grid-template-columns: auto auto auto;
      gap: 2rem; } }
  section.testimonial article {
    color: #fff;
    margin-bottom: 2rem;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    section.testimonial article p {
      font-size: 1rem;
      text-align: left; }
      @media only screen and (min-width: 768px) {
        section.testimonial article p {
          font-size: 1.1rem;
          line-height: 1.1rem; } }
      section.testimonial article p.client {
        margin-top: 5px;
        color: #000;
        font-style: italic;
        background-color: #fa7d1d;
        font-weight: 600;
        text-transform: uppercase; }
    section.testimonial article span {
      display: block;
      color: #fa7d1d;
      padding: 10px 0; }
  @media only screen and (min-width: 768px) {
    section.testimonial {
      padding: 2rem 6rem; } }

section.metaverso {
  background-color: #fa7d1d; }
  section.metaverso video {
    width: 100%; }

/*padding mob*/
/*padding ipad*/
/*padding desktop*/
@keyframes move-left {
  from {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.page .max-width {
  max-width: 1000px;
  margin: 0 auto; }

.page.template {
  padding: 2rem; }
  @media only screen and (min-width: 768px) {
    .page.template {
      padding: 3rem 6rem; } }
  @media only screen and (min-width: 1024px) {
    .page.template {
      max-width: 1000px;
      margin: auto; } }
  .page.template p {
    padding: 1rem 0; }
  .page.template h2 {
    margin: 1rem 0; }

.clientesPage .clientes {
  height: 50vh;
  position: relative;
  background: #000;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .clientesPage .clientes {
      height: 70vh; } }
  @media only screen and (min-width: 1024px) {
    .clientesPage .clientes {
      height: 85vh; } }
  @media only screen and (min-width: 1200px) {
    .clientesPage .clientes {
      height: 100vh; } }
  .clientesPage .clientes .content {
    z-index: 2;
    position: absolute;
    bottom: 2rem;
    width: 100%;
    display: none;
    gap: 20px;
    -moz-animation: move-left 15s infinite linear;
    -webkit-animation: move-left 15s infinite linear;
    animation: move-left 15s infinite linear; }
    @media only screen and (min-width: 1024px) {
      .clientesPage .clientes .content {
        display: flex; } }
    @media only screen and (min-width: 1200px) {
      .clientesPage .clientes .content {
        padding: 0rem 6rem;
        bottom: 0rem; } }
    .clientesPage .clientes .content > *::after {
      content: "";
      width: 15px;
      height: 15px;
      background-color: #fa7d1d;
      position: relative;
      border-radius: 50%;
      display: block;
      margin-left: 2rem; }
    .clientesPage .clientes .content h1 {
      font-size: 3rem;
      flex-shrink: 0;
      letter-spacing: -4px;
      display: flex;
      align-items: center;
      color: #fff; }
      .clientesPage .clientes .content h1:nth-of-type(2n) {
        color: #fa7d1d; }
  .clientesPage .clientes .content-mobile {
    z-index: 2;
    position: absolute;
    bottom: 5rem;
    width: 100%; }
    .clientesPage .clientes .content-mobile h1 {
      color: #fff; }
    @media only screen and (min-width: 1024px) {
      .clientesPage .clientes .content-mobile {
        display: none; } }
    .clientesPage .clientes .content-mobile .one {
      gap: 10px;
      display: flex;
      -moz-animation: move-left 20s infinite linear;
      -webkit-animation: move-left 20s infinite linear;
      animation: move-left 20s infinite linear; }
      .clientesPage .clientes .content-mobile .one > *::after {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #fa7d1d;
        position: relative;
        border-radius: 50%;
        display: block;
        margin-left: 1rem; }
    .clientesPage .clientes .content-mobile .two {
      gap: 10px;
      display: flex;
      -moz-animation: move-left 20s infinite reverse linear;
      -webkit-animation: move-left 20s infinite reverse linear;
      animation: move-left 20s infinite reverse linear; }
      .clientesPage .clientes .content-mobile .two > *::after {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #fa7d1d;
        position: relative;
        border-radius: 50%;
        display: block;
        margin-left: 1rem; }
    .clientesPage .clientes .content-mobile h1 {
      font-size: 2.2rem;
      line-height: 2rem;
      flex-shrink: 0;
      letter-spacing: -2px;
      display: flex;
      align-items: center; }
      .clientesPage .clientes .content-mobile h1:nth-of-type(2n) {
        color: #fa7d1d; }

.aboutPage {
  background-color: #fa7d1d; }
  .aboutPage .isabel {
    background-color: #fa7d1d;
    padding: 2rem; }
    @media only screen and (min-width: 768px) {
      .aboutPage .isabel {
        padding: 2rem 4rem; } }
    @media only screen and (min-width: 1024px) {
      .aboutPage .isabel {
        padding: 2rem 6rem;
        display: grid;
        grid-template-columns: auto auto;
        align-items: center;
        gap: 2rem;
        max-width: 1200px;
        margin: auto; } }
    .aboutPage .isabel img {
      max-height: 500px;
      margin: auto; }
      @media only screen and (min-width: 768px) {
        .aboutPage .isabel img {
          width: auto; } }
    .aboutPage .isabel h2 {
      font-size: 3rem;
      letter-spacing: -4px; }
    .aboutPage .isabel h3 {
      font-size: 2.3rem;
      line-height: 1.7rem;
      letter-spacing: -2px; }
    .aboutPage .isabel p {
      color: #fff;
      font-size: 2rem;
      line-height: 1.8rem;
      font-weight: 500;
      letter-spacing: -2px;
      margin-top: 1rem; }
  .aboutPage .copy {
    position: relative;
    background: #fa7d1d;
    overflow: hidden;
    height: 20vh; }
    @media only screen and (min-width: 1024px) {
      .aboutPage .copy {
        height: 12vh; } }
    .aboutPage .copy .content {
      z-index: 2;
      position: absolute;
      bottom: 2rem;
      width: 100%;
      display: none;
      gap: 20px;
      -moz-animation: move-left 15s infinite linear;
      -webkit-animation: move-left 15s infinite linear;
      animation: move-left 15s infinite linear; }
      @media only screen and (min-width: 1024px) {
        .aboutPage .copy .content {
          display: flex; } }
      @media only screen and (min-width: 1200px) {
        .aboutPage .copy .content {
          padding: 0rem 6rem;
          bottom: 0rem; } }
      .aboutPage .copy .content > *::after {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #000;
        position: relative;
        border-radius: 50%;
        display: block;
        margin-left: 2rem; }
      .aboutPage .copy .content h1 {
        font-size: 3rem;
        flex-shrink: 0;
        letter-spacing: -4px;
        display: flex;
        align-items: center;
        color: #fff; }
        .aboutPage .copy .content h1:nth-of-type(2n) {
          color: #000; }
    .aboutPage .copy .content-mobile {
      z-index: 2;
      position: absolute;
      bottom: 5rem;
      width: 100%; }
      .aboutPage .copy .content-mobile h1 {
        color: #fff; }
      @media only screen and (min-width: 1024px) {
        .aboutPage .copy .content-mobile {
          display: none; } }
      .aboutPage .copy .content-mobile .one {
        gap: 10px;
        display: flex;
        -moz-animation: move-left 20s infinite linear;
        -webkit-animation: move-left 20s infinite linear;
        animation: move-left 20s infinite linear; }
        .aboutPage .copy .content-mobile .one > *::after {
          content: "";
          width: 10px;
          height: 10px;
          background-color: #000;
          position: relative;
          border-radius: 50%;
          display: block;
          margin-left: 1rem; }
      .aboutPage .copy .content-mobile .two {
        gap: 10px;
        display: flex;
        -moz-animation: move-left 20s infinite reverse linear;
        -webkit-animation: move-left 20s infinite reverse linear;
        animation: move-left 20s infinite reverse linear; }
        .aboutPage .copy .content-mobile .two > *::after {
          content: "";
          width: 10px;
          height: 10px;
          background-color: #000;
          position: relative;
          border-radius: 50%;
          display: block;
          margin-left: 1rem; }
      .aboutPage .copy .content-mobile h1 {
        font-size: 2.2rem;
        line-height: 2rem;
        flex-shrink: 0;
        letter-spacing: -2px;
        display: flex;
        align-items: center; }
        .aboutPage .copy .content-mobile h1:nth-of-type(2n) {
          color: #000; }
  .aboutPage .utopicus {
    padding: 2rem; }
    @media only screen and (min-width: 768px) {
      .aboutPage .utopicus {
        padding: 2rem 4rem; } }
    @media only screen and (min-width: 1024px) {
      .aboutPage .utopicus {
        padding: 2rem 6rem;
        display: grid;
        grid-template-columns: auto auto;
        align-items: center;
        gap: 2rem;
        max-width: 1200px;
        margin: auto; } }
    .aboutPage .utopicus p {
      color: #fff;
      font-size: 1.5rem;
      line-height: 1.5rem;
      padding: 0 2rem 2rem;
      letter-spacing: -1px; }
      .aboutPage .utopicus p i {
        color: #000;
        font-weight: 500; }
      .aboutPage .utopicus p:last-child {
        font-size: 2.2rem;
        letter-spacing: -2px;
        padding: 0; }
        @media only screen and (min-width: 768px) {
          .aboutPage .utopicus p:last-child {
            font-size: 3rem;
            padding: 0 2rem 2rem; } }
        @media only screen and (min-width: 1024px) {
          .aboutPage .utopicus p:last-child {
            font-size: 2.8rem;
            padding: 0 1rem 1rem; } }
        @media only screen and (min-width: 1200px) {
          .aboutPage .utopicus p:last-child {
            font-size: 3rem;
            padding: 0 2rem 2rem;
            letter-spacing: -2px; } }
    .aboutPage .utopicus .video {
      height: 100%;
      width: 100%;
      position: relative;
      padding-top: 3rem; }
      .aboutPage .utopicus .video::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ff6f00;
        opacity: 0.5;
        z-index: 1;
        width: 70%; }
      .aboutPage .utopicus .video video {
        width: 150%;
        height: auto;
        opacity: 0.8; }

.pagePortfolio {
  padding: 2rem 0;
  padding-bottom: 0; }
  .pagePortfolio h2.title {
    font-size: 3rem;
    transition: all 0.2s ease-in-out;
    margin-bottom: 3rem;
    display: flex; }
    @media only screen and (min-width: 1024px) {
      .pagePortfolio h2.title {
        margin-bottom: 5rem;
        font-size: 6rem;
        margin-right: 16rem;
        letter-spacing: -6px;
        margin-top: 4rem; } }
    .pagePortfolio h2.title i {
      margin-top: -1rem;
      display: block;
      font-weight: 300; }
    .pagePortfolio h2.title.title {
      padding: 2rem; }
  .pagePortfolio section.portfolio {
    background-color: #000; }
    .pagePortfolio section.portfolio .inner {
      margin-top: 3rem;
      max-width: 1600px;
      margin: auto;
      position: relative;
      display: grid;
      grid-template-columns: auto;
      align-items: center;
      padding: 2rem;
      gap: 1rem; }
      @media only screen and (min-width: 768px) {
        .pagePortfolio section.portfolio .inner {
          grid-template-columns: 50% auto;
          padding: 4rem; } }
      @media only screen and (min-width: 1024px) {
        .pagePortfolio section.portfolio .inner {
          grid-template-columns: 50% auto;
          padding: 2rem 6rem; } }
      @media only screen and (min-width: 1200px) {
        .pagePortfolio section.portfolio .inner {
          gap: 2rem; } }
      @media only screen and (min-width: 1400px) {
        .pagePortfolio section.portfolio .inner {
          padding: 2rem 8rem; } }
    .pagePortfolio section.portfolio .img-wrapp {
      display: flex;
      flex-direction: column;
      gap: 1rem; }
    .pagePortfolio section.portfolio .video-wrapp {
      width: 100%;
      position: relative;
      top: -3rem;
      right: 0; }
      .pagePortfolio section.portfolio .video-wrapp video {
        max-width: 500px;
        width: 100%; }
        @media only screen and (min-width: 1024px) {
          .pagePortfolio section.portfolio .video-wrapp video {
            max-width: 800px; } }
      .pagePortfolio section.portfolio .video-wrapp a {
        position: absolute;
        text-align: center;
        bottom: 2rem;
        right: 2rem;
        color: #fff;
        font-size: 3rem;
        border: 1px solid #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        opacity: 0.8;
        transition: all 0.4s cubic-bezier(0.03, 0.27, 0.49, 1.22); }
        .pagePortfolio section.portfolio .video-wrapp a:hover {
          background-color: #fa7d1d;
          font-size: 5rem;
          width: 50px;
          height: 50px;
          line-height: 50px;
          border: 0px solid #fff;
          opacity: 0.7; }
    .pagePortfolio section.portfolio img {
      width: 90%; }
      .pagePortfolio section.portfolio img.small {
        width: 60%;
        height: auto;
        opacity: 0;
        transition: opacity 6s; }
      .pagePortfolio section.portfolio img.opacity {
        opacity: 1; }
    .pagePortfolio section.portfolio .content-wrapp {
      position: relative;
      padding-bottom: 2rem; }
      @media only screen and (min-width: 1200px) {
        .pagePortfolio section.portfolio .content-wrapp {
          padding-left: 3rem; } }
      .pagePortfolio section.portfolio .content-wrapp h2 {
        color: #fff;
        z-index: 1;
        font-size: 3rem;
        letter-spacing: -4px;
        position: relative;
        line-height: 2rem;
        align-self: flex-start;
        text-align: right; }
        @media only screen and (min-width: 1024px) {
          .pagePortfolio section.portfolio .content-wrapp h2 {
            font-size: 3.5rem;
            align-self: unset;
            letter-spacing: -4px;
            line-height: 2.5rem; } }
      .pagePortfolio section.portfolio .content-wrapp p {
        color: #fa7d1d;
        font-size: 1rem;
        text-align: right; }
        @media only screen and (min-width: 1024px) {
          .pagePortfolio section.portfolio .content-wrapp p {
            font-size: 1.5rem;
            line-height: 1.5rem;
            max-width: 600px;
            letter-spacing: -1px; } }
        .pagePortfolio section.portfolio .content-wrapp p.client {
          font-size: 1.2rem;
          width: fit-content;
          background-color: #fa7d1d;
          color: #fff;
          font-style: italic; }
    .pagePortfolio section.portfolio .dot {
      display: block;
      width: 20px;
      height: 20px;
      background-color: #fa7d1d;
      position: absolute;
      right: 0;
      bottom: 0rem;
      border-radius: 50%; }
    @media only screen and (min-width: 1024px) {
      .pagePortfolio section.portfolio.ocu {
        margin-bottom: 3rem; } }
    .pagePortfolio section.portfolio.shop {
      background-color: #fff; }
      .pagePortfolio section.portfolio.shop .video-wrapp {
        width: 100%;
        position: relative;
        top: 0;
        right: 0; }
        .pagePortfolio section.portfolio.shop .video-wrapp video {
          max-width: 500px;
          width: 100%; }
          @media only screen and (min-width: 1024px) {
            .pagePortfolio section.portfolio.shop .video-wrapp video {
              max-width: 800px; } }
      .pagePortfolio section.portfolio.shop .content-wrapp h2 {
        color: #000; }
    .pagePortfolio section.portfolio.fedex .inner {
      grid-template-columns: auto 100%; }
      @media only screen and (min-width: 768px) {
        .pagePortfolio section.portfolio.fedex .inner {
          grid-template-columns: auto 50%;
          padding-bottom: 0; } }
    .pagePortfolio section.portfolio.fedex .img-wrapp {
      gap: 6rem; }
      .pagePortfolio section.portfolio.fedex .img-wrapp .img-2 {
        width: 50%; }
    .pagePortfolio section.portfolio.fedex.white {
      background-color: #fff; }
      .pagePortfolio section.portfolio.fedex.white .content-wrapp h2 {
        color: #000; }
    .pagePortfolio section.portfolio.lucia img {
      opacity: 0;
      width: 100%;
      transition: all 0.4s cubic-bezier(0.03, 0.27, 0.49, 1.22); }
      .pagePortfolio section.portfolio.lucia img.opacity {
        opacity: 1; }
    @media only screen and (min-width: 768px) {
      .pagePortfolio section.portfolio.lucia .video-wrapp {
        top: -5rem; } }
    @media only screen and (min-width: 1024px) {
      .pagePortfolio section.portfolio.lucia .inner {
        margin-top: 5rem; } }
  .pagePortfolio section.sostenibilidad {
    background-color: #000;
    position: relative;
    margin-top: 200px;
    padding-top: 120px;
    display: flex;
    padding-bottom: 100px;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 2rem;
    padding-right: 2rem; }
    @media only screen and (min-width: 1024px) {
      .pagePortfolio section.sostenibilidad {
        align-items: center;
        padding-left: 0;
        margin-top: 15rem;
        padding-top: 220px;
        padding-bottom: 6rem;
        padding-right: 0; } }
    .pagePortfolio section.sostenibilidad h2 {
      color: #fff;
      z-index: 1;
      font-size: 3rem;
      letter-spacing: -4px;
      position: relative;
      line-height: 2rem;
      align-self: flex-start;
      text-align: right;
      padding-bottom: 1rem; }
      @media only screen and (min-width: 1024px) {
        .pagePortfolio section.sostenibilidad h2 {
          font-size: 5rem;
          align-self: unset;
          letter-spacing: -8px;
          line-height: 5rem; } }
    .pagePortfolio section.sostenibilidad p {
      color: #fa7d1d;
      font-size: 1rem;
      max-width: 300px;
      text-align: right; }
      @media only screen and (min-width: 1024px) {
        .pagePortfolio section.sostenibilidad p {
          font-size: 2.5rem;
          line-height: 2rem;
          margin-left: 20vw;
          max-width: 600px;
          letter-spacing: -4px; } }
    .pagePortfolio section.sostenibilidad video {
      position: absolute;
      top: -100px;
      right: 0;
      max-width: 300px; }
      @media only screen and (min-width: 1024px) {
        .pagePortfolio section.sostenibilidad video {
          max-width: 600px;
          top: -150px; } }
    .pagePortfolio section.sostenibilidad .content-wrapp {
      position: relative;
      padding-bottom: 2rem; }
      @media only screen and (min-width: 1200px) {
        .pagePortfolio section.sostenibilidad .content-wrapp {
          padding-left: 3rem; } }
    .pagePortfolio section.sostenibilidad .dot {
      display: block;
      width: 20px;
      height: 20px;
      background-color: #fa7d1d;
      position: absolute;
      right: 0;
      bottom: 0rem;
      border-radius: 50%; }
  .pagePortfolio section.metaverso {
    background-color: #fa7d1d; }

/*padding mob*/
/*padding ipad*/
/*padding desktop*/
.content-moving {
  display: none; }

@media only screen and (min-width: 1024px) {
  .content-moving {
    z-index: 2;
    bottom: 2rem;
    width: 100%;
    display: flex;
    gap: 20px;
    -moz-animation: move-left 15s infinite linear;
    -webkit-animation: move-left 15s infinite linear;
    animation: move-left 15s infinite linear; }
    .content-moving > *::after {
      content: "";
      width: 35px;
      height: 35px;
      background-color: #fa7d1d;
      position: relative;
      border-radius: 50%;
      display: block;
      margin-left: 2rem; }
    .content-moving h1 {
      font-size: 6rem;
      flex-shrink: 0;
      letter-spacing: -8px;
      display: flex;
      color: #fff;
      align-items: center; }
      .content-moving h1:nth-of-type(2n) {
        color: #fa7d1d; } }

footer {
  background-color: #fa7d1d; }
  footer .top-footer {
    z-index: 1;
    display: grid;
    grid-template-columns: 10% 30% 50%;
    gap: 1rem;
    position: relative;
    padding-bottom: 1rem;
    padding: 1rem 2rem;
    background-color: #fa7d1d; }
    @media only screen and (min-width: 768px) {
      footer .top-footer {
        padding: 1rem 4rem; } }
    @media only screen and (min-width: 1024px) {
      footer .top-footer {
        background-color: unset;
        margin-top: -5rem;
        padding: 1rem 4rem;
        grid-template-columns: auto auto auto;
        align-items: center; } }
    footer .top-footer img {
      width: 40px; }
    @media only screen and (min-width: 1024px) {
      footer .top-footer .logo {
        top: unset;
        position: relative;
        width: 80px; } }
    footer .top-footer nav ul {
      display: flex;
      flex-direction: column;
      padding-top: 10px; }
      footer .top-footer nav ul a {
        color: #fff;
        font-size: 1.5rem;
        margin-bottom: -10px;
        transition: all 0.3s ease-in; }
        footer .top-footer nav ul a:hover {
          font-size: 1.7rem;
          color: #000; }
      @media only screen and (min-width: 1024px) {
        footer .top-footer nav ul {
          background-color: unset;
          display: flex;
          padding-top: 0;
          flex-direction: row;
          gap: 5px;
          align-items: center; } }
    footer .top-footer .social {
      margin-left: auto;
      display: flex;
      gap: 0.5rem;
      margin-top: 10px; }
      footer .top-footer .social a {
        transition: all 0.3s ease-in; }
        footer .top-footer .social a:hover {
          transform: scale(1.3); }
      @media only screen and (min-width: 1024px) {
        footer .top-footer .social {
          gap: 1rem;
          margin-top: 0; } }
  footer .bottom-footer {
    background-color: #fa7d1d;
    padding: 0 2rem 2rem 2rem;
    position: relative;
    z-index: 1; }
    footer .bottom-footer hr {
      border-top: 1px dotted #fff;
      background-color: #fa7d1d;
      height: 0; }
    @media only screen and (min-width: 768px) {
      footer .bottom-footer {
        padding: 0 4rem 2rem 4rem; } }
    @media only screen and (min-width: 1024px) {
      footer .bottom-footer {
        padding-bottom: 3rem; } }
    footer .bottom-footer nav {
      font-size: 14px;
      display: flex;
      justify-content: space-between; }
      footer .bottom-footer nav a {
        color: #fff;
        margin-right: 10px; }
      footer .bottom-footer nav p {
        color: #fff; }
      @media only screen and (min-width: 1024px) {
        footer .bottom-footer nav {
          font-size: 1rem; } }
    footer .bottom-footer .designed {
      color: #fff;
      font-size: 14px; }
    footer .bottom-footer a {
      color: #fff; }
      footer .bottom-footer a:hover {
        color: #000; }

body {
  font-family: "nimbus-sans", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  color: #000;
  perspective: 1px; }
  body.bodyNavIsOpen {
    overflow: hidden; }

h1 {
  font-family: "nimbus-sans", sans-serif; }

h2 {
  font-family: "nimbus-sans", sans-serif; }

h3, h4 {
  font-family: "nimbus-sans", sans-serif; }

a {
  color: #fa7d1d; }

a:hover {
  color: #000; }

.cursor {
  pointer-events: none;
  z-index: 9999999999;
  display: none; }
  .cursor__ball {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; }
    .cursor__ball circle {
      fill: #fa7d1d; }
  @media only screen and (min-width: 1024px) {
    .cursor {
      display: block; } }
