@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;

}

.language {
    position: fixed;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 4px;
    width: 40px;
    background: #f38ea0;
    top: 50px;
    color: #fff;
    border-radius: 0 5px 5px 0;
    font-weight: 700;
    margin-bottom: 0;

    .listLanguage {
        list-style-type: none;
        padding: 2px;
        margin-bottom: 0px;
        position: relative;

        li {
            margin: 5px 2px;
            text-align: center;
            cursor: pointer;
            width: 100%;

            :hover {
                background: #87d0c7;
            }

            a {
                color: #fff;
                cursor: pointer;
                padding: 5px;
                border-radius: 2px;
                text-decoration: none;
            }
        }

        .active {
            a {
                background: #1a1b1f;
            }
        }

        li:first-child {
            border-bottom: 1px solid #000;
            padding-bottom: 7px;
        }

    }
}

/* kensqm styles teamo abel*/
.title-adorno {
    font-size: 30px !important;
    text-transform: uppercase;
    font-weight: 900 !important;
    line-height: 1 !important;
    color: #87d0c7 !important;
}


.title-adorno-2 {
    font-size: 20px !important;
    line-height: 1 !important;
    color: black !important;
    font-weight: 100;
    font-style: normal !important;
}

#mc_embed_signup {
    background-color: transparent !important;
}

#section-title-container img {
    display: none !important;
}

.navbar {
    min-height: 120px !important;
    margin-bottom: 10px !important;
}

@media (max-width: 700px) {
    .navbar-wrapper {
        justify-content: center !important;
    }
}

.hero-wrapper {
    align-items: center !important;
}

.button-2 {
    border-radius: 5px !important;
}

/* form styles  */
/* Contenedor principal del formulario */
#mc_embed_signup .mc-field-group {
    padding-bottom: 1% !important;
}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    margin: 0 !important;
}

#mc_embed_signup #mc-embedded-subscribe {
    margin-top: 10px;
}

#mc_embed_signup {
    width: 100% !important;
}

#mc_embed_signup .mc-field-group input {
    border: 0;
    border-bottom: 1px #abb0b2 solid;
    border-radius: 0;
    width: 100%;
    padding: 0px 10px !important;
    margin: 5px 0;
    background-color: transparent;
    border-bottom-width: thin;
    color: #f38ea0;
}

#mc_embed_signup .mc-field-group label {
    margin-bottom: 0px !important;
    display: block;
    font-weight: 400 !important;
    font-family: "Montserrat";
}

#mc_embed_signup #mc_embed_shell {
    font-family: "Montserrat", "Arial", sans-serif !important;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

/* Estilos para el formulario */
.indicates-required {
    display: none;
}

#mc_embed_signup {
    background: transparent;
}

/* Estilos para los campos de entrada y etiquetas */
.mc-field-group {
    margin-bottom: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
    width: 100%;
    padding: 4px 10px;
    margin: 5px 0;
    box-sizing: border-box;
    background-color: transparent;
    border-width: 0;
    border-bottom-width: thin;
    color: #f38ea0;
}

/* Estilos para el botón de enviar */
#mc_embed_signup #mc-embedded-subscribe {
    background-color: #f38ea0;
    color: white;
    padding: 0px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    width: -webkit-fill-available;
    transition: all 0.4s;
}

#mc_embed_signup #mc-embedded-subscribe:hover {
    background-color: black;
}

/* Estilos para los mensajes de respuesta */
#mc_embed_signup #mce-responses {
    margin-top: 15px;
}

#mc_embed_signup .response {
    display: none;
    margin-top: 10px;
    padding: 10px;
    border-radius: 3px;
}

#mc_embed_signup .response.success {
    background-color: #dff0d8;
    color: #3c763d;
}

#mc_embed_signup .response.error {
    background-color: #f2dede;
    color: #a94442;
}

/* Estilos para el asterisco de campos requeridos */
#mc_embed_signup .asterisk {
    color: #ff0000 !important;
}

/* Estilo para el modal overlay, si lo tienes */
.modal-backdrop {
    display: none;
}

/* end form styles */

/* player */
.btn-wrap {
    position: relative;
    width: 100vw;
    height: 100vh;
    min-width: 100%;
    min-height: 100%;
}

.btn-wrap .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-video .modal-content {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.modal-video .close {
    font-size: 24px;
    padding: 15px 0 15px 15px;
}

.modal-video .modal-header {
    padding: 0;
}

.modal-video .modal-body {
    padding: 0;
}

.modal-header {
    border: 0;
}

#plyr-video {
    width: 50%;
}

@media (max-width: 700px) {
    #plyr-video {
        width: 80%;
    }
}

.modal-header {
    border-bottom: 0px !important;
}

.modal-video .modal-body {
    text-align: -webkit-center;
}

.close {
    font-size: 40px !important;
    font-weight: 200;
    color: white !important;
    opacity: 100;
    opacity: 1 !important;
}

.modal {
    background-color: #000000b0;
}

/* end player */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    vertical-align: baseline;
    display: inline-block;
}

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

[hidden],
template {
    display: none;
}

a {
    background-color: rgba(0, 0, 0, 0);
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

@font-face {
    font-family: webflow-icons;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
    font-weight: normal;
    font-style: normal;
}

[class^="w-icon-"],
[class*=" w-icon-"] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: normal;
    line-height: 0.5;
    font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
    content: ">";
}

.w-icon-slider-left:before {
    content: "<";
}

.w-icon-nav-menu:before {
    content: "î˜‚";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: "î˜ƒ";
}

.w-icon-file-upload-remove:before {
    content: "î¤€";
}

.w-icon-file-upload-icon:before {
    content: "î¤ƒ";
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    color: #333;
    background-color: #fff;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

html.w-mod-touch * {
    background-attachment: scroll !important;
}

.w-block {
    display: block;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-clearfix:after {
    clear: both;
}

.w-hidden {
    display: none;
}

.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}

input.w-button {
    -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
    color: rgba(0, 0, 0, 0) !important;
}

.w-code-block {
    margin: unset;
}

pre.w-code-block code {
    all: inherit;
}

.w-webflow-badge,
.w-webflow-badge * {
    z-index: auto;
    visibility: visible;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    float: none;
    clear: none;
    box-shadow: none;
    opacity: 1;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    background: none;
    border: 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    margin: 0;
    padding: 0;
    list-style-type: disc;
    transition: none;
    display: block;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible;
    transform: none;
}

.w-webflow-badge {
    white-space: nowrap;
    cursor: pointer;
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.1),
        0 1px 3px rgba(0, 0, 0, 0.1);
    visibility: visible !important;
    z-index: 2147483647 !important;
    color: #aaadb0 !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    margin: 0 !important;
    padding: 6px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
    position: fixed !important;
    top: auto !important;
    bottom: 12px !important;
    left: auto !important;
    right: 12px !important;
    overflow: visible !important;
    transform: none !important;
}

.w-webflow-badge>img {
    visibility: visible !important;
    opacity: 1 !important;
    vertical-align: middle !important;
    display: inline-block !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}

h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
}

h2 {
    margin-top: 20px;
    font-size: 25px;
    line-height: 36px;
}

h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
}

h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
}

h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
}

h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
}

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

blockquote {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
}

figure {
    margin: 0 0 10px;
}

figcaption {
    text-align: center;
    margin-top: 5px;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}

.w-embed:before,
.w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-embed:after {
    clear: both;
}

.w-video {
    width: 100%;
    padding: 0;
    position: relative;
}

.w-video iframe,
.w-video object,
.w-video embed {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

button,
[type="button"],
[type="reset"] {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
}

.w-form {
    margin: 0 0 15px;
}

.w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none;
}

.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none;
}

label {
    margin-bottom: 0px;
    display: block;
    font-weight: 400;
    font-family: "Montserrat";
}

.w-input,
.w-select {
    width: 100%;
    height: 38px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
    color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
    color: #999;
}

.w-input:focus,
.w-select:focus {
    border-color: #3898ec;
    outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee;
}

textarea.w-input,
textarea.w-select {
    height: auto;
}

.w-select {
    background-color: #f3f3f3;
}

.w-select[multiple] {
    height: auto;
}

.w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: normal;
    display: inline-block;
}

.w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}

.w-radio:before,
.w-radio:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-radio:after {
    clear: both;
}

.w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal;
}

.w-file-upload {
    margin-bottom: 10px;
    display: block;
}

.w-file-upload-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    z-index: -100;
    position: absolute;
    overflow: hidden;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
    color: #333;
    display: inline-block;
}

.w-file-upload-error {
    margin-top: 10px;
    display: block;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
    display: none;
}

