/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Neusa Next Pro Regular, Arial, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1365px) {

  .container {
    max-width: 1365px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.bg-off-white {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 234 / var(--tw-bg-opacity));
}
.text-\[20px\] {
  font-size: 20px;
}
.text-grafite {
  --tw-text-opacity: 1;
  color: rgb(54 66 73 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
/* @font-face {
    font-family: 'New Rail Alphabet';
    src: url('../fonts/new-rail/new-rail-alphabet-light.woff2') format('woff2'),
        url('../fonts/new-rail/new-rail-alphabet-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} */
:root {
    --site-header-h: 81px;
    --site-body-h: 100vh;
}
html {
    font-size: 16px;
    --site-body-h: 100vh;
}
body {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 234 / var(--tw-bg-opacity));
  font-family: Neusa Next Pro Regular, Arial, sans-serif;
}
html, body {
    scroll-behavior: smooth;

}
html.hidescroll, body.hidescroll {
        overflow: hidden;
    }
html.menu-open, body.menu-open {
        overflow: hidden;
    }
.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.editor-content p + p {
  margin-top: 30px;
}
.editor-content a {
        text-decoration: underline;
    }
.editor-content strong {
  font-family: Neusa Next Pro Bold, Arial, sans-serif;
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}
@media (min-width: 1024px) {

  .site-header {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 45px;
  }
}
.site-header .menu-item a {
  font-family: Neusa Next Pro Medium, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(224 231 234 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .site-header .btn-toggle-menu-mobile {
    position: absolute;
    left: -9999px;
  }
}
.site-header .site-header-menu {
  display: flex;
  text-transform: uppercase;
}
@media (min-width: 1024px) {

  .site-header .site-header-menu {
    margin-left: auto;
    justify-content: flex-end;
  }
}
@media (max-width: 1023px) {

  .site-header .site-header-menu {
    order: 2;
    width: 100%;
  }
}
@media (min-width: 1024px) {
        
        .site-header .menu-item:not(:last-child) {
    margin-right: 1.8vw;
  }
    }
@media (min-width: 1280px) {
        
        .site-header .menu-item:not(:last-child) {
    margin-right: 4vw;
  }
    }
@media screen and (max-width: 1280px) and (min-width: 1024px) {
        .site-header .menu-item {
    font-size: 15px;
  }
    }
@media (max-width: 1023px) {

        .site-header .site-header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    --tw-bg-opacity: 1;
    background-color: rgb(224 231 234 / var(--tw-bg-opacity));
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
    padding-bottom: 10vh;
    text-align: right;
            transform: translateX(110%);
            transition: transform 250ms ease-in-out;
            will-change: transform;
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch;
            height: var(--site-body-h);
  }

            body.menu-mobile-open .site-header .site-header-mobile {
                transform: translateX(0%);
            }

            .site-header .site-header-mobile .menu-item:not(:last-child) {
    margin-bottom: 15px;
  }

            .site-header .site-header-mobile .menu-item a {
    --tw-text-opacity: 1;
    color: rgb(54 66 73 / var(--tw-text-opacity));
  }

        .site-header .site-header-menu,
        .site-header .header-menu-primary {
    width: 100%;
  }
.btn-toggle-menu-mobile {
        display: flex;
        flex-direction: column;
        position: absolute;
        z-index: 100;
        right: 10px;
        top: 10px;
        width: 50px;
        height: 35px

}

        .btn-toggle-menu-mobile:before,
        .btn-toggle-menu-mobile:after {
            content: '';
        }
        
        .btn-toggle-menu-mobile:before,
        .btn-toggle-menu-mobile:after,
        .btn-toggle-menu-mobile span {
            position: absolute;
            left: 10px;
            width: calc(100% - 20px);
            height: 2px;
            background-color: #E0E7EA;
            transition: all .25s;
        }

        .btn-toggle-menu-mobile:before {
            top: 9px;
            transition-delay: .25s, 0s;
            transition-duration: .25s, .25s;
            transition-property: top, transform;

        }

            body.menu-mobile-open .btn-toggle-menu-mobile:before {
                top: 18px;
                transition-delay: 0s, .25s;
                transform: rotate(45deg);
            }

        .btn-toggle-menu-mobile span {
            top: 16px;
            transition-delay: .25s, 0s;
            transition-duration: .25s, .25s;
            transition-property: top, transform;

        }

            body.menu-mobile-open .btn-toggle-menu-mobile span {
                top: 18px;
                transition-delay: 0s, .25s;
                transform: rotate(45deg);
            }

        .btn-toggle-menu-mobile:after {
            bottom: 9px;
            transition-delay: .25s, 0s;
            transition-duration: .25s, .25s;
            transition-property: bottom, transform;

        }

            body.menu-mobile-open .btn-toggle-menu-mobile:after {
                bottom: 15px;
                transition-delay: 0s, .25s;
                transform: rotate(-45deg);
            }

            body.menu-mobile-open .btn-toggle-menu-mobile:before,
            body.menu-mobile-open .btn-toggle-menu-mobile:after,
            body.menu-mobile-open .btn-toggle-menu-mobile span {
                background-color: #364249;
            }

    }
.home-video {
  position: relative;
  height: 100vh;
}
.home-video video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-about {
  position: relative;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 234 / var(--tw-bg-opacity));
}
.home-about:before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  height: 100vh;
  width: 50%;
}
@media (min-width: 1024px) {

  .home-about:before {
    height: 40vw;
    width: 36.4vw;
  }
}
.home-about:before {
        content: '';
        background: url('../images/layer_1.svg') no-repeat;
        transform: translate3d(0,31.5%,0);
    }
