@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&display=swap');

:root {
    --gg-blue-900: #0f3568;
    --gg-blue-800: #1f4f76;
    --gg-blue-700: #2f6787;
    --gg-blue-500: #68a5b7;
    --gg-blue-300: #bcd1dc;
    --gg-white: #fff;
    --gg-ice: #f3f3f3;
    --gg-ice-2: #ececef;
    --gg-text: #101010;
    --gg-text-2: #2d2d2d;
    --gg-accent: #f2e4b2;
    --gg-pink: #cf96bf;
    --gg-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    --gg-radius-lg: 32px;
    --gg-radius-md: 18px;
    --gg-radius-sm: 12px;
    --gg-shell: min(1260px, calc(100% - 48px));
    --gg-shell-narrow: min(1084px, calc(100% - 72px));
    --bs-body-font-family: 'Outfit', sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    color: var(--gg-white);
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

.gg-shell {
    width: var(--gg-shell);
    margin: 0 auto;
}

.gg-shell-narrow {
    width: var(--gg-shell-narrow);
    margin: 0 auto;
}

.gg-section {
    position: relative;
}

.gg-page {
    min-height: 100vh;
    background: linear-gradient(90deg, #66a4b5 0%, #12386b 52%, #6eaebe 100%);
}

.gg-page-light {
    background: linear-gradient(90deg, #c5d9e2 0%, #b7cfda 55%, #9abcc8 100%);
}

.gg-nav {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 20;
    padding: 20px 0;
}

.gg-brand {
    width: 70px;
}

.gg-menu {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.gg-menu a {
    position: relative;
    color: rgba(255, 255, 255, .96);
    padding-bottom: 8px;
}

.gg-menu a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .25s ease;
}

.gg-menu a.active::after,
.gg-menu a:hover::after {
    width: 100%;
}

.gg-burger {
    border: 0;
    background: transparent;
    width: 28px;
    height: 20px;
    padding: 0;
    position: relative;
}

.gg-burger span,
.gg-burger::before,
.gg-burger::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2.4px;
    background: #fff;
    border-radius: 20px;
}

.gg-burger span {
    top: 8px;
}

.gg-burger::before {
    top: 0;
}

.gg-burger::after {
    bottom: 0;
}

.gg-offcanvas {
    width: 100% !important;
    max-width: 100%;
    background: #f3f3f3;
    border-left: 0;
    color: var(--gg-blue-900);
}

.gg-offcanvas .offcanvas-header {
    padding: 34px 28px 18px;
    justify-content: flex-end;
}

.gg-offcanvas .btn-close {
    filter: none;
    opacity: 1;
    width: 22px;
    height: 22px;
    margin: 0;
}

.gg-offcanvas .offcanvas-body {
    padding: 86px 12px 36px;
    position: relative;
}

.gg-mnav {
    display: flex;
    flex-direction: column;
}

.gg-mnav a {
    min-height: 102px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 30px;
    border-bottom: 2px solid #e1e1e1;
    color: var(--gg-blue-900);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.gg-micon {
    width: 18px;
    height: 18px;
    stroke: #214c7b;
    stroke-width: 2.2;
    fill: none;
    flex: 0 0 18px;
}

.gg-mbrand {
    position: absolute;
    right: 34px;
    bottom: 36px;
    width: 48px;
    opacity: .95;
}

.gg-hero {
    position: relative;
    overflow: hidden;
    min-height: 1000px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gg-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(12, 44, 85, 0.5), rgba(12, 44, 85, 0.5)), url('../images/fondoPrincipal.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}

.gg-hero-contacto {
    position: relative;
    overflow: hidden;
    height: 360px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gg-hero-contacto::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(12, 44, 85, 0.5), rgba(12, 44, 85, 0.5)), url('../images/fondoPrincipal.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}

.gg-hero-body-contacto {
    position: relative;
    z-index: 2;
    background-position: center top;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.gg-hero-projects {
    position: relative;
    overflow: hidden;
    min-height: 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gg-hero-projects::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(105, 167, 185, .28) 0%, rgba(18, 56, 105, .26) 52%, rgba(110, 174, 190, .28) 100%);
    pointer-events: none;
    background-position: center;
    background-size: cover;
}

.gg-hero-body {
    position: relative;
    z-index: 2;
    min-height: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.gg-hero-title {
    margin: 72px 0 0;
    color: #FFF;
    font-family: Outfit;
    font-size: 128px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.gg-hero-subtitle {
    margin: 10px 0 0;
    color: #EDEDCE;
    text-align: center;
    font-family: Outfit;
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.gg-hero-logo {
    width: 423px;
    height: 308px;
    margin-top: 300px;
    margin-left: auto;
    margin-right: auto;
    /* margin: 100px auto 22px; */
}

.gg-pill {
    display: inline-flex;
    width: 200px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: #f4f4f1;
    border: 2px solid rgba(255, 255, 255, .55);

    color: rgba(98, 159, 173, 0.82);
    text-align: center;
    font-family: Outfit;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px; /* 62.5% */
    letter-spacing: 1.4px;
    text-transform: uppercase;

    transition: background-color .3s ease, border-color .3s ease, color .3s ease;
}

.gg-pill:hover:not(:disabled) {
    background: #296374;
    border-color: #296374;
    color: #ffffff;
}

.gg-block {
    padding: 88px 0;
}

.gg-block-sm {
    padding: 72px 0;
}

.gg-title-xl {
    margin: 0;
    text-transform: uppercase;
    color: #FFF;
    font-family: Outfit;
    font-size: 128px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

@media (min-width: 768px) {
    .gg-projects-wrap .gg-title-xl {
        color: #fff;
        font-family: Outfit;
        font-size: 128px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }
}

.gg-title-lg {
    margin: 0;
    font-size: clamp(32px, 3vw, 50px);
    line-height: .98;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    font-family: Outfit;
}

.gg-title-lg-contacto{
    color: #000;
    font-family: Outfit;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.gg-title-md {
    margin: 0;
    font-size: 29px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    font-family: Outfit;
}

.gg-sub {
    margin: 10px 0 0;
    color: #EDEDCE;
    font-family: Outfit;
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.gg-copy {
    font-size: 17px;
    line-height: 1.52;
    font-weight: 500;
    color: #222;
    font-family: Outfit;
}

.gg-copy-sm {
    color: #000;
    font-family: Outfit;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.gg-split,
.gg-split-2 {
    display: grid;
    gap: 60px;
    align-items: center;
}

.gg-split {
    grid-template-columns: .9fr 1.4fr;
}

.gg-split-2 {
    grid-template-columns: 1.2fr .8fr;
}

.gg-title-bar {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gg-title-bar::before {
    content: '';
    width: 2px;
    height: 64px;
    background: #969696;
    flex: 0 0 2px;
}

.gg-band-dark {
    background: linear-gradient(90deg, #4e87a7 0%, #2c5c7c 100%);
}

.gg-band-dark .gg-copy,
.gg-band-dark .gg-title-lg {
    color: #fff;
}

.gg-title-underline {
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
    color: #fff;
}

.gg-title-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 170px;
    height: 3px;
    background: rgba(255, 255, 255, .82);
}

.gg-cards-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.gg-center {
    text-align: center;
}

.gg-center-explora {
    margin:0 0 34px;
    color: #EDEDCE;
    text-align: center;
    font-family: Outfit;
    font-size: 44px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.gg-card-clean {
    text-align: center;
    padding: 8px 12px;
}

.gg-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 12px;
    object-fit: contain;
}

.gg-card-title {
    font-size: 23px;
    font-weight: 800;
    color: #2e6a88;
    text-transform: uppercase;
    margin: 0 0 16px;
}

.gg-card-copy {
    color: #000;
    text-align: justify;
    font-family: Outfit;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 200% */
    letter-spacing: 1px;

    margin: 0 auto;
    max-width: 290px;
}

.gg-values {
    padding: 14px 18px;
    border-radius: 2px;
    max-width: 260px;
    margin: 0 auto;
}

.gg-values ul {
    columns: 2;
    column-gap: 24px;
    padding-left: 18px;
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
    color: #222;
}

.gg-gallery-top {
    display: grid;
    grid-template-columns: 1.65fr .85fr;
    gap: 14px;
}

.gg-gallery-stack {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 14px;
    height: 100%;
    min-height: 0;
}

.gg-gallery-stack-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    min-width: 0;
}

.gg-gallery-bottom {
    display: grid;
    grid-template-columns: .65fr 1.35fr;
    gap: 14px;
    margin-top: 14px;
}

.gg-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gg-clients-title .main,
.gg-clients-title .sub {
    display: block;
    text-transform: uppercase;
}

.gg-clients-title .main {
    color: #0C2C55;
    font-family: Outfit;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.gg-clients-title .sub {
    margin-top: 2px;
    color: #86B3B5;
    font-family: Outfit;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.gg-client-band {
    background: linear-gradient(88deg, #EDEDCE 55.72%, #86B3B5 98.24%);
}

.gg-client-slot {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
}

.gg-client-slot img {
    max-height: 102px;
    width: auto;
    object-fit: contain;
}

.gg-client-slider {
    position: relative;
    display: grid;
    align-items: center;
    gap: 12px;
}

.gg-client-window {
    overflow: hidden;
}

.gg-client-track {
    display: flex;
    gap: 24px;
    transition: opacity .4s ease;
    opacity: 1;
    will-change: opacity, transform;
}

.gg-client-item {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: calc((100% - 48px) / 3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.gg-client-item img {
    height: 300px;
    flex-shrink: 0;
    width: auto;
    object-fit: contain;
    opacity: .3;
    transition: opacity .25s ease, transform .25s ease;
    transform: scale(0.6);
}

.gg-client-item-center img {
    opacity: 1;
    transform: scale(1);
}



.gg-cta {
    background: var(--gg-blue-900);
    text-align: center;
    padding: 84px 0 78px;
}

.gg-cta h2 {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Outfit;
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 32px;
}

.gg-projects-wrap {
    padding: 42px 0 48px;
    text-align: center;
}

.gg-menu-projects-wrap {
    padding-bottom: 42px;
    text-align: center;
}

.gg-project-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    padding-bottom: 92px;
}

.gg-project-card,
.gg-contact-card {
    background: var(--gg-ice);
    box-shadow: var(--gg-shadow);
    color: #1f3447;
}

.gg-project-card img {
    width: 100%;
    aspect-ratio: 1.36/1;
    object-fit: cover;
}

.gg-project-body {
    padding: 14px 14px 16px;
    min-height: 142px;
    text-align: left;
}

.gg-project-title {
    margin: 0 0 6px;
    color: #296374;
    font-family: Outfit;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.907px; /* 123.365% */
    letter-spacing: 1.251px;
    text-transform: uppercase;
}

.gg-meta-label {
    display: block;
    margin-bottom: 4px;
    color: #629FAD;
    font-family: Outfit;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 34.84px; /* 268.001% */
    letter-spacing: 1.251px;
    text-transform: uppercase;
}

.gg-meta-copy {
    margin: 0 0 8px;
    color: #000;
    text-align: justify;
    font-family: Outfit;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.973px; /* 130.564% */
    letter-spacing: 1.251px;
}

.gg-carousel-wrap {
    position: relative;
    padding: 0 32px;
}

.gg-mini-card {
    background: #f3f3f3;
    color: #16345f;
    border-radius: 18px;
    min-height: 154px;
    padding: 14px 18px 16px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .12);
    height: 100%;
    text-align: left;
}

.gg-mini-head {
    background: #1e4778;
    border-radius: 10px;
    padding: 8px 10px;
    margin-bottom: 12px;
    min-height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.76px; /* 120.833% */
    letter-spacing: 1.099px;
    text-transform: uppercase;
}

.gg-mini-card p,
.gg-mini-card-ubi p {
    margin: 0 0 6px;
    color: #000;
    font-family: Outfit;
    font-size: 13.872px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.912px; /* 107.497% */
    letter-spacing: 1.099px;
}

.gg-carousel-wrap .carousel-control-prev,
.gg-carousel-wrap .carousel-control-next {
    width: 26px;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

.gg-carousel-wrap .carousel-control-prev {
    left: -6px;
}

.gg-carousel-wrap .carousel-control-next {
    right: -6px;
}

.gg-carousel-wrap .carousel-control-prev-icon,
.gg-carousel-wrap .carousel-control-next-icon {
    background-image: none;
    width: 18px;
    height: 18px;
    position: relative;
}

.gg-carousel-wrap .carousel-control-prev-icon::before,
.gg-carousel-wrap .carousel-control-next-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.gg-carousel-wrap .carousel-control-prev-icon::before {
    transform: rotate(-135deg);
}

.gg-carousel-wrap .carousel-control-next-icon::before {
    transform: rotate(45deg);
}

.gg-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    max-width: 1050px;
    margin: 0 auto;
}

.gg-service-card {
    background: rgba(251, 251, 251, 0.50);
    border-radius: 18px;
    min-height: 175px;
    padding: 22px 14px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
}

.gg-service-card img {
    object-fit: contain;
    width: 173.043px;
    height: 178.796px;
    aspect-ratio: 30/31;
}

.gg-service-card-div {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: clamp(0.95rem, 1.1vw, 1.25rem);
    font-style: normal;
    font-weight: 900;
    line-height: 30px; /* 55.773% */
    text-transform: uppercase;
}

.gg-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 72px;
    align-items: start;
}

.gg-contact-card {
    border-radius: var(--gg-radius-lg);
    padding: 48px 40px 40px;
    color: var(--gg-text);
}

.gg-contact-title {
    margin: 0;
    text-align: center;
    color: #000;
    font-family: Outfit;
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.gg-contact-sub {
    margin: 12px auto 42px;
    max-width: 520px;
    text-align: center;
    color: #000;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.gg-form .form-label {
    margin-bottom: 12px;
    color: #000;
    font-family: Outfit;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.gg-form .form-control {
    border: 0;
    border-radius: 0;
    background: var(--gg-ice-2);
    min-height: 42px;
    box-shadow: none;
    padding: 10px 14px;
    font-size: 15px;
}

.gg-form textarea.form-control {
    min-height: 128px;
    resize: none;
}

.gg-form .mb-custom {
    margin-bottom: 28px;
}

.gg-form-actions {
    display: flex;
    justify-content: flex-end;
    padding-top: 28px;
}

.gg-btn-outline {
    display: inline-flex;
    padding: 19px 44px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 25px;
    border: 4px solid #5791A2;
    background: #FBFBFB;

    color: #5791A2;
    text-align: center;
    font-family: Outfit;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: background-color .3s ease, border-color .3s ease, color .3s ease;
}

.gg-btn-outline:hover:not(:disabled) {
    background: #296374;
    border-color: #296374;
    color: #ffffff;
}

.gg-btn-outline.sent,
.gg-btn-outline:disabled {
    background: #629FAD;
    border-color: #629FAD;
    color: #ffffff;
    cursor: not-allowed;
}

.gg-contact-side {
    color: #000;
    padding-top: 40px;
}

.gg-info-list {
    display: grid;
    gap: 24px;
}

.gg-info-card {
    background: rgba(255, 255, 255, .78);
    border-radius: 14px;
    min-height: 104px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.gg-info-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #a8c5d2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
}

.gg-info-icon svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
    stroke-width: 2;
    fill: none;
}

.gg-info-label {
    margin: 0 0 4px;
    color: #000;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.gg-info-copy,
.gg-info-copy a {
    margin: 0;
    word-break: break-word;
    color: #000;
    font-family: Outfit;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.gg-info-copy a {
    text-decoration: underline;
}

.gg-footer {
    background: linear-gradient(90deg, #5f9ab0 0%, #73aab5 55%, #5c9bb0 100%);
    padding: 42px 0 32px;
}

.gg-footer-brand {
    font-size: 30px;
    line-height: .88;
    font-weight: 800;
    text-transform: uppercase;
}

.gg-footer-brand small {
    display: block;
    margin-top: 8px;
    font-size: 11px;
    letter-spacing: .06em;
}

.gg-footer-loc {
    text-align: right;
    font-size: 11px;
    line-height: 1.45;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.gg-footer-loc strong {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
}

@media (max-width: 1199.98px) {
    .gg-contact-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .gg-contact-side {
        padding-top: 0;
    }
}

@media (max-width: 991.98px) {
    :root {
        --gg-shell: calc(100% - 34px);
        --gg-shell-narrow: calc(100% - 34px);
    }

    .gg-split,
    .gg-split-2,
    .gg-gallery-top,
    .gg-gallery-bottom,
    .gg-project-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .gg-service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gg-copy {
        font-size: 14px;
        line-height: 1.85;
    }

    .gg-title-bar {
        justify-content: center;
    }

    .gg-title-bar::before {
        display: none;
    }

    .gg-title-underline {
        text-align: center;
    }

    .gg-title-underline::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 767.98px) {
    :root {
        --gg-shell: calc(100% - 32px);
        --gg-shell-narrow: calc(100% - 48px);
    }

    .gg-nav {
        padding: 14px 0;
    }

    .gg-brand {
        width: 56px;
        height: 93px;
        aspect-ratio: 56/93;
    }

    .gg-hero,
    .gg-hero-body {
        min-height: 600px;
        background-position: center top;
    }

    .gg-hero-title {
        margin-top: 38px;
        font-size: 34px;
    }

    .gg-hero-subtitle{
        font-size: 11px;
        margin-top: 8px;
    }

    .gg-hero-subtitle {
        color: #EDEDCE;
        text-align: center;
        font-family: Outfit;
        font-size: 21px !important;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        width: 272px;
        margin: 0 auto;
    }

    .gg-center-explora {
        text-align: center;
        margin: 0 auto;

        color: #FBFBFB;
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        text-transform: uppercase;
    }

    .gg-carousel-wrap .carousel-item .row {
        display: block;
        margin: 0;
    }

    .gg-carousel-wrap .carousel-item .row > .col-12 {
        display: none !important;
    }

    .gg-carousel-wrap .carousel-item .row > .col-12:first-child {
        display: block !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .gg-carousel-wrap .carousel-item .gg-mini-card {
        margin: 0 auto;
    }

    .gg-hero-logo {
        width: 153px;
        height: auto;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
    }

    .gg-pill {
        width: 120px;
        height: 44px;
        padding: 9px 13px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-width: 1.5px;

        color: rgba(98, 159, 173, 0.82);
        text-align: center;
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: 20px; /* 133.333% */
        letter-spacing: 1.4px;
        text-transform: uppercase;

        transition: background-color .3s ease, border-color .3s ease, color .3s ease;
    }

    .gg-block {
        padding: 42px 0;
    }

    .gg-block-sm {
        padding: 26px 0 38px;
    }

    .gg-title-md,
    .gg-title-lg {
        font-size: 25px;
    }

    .gg-copy {
        font-size: 10px;
        line-height: 2;
    }

    .gg-card-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .gg-card-copy {
        color: #000;
        text-align: justify;
        font-family: Outfit;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 200% */
        letter-spacing: 1px;
    }

    .gg-cards-3 {
        grid-template-columns: 1fr;
    }

    .gg-card-clean {
        padding-left: 0;
        padding-right: 0;
    }

    .gg-card-copy {
        max-width: none;
    }

    .gg-values {
        background: transparent;
        padding: 0;
        max-width: 310px;
    }

    .gg-values ul {
        font-size: 11px;
        line-height: 1.75;
    }

    .gg-gallery-stack img,
    .gg-gallery-stack-2 img {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 0;
        object-fit: cover;
    }

    .gg-gallery-top,
    .gg-gallery-stack,
    .gg-gallery-stack-2,
    .gg-gallery-bottom {
        gap: 10px;
    }

    .gg-clients-title .main {
        color: #0C2C55;
        text-align: center;
        font-family: Outfit;
        font-size: 38px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        text-transform: uppercase;
    }

    .gg-clients-title .sub {
        color: #86B3B5;
        font-family: Outfit;
        font-size: 21px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }

    .gg-client-band {
        padding: 12px 0;
    }

    .gg-client-slot {
        min-height: 52px;
        padding: 0 8px;
    }

    .gg-client-slot img {
        max-height: 42px;
    }

    .gg-footer .gg-shell,
    .gg-footer .gg-shell.d-flex {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        text-align: left;
        gap: 18px;
        margin: 0 50px;
        width: auto;
    }

    .gg-footer-brand,
    .gg-footer-loc {
        width: 100%;
        text-align: left;
        margin: 0;
    }

    .gg-footer-loc {
        margin-top: 0;
    }

    .gg-cta {
        padding: 50px 0 42px;
    }

    .gg-cta h2 {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .gg-projects-wrap {
        padding: 26px 0 28px;
    }

    .gg-title-xl {
        margin: 0;
        text-transform: uppercase;
        color: #FFF;
        font-family: Outfit;
        font-size: 38px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }

    .gg-sub {
        margin: 10px 0 0;
        color: #EDEDCE;
        text-align: center;
        font-family: Outfit;
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        text-transform: uppercase;
    }

    .gg-projects-wrap .gg-title-xl {
        color: #fff;
        font-family: Outfit;
        font-size: 38px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }

    .gg-project-grid {
        gap: 18px;
        padding-bottom: 46px;
    }

    .gg-project-card img {
        aspect-ratio: 1.2/1;
    }

    .gg-project-body {
        padding: 10px 10px 12px;
        min-height: 120px;
    }

    .gg-project-title {
        margin-bottom: 4px;
        color: #296374;
        font-family: Outfit;
        font-size: 21px;
        font-style: normal;
        font-weight: 700;
        line-height: 25.907px; /* 123.365% */
        letter-spacing: 1.251px;
        text-transform: uppercase;
    }

    .gg-meta-label {
        margin-bottom: 2px;
        color: #629FAD;
        font-family: Outfit;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 34.84px; /* 268.001% */
        letter-spacing: 1.251px;
        text-transform: uppercase;
    }

    .gg-meta-copy {
        margin-bottom: 6px;
        color: #000;
        text-align: justify;
        font-family: Outfit;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 16.973px; /* 130.564% */
        letter-spacing: 1.251px;
    }

    .gg-carousel-wrap {
        padding: 0 16px;
    }

    .gg-mini-card {
        min-height: 122px;
        padding: 10px 12px 12px;
        border-radius: 16px;
    }

    .gg-mini-head {
        min-height: 30px;
        border-radius: 9px;
        margin-bottom: 8px;
        padding: 5px 8px;

        color: #FFF;
        text-align: center;
        font-family: Outfit;
        font-size: 11.667px;
        font-style: normal;
        font-weight: 700;
        line-height: 14.097px; /* 120.833% */
        letter-spacing: 0.681px;
        text-transform: uppercase;
    }

    .gg-mini-card p {
        margin-bottom: 4px;
        color: #000;
        font-family: Outfit;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 9.236px; /* 107.497% */
        letter-spacing: 0.681px;
    }

    .gg-carousel-wrap .carousel-control-prev,
    .gg-carousel-wrap .carousel-control-next {
        width: 14px;
    }

    .gg-carousel-wrap .carousel-control-prev {
        left: -2px;
    }

    .gg-carousel-wrap .carousel-control-next {
        right: -2px;
    }

    .gg-carousel-wrap .carousel-control-prev-icon,
    .gg-carousel-wrap .carousel-control-next-icon {
        width: 12px;
        height: 12px;
    }

    .gg-carousel-wrap .carousel-control-prev-icon::before,
    .gg-carousel-wrap .carousel-control-next-icon::before {
        width: 8px;
        height: 8px;
        border-top-width: 1.8px;
        border-right-width: 1.8px;
    }

    .gg-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .gg-service-card {
        background: rgba(251, 251, 251, 0.50);
        height: 170px;
        min-height: 120px;
        border-radius: 12px;
        padding: 14px 10px 12px;
    }

    .gg-service-card-div {
        margin: 0;
        color: #FFF;
        text-align: center;
        font-family: Outfit;
        font-size: clamp(0.8rem, 2.8vw, 1rem);
        font-style: normal;
        font-weight: 900;
        line-height: 30px; /* 55.773% */
        text-transform: uppercase;
    }

    .gg-service-card img {
        width: 90px;
        height: 92px;
        aspect-ratio: 30/31;
    }

    .gg-service-card h3 {
        font-size: 10px;
    }

    .gg-contact-card {
        border-radius: 18px;
        padding: 18px 18px 22px;
    }

    .gg-contact-title {
        font-size: 20px;
    }

    .gg-contact-sub {
        margin: 8px auto 18px;
        max-width: 240px;
        font-size: 10px;
    }

    .gg-form .form-label {
        font-size: 10px;
        margin-bottom: 7px;
    }

    .gg-form .form-control {
        min-height: 22px;
        padding: 6px 8px;
        font-size: 10px;
    }

    .gg-form textarea.form-control {
        min-height: 52px;
    }

    .gg-form .mb-custom {
        margin-bottom: 12px;
    }

    .gg-form-actions {
        padding-top: 6px;
    }

    .gg-btn-outline {
        display: flex;
        padding: 6.803px 15.754px;
        justify-content: center;
        align-items: center;
        gap: 3.58px;
        border-radius: 4.296px;
        border: 1.432px solid #5791A2;
        background: #FBFBFB;
        color: #5791A2;
        text-align: center;
        font-family: Outfit;
        font-size: 12.889px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        height: 30px;
        width: 70px;
    }

    .gg-contact-side {
        padding-top: 12px;
    }

    .gg-info-list {
        gap: 16px;
    }

    .gg-info-card {
        min-height: 62px;
        padding: 12px 14px;
        gap: 10px;
        border-radius: 9px;
    }

    .gg-info-icon {
        width: 28px;
        height: 28px;
        border-radius: 8px;
        flex-basis: 28px;
    }

    .gg-info-icon svg {
        width: 15px;
        height: 15px;
    }

    .gg-info-label {
        font-size: 8px;
    }

    .gg-info-copy,
    .gg-info-copy a {
        font-size: 9px;
        line-height: 1.28;
    }

    .gg-footer {
        padding: 34px 0 24px;
    }

    .gg-footer-brand {
        color: #FFF;
        font-family: Outfit;
        font-size: 28px;
        font-style: normal;
        font-weight: 900;
        line-height: 28px; /* 100% */
        text-transform: uppercase;
        display: flex;
        height: 28px;
        flex-direction: column;
        justify-content: center;
    }

    .gg-footer-loc {
        color: #FFF;
        font-family: Outfit;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 16px;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        text-align: right;
    }

    .gg-footer-loc strong {
        font-size: 11px;
    }

    .gg-footer-loc-ubi{
        color: #FFF;
        text-align: right;
        font-family: Outfit;
        font-size: 12px;
        font-style: normal;
        font-weight: 900;
        line-height: 16px; /* 133.333% */
        letter-spacing: 1.2px;
        text-transform: uppercase;
    }

    .gg-client-item {
        flex: 0 0 calc((100% - 48px) / 3);
        min-width: calc((100% - 48px) / 3);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gg-client-item img {
        height: 200px;
        flex-shrink: 0;
        width: auto;
        object-fit: contain;
        opacity: .3;
        transition: opacity .25s ease, transform .25s ease;
        transform: scale(.8);
    }

    .gg-client-item-center img {
        opacity: 1;
        transform: scale(1.7);
    }
}


.gg-project-carousel img {
    object-fit: cover;
}

.gg-project-card {
    overflow: hidden;
}

.gg-client-slider,
.gg-client-wrapper {
    overflow: hidden;
}

.gg-client-track {
    display: flex;
    gap: 24px;
    transition: transform .4s ease;
    will-change: transform;
}

.gg-client-item {
    flex: 0 0 auto;
}