.w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: flex;
}

.w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex;
}

.w-file-upload-file-name {
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.w-file-remove-link {
    width: auto;
    height: auto;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block;
}

.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px;
}

.w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block;
}

.w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block;
}

.w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block;
}

.w-icon-file-upload-uploading {
    height: 20px;
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.w-container:before,
.w-container:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-container:after {
    clear: both;
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
}

.w-row:before,
.w-row:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-row:after {
    clear: both;
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}

.w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0;
}

.w-col-1 {
    width: 8.33333%;
}

.w-col-2 {
    width: 16.6667%;
}

.w-col-3 {
    width: 25%;
}

.w-col-4 {
    width: 33.3333%;
}

.w-col-5 {
    width: 41.6667%;
}

.w-col-6 {
    width: 50%;
}

.w-col-7 {
    width: 58.3333%;
}

.w-col-8 {
    width: 66.6667%;
}

.w-col-9 {
    width: 75%;
}

.w-col-10 {
    width: 83.3333%;
}

.w-col-11 {
    width: 91.6667%;
}

.w-col-12 {
    width: 100%;
}

.w-hidden-main {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px;
    }

    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: none !important;
    }

    .w-col-medium-1 {
        width: 8.33333%;
    }

    .w-col-medium-2 {
        width: 16.6667%;
    }

    .w-col-medium-3 {
        width: 25%;
    }

    .w-col-medium-4 {
        width: 33.3333%;
    }

    .w-col-medium-5 {
        width: 41.6667%;
    }

    .w-col-medium-6 {
        width: 50%;
    }

    .w-col-medium-7 {
        width: 58.3333%;
    }

    .w-col-medium-8 {
        width: 66.6667%;
    }

    .w-col-medium-9 {
        width: 75%;
    }

    .w-col-medium-10 {
        width: 83.3333%;
    }

    .w-col-medium-11 {
        width: 91.6667%;
    }

    .w-col-medium-12 {
        width: 100%;
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto;
    }
}

@media screen and (max-width: 767px) {

    .w-hidden-main,
    .w-hidden-medium {
        display: inherit !important;
    }

    .w-hidden-small {
        display: none !important;
    }

    .w-row,
    .w-container .w-row {
        margin-left: 0;
        margin-right: 0;
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto;
    }

    .w-col-small-1 {
        width: 8.33333%;
    }

    .w-col-small-2 {
        width: 16.6667%;
    }

    .w-col-small-3 {
        width: 25%;
    }

    .w-col-small-4 {
        width: 33.3333%;
    }

    .w-col-small-5 {
        width: 41.6667%;
    }

    .w-col-small-6 {
        width: 50%;
    }

    .w-col-small-7 {
        width: 58.3333%;
    }

    .w-col-small-8 {
        width: 66.6667%;
    }

    .w-col-small-9 {
        width: 75%;
    }

    .w-col-small-10 {
        width: 83.3333%;
    }

    .w-col-small-11 {
        width: 91.6667%;
    }

    .w-col-small-12 {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width: none;
    }

    .w-hidden-main,
    .w-hidden-medium,
    .w-hidden-small {
        display: inherit !important;
    }

    .w-hidden-tiny {
        display: none !important;
    }

    .w-col {
        width: 100%;
    }

    .w-col-tiny-1 {
        width: 8.33333%;
    }

    .w-col-tiny-2 {
        width: 16.6667%;
    }

    .w-col-tiny-3 {
        width: 25%;
    }

    .w-col-tiny-4 {
        width: 33.3333%;
    }

    .w-col-tiny-5 {
        width: 41.6667%;
    }

    .w-col-tiny-6 {
        width: 50%;
    }

    .w-col-tiny-7 {
        width: 58.3333%;
    }

    .w-col-tiny-8 {
        width: 66.6667%;
    }

    .w-col-tiny-9 {
        width: 75%;
    }

    .w-col-tiny-10 {
        width: 83.3333%;
    }

    .w-col-tiny-11 {
        width: 91.6667%;
    }

    .w-col-tiny-12 {
        width: 100%;
    }
}

.w-widget {
    position: relative;
}

.w-widget-map {
    width: 100%;
    height: 400px;
}

.w-widget-map label {
    width: auto;
    display: inline;
}

.w-widget-map img {
    max-width: inherit;
}

.w-widget-map .gm-style-iw {
    text-align: center;
}

.w-widget-map .gm-style-iw>button {
    display: none !important;
}

.w-widget-twitter {
    overflow: hidden;
}

.w-widget-twitter-count-shim {
    vertical-align: top;
    width: 28px;
    height: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    text-align: center;
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative;
}

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
    margin-top: -4px;
    margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-width: 4px;
    border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    margin-top: -4px;
    margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 100%;
    left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
    margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px;
}

.w-background-video {
    height: 500px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.w-background-video>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
}

.w-background-video--control {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.w-background-video--control>[hidden] {
    display: none !important;
}

.w-slider {
    height: 300px;
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    background: #ddd;
    position: relative;
}

.w-slider-mask {
    z-index: 1;
    height: 100%;
    white-space: nowrap;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-slide {
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
    display: inline-block;
    position: relative;
}

.w-slider-nav {
    z-index: 2;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    margin: auto;
    padding-top: 10px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-slider-nav.w-round>div {
    border-radius: 100%;
}

.w-slider-nav.w-num>div {
    width: auto;
    height: auto;
    font-size: inherit;
    line-height: inherit;
    padding: 0.2em 0.5em;
}

.w-slider-nav.w-shadow>div {
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
    color: #fff;
}

.w-slider-nav-invert>div {
    background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert>div.w-active {
    background-color: #222;
}

.w-slider-dot {
    width: 1em;
    height: 1em;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 0 3px 0.5em;
    transition:
        background-color 0.1s,
        color 0.1s;
    display: inline-block;
    position: relative;
}

.w-slider-dot.w-active {
    background-color: #fff;
}

.w-slider-dot:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
    box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    width: 80px;
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
    font-size: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0;
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto;
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-slider-aria-label {
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    border: 0;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
}

.w-slider-force-show {
    display: block !important;
}

.w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative;
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block;
}

.w-dropdown-toggle:focus {
    outline: 0;
}

.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.w-dropdown-list {
    min-width: 100%;
    background: #ddd;
    display: none;
    position: absolute;
}

.w-dropdown-list.w--open {
    display: block;
}

.w--open .services-tab-heading {
    color: #87d1c7 !important;
}

.services-tab-content {
    width: 100% !important;
}

.w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block;
}

.w-dropdown-link.w--current {
    color: #0082f3;
}

.w-dropdown-link:focus {
    outline: 0;
}

@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left: 10px;
    }
}

.w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0, 0, 0, 0.9);
    outline: 0;
    font-family:
        Helvetica Neue,
        Helvetica,
        Ubuntu,
        Segoe UI,
        Verdana,
        sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0);
}

.w-lightbox-backdrop,
.w-lightbox-container {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.w-lightbox-view {
    width: 100vw;
    height: 100vh;
    opacity: 0;
    position: absolute;
}

.w-lightbox-view:before {
    content: "";
    height: 100vh;
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block;
}

.w-lightbox-figure {
    margin: 0;
    position: relative;
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
}

.w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none;
}

.w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block;
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
}

.w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.4);
    padding: 0.5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-lightbox-control {
    width: 4em;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    transition: all 0.3s;
    position: absolute;
    top: 0;
}

.w-lightbox-left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    display: none;
    bottom: 0;
    left: 0;
}

.w-lightbox-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    display: none;
    bottom: 0;
    right: 0;
}

.w-lightbox-close {
    height: 2.6em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    right: 0;
}

.w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.w-lightbox-item {
    width: 10vh;
    box-sizing: content-box;
    cursor: pointer;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
    opacity: 0.3;
}

.w-lightbox-thumbnail {
    height: 10vh;
    background: #222;
    position: relative;
    overflow: hidden;
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%);
}

.w-lightbox-spinner {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation: 0.8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%;
}

.w-lightbox-spinner:after {
    content: "";
    border: 3px solid rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
}

.w-lightbox-hide {
    display: none;
}

.w-lightbox-noscroll {
    overflow: hidden;
}

@media (min-width: 768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh;
    }

    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh;
    }

    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh;
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh;
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh;
    }

    .w-lightbox-left,
    .w-lightbox-right {
        opacity: 0.5;
        display: block;
    }

    .w-lightbox-close {
        opacity: 0.8;
    }

    .w-lightbox-control:hover {
        opacity: 1;
    }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-richtext:after {
    clear: both;
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
    white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
    overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type="video"]>div:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-richtext figure {
    max-width: 60%;
    position: relative;
}