@media (max-width: 1023px) {
.home-about:before {
            background-size: auto 100%
    }
        }
@media (min-width: 1024px) {
.home-about:before {
            background-position: 170% 0;
            transform: translate3d(0,21%,0)
    }
        }
.home-about > .container {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
  padding-top: 95px;
  padding-bottom: 70px;
}
@media (min-width: 1024px) {

  .home-about > .container {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 175px;
    padding-bottom: 90px;
  }
}
.home-about .text {
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {

  .home-about .text {
    width: 480px;
    padding-right: 15px;
  }
}
.home-about .title {
  font-family: Neusa Next Pro Medium, Arial, sans-serif;
  font-size: 30px;
}
@media (min-width: 1024px) {

  .home-about .title {
    font-size: 40px;
  }
}
.home-about .editor-content {
  margin-top: 50px;
  font-size: 25px;
  line-height: 1.4em;
}
@media (min-width: 1024px) {

  .home-about .editor-content {
    margin-top: 10vh;
    font-size: 30px;
    letter-spacing: 0.1em;
  }

  .home-about .video {
    margin-left: auto;
    width: 51vw;
    padding-left: 15px;
  }
}
@media (max-width: 1023px) {

  .home-about .video {
    margin-top: 9vh;
  }
}
.home-about .video {
        width: clamp(300px,51vw,980px);

    }
.home-about .video video {
  width: 100%;
}
@media (max-width: 1023px) {
.home-about .video {
    width: 100%;
  }
        }
.home-about20 {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  --tw-text-opacity: 1;
  color: rgb(224 231 234 / var(--tw-text-opacity));
    background: url('../images/about-bg.jpg') #000 no-repeat;
    background-size: cover;
    background-position: center center;
}
.home-about20 > .container {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 90px;
}
@media (min-width: 1024px) {

  .home-about20 > .container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 175px;
    padding-bottom: 90px;
  }
}
@media (max-width: 1023px) {

  .home-about20 > .container {
    padding-top: 11vh;
  }
}
@media (min-width: 1024px) {

  .home-about20 .col10,
    .home-about20 .col20 {
    margin-right: 6.77vw;
    width: 21.875vw;
    font-size: 20px;
    line-height: 1.5;
  }
}
.home-about20 .col30 {
  font-size: 25px;
  text-transform: uppercase;
  line-height: 1.4em;
}
@media (min-width: 1024px) {

  .home-about20 .col30 {
    width: 18.23vw;
    font-size: 30px;
    line-height: 1.33em;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 1023px) {

  .home-about20 .col30 {
    margin-top: 30px;
    max-width: 62vw;
  }

            .home-about20 .col30 br {
    display: none;
  }
}
.home-about20 .cta-button {
  margin-top: 18vh;
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 1024px) {

  .home-about20 .cta-button {
    margin-top: 90px;
  }
}
.home-about20 .cta-button a {
  min-width: 280px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 234 / var(--tw-bg-opacity));
  padding: 15px;
  text-align: center;
  font-family: Neusa Next Pro Bold, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(54 66 73 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .home-about20 .cta-button a {
    min-width: 420px;
    padding: 20px;
    font-size: 20px;
    line-height: 1em;
  }
}
@media (max-width: 1023px) {

  .home-about20 .cta-button a {
    width: 315px;
  }
}
.home-manifest {
  min-height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 234 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(54 66 73 / var(--tw-text-opacity));
    background: url('../images/manifesto-bg-mobile.svg') no-repeat;
    background-size: 100% auto;
    background-position: 2vw 20vh;
}
.home-manifest > .container {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 90px;
}
@media (min-width: 1024px) {

  .home-manifest > .container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 19.4vh;
    padding-bottom: 90px;
  }
}
@media (max-width: 1023px) {

  .home-manifest > .container {
    padding-top: 11vh;
  }
}
.home-manifest .title {
  margin-bottom: 30px;
  width: 100%;
  font-family: Neusa Next Pro Medium, Arial, sans-serif;
  font-size: 40px;
}
@media (min-width: 1024px) {

  .home-manifest .title {
    margin-bottom: 10vh;
  }

  .home-manifest .col10,
    .home-manifest .col20,
    .home-manifest .col30 {
    width: 25vw;
    font-size: 20px;
    line-height: 1.5;
  }

  .home-manifest .col10,
    .home-manifest .col20 {
    margin-right: 6.77vw;
  }
}
@media (max-width: 1023px) {

  .home-manifest .col30 {
    margin-top: 30px;
    max-width: 62vw;
  }

            .home-manifest .col30 br {
    display: none;
  }
}
@media (min-width: 1024px) {
.home-manifest {
        background: url('../images/manifesto-bg.svg') no-repeat;
        background-size: 95vw auto;
        background-position: 2vw 10vh

}
    }
.home-practices {
  position: relative;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.home-practices:before {
  position: absolute;
  left: 0;
  bottom: 300px;
  display: block;
  height: 300px;
  width: 45vw;
}
@media (min-width: 1024px) {

  .home-practices:before {
    bottom: 0;
    height: 560px;
    width: 19.5vw;
  }
}
.home-practices:before {
        content: '';
        transform: translate3d(0,39%,0);
        background: url('../images/atuacao-bg.svg') no-repeat;
        background-size: 100% auto;
        pointer-events: none;
    }
.home-practices > .container {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
  padding-top: 10vh;
  padding-bottom: 12.22vh;
  padding-left: 10px;
}
@media (min-width: 1024px) {

  .home-practices > .container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 175px;
    padding-bottom: 90px;
  }
}
.home-practices .title,
    .home-practices .subtitle {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 950px;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 1.33em;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(54 66 73 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .home-practices .title,
    .home-practices .subtitle {
    font-size: 30px;
  }
}
.home-practices .swiper {
  margin-bottom: 110px;
  margin-top: 35px;
  width: 100%;
}
@media (min-width: 1024px) {

  .home-practices .swiper {
    margin-top: 8.33vh;
    margin-bottom: 12vh;
  }
}
.home-practices .swiper .swiper-slide {
  height: auto;
  min-height: 80vh;
  overflow: hidden;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 35px;
}
@media (min-width: 1024px) {

  .home-practices .swiper .swiper-slide {
    display: flex;
    min-height: 90vh;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8.33vh;
    padding-bottom: 5vh;
  }
}
.home-practices .swiper .swiper-slide {
            background-repeat: no-repeat;
            background-position: center bottom;
            background-size: 100% auto;

        }
.home-practices .swiper .swiper-slide > *:not(.bg) {
  position: relative;
  z-index: 20;
}
.home-practices .swiper .logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}
@media (min-width: 1024px) {

  .home-practices .swiper .logo {
    margin-bottom: 5vh;
  }
}
.home-practices .swiper .editor-content {
  margin-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgb(224 231 234 / var(--tw-text-opacity));
}
.home-practices .swiper .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
            transition-delay: 150ms;
}
.home-practices .swiper .cta-button {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {

  .home-practices .swiper .cta-button {
    margin-top: auto;
    padding-left: 2.6vw;
    padding-right: 2.6vw;
  }
}
.home-practices .swiper .cta-button a {
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 234 / var(--tw-bg-opacity));
  padding: 15px;
  text-align: center;
  font-family: Neusa Next Pro Bold, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(54 66 73 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .home-practices .swiper .cta-button a {
    padding: 20px;
    font-size: 20px;
    line-height: 1em;
  }
}
@media (max-width: 1023px) {

  .home-practices .swiper .cta-button a {
    width: 315px;
  }
}
.home-practices .swiper .swiper-pagination {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.home-practices .swiper .swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(103 147 205 / var(--tw-border-opacity));
}
.home-practices .swiper .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
                margin-right: 10px;
            }