.w-richtext figure>div:before {
    cursor: default !important;
}

.w-richtext figure img {
    width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: 0.6;
}

.w-richtext figure div {
    color: rgba(0, 0, 0, 0);
    font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
    display: table;
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type="image"]>div {
    display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type="image"]>figcaption {
    caption-side: bottom;
    display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
    width: 60%;
    height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type="video"]>div {
    width: 100%;
}

.w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"]>div {
    max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
    clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
    width: 100%;
    max-width: 100%;
    text-align: center;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.w-richtext figure.w-richtext-align-fullwidth>div {
    padding-bottom: inherit;
    display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
    display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px;
}

.w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative;
}

.w-nav:before,
.w-nav:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-nav:after {
    clear: both;
}

.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative;
}

.w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.w-nav-link.w--current {
    color: #0082f3;
}

.w-nav-menu {
    float: right;
    position: relative;
}

[data-nav-menu-open] {
    text-align: center;
    min-width: 200px;
    background: #c8c8c8;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important;
}

.w--nav-link-open {
    display: block;
    position: relative;
}

.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
    top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto;
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative;
}

.w-nav-button:focus {
    outline: 0;
}

.w-nav-button.w--open {
    color: #f38ea0 !important;
    background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
}

.w-nav[data-collapse="all"] .w-nav-button,
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open {
    display: block;
}

.w--nav-dropdown-list-open {
    position: static;
}

@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="medium"] .w-nav-button {
        display: none;
    }

    /* kensqm ocultar mobile*/
}

@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="small"] .w-nav-button {
        display: block;
    }

    .w-nav-brand {
        padding-left: 10px;
    }
}

@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="tiny"] .w-nav-button {
        display: block;
    }
}

.w-tabs {
    position: relative;
}

.w-tabs:before,
.w-tabs:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-tabs:after {
    clear: both;
}

.w-tab-menu {
    position: relative;
}

.w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.w-tab-link.w--current {
    background-color: #c8c8c8;
}

.w-tab-link:focus {
    outline: 0;
}

.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden;
}

.w-tab-pane {
    display: none;
    position: relative;
}

.w--tab-active {
    display: block;
}

@media screen and (max-width: 479px) {
    .w-tab-link {
        display: block;
    }
}

.w-ix-emptyfix:after {
    content: "";
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.w-dyn-empty {
    background-color: #ddd;
    padding: 10px;
}

.w-dyn-hide,
.w-dyn-bind-empty,
.w-condition-invisible {
    display: none !important;
}

.wf-layout-layout {
    display: grid;
}

:root {
    --white-smoke: #f5f3ef;
    --black: black;
    --orange-red: #f38ea0;
    --beish: #ffe5c5;
    --background: #1c1a1d;
    --black-2: #1c1c1c;
    --dim-grey: #5f5f5f;
    --silver: #c4c4c4;
    --black-3: #2a2a2a;
    --light-slate-grey: #818993;
    --verdepico: #87d0c7;
}

body {
    background-color: var(--white-smoke);
    color: #333;
    font-family:
        Arial,
        Helvetica Neue,
        Helvetica,
        sans-serif;
    font-size: 14px;
    line-height: 20px;
}

h1 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Archivo, sans-serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 109px;
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
}