.home-practices .swiper .swiper-pagination .swiper-pagination-bullet-active {
                background-color: #6793CD;
            }
.home-practices .swiper .bg {
  opacity: 90%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
                
                .home-practices .swiper .swiper-slide .bg,
                .home-practices .swiper .swiper-slide .editor-content,
                .home-practices .swiper .swiper-slide .cta-button {
    opacity: 1;
  }

                .home-practices .swiper .swiper-slide .bg {
    opacity: 90%;
  }

        }
.home-contact {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgb(54 66 73 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(224 231 234 / var(--tw-text-opacity));
}
.home-contact > .container {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20.9vh;
  padding-bottom: 12.72vh;
}
@media (min-width: 1024px) {

  .home-contact > .container {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8.33vh;
    padding-bottom: 16.11vh;
  }
}
.home-contact .title {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 950px;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 1.33em;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .home-contact .title {
    font-size: 30px;
  }
}
.home-contact .form-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  max-width: 970px;
}
.form-wrapper .form-row {
  margin-bottom: 22px;
}
.form-wrapper input:not([type="submit"]):not([type="checkbox"]),
    .form-wrapper select,
    .form-wrapper textarea {
  min-height: 75px;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 231 234 / var(--tw-border-opacity));
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(224 231 234 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .form-wrapper input:not([type="submit"]):not([type="checkbox"]),
    .form-wrapper select,
    .form-wrapper textarea {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.form-wrapper input:not([type="submit"]):not([type="checkbox"]),
    .form-wrapper select,
    .form-wrapper textarea {
        background-color: transparent;
    }
.form-wrapper select,
    .form-wrapper select option {
  --tw-text-opacity: 1;
  color: rgb(224 231 234 / var(--tw-text-opacity));
}
.form-wrapper textarea {
        height: 190px;
    }
.form-wrapper [type="submit"] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 234 / var(--tw-bg-opacity));
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Neusa Next Pro Bold, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(103 147 205 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .form-wrapper [type="submit"] {
    min-width: 415px;
    align-self: flex-start;
  }
}
@media (max-width: 1023px) {

  .form-wrapper [type="submit"] {
    width: 100%;
  }
}
.form-wrapper .form-submit {
  justify-content: flex-end;
}
@media (min-width: 1024px) {

  .form-wrapper .form-submit {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.form-wrapper .wpcf7-not-valid-tip {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-wrapper .form-msg-policy {
  font-size: 12px;
}
.form-wrapper .message {
  display: none;
  align-self: flex-start;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 128 0 / var(--tw-border-opacity));
  padding: 20px;
  font-size: 18px;
}
@media (max-width: 1023px) {

  .form-wrapper .message {
    margin-bottom: 20px;
  }
}
.form-wrapper .message.error {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
}
.form-wrapper .message.show {
  display: block;
}
.form-wrapper [type="submit"],
    .form-wrapper .frm_submit .frm_ajax_loading {
        transition: opacity 200ms;
    }
.form-wrapper .frm_submit {
  position: relative;
}
@media (max-width: 1023px) {

  .form-wrapper .frm_submit {
    padding-bottom: 50px;
  }
}
.form-wrapper .frm_submit .frm_ajax_loading {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 10px;
  display: none;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}
.form-wrapper .frm_submit.loading [type="submit"] {
  pointer-events: none;
  opacity: 0;
}
.form-wrapper .frm_submit.loading .frm_ajax_loading {
  pointer-events: none;
  display: block;
  opacity: 1;
}
.site-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-footer .container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {

  .site-footer .container {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.site-footer > .container {
  padding-top: 16.36vh;
  padding-bottom: 16.36vh;
}
@media (min-width: 1024px) {

  .site-footer > .container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.site-footer .logo img {
  height: auto;
  max-width: 100%;
}
@media (min-width: 1024px) {

  .site-footer .col10 {
    width: 12.5%;
  }

  .site-footer .col20,
    .site-footer .col30,
    .site-footer .col40 {
    width: 29.1%;
    padding-left: 5vw;
  }
}
@media (max-width: 1023px) {

  .site-footer .col20,
    .site-footer .col30,
    .site-footer .col40 {
    margin-top: 10vh;
  }
}
.site-footer .social-icons {
  margin-top: 16.36vh;
  display: flex;
  align-items: center;
  -moz-column-gap: 7vw;
       column-gap: 7vw;
}
@media (min-width: 1024px) {

  .site-footer .social-icons {
    margin-top: 40px;
    -moz-column-gap: 1vw;
         column-gap: 1vw;
  }
}
@media (max-width: 1023px) {

  .site-footer .social-icons {
    margin-bottom: 16.36vh;
  }
}
@media (min-width: 1024px) {

  .site-footer .editor-content {
    font-size: 20px;
  }
}
.site-footer .editor-content strong {
  font-family: Neusa Next Pro Regular, Arial, sans-serif;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(103 147 205 / var(--tw-text-opacity));
}
.site-footer .editor-content a {
            text-decoration: none;
        }
.site-footer .site-footer-bottom {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
@media (max-width: 1023px) {

  .site-footer .site-footer-bottom {
    text-align: center;
  }
}
.site-footer .site-footer-bottom .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 1023px) {

  .site-footer .site-footer-bottom .container {
    max-width: 290px;
  }
}
.site-footer .site-footer-bottom .developed {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 1024px) {

  .site-footer .site-footer-bottom .developed {
    margin-left: auto;
  }
}
@media (max-width: 1023px) {

  .site-footer .site-footer-bottom .developed {
    margin-top: 15px;
  }
}
body.page-id-63 .title {
  font-family: Neusa Next Pro Medium, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
}
@media (min-width: 1024px) {

  body.page-id-63 .title {
    font-size: 40px;
  }
}
body.page-id-63 .container {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 140px;
  padding-bottom: 70px;
}
@media (min-width: 1024px) {

  body.page-id-63 .container {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 175px;
    padding-bottom: 90px;
  }
}
body.page-id-63 .site-header .btn-toggle-menu-mobile:before, 
        body.page-id-63 .site-header .btn-toggle-menu-mobile:after, 
        body.page-id-63 .site-header .btn-toggle-menu-mobile span {
            background-color: #333;
        }
body.page-id-63 .site-header .site-logo h1 {
            position: absolute;
            left: -9999px;
        }
body.page-id-63 .site-header .site-logo {
  height: 67px;
  width: 151px;
            background: url('../images/logo-grupo-claro.svg') no-repeat;
            background-size: 100% auto;
}
body.page-id-63 .site-header .menu-item a {
            color: #333;
        }
body.page-id-63 .editor-content p + p {
  margin-top: 20px;
}
body.page-id-63 .editor-content h2 {
  margin-top: 40px;
  font-size: 28px;
  line-height: 1.2em;
}
body.page-id-63 .editor-content h3 {
  margin-top: 40px;
  font-size: 24px;
  line-height: 1.2em;
}
body.page-id-63 .editor-content ul {
  list-style-type: disc;
  padding-left: 20px;
  padding-top: 20px;
  line-height: 1.4em;
}
body.page-id-63 .editor-content ol {
  list-style-type: decimal;
  padding-left: 20px;
  padding-top: 20px;
  line-height: 1.4em;
}
@media (min-width: 1024px) {

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:pl-\[30px\] {
    padding-left: 30px;
  }
}
@media (max-width: 1023px) {

  .mxlg\:flex-col {
    flex-direction: column;
  }

  .mxlg\:content-start {
    align-content: flex-start;
  }
}