p {
    color: var(--black);
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.navbar-no-shadow-container {
    z-index: 5;
    width: 100%;
    max-width: 1140px;
    background-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.container-regular {
    width: 100%;
    max-width: 1260px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.nav-menu-wrapper {
    grid-column-gap: 50px;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    display: flex;
}

.nav-menu {
    grid-column-gap: 50px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Archivo, sans-serif;
    font-size: 24px;
    font-weight: 700;
    display: flex;
}

.nav-link {
    color: var(--black);
    letter-spacing: -0.72px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 110px;
    text-decoration: none;
    transition: color 0.3s;
}

.nav-link:hover {
    color: var(--orange-red);
}

.nav-link:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}

.nav-link.w--current {
    color: var(--orange-red);
}

.nav-dropdown {
    margin-left: 5px;
    margin-right: 5px;
}

.nav-dropdown-toggle {
    letter-spacing: 0.25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    line-height: 20px;
}

.nav-dropdown-toggle:hover {
    color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
    margin-right: 10px;
}

.nav-dropdown-list {
    background-color: #fff;
    border-radius: 12px;
}

.nav-dropdown-list.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

.nav-dropdown-link:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-button-wrapper {
    margin-left: 120px;
}

.button-primary {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #1a1b1f;
    padding: 12px 25px;
    font-size: 12px;
    line-height: 20px;
    transition: all 0.2s;
}

.button-primary:hover {
    color: #fff;
    background-color: #32343a;
}

.button-primary:active {
    background-color: #43464d;
}

.container {
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 35px;
    z-index: 3;
}

.logo {
    color: var(--black);
    text-transform: uppercase;
    font-family: Archivo, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 160px;
}

.hero-wrapper {
    display: flex;
}

.hero-left-content {
    width: 39.52%;
    max-width: 39.52%;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 40px;
    padding-left: 0;
    display: block;
    position: relative;
}

.hero-title {
    letter-spacing: -7.2px;
    font-size: 160px;
    line-height: 160px;
}

.hero-title.upper-case {
    letter-spacing: -1px;
    font-family: Montserrat, sans-serif;
    font-size: 90px;
    font-weight: 900;
    line-height: 70px;
}

.uppercase {
    text-transform: uppercase;
}

.hero-right-content {
    width: 62.53%;
    max-width: 62.53%;
    overflow: visible;
}


#videoPlayer {
    border-radius: 20px;
}

.videoContainer {
    max-width: 320px;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 600px;

    video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.play-pause-btn {
    background-color: #F38EA0;
    color: white;
    padding: 20px 20px;
    font-size: 20px;
    border: none;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    position: absolute;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;

    :after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        border: solid 1px F38EA0;
        left: 0;
        top: 0;
        transition: all ease 300ms;
    }

    :hover:after {
        content: "";
        width: 105%;
        height: 105%;
        position: absolute;
        border: solid 1px F38EA0;
        left: 0;
        top: 0;
    }

    .get {
        position: absolute;
        width: 100%;
        height: 100%;

        :hover {
            width: 90%;
            height: 90%;

        }
    }
}



.rotating {
    -webkit-animation: rotating 25s linear infinite;
    -moz-animation: rotating 25s linear infinite;
    -ms-animation: rotating 25s linear infinite;
    -o-animation: rotating 25s linear infinite;
    animation: rotating 25s linear infinite;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

video::-webkit-media-controls {
    opacity: 0;
}











.hero-frame {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
}

.play-icon {
    z-index: 1;
    width: 120px;
    height: 120px;
    background-color: var(--black);
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    display: flex;
    position: absolute;
    left: 6px;
}

.hero-image {
    flex: 0 auto;
    order: 0;
    position: relative;
    top: 0;
}

.star-group {
    grid-column-gap: 40px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
}

.hero-text-wrapper {
    margin-left: 0;
    overflow: hidden;
}

.hero-paragraph {
    color: var(--black);
    letter-spacing: 0;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.hero-buttons {
    grid-column-gap: 20px;
    align-items: center;
    margin-top: 40px;
    display: flex;
}

.hero-tag-button {
    color: var(--black);
    letter-spacing: 1px;
    border: 1px solid #000;
    border-radius: 30px;
    flex: none;
    padding: 10px 20px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    text-decoration: none;
}

.tag-text {
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
}

.hero-divider {
    width: 100%;
    height: 1px;
    background-color: #2a2a2a;
    border-radius: 10px;
}

.about-us-section {
    margin-top: 80px;
    overflow: hidden;
}

.about-us-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns:
        minmax(min-content, 268px) minmax(min-content, 268fr) minmax(min-content,
            268px) minmax(min-content, 182fr);
    grid-auto-columns: 1fr;
    justify-content: space-between;
    font-family: Montserrat, sans-serif;
    display: flex;
}

.block-1.width268 {
    max-width: 268px;
}

.block-1.width-268 {
    text-align: left;
    flex: 0 auto;
}

.orange-arrow {
    width: 86px;
    height: 86px;
    border: 2px solid var(--orange-red);
    border-radius: 100%;
    padding: 12px;
}

.orange-arrow.mb60 {
    margin-bottom: 60px;
    overflow: hidden;
}

.get-started-button {
    grid-column-gap: 20px;
    background-color: var(--orange-red);
    color: var(--beish);
    letter-spacing: 1px;
    border-radius: 60px;
    align-items: flex-start;
    margin-top: 30px;
    padding: 7px 11px;
    font-family: Roboto, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    text-decoration: none;
    display: flex;
}

.border {
    grid-column-gap: 20px;
    border: 1px solid var(--beish);
    border-radius: 60px;
    flex: 1;
    align-items: flex-start;
    padding: 12px 33px;
    display: flex;
}

.block-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.small-h2 {
    color: var(--black);
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 37px;
    font-weight: 900;
    line-height: 37px;
}

.small-h2.mb60 {
    color: var(--orange-red);
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
}

.small-h2.mb100 {
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
}

.orange {
    color: var(--orange-red);
}

.mb60 {
    margin-bottom: 60px;
}

.about-text {
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 25px;
    margin-bottom: 0;
}

.mb100 {
    margin-bottom: 100px;
}

.block-4 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.block-4.width-268 {
    justify-content: flex-start;
    display: block;
}

.count-number {
    grid-column-gap: 11px;
    align-items: center;
    display: flex;
}

.count-number-text {
    color: var(--background);
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 0;
}

.plus-text {
    color: var(--black);
    letter-spacing: 1px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
}

.count-text {
    color: var(--orange-red);
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 35px;
    margin-bottom: 0;
}

.services-section {
    margin-top: 0;
}

.services-wrapper {
    background-color: var(--black-2);
    border-radius: 70px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 36px 60px 40px;
}

.footer-section {
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer-wrapper {
    justify-content: space-between;
    margin-bottom: 40px;
    display: flex;
}

.footer-wrapper.black {
    grid-column-gap: 49px;
    background-color: var(--black-2);
    border-radius: 70px;
    padding: 40px 60px;
}

.footer-left {
    max-width: 929px;
}

.services-left {
    width: 100%;
    max-width: 51.31%;
}

.services-right {
    max-width: 300px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-left: auto;
    display: flex;
}

.services-right.left {
    flex: none;
    margin-left: 0;
}

.heading {
    margin-top: 0;
    margin-bottom: 0;
}

.services-heading {
    color: #ffe5c6;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 80px;
    font-weight: 900;
    line-height: 70px;
}

.services-paragraph {
    color: var(--dim-grey);
    letter-spacing: 1px;
    margin-top: 20px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
}

.services-tab {
    border: 1px solid var(--dim-grey);
    color: var(--dim-grey);
    letter-spacing: 1px;
    border-radius: 30px;
    flex: none;
    padding: 10px 20px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-decoration: none;
    transition:
        font-variation-settings 0.3s,
        border-color 0.3s,
        color 0.3s;
}

/* .services-tab:hover {
  border-width: 1px;
  border-color: var(--silver);
  color: var(--silver);
  font-weight: 500;
} */

.sticky-ia {
    position: fixed;
    bottom: 150px;
    right: 100px;
    z-index: 9999;

    @media (width < 1300px) {
        right: 25px;
    }

    @media (width < 400px) {
        bottom: 25px;

        .get-in-touch-button {
            width: 100px;
            height: 100px;
        }
    }
}

.services-head-block {
    margin-bottom: 50px;
    display: flex;
}

.services-tab-wrapper {
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}

.services-tab-data {
    width: 100%;
    border-top: 1px solid var(--black-3);
    border-bottom: 1px #000;
    flex-direction: row;
    align-items: flex-start;
}

.services-tab-data.last {
    border-bottom: 1px none var(--black-3);
    border-top-style: solid;
}

.services-tab-title {
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
    overflow: hidden;
}

.services-tab-heading {
    color: var(--dim-grey);
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 52px;
    line-height: 52px;
    font-weight: 700;
}

.services-tab-heading.grey {
    color: var(--dim-grey);
}

.dot {
    width: 15px;
    height: 15px;
    background-color: var(--orange-red);
    opacity: 0;
    border-radius: 100%;
}

.title-block {
    grid-column-gap: 18px;
    align-items: center;
    display: flex;
}

.div-block {
    grid-column-gap: 18px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.services-tab-content {
    width: 100%;
    grid-column-gap: 40px;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    position: relative;
    overflow: hidden;
}

.services-tab-content.w--open {
    display: block;
    position: relative;
}

.services-tab-paragraph {
    color: var(--silver);
    letter-spacing: 1px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}

.hide {
    display: none;
}

.tab-arrow {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.projects {
    margin-top: 60px;
    padding-bottom: 60px;
}

.project-title-block {
    justify-content: space-between;
    margin-bottom: 20px;
    display: flex;
}

.project-heading {
    color: #c4c4c4;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 94px;
}

.project-heading.black {
    color: var(--background);
}

.project-paragraph {
    max-width: 451px;
    color: var(--dim-grey);
    text-align: right;
    letter-spacing: 1px;
    margin-top: 20px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
}

.project-tab {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-left: auto;
    display: flex;
}

.project-tab.left {
    flex: none;
    margin-left: 0;
}

.project-divider {
    width: 100%;
    height: 1px;
    background-color: var(--black-3);
}

.project-tab-details {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-top: 50px;
    display: flex;
}

.project-image {
    height: auto;
    max-width: 360px;
    position: relative;
    overflow: hidden;
}

.project-image.max-width {
    max-width: 750px;
    overflow: hidden;
}

.project-image.radius {
    align-self: flex-start;
}

.overlay-box {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.8);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.project-overlay {
    margin-right: auto;
    padding: 24px 37px;
    position: relative;
}

.year {
    color: var(--black);
    letter-spacing: 1px;
    font-family: Roboto, sans-serif;
    font-size: 52px;
    line-height: 60px;
}

.get-in-touch-button {
    width: 162px;
    height: 162px;
    background-color: var(--orange-red);
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.footer-row {
    border-top: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.footer-row.copyright {
    border-top-style: none;
}

.social-icon {
    grid-column-gap: 40px;
    align-items: center;
    margin-left: auto;
    transition: opacity 0.3s;
    display: flex;
}

.social-icon:hover {
    opacity: 0.5;
}

.footer-link-group {
    grid-column-gap: 40px;
    display: flex;
}

.footer-link {
    color: var(--black);
    letter-spacing: -0.72px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-link:hover {
    color: var(--orange-red);
}

.copyright-text {
    color: var(--background);
    font-weight: 300;
    line-height: 44px;
}

.social-icon-group {
    grid-column-gap: 40px;
    align-items: center;
    margin-left: auto;
    display: flex;
}

.services-details {
    grid-column-gap: 40px;
    padding-bottom: 23px;
    display: flex;
}

.tab-icon {
    width: 60px;
    height: 60px;
    position: relative;
}

.tab-arrow-grey {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.title {
    color: var(--black);
    letter-spacing: 1px;
    font-family: Roboto, sans-serif;
    font-size: 52px;
    line-height: 60px;
}

.upper-case {
    text-transform: uppercase;
}

.get-in-touch-title {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 80px;
    font-weight: 900;
    line-height: 70px;
}

.get-in-touch-title.white {
    color: var(--silver);
    letter-spacing: -11px;
}

.team-title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

.divider-team-header {
    height: 1px;
    background-color: var(--black);
    margin-top: 26px;
}

.team-section {
    margin-top: 80px;
}

.team-grid {
    grid-column-gap: 83px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.team-block {
    cursor: pointer;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.team-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    position: relative;
}

.team-details {
    width: 100%;
    background-color: var(--beish);
    padding: 13px 54px 13px 25px;
    position: absolute;
    bottom: -1px;
    left: -1px;
}

.team-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
}

.team-position {
    color: var(--light-slate-grey);
    font-weight: 400;
}

.social-icons {
    z-index: 2;
    grid-row-gap: 21px;
    background-color: var(--orange-red);
    flex-direction: column;
    align-items: center;
    padding: 20px 18px;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
}

.social-icon-small {
    width: 10px;
}

.white-arrow {
    position: absolute;
}

.social-icon-link {
    transition: transform 0.3s;
}

.social-icon-link:hover {
    transform: scale(1.2);
}

.width-268 {
    max-width: 268px;
}

.body {
    background-color: var(--beish);
}

.bold-text {
    color: var(--verdepico);
    text-align: left;
    letter-spacing: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
}

.text-span {
    color: #fff;
}

.text-span-2,
.text-span-3 {
    color: var(--black);
}

.image {
    background-color: rgba(255, 255, 255, 0);
}

.image-2 {
    border-radius: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.field-label,
.text-field,
.text-field-2,
.field-label-2 {
    width: 50%;
}

.form {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
}

.home-logo-left-gradient {
    width: 10%;
    background-image: linear-gradient(to right, #ffe5c5, rgba(255, 255, 255, 0));
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.home-logo-left-gradient.right {
    background-image: linear-gradient(270deg, #fee4c4, rgba(255, 255, 255, 0));
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.embed {
    display: none;
}

.overline {
    color: #72767d;
    text-align: center;
    letter-spacing: 0.08rem;
    text-transform: none;
    font-family: Montserrat, sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
}

.clients-grid {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    opacity: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.clients-grid.logo-animate-alt {
    width: 130rem !important;
    grid-column-gap: 3rem;
    flex: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.clients-grid.logo-animate {
    width: 130rem !important;
    grid-column-gap: 3rem;
    grid-row-gap: 0px;
    opacity: 1;
    flex: none;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin: 0 0 0 auto;
    display: flex;
}

.home-logo-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: relative;
}

.home-logo-wrapper.bottom {
    margin-top: -2rem;
}

.client-logo {
    width: 100%;
    max-height: 6.4rem;
    min-height: 5rem;
    opacity: 0.8;
    object-fit: contain;
    transition: opacity 0.4s;
}

.client-logo:hover {
    opacity: 1;
}

.section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.paragraph {
    color: var(--orange-red);
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
}

.slider-section-container {
    max-width: 1400px;
    flex: 1;
    padding-top: 0;
}

.project-slider {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
}

.project-tag {
    color: #fff;
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    align-items: center;
    padding: 10px 12px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1em;
    display: flex;
}

.section-tag-line {
    height: 1px;
    background-image: linear-gradient(to right,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.8));
    flex: 1;
    margin-left: 20px;
}

.right-arrow {
    width: 80px;
    height: 80px;
    background-color: var(--black);
    transition: all 0.3s;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0%;
}

.right-arrow:hover {
    background-color: #2d2e3c;
}

.slide-nav {
    display: none;
}

.section-tag-container {
    width: 100%;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 1em;
    display: flex;
}

.left-arrow {
    width: 80px;
    height: 80px;
    background-color: var(--black);
    color: var(--white-smoke);
    transition: all 0.3s;
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
}

.left-arrow:hover {
    background-color: #2d2e3a;
}

.project-tag-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    line-height: 1em;
    display: flex;
}

.project-image-container {
    width: 50%;
}

.project-description {
    color: var(--white-smoke);
    margin-bottom: 10px;
    padding-top: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
}

.project-info-container {
    width: 42%;
    max-width: 520px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0px;
    margin-bottom: 40px;
    line-height: 1.6em;
    display: flex;
}

.project-image-2 {
    min-height: 450px;
    object-fit: cover;
    border-radius: 20px;
}

.project-container {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
    gap: 30px;
}

.link-arrow {
    width: 10px;
    height: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.project-link {
    grid-column-gap: 10px;
    color: #fff;
    align-items: center;
    margin-left: -10px;
    padding: 0 10px 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1em;
    text-decoration: none;
    display: flex;
}

.project-title {
    margin-top: 0;
    margin-bottom: 10px;
}

.contact-form-container {
    width: 50%;
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
}

.section-title {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
}

.form-block {
    flex: 1;
}

.section-title-container {
    width: 46%;
    max-width: 450px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #fff;
    flex-direction: column;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6em;
    display: flex;
}

.submit-button {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom,
            var(--orange-red),
            var(--orange-red));
    color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
}

.textarea {
    min-height: 100px;
    border-style: none none solid;
    border-width: 1px;
    border-color: black var(--black) var(--black) black;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2em;
}

.textarea:focus {
    border-bottom-color: #fff;
}

.textarea:focus-visible {
    border-bottom-color: #fff;
}

.textarea[data-wf-focus-visible] {
    border-bottom-color: #fff;
}

.field-container {
    width: 100%;
    margin-bottom: 40px;
}

.success-message {
    height: 100%;
    color: #fff;
    background-color: rgba(221, 221, 221, 0.05);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
}

.field-label-3 {
    color: var(--black);
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1em;
}

.error-message {
    color: #9e5847;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 20px;
    padding: 0;
    line-height: 1.3em;
}

.div-block-2 {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.contact-content-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 20px;
    display: flex;
}

.text-field-3 {
    border-style: none none solid;
    border-width: 1px;
    border-color: var(--black);
    color: var(--black);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1em;
}

.text-field-3:focus {
    border-bottom-color: #fff;
}

.text-field-3:focus-visible {
    border-bottom-color: #fff;
}

.text-field-3[data-wf-focus-visible] {
    border-bottom-color: #fff;
}

.button-1 {
    background-image: linear-gradient(113deg, var(--black), var(--background));
    border-radius: 50px;
    padding: 2px;
    text-decoration: none;
    transition-property: none;
}

.button-1:hover {
    transform: scale(1.05);
}

.form-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
}

.text-block {
    color: var(--black);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
}

.link {
    font-family: Montserrat, sans-serif;
}

.hero-buttons-menu {
    grid-column-gap: 20px;
    align-items: center;
    margin-top: 0;
    display: flex;
}

.text-block-2 {
    color: var(--orange-red);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.2;
}

.bold-text-2 {
    color: var(--white-smoke);
    font-family: Montserrat, sans-serif;
    font-weight: 900;
}

.bold-text-3 {
    color: var(--orange-red);
    font-family: Montserrat, sans-serif;
}

.image-3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.container-2 {
    margin-left: 20px;
    padding-right: 20px;
}

.section-tag-line-black {
    height: 1px;
    background-image: linear-gradient(to right, var(--beish), rgba(0, 0, 0, 0.8));
    flex: 1;
    margin-left: 20px;
}

.moodboardyclients {
    padding-top: 60px;
    padding-bottom: 0;
}

.count-number-text-white {
    color: var(--white-smoke);
    font-family: Montserrat, sans-serif;
    font-size: 70px;
    font-weight: 900;
    line-height: 82px;
}

.plus-text-project {
    outline-offset: 0px;
    color: var(--orange-red);
    letter-spacing: 1px;
    outline: 3px #f38ea0;
    align-self: center;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
}

.logosmarquee {
    padding-top: 0;
    padding-bottom: 0;
}

.container-3 {
    display: block;
}

.container-4 {
    margin-left: auto;
    margin-right: auto;
}

.home-logo-left-gradient-2 {
    width: 10%;
    background-image: linear-gradient(to right, #ffe5c5, rgba(255, 255, 255, 0));
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.home-logo-left-gradient-2.right {
    background-image: linear-gradient(270deg, #ffe5c5, rgba(255, 255, 255, 0));
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.overline-2 {
    color: #72767d;
    text-align: center;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 500;
}

.home-logo-wrapper-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
    display: flex;
    position: relative;
    overflow: hidden;
}

.home-logo-wrapper-2.bottom {
    margin-top: -0.8rem;
}

.utility-page-wrap {
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.utility-page-content {
    width: 260px;
    text-align: center;
    flex-direction: column;
    display: flex;
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.text-ticker_component {
    max-width: 56rem;
    color: #fff;
    margin-bottom: 2rem;
    position: relative;
}

.text-ticker_text {
    letter-spacing: -0.0375em;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.25;
    display: inline;
}

.text-ticker_mask {
    height: 7rem;
    float: right;
    color: #111;
    padding-left: 1em;
    display: inline-block;
    position: absolute;
    overflow: hidden;
}

.text-ticker_carousel {
    clear: both;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #86e30f;
    flex-direction: column;
    line-height: 1em;
    display: flex;
}

.text-ticker_mask2 {
    height: 6rem;
    background-color: #32443e;
    position: absolute;
    top: 7rem;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.text-ticker_mask1 {
    height: 6rem;
    background-color: #32443e;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.content-wrap {
    align-items: baseline;
    display: flex;
    overflow: hidden;
}

.words-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.h1 {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 78px;
    font-weight: 500;
    line-height: 84px;
}

.subtitle-simple {
    color: var(--orange-red);
    text-align: left;
    letter-spacing: 0;
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}

.services-paragraph-bold-big {
    color: var(--orange-red);
    letter-spacing: 0;
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    line-height: 30px;
}

.services-section-v2 {
    margin-top: 0;
}

.services-wrapper-v2 {
    border-radius: 70px;
    margin-top: 60px;
    margin-bottom: 10px;
    padding: 20px 0;
}

.services-heading-v2 {
    color: var(--black);
    letter-spacing: -1px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 80px;
    font-weight: 900;
    line-height: 70px;
}

.text-span-verde {
    color: var(--verdepico);
}

.services-tab-paragraph-dark {
    color: var(--black);
    letter-spacing: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 17px;
}

.text-block-3 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 1.2;
}

@media screen and (min-width: 1440px) {
    .hero-right-content {
        padding-top: 0;
    }

    .star-group {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .hero-buttons {
        margin-top: 60px;
    }

    .project-tag {
        border-radius: 50px;
        font-family: Montserrat, sans-serif;
    }

    .right-arrow {
        background-color: var(--black);
        border-radius: 0;
    }

    .section-tag-container {
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .left-arrow {
        background-color: var(--black);
        border-radius: 0;
        left: 42.5%;
    }

    .project-tag-container {
        font-size: 17px;
    }

    .project-image-container {
        width: 60%;
    }

    .project-description {
        color: var(--beish);
        font-size: 15px;
    }

    .project-title {
        color: var(--white-smoke);
        font-family: Montserrat, sans-serif;
    }

    .form-block {
        margin-top: 20px;
    }

    .text-block-2 {
        font-family: Montserrat, sans-serif;
    }

    .moodboardyclients {
        padding-top: 0;
    }
}

@media screen and (min-width: 1920px) {
    .left-arrow {
        left: 45%;
    }

    .project-image-container {
        width: 55%;
    }

    .project-title {
        font-size: 40px;
    }

    .contact-form-container {
        grid-row-gap: 5px;
        flex-direction: column;
    }

    .section-title {
        font-size: 40px;
    }

    .section-title-container {
        max-width: 530px;
    }
}

@media screen and (max-width: 991px) {
    .nav-menu-wrapper {
        background-color: var(--white-smoke);
        flex-direction: column;
        padding: 5px 20px;
        box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.05);
    }

    .nav-menu {
        background-color: #fff;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-left: 0;
        display: flex;
    }

    .nav-link {
        text-align: left;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 50px;
        display: block;
    }

    .nav-dropdown-list.shadow-three.w--open {
        position: absolute;
    }

    .nav-button-wrapper {
        width: 100%;
        margin-left: 0;
    }

    .menu-button {
        padding: 0;
    }

    .menu-button.w--open {
        color: #f38ea0 !important;
        background-color: rgba(0, 0, 0, 0);
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .logo {
        line-height: 50px;
    }

    .hero-wrapper {
        grid-column-gap: 30px;
        overflow: hidden;
    }

    .hero-title {
        font-size: 70px;
        line-height: 80px;
    }

    .hero-title.upper-case {
        font-size: 60px;
        line-height: 60px;
    }

    .hero-right-content {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .play-icon {
        width: 85px;
        height: 85px;
    }

    .hero-image {
        width: 100%;
        max-width: 100%;
    }

    .hero-text-wrapper {
        margin-left: auto;
    }

    .hero-paragraph {
        font-size: 18px;
    }

    .about-us-grid {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        flex-wrap: wrap;
        grid-template-columns: 1fr 1fr;
    }

    .block-1.width-268 {
        max-width: 268px;
    }

    .get-started-button {
        display: inline-block;
    }

    .small-h2.mb60,
    .small-h2.mb100 {
        margin-bottom: 20px;
    }

    .block-4 {
        grid-row-gap: 30px;
    }

    .count-number-text {
        font-size: 50px;
    }

    .footer-wrapper.black {
        padding-left: 40px;
        padding-right: 40px;
    }

    .services-heading {
        font-size: 50px;
        line-height: 60px;
    }

    .services-head-block {
        grid-column-gap: 30px;
    }

    .project-tab-details {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .project-image.max-width {
        border-bottom-right-radius: 70px;
    }

    .project-image.radius {
        border-bottom-right-radius: 0;
    }

    .year {
        font-size: 20px;
        line-height: 30px;
    }

    .get-in-touch-button {
        width: 100px;
        height: 100px;
        padding: 6px;
    }

    .footer-row {
        grid-row-gap: 20px;
        text-align: center;
        flex-direction: column;
        padding-top: 10px;
    }

    .footer-row.copyright {
        grid-row-gap: 10px;
        margin-top: 20px;
    }

    .footer-link-group {
        grid-column-gap: 20px;
    }

    .social-icon-group {
        margin-left: 0;
    }

    .title {
        font-size: 32px;
        line-height: 40px;
    }

    .get-in-touch-title {
        font-size: 70px;
        line-height: 80px;
    }

    .get-in-touch-title.white {
        letter-spacing: 0px;
    }

    .full-image {
        width: 100%;
    }

    .top-line,
    .middle-line {
        width: 26px;
        height: 2px;
        background-color: var(--black);
        border-radius: 20px;
        margin-bottom: 5px;
        padding: 0;
    }

    .bottom-line {
        width: 26px;
        height: 2px;
        background-color: var(--black);
        border-radius: 20px;
        margin-bottom: 0;
        padding: 0;
    }

    .team-title {
        font-size: 50px;
        line-height: 60px;
    }

    .team-section {
        margin-top: 40px;
    }

    .team-grid {
        grid-column-gap: 50px;
        grid-template-columns: 1fr 1fr;
    }

    .width-268 {
        max-width: 50%;
    }

    .slider-section-container {
        padding-top: 100px;
    }

    .right-arrow {
        top: 370px;
        bottom: auto;
        left: auto;
        right: 0%;
    }

    .section-tag-container {
        margin-bottom: 50px;
    }

    .left-arrow {
        top: 370px;
        bottom: auto;
        left: 0%;
        right: auto;
    }

    .project-image-container {
        width: auto;
        align-items: center;
        display: flex;
        position: relative;
    }

    .project-description {
        margin-bottom: 10px;
    }

    .project-info-container {
        width: auto;
        max-width: none;
        margin-top: 50px;
    }

    .project-image-2 {
        width: 100%;
        height: 450px;
        min-height: auto;
    }

    .project-container {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .project-title {
        margin-bottom: 0;
        font-size: 26px;
    }

    .section-title {
        font-size: 26px;
    }

    .section-title-container {
        font-size: 15px;
    }

    .textarea {
        border-radius: 0;
    }

    .field-container {
        margin-bottom: 30px;
    }

    .field-label-3 {
        margin-bottom: 5px;
    }

    .button-1:hover {
        transform: none;
    }

    .count-number-text-white {
        font-size: 50px;
    }

    .services-heading-v2 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-brand {
        padding-left: 0;
    }

    .nav-menu {
        flex-direction: column;
        padding-bottom: 30px;
        padding-left: 0;
    }

    .nav-link {
        line-height: 50px;
        display: block;
    }

    .nav-dropdown {
        flex-direction: column;
        align-items: center;
        display: flex;
    }

    .nav-dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-dropdown-list.shadow-three {
        box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
    }

    .nav-dropdown-list.shadow-three.w--open {
        position: relative;
    }

    .nav-dropdown-list.shadow-three.mobile-shadow-hide {
        box-shadow: none;
    }

    .mobile-margin-top-10 {
        margin-top: 10px;
    }

    .navbar {
        margin-bottom: 20px;
    }

    .hero-wrapper {
        text-align: center;
        flex-direction: column;
        text-align: -webkit-center;
    }

    .hero-left-content {
        width: 100%;
        max-width: 100%;
    }

    .hero-title {
        letter-spacing: -3px;
        font-size: 50px;
        line-height: 60px;
    }

    .hero-right-content {
        padding-top: 0;
    }

    .hero-frame {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .play-icon {
        top: auto;
        bottom: auto;
        left: 0px;
    }

    .hero-buttons {
        grid-row-gap: 20px;
        flex-direction: column;
        text-align: center;
    }

    .hero-divider {
        order: -1;
    }

    .about-us-grid {
        grid-template-columns: 1fr;
    }

    .orange-arrow.mb60 {
        margin-bottom: 20px;
    }

    .block-4 {
        grid-column-gap: 16px;
        grid-row-gap: 30px;
        flex-flow: wrap;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        align-items: center;
        justify-items: center;
        display: grid;
    }

    .count-number-text {
        font-size: 40px;
    }

    .count-text {
        letter-spacing: 0;
        font-size: 16px;
    }

    .services-wrapper {
        padding: 30px 20px 40px;
    }

    .footer-wrapper {
        text-align: center;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .footer-wrapper.black {
        padding-left: 20px;
        padding-right: 20px;
    }

    .services-left {
        max-width: 100%;
    }

    .services-right {
        max-width: 100%;
        flex-wrap: wrap;
    }

    .services-head-block {
        grid-row-gap: 30px;
        flex-direction: column;
    }

    .projects {
        margin-top: 40px;
    }

    .project-title-block {
        flex-direction: column;
    }

    .project-paragraph {
        text-align: left;
    }

    .project-tab {
        flex-flow: wrap;
    }

    .project-image.max-width {
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .project-overlay {
        padding: 12px;
    }

    .get-in-touch-button {
        width: 130px;
        height: 130px;
        margin-top: 20px;
        padding: 11px;
    }

    .footer-row {
        margin-top: 20px;
    }

    .footer-row.copyright {
        flex-direction: column;
    }

    .social-icon-group {
        margin-left: 0;
    }

    .services-details {
        grid-row-gap: 20px;
        flex-direction: column;
    }

    .get-in-touch-title {
        letter-spacing: 0px;
        font-size: 50px;
        line-height: 60px;
    }

    .get-in-touch-title.white {
        letter-spacing: 0px;
    }

    .team-title {
        font-size: 35px;
        line-height: 45px;
    }

    .team-grid {
        grid-column-gap: 20px;
        grid-row-gap: 30px;
    }

    .width-268 {
        max-width: 100%;
    }

    .clients-grid {
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        margin-left: 0;
    }

    .slider-section-container {
        max-width: 500px;
        padding-top: 10px;
    }

    .right-arrow {
        width: 70px;
        height: 70px;
        top: 250px;
    }

    .section-tag-container {
        margin-bottom: 40px;
        font-size: 10px;
    }

    .left-arrow {
        width: 70px;
        height: 70px;
        justify-content: center;
        align-items: center;
        display: flex;
        top: 250px;
    }

    .project-image-2 {
        height: 320px;
        max-height: none;
        min-height: auto;
    }

    .link-arrow {
        width: 9px;
        height: 9px;
    }

    .project-link {
        font-size: 14px;
    }

    .project-title {
        font-size: 24px;
    }

    .contact-form-container {
        width: 100%;
    }

    .section-title {
        font-size: 24px;
    }

    .section-title-container {
        width: 100%;
        max-width: none;
    }

    .contact-content-container {
        grid-row-gap: 40px;
        flex-direction: column;
    }

    .button-1 {
        padding: 1px;
    }

    .hero-buttons-menu {
        grid-row-gap: 20px;
        flex-direction: column;
    }

    .count-number-text-white {
        font-size: 40px;
    }

    .text-ticker_text {
        font-size: 2.5rem;
    }

    .text-ticker_mask {
        height: 3.5rem;
        padding-left: 0.5em;
    }

    .text-ticker_carousel {
        display: flex;
    }

    .services-wrapper-v2 {
        padding: 30px 20px 40px;
    }
}

@media screen and (max-width: 479px) {
    .nav-menu-wrapper {
        box-shadow: 0 10px 30px -6px rgba(0, 0, 0, 0.05);
    }

    .nav-menu {
        flex-direction: column;
    }

    .nav-link {
        font-size: 20px;
        line-height: 40px;
    }

    .nav-button-wrapper {
        width: auto;
    }

    .hero-title.upper-case {
        font-size: 50px;
        line-height: 45px;
    }

    .hero-right-content {
        margin-top: 20px;
    }

    .play-icon {
        width: 100px;
        height: 100px;
        padding: 13px;
    }

    .block-4 {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .count-block {
        grid-column-gap: 20px;
        justify-content: space-between;
        align-items: center;
        display: flex;
    }

    .count-number {
        grid-column-gap: 0px;
        flex-wrap: wrap;
    }

    .count-number-text {
        line-height: 50px;
    }

    .services-heading {
        font-size: 30px;
        line-height: 40px;
    }

    .services-tab-heading {
        font-size: 25px;
        line-height: 30px;
    }

    .dot {
        width: 8px;
        height: 8px;
    }

    .project-heading {
        font-size: 40px;
        line-height: 50px;
    }

    .project-divider {
        margin-top: 20px;
    }

    .project-tab-details {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }

    .project-image.max-width {
        max-width: 100%;
    }

    .project-overlay {
        position: absolute;
        top: auto;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .project-arrow {
        width: 30px;
        height: 30px;
    }

    .year {
        font-size: 18px;
    }

    .footer-row.copyright {
        grid-row-gap: 10px;
    }

    .footer-link-group {
        flex-wrap: wrap;
        justify-content: center;
    }

    .copyright-text {
        text-align: center;
        line-height: 22px;
    }

    .tab-icon {
        width: 30px;
        height: 30px;
    }

    .title {
        font-size: 20px;
        line-height: 30px;
    }

    .get-in-touch-title {
        font-size: 30px;
        line-height: 40px;
    }

    .full-image {
        width: 100%;
    }

    .team-title {
        font-size: 30px;
        line-height: 40px;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }

    .clients-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .clients-grid.logo-animate {
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 26px;
    }

    .client-logo {
        object-position: 0% 50%;
    }

    .slider-section-container {
        padding-top: 10px;
    }

    .project-slider {
        height: auto;
        max-width: 100vw;
        margin-left: -6vw;
        margin-right: -6vw;
    }

    .right-arrow {
        margin-top: -70px;
        top: 70vw;
    }

    .section-tag-container {
        margin-bottom: 30px;
    }

    .left-arrow {
        margin-top: -70px;
        top: 70vw;
    }

    .project-info-container {
        margin-left: 6vw;
        margin-right: 6vw;
    }

    .project-image-2 {
        height: 70vw;
    }

    .count-number-text-white {
        line-height: 50px;
    }

    .text-ticker_text {
        font-size: 3.052rem;
    }

    .services-heading-v2 {
        font-size: 30px;
        line-height: 40px;
    }
}

#w-node-_79bcc3ef-0390-fe26-98ca-07ee1b7b2a27-35082315,
#w-node-ffb0747f-b916-364d-8000-dbdef2a7f0a0-35082315,
#w-node-f46d8aa2-2d6f-775b-b5d3-c6b00980169d-35082315,
#w-node-fe971340-eb3e-0283-ac9a-61f90832ea7e-35082315,
#w-node-_8fbaf272-2730-5dae-d9da-2bcc14937d21-35082315,
#w-node-_8fbaf272-2730-5dae-d9da-2bcc14937d2e-35082315,
#w-node-_8fbaf272-2730-5dae-d9da-2bcc14937d38-35082315,
#w-node-_8fbaf272-2730-5dae-d9da-2bcc14937d41-35082315,
#w-node-_144ea764-690c-f219-a76c-ee8ff205154b-35082315,
#w-node-_144ea764-690c-f219-a76c-ee8ff205154e-35082315,
#w-node-_144ea764-690c-f219-a76c-ee8ff205154f-35082315,
#w-node-_144ea764-690c-f219-a76c-ee8ff2051550-35082315,
#w-node-_144ea764-690c-f219-a76c-ee8ff2051551-35082315,
#w-node-_144ea764-690c-f219-a76c-ee8ff2051552-35082315,
#w-node-_144ea764-690c-f219-a76c-ee8ff2051553-35082315,
#w-node-_790921f8-58e9-b2d5-3f2b-a22aacb32a1d-35082315,
#w-node-_790921f8-58e9-b2d5-3f2b-a22aacb32a1f-35082315,
#w-node-_790921f8-58e9-b2d5-3f2b-a22aacb32a20-35082315,
#w-node-_790921f8-58e9-b2d5-3f2b-a22aacb32a21-35082315,
#w-node-_790921f8-58e9-b2d5-3f2b-a22aacb32a22-35082315,
#w-node-_790921f8-58e9-b2d5-3f2b-a22aacb32a23-35082315,
#w-node-_790921f8-58e9-b2d5-3f2b-a22aacb32a24-35082315,
#w-node-ecd26c0f-9e72-a110-976d-5fd2595c1c28-35082315,
#w-node-ecd26c0f-9e72-a110-976d-5fd2595c1c29-35082315,
#w-node-ecd26c0f-9e72-a110-976d-5fd2595c1c2b-35082315,
#w-node-ecd26c0f-9e72-a110-976d-5fd2595c1c2c-35082315,
#w-node-ecd26c0f-9e72-a110-976d-5fd2595c1c2d-35082315,
#w-node-ecd26c0f-9e72-a110-976d-5fd2595c1c2e-35082315,
#w-node-ecd26c0f-9e72-a110-976d-5fd2595c1c2f-35082315,
#w-node-ecd26c0f-9e72-a110-976d-5fd2595c1c30-35082315,
#w-node-d0036a83-c084-e3a8-e40e-9279e2c7f44b-35082315,
#w-node-d0036a83-c084-e3a8-e40e-9279e2c7f44d-35082315,
#w-node-d0036a83-c084-e3a8-e40e-9279e2c7f44e-35082315,
#w-node-d0036a83-c084-e3a8-e40e-9279e2c7f44f-35082315,
#w-node-d0036a83-c084-e3a8-e40e-9279e2c7f450-35082315,
#w-node-d0036a83-c084-e3a8-e40e-9279e2c7f451-35082315,
#w-node-d0036a83-c084-e3a8-e40e-9279e2c7f452-35082315,
#w-node-_434331e2-294d-969a-75f7-a64b1a898ede-35082315,
#w-node-_434331e2-294d-969a-75f7-a64b1a898edf-35082315,
#w-node-_434331e2-294d-969a-75f7-a64b1a898ee0-35082315,
#w-node-_434331e2-294d-969a-75f7-a64b1a898ee1-35082315,
#w-node-_434331e2-294d-969a-75f7-a64b1a898ee2-35082315,
#w-node-_434331e2-294d-969a-75f7-a64b1a898ee3-35082315,
#w-node-_5e1c8c95-b8e1-3e24-def2-05ef09c15fce-35082315,
#w-node-_5e1c8c95-b8e1-3e24-def2-05ef09c15fd0-35082315,
#w-node-_5e1c8c95-b8e1-3e24-def2-05ef09c15fd1-35082315,
#w-node-_5e1c8c95-b8e1-3e24-def2-05ef09c15fd2-35082315,
#w-node-_5e1c8c95-b8e1-3e24-def2-05ef09c15fd3-35082315,
#w-node-_5e1c8c95-b8e1-3e24-def2-05ef09c15fd4-35082315,
#w-node-_5e1c8c95-b8e1-3e24-def2-05ef09c15fd5-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0678-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0679-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae067b-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae067c-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae067d-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae067e-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae067f-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0680-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0683-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0684-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0686-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0687-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0688-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0689-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae068a-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae068b-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae068e-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae068f-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0691-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0692-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0693-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0694-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0695-35082315,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0696-35082315,
#w-node-_144ea764-690c-f219-a76c-ee8ff205154b-815ad09b,
#w-node-_144ea764-690c-f219-a76c-ee8ff205154e-815ad09b,
#w-node-_144ea764-690c-f219-a76c-ee8ff205154f-815ad09b,
#w-node-_144ea764-690c-f219-a76c-ee8ff2051550-815ad09b,
#w-node-_144ea764-690c-f219-a76c-ee8ff2051551-815ad09b,
#w-node-_144ea764-690c-f219-a76c-ee8ff2051552-815ad09b,
#w-node-_144ea764-690c-f219-a76c-ee8ff2051553-815ad09b,
#w-node-_790921f8-58e9-b2d5-3f2b-a22aacb32a1d-815ad09b,
#w-node-_790921f8-58e9-b2d5-3f2b-a22aacb32a1f-815ad09b,
#w-node-_790921f8-58e9-b2d5-3f2b-a22aacb32a20-815ad09b,
#w-node-_790921f8-58e9-b2d5-3f2b-a22aacb32a21-815ad09b,
#w-node-_790921f8-58e9-b2d5-3f2b-a22aacb32a22-815ad09b,
#w-node-_790921f8-58e9-b2d5-3f2b-a22aacb32a23-815ad09b,
#w-node-_790921f8-58e9-b2d5-3f2b-a22aacb32a24-815ad09b,
#w-node-ecd26c0f-9e72-a110-976d-5fd2595c1c28-815ad09b,
#w-node-ecd26c0f-9e72-a110-976d-5fd2595c1c29-815ad09b,
#w-node-ecd26c0f-9e72-a110-976d-5fd2595c1c2b-815ad09b,
#w-node-ecd26c0f-9e72-a110-976d-5fd2595c1c2c-815ad09b,
#w-node-ecd26c0f-9e72-a110-976d-5fd2595c1c2d-815ad09b,
#w-node-ecd26c0f-9e72-a110-976d-5fd2595c1c2e-815ad09b,
#w-node-ecd26c0f-9e72-a110-976d-5fd2595c1c2f-815ad09b,
#w-node-ecd26c0f-9e72-a110-976d-5fd2595c1c30-815ad09b,
#w-node-d0036a83-c084-e3a8-e40e-9279e2c7f44b-815ad09b,
#w-node-d0036a83-c084-e3a8-e40e-9279e2c7f44d-815ad09b,
#w-node-d0036a83-c084-e3a8-e40e-9279e2c7f44e-815ad09b,
#w-node-d0036a83-c084-e3a8-e40e-9279e2c7f44f-815ad09b,
#w-node-d0036a83-c084-e3a8-e40e-9279e2c7f450-815ad09b,
#w-node-d0036a83-c084-e3a8-e40e-9279e2c7f451-815ad09b,
#w-node-d0036a83-c084-e3a8-e40e-9279e2c7f452-815ad09b,
#w-node-_434331e2-294d-969a-75f7-a64b1a898ede-815ad09b,
#w-node-_434331e2-294d-969a-75f7-a64b1a898edf-815ad09b,
#w-node-_434331e2-294d-969a-75f7-a64b1a898ee0-815ad09b,
#w-node-_434331e2-294d-969a-75f7-a64b1a898ee1-815ad09b,
#w-node-_434331e2-294d-969a-75f7-a64b1a898ee2-815ad09b,
#w-node-_434331e2-294d-969a-75f7-a64b1a898ee3-815ad09b,
#w-node-_5e1c8c95-b8e1-3e24-def2-05ef09c15fce-815ad09b,
#w-node-_5e1c8c95-b8e1-3e24-def2-05ef09c15fd0-815ad09b,
#w-node-_5e1c8c95-b8e1-3e24-def2-05ef09c15fd1-815ad09b,
#w-node-_5e1c8c95-b8e1-3e24-def2-05ef09c15fd2-815ad09b,
#w-node-_5e1c8c95-b8e1-3e24-def2-05ef09c15fd3-815ad09b,
#w-node-_5e1c8c95-b8e1-3e24-def2-05ef09c15fd4-815ad09b,
#w-node-_5e1c8c95-b8e1-3e24-def2-05ef09c15fd5-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0678-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0679-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae067b-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae067c-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae067d-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae067e-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae067f-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0680-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0683-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0684-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0686-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0687-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0688-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0689-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae068a-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae068b-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae068e-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae068f-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0691-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0692-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0693-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0694-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0695-815ad09b,
#w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0696-815ad09b {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
    #w-node-b29bf97d-e4ef-a95b-1a4a-fa89e8c0a16f-35082315 {
        order: 9999;
        grid-area: span 1 / span 2 / span 1 / span 2;
        align-self: start;
    }
}

@media screen and (max-width: 767px) {

    #w-node-_144ea764-690c-f219-a76c-ee8ff205154f-35082315,
    #w-node-_790921f8-58e9-b2d5-3f2b-a22aacb32a20-35082315,
    #w-node-ecd26c0f-9e72-a110-976d-5fd2595c1c2c-35082315,
    #w-node-d0036a83-c084-e3a8-e40e-9279e2c7f44e-35082315,
    #w-node-_434331e2-294d-969a-75f7-a64b1a898edf-35082315,
    #w-node-_5e1c8c95-b8e1-3e24-def2-05ef09c15fd1-35082315,
    #w-node-df11292f-f2da-f1b0-4ac4-fa4623ae067c-35082315,
    #w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0687-35082315,
    #w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0692-35082315,
    #w-node-_144ea764-690c-f219-a76c-ee8ff205154f-815ad09b,
    #w-node-_790921f8-58e9-b2d5-3f2b-a22aacb32a20-815ad09b,
    #w-node-ecd26c0f-9e72-a110-976d-5fd2595c1c2c-815ad09b,
    #w-node-d0036a83-c084-e3a8-e40e-9279e2c7f44e-815ad09b,
    #w-node-_434331e2-294d-969a-75f7-a64b1a898edf-815ad09b,
    #w-node-_5e1c8c95-b8e1-3e24-def2-05ef09c15fd1-815ad09b,
    #w-node-df11292f-f2da-f1b0-4ac4-fa4623ae067c-815ad09b,
    #w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0687-815ad09b,
    #w-node-df11292f-f2da-f1b0-4ac4-fa4623ae0692-815ad09b {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
}

/*Propios*/

.carrouselPico {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .carrouselPico {
        width: 100%;
        display: flex;
        padding: 12px;
        align-items: center;
        gap: 50px;
        align-self: stretch;
        overflow-y: hidden;
        overflow-x: scroll;
    }
}

.heroHeader-custom {
    display: contents;
}