/* =========================================================
   PROCLEP — ABOUT PAGE
   PURE CSS
   NO BOOTSTRAP
========================================================= */

.abt-page {

    --abt-navy: #061a2d;
    --abt-navy-2: #092f52;

    --abt-blue: #287cf0;
    --abt-blue-light: #59a8ff;

    --abt-orange: #f79a20;

    --abt-text: #091b2e;
    --abt-muted: #6b7b8d;

    --abt-light: #f5f8fc;
    --abt-border: #e1e9f1;

    color: var(--abt-text);

    overflow: hidden;
}

.abt-container {

    width: min(1180px, calc(100% - 48px));

    margin: 0 auto;
}

.abt-section {

    padding: 110px 0;
}

.abt-white {
    background: #fff;
}

.abt-light {
    background: #f5f8fc;
}


/* =========================================================
   COMMON
========================================================= */

.abt-eyebrow {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #65b0ff;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.abt-blue {
    color: var(--abt-blue);
}


/* =========================================================
   HERO
========================================================= */

.abt-hero {

    position: relative;

    min-height: 720px;

    display: flex;

    align-items: center;

    color: #fff;

    background:
        radial-gradient(
            circle at 77% 45%,
            rgba(42,128,244,.22),
            transparent 31%
        ),
        linear-gradient(
            135deg,
            #041526,
            #092d4e 60%,
            #063d72
        );

    overflow: hidden;
}

.abt-hero-grid {

    position: absolute;

    inset: 0;

    opacity: .28;

    background-image:
        linear-gradient(
            rgba(255,255,255,.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.035) 1px,
            transparent 1px
        );

    background-size: 60px 60px;
}

.abt-hero-glow {

    position: absolute;

    border-radius: 50%;

    filter: blur(100px);
}

.abt-glow-left {

    width: 300px;

    height: 300px;

    left: -150px;

    bottom: -180px;

    background: rgba(30,130,255,.13);
}

.abt-glow-right {

    width: 400px;

    height: 400px;

    right: -130px;

    top: -100px;

    background: rgba(31,135,255,.12);
}

.abt-hero-container {

    position: relative;

    z-index: 3;

    display: grid;

    grid-template-columns: .88fr 1.12fr;

    align-items: center;

    gap: 50px;
}

.abt-hero-content h1 {

    max-width: 650px;

    margin: 17px 0 25px;

    font-size:
        clamp(48px, 5.2vw, 72px);

    line-height: .98;

    letter-spacing: -4px;
}

.abt-hero-content h1 span {

    display: block;

    color: var(--abt-blue-light);
}

.abt-hero-content > p {

    max-width: 540px;

    color: rgba(255,255,255,.6);

    font-size: 14px;

    line-height: 1.85;
}

.abt-hero-meta {

    display: flex;

    gap: 30px;

    margin-top: 40px;
}

.abt-hero-meta div {

    display: flex;

    flex-direction: column;

    gap: 4px;

    padding-left: 13px;

    border-left: 1px solid rgba(255,255,255,.16);
}

.abt-hero-meta strong {

    color: #5caaff;

    font-size: 10px;
}

.abt-hero-meta span {

    color: rgba(255,255,255,.42);

    font-size: 8px;

    text-transform: uppercase;

    letter-spacing: 1px;
}


/* =========================================================
   UNIQUE HERO ART
========================================================= */

.abt-hero-art {

    position: relative;

    min-height: 590px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* orbit rings */

.abt-orbit {

    position: absolute;

    border: 1px solid rgba(84,168,255,.15);

    border-radius: 50%;

    transform: rotate(-18deg);
}

.abt-orbit-one {

    width: 510px;

    height: 510px;
}

.abt-orbit-two {

    width: 420px;

    height: 420px;

    border-color:
        rgba(84,168,255,.1);

    transform: rotate(42deg) scaleY(.48);
}

.abt-orbit-three {

    width: 350px;

    height: 350px;

    border-color:
        rgba(84,168,255,.08);

    transform: rotate(-35deg) scaleX(.55);
}


/* orbit dots */

.abt-orbit::before,
.abt-orbit::after {

    content: "";

    position: absolute;

    width: 7px;

    height: 7px;

    border-radius: 50%;

    background: #54a8ff;

    box-shadow:
        0 0 18px rgba(84,168,255,.8);
}

.abt-orbit::before {

    top: 13%;

    left: 8%;
}

.abt-orbit::after {

    right: 8%;

    bottom: 14%;
}


/* core */

.abt-core {

    position: relative;

    width: 270px;

    height: 270px;

    display: grid;

    place-items: center;
}

.abt-core-glow {

    position: absolute;

    width: 150px;

    height: 150px;

    border-radius: 50%;

    background: rgba(44,137,255,.17);

    filter: blur(35px);
}

.abt-core-ring {

    position: absolute;

    border: 1px solid rgba(87,171,255,.35);

    border-radius: 50%;
}

.abt-ring-one {

    width: 220px;

    height: 220px;

    animation: abtRotate 18s linear infinite;
}

.abt-ring-two {

    width: 175px;

    height: 175px;

    border-style: dashed;

    border-color:
        rgba(87,171,255,.22);

    animation:
        abtRotateReverse 14s linear infinite;
}

.abt-core-center {

    position: relative;

    z-index: 4;

    width: 108px;

    height: 108px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 7px;

    border: 1px solid rgba(255,255,255,.16);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(25,105,190,.75),
            rgba(5,28,48,.95)
        );

    box-shadow:
        0 0 55px rgba(44,137,255,.25),
        inset 0 0 35px rgba(71,160,255,.1);
}

.abt-core-mark {

    width: 31px;

    height: 31px;

    display: grid;

    place-items: center;

    border-radius: 7px;

    color: #fff;

    background:
        linear-gradient(
            135deg,
            #4ba1ff,
            #176bd7
        );

    font-size: 16px;

    font-weight: 800;
}

.abt-core-center span {

    color: rgba(255,255,255,.8);

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1px;
}


/* floating nodes */

.abt-node {

    position: absolute;

    z-index: 5;

    min-width: 100px;

    padding: 10px 13px;

    border: 1px solid rgba(255,255,255,.12);

    border-radius: 7px;

    background: rgba(5,25,43,.84);

    box-shadow:
        0 15px 35px rgba(0,0,0,.3);

    backdrop-filter: blur(10px);
}

.abt-node span {

    display: block;

    margin-bottom: 4px;

    color: rgba(255,255,255,.35);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;
}

.abt-node b {

    color: #fff;

    font-size: 11px;
}

.abt-node-one {

    top: 105px;

    left: 45px;
}

.abt-node-two {

    top: 205px;

    right: 15px;
}

.abt-node-three {

    bottom: 95px;

    left: 90px;
}


/* document cards */

.abt-document {

    position: absolute;

    z-index: 4;

    border: 1px solid rgba(255,255,255,.1);

    background:
        rgba(255,255,255,.045);

    backdrop-filter: blur(10px);

    box-shadow:
        0 25px 50px rgba(0,0,0,.25);
}

.abt-document-one {

    width: 125px;

    height: 155px;

    right: 45px;

    bottom: 75px;

    padding: 15px;

    border-radius: 9px;

    transform:
        rotate(9deg);
}

.abt-doc-head {

    display: flex;

    gap: 4px;

    margin-bottom: 18px;
}

.abt-doc-head span {

    width: 4px;

    height: 4px;

    border-radius: 50%;

    background: #6aafff;
}

.abt-doc-line {

    height: 3px;

    width: 75%;

    margin-bottom: 8px;

    border-radius: 5px;

    background: rgba(255,255,255,.15);
}

.abt-doc-long {
    width: 90%;
}

.abt-doc-short {
    width: 50%;
}

.abt-doc-tag {

    display: inline-block;

    margin-top: 20px;

    padding: 5px 7px;

    border-radius: 3px;

    color: #61acff;

    background: rgba(54,144,255,.1);

    font-size: 5px;

    font-weight: 800;

    letter-spacing: .7px;
}

.abt-document-two {

    left: 55px;

    bottom: 120px;

    display: flex;

    align-items: center;

    gap: 9px;

    padding: 11px 13px;

    border-radius: 7px;

    transform: rotate(-5deg);
}

.abt-doc-symbol {

    width: 28px;

    height: 28px;

    display: grid;

    place-items: center;

    border-radius: 6px;

    color: #51d39d;

    background: rgba(81,211,157,.1);

    font-size: 11px;
}

.abt-document-two small {

    display: block;

    margin-bottom: 3px;

    color: rgba(255,255,255,.3);

    font-size: 5px;

    letter-spacing: 1px;
}

.abt-document-two strong {

    color: rgba(255,255,255,.75);

    font-size: 7px;
}


/* labels */

.abt-art-label {

    position: absolute;

    z-index: 8;

    color: rgba(255,255,255,.4);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.3px;
}

.abt-label-top {

    top: 50px;

    right: 55px;
}

.abt-label-bottom {

    bottom: 38px;

    right: 40px;

    display: flex;

    gap: 10px;

    align-items: center;
}

.abt-label-bottom b {

    color: #58a7ff;

    font-size: 13px;
}

.abt-label-dot {

    display: inline-block;

    width: 5px;

    height: 5px;

    margin-right: 6px;

    border-radius: 50%;

    background: #52d49d;

    box-shadow:
        0 0 10px #52d49d;
}

.abt-side-text {

    position: absolute;

    left: -30px;

    top: 50%;

    color: rgba(255,255,255,.13);

    font-size: 7px;

    letter-spacing: 3px;

    transform:
        rotate(-90deg);
}

@keyframes abtRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes abtRotateReverse {

    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}


/* =========================================================
   INTRO
========================================================= */

.abt-intro-grid {

    display: grid;

    grid-template-columns: 170px 1fr;

    gap: 80px;
}

.abt-section-number {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 12px;

    padding-top: 10px;
}

.abt-section-number span {

    color: var(--abt-blue);

    font-size: 28px;

    font-weight: 700;
}

.abt-section-number i {

    display: block;

    width: 35px;

    height: 1px;

    background: var(--abt-border);
}

.abt-section-number small {

    color: #9aa7b5;

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 1px;
}

.abt-intro-main {

    max-width: 820px;
}

.abt-intro-main h2 {

    margin: 15px 0 25px;

    font-size:
        clamp(39px, 4.4vw, 57px);

    line-height: 1.04;

    letter-spacing: -2.7px;
}

.abt-intro-main h2 span {

    display: block;

    color: var(--abt-blue);
}

.abt-intro-main p {

    max-width: 700px;

    margin: 0 0 16px;

    color: var(--abt-muted);

    font-size: 13px;

    line-height: 1.9;
}

.abt-intro-main .abt-lead {

    color: #33485c;

    font-size: 16px;

    line-height: 1.75;
}


/* =========================================================
   MISSION
========================================================= */

.abt-mission {

    background: #f5f8fc;
}

.abt-mission-box {

    position: relative;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 80px;

    padding: 70px;

    overflow: hidden;

    border-radius: 18px;

    color: #fff;

    background:
        radial-gradient(
            circle at 80% 40%,
            rgba(46,139,255,.25),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #06192b,
            #0a355a
        );
}

.abt-mission-glow {

    position: absolute;

    width: 400px;

    height: 400px;

    right: -180px;

    bottom: -220px;

    border: 1px solid rgba(255,255,255,.07);

    border-radius: 50%;
}

.abt-mission-left,
.abt-mission-right {

    position: relative;

    z-index: 2;
}

.abt-mission-left h2 {

    max-width: 500px;

    margin: 17px 0 0;

    font-size:
        clamp(38px, 4vw, 53px);

    line-height: 1.03;

    letter-spacing: -2px;
}

.abt-mission-left h2 span {

    display: block;

    color: #5caaff;
}

.abt-mission-right {

    display: flex;

    flex-direction: column;

    justify-content: center;
}

.abt-mission-right p {

    max-width: 500px;

    color: rgba(255,255,255,.52);

    font-size: 12px;

    line-height: 1.85;
}

.abt-mission-line {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: 20px;
}

.abt-mission-line span {

    width: 35px;

    height: 1px;

    background: #58a7ff;
}

.abt-mission-line strong {

    color: rgba(255,255,255,.38);

    font-size: 7px;

    letter-spacing: 1.5px;
}


/* =========================================================
   CONNECTED APPROACH
========================================================= */

.abt-heading-row {

    display: grid;

    grid-template-columns: 1fr .65fr;

    align-items: end;

    gap: 80px;

    margin-bottom: 70px;
}

.abt-heading-row h2 {

    margin: 15px 0 0;

    font-size:
        clamp(38px, 4vw, 54px);

    line-height: 1.03;

    letter-spacing: -2.3px;
}

.abt-heading-row h2 span {

    color: var(--abt-blue);
}

.abt-heading-row > p {

    margin: 0;

    color: var(--abt-muted);

    font-size: 12px;

    line-height: 1.8;
}

.abt-connect-layout {

    position: relative;

    min-height: 490px;

    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    gap: 25px;
}

.abt-connect-center {

    position: absolute;

    top: 50%;

    left: 50%;

    width: 300px;

    height: 300px;

    transform: translate(-50%,-50%);
}

.abt-connect-circle {

    position: absolute;

    top: 50%;

    left: 50%;

    z-index: 4;

    width: 135px;

    height: 135px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    border: 1px solid #a7cdf9;

    border-radius: 50%;

    background: #fff;

    box-shadow:
        0 20px 50px rgba(32,103,180,.14);
    
    transform: translate(-50%,-50%);
}

.abt-connect-circle span {

    color: var(--abt-navy);

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1px;
}

.abt-connect-circle small {

    margin-top: 5px;

    color: #8998a8;

    font-size: 10px;

    letter-spacing: 1.2px;
}

.abt-connect-line {

    position: absolute;

    z-index: 1;

    top: 50%;

    left: 50%;

    width: 360px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #b6d6f8,
            transparent
        );

    transform-origin: left;
}

.line-a {
    transform: rotate(25deg);
}

.line-b {
    transform: rotate(155deg);
}

.line-c {
    transform: rotate(-25deg);
}

.line-d {
    transform: rotate(-155deg);
}

.abt-connect-card {

    position: relative;

    z-index: 5;

    display: flex;

    align-items: center;

    gap: 15px;

    width: 275px;

    padding: 17px;

    border: 1px solid var(--abt-border);

    border-radius: 10px;

    background: #fff;

    box-shadow:
        0 12px 35px rgba(15,55,90,.05);
}

.abt-connect-card:nth-of-type(1) {

    justify-self: start;
}

.card-a {
    margin-left: 10px;
}

.card-b {
    justify-self: end;

    margin-right: 10px;
}

.card-c {
    justify-self: start;

    margin-left: 10px;
}

.card-d {
    justify-self: end;

    margin-right: 10px;
}

.abt-connect-card > span {

    width: 30px;

    height: 30px;

    display: grid;

    place-items: center;

    flex: 0 0 30px;

    border-radius: 6px;

    color: var(--abt-blue);

    background: #edf5ff;

    font-size: 7px;

    font-weight: 800;
}

.abt-connect-card strong {

    display: block;

    margin-bottom: 4px;

    font-size: 11px;
}

.abt-connect-card small {

    display: block;

    color: #8795a4;

    font-size: 7px;
}


/* =========================================================
   PRINCIPLES
========================================================= */

.abt-principles-heading {

    max-width: 650px;

    margin-bottom: 55px;
}

.abt-principles-heading h2 {

    margin: 15px 0 0;

    font-size:
        clamp(38px,4vw,54px);

    line-height: 1.03;

    letter-spacing: -2.3px;
}

.abt-principles-heading h2 span {

    color: var(--abt-blue);
}

.abt-principles {

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 1px;

    border: 1px solid var(--abt-border);

    background: var(--abt-border);
}

.abt-principle {

    position: relative;

    min-height: 280px;

    padding: 28px;

    background: #fff;
}

.abt-principle-no {

    color: #a2aebb;

    font-size: 8px;

    font-weight: 800;
}

.abt-principle-icon {

    width: 43px;

    height: 43px;

    display: grid;

    place-items: center;

    margin: 35px 0 22px;

    border-radius: 9px;

    color: var(--abt-blue);

    background: #edf5ff;

    font-size: 18px;
}

.abt-principle h3 {

    margin: 0 0 9px;

    font-size: 15px;
}

.abt-principle p {

    margin: 0;

    color: var(--abt-muted);

    font-size: 9px;

    line-height: 1.8;
}


/* =========================================================
   JOURNEY
========================================================= */

.abt-journey-heading {

    display: grid;

    grid-template-columns: 1fr .7fr;

    align-items: end;

    gap: 80px;

    margin-bottom: 75px;
}

.abt-journey-heading h2 {

    margin: 15px 0 0;

    font-size:
        clamp(38px,4vw,54px);

    line-height: 1.03;

    letter-spacing: -2.3px;
}

.abt-journey-heading h2 span {

    color: var(--abt-blue);
}

.abt-journey-heading p {

    margin: 0;

    color: var(--abt-muted);

    font-size: 12px;

    line-height: 1.8;
}

.abt-journey {

    position: relative;

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 25px;
}

.abt-journey-line {

    position: absolute;

    top: 26px;

    left: 10%;

    right: 10%;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            #d7e6f6,
            #287cf0,
            #d7e6f6
        );
}

.abt-journey-item {

    position: relative;

    z-index: 2;
}

.abt-journey-dot {

    width: 52px;

    height: 52px;

    display: grid;

    place-items: center;

    margin-bottom: 30px;

    border: 1px solid #c5dafa;

    border-radius: 50%;

    color: var(--abt-blue);

    background: #fff;

    box-shadow:
        0 0 0 8px #fff;

    font-size: 8px;

    font-weight: 800;
}

.abt-journey-item > span {

    color: var(--abt-blue);

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 1.2px;
}

.abt-journey-item h3 {

    max-width: 190px;

    margin: 10px 0;

    font-size: 15px;

    line-height: 1.35;
}

.abt-journey-item p {

    max-width: 220px;

    margin: 0;

    color: var(--abt-muted);

    font-size: 9px;

    line-height: 1.8;
}


/* =========================================================
   FINAL CTA
========================================================= */

.abt-final-section {

    padding-top: 0;

    background: #fff;
}

.abt-final-box {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 50px;

    padding: 65px;

    overflow: hidden;

    border-radius: 20px;

    color: #fff;

    background:
        radial-gradient(
            circle at 80% 50%,
            rgba(44,135,255,.27),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #061a2d,
            #0a3862
        );
}

.abt-final-grid {

    position: absolute;

    inset: 0;

    opacity: .18;

    background-image:
        linear-gradient(
            rgba(255,255,255,.05) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.05) 1px,
            transparent 1px
        );

    background-size: 45px 45px;
}

.abt-final-content {

    position: relative;

    z-index: 2;
}

.abt-final-content h2 {

    max-width: 650px;

    margin: 15px 0;

    font-size:
        clamp(37px,4vw,53px);

    line-height: 1.04;

    letter-spacing: -2.3px;
}

.abt-final-content h2 span {

    color: #59a8ff;
}

.abt-final-content p {

    max-width: 550px;

    margin: 0;

    color: rgba(255,255,255,.48);

    font-size: 12px;

    line-height: 1.8;
}

.abt-final-actions {

    position: relative;

    z-index: 2;

    display: flex;

    flex-wrap: wrap;

    gap: 10px;
}

.abt-btn {

    min-height: 50px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding: 0 22px;

    border-radius: 7px;

    text-decoration: none;

    font-size: 10px;

    font-weight: 800;

    transition: .3s ease;
}

.abt-btn-primary {

    color: #fff;

    background:
        linear-gradient(
            135deg,
            #ffae2c,
            #f48714
        );

    box-shadow:
        0 12px 30px rgba(245,139,20,.25);
}

.abt-btn-primary:hover {

    transform: translateY(-3px);

    box-shadow:
        0 18px 38px rgba(245,139,20,.35);
}

.abt-btn-outline {

    color: #fff;

    border: 1px solid rgba(255,255,255,.16);

    background: rgba(255,255,255,.04);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1050px) {

    .abt-hero-container {

        grid-template-columns: 1fr;

    }

    .abt-hero-content {

        max-width: 700px;

        margin: auto;

        text-align: center;
    }

    .abt-hero-content > p {

        margin-left: auto;

        margin-right: auto;
    }

    .abt-hero-meta {

        justify-content: center;
    }

    .abt-hero-art {

        max-width: 650px;

        width: 100%;

        margin: auto;
    }

    .abt-principles {

        grid-template-columns:
            repeat(2,1fr);
    }

    .abt-mission-box {

        gap: 50px;
    }
}


@media (max-width: 850px) {

    .abt-heading-row,
    .abt-journey-heading {

        grid-template-columns: 1fr;

        gap: 25px;
    }

    .abt-journey {

        grid-template-columns:
            repeat(2,1fr);

        gap: 50px 30px;
    }

    .abt-journey-line {

        display: none;
    }

    .abt-connect-layout {

        min-height: 650px;
    }

    .abt-connect-card {

        width: 235px;
    }

    .abt-connect-center {

        width: 250px;

        height: 250px;
    }

    .abt-connect-line {

        width: 300px;
    }

    .abt-final-box {

        align-items: flex-start;

        flex-direction: column;
    }
}


@media (max-width: 700px) {

    .abt-section {

        padding: 80px 0;
    }

    .abt-container {

        width:
            min(100% - 30px, 1180px);
    }

    .abt-hero {

        min-height: auto;

        padding: 80px 0;
    }

    .abt-hero-content h1 {

        font-size: 44px;

        letter-spacing: -2.5px;
    }

    .abt-hero-content > p {

        font-size: 13px;
    }

    .abt-hero-meta {

        gap: 18px;
    }

    .abt-hero-art {

        min-height: 480px;

        transform: scale(.9);
    }

    .abt-node-one {

        left: 5px;
    }

    .abt-node-two {

        right: 0;
    }

    .abt-node-three {

        left: 25px;
    }

    .abt-document-one {

        right: 5px;
    }

    .abt-document-two {

        left: 10px;
    }

    .abt-art-label {

        display: none;
    }

    .abt-side-text {

        display: none;
    }

    .abt-intro-grid {

        grid-template-columns: 1fr;

        gap: 30px;
    }

    .abt-section-number {

        flex-direction: row;

        align-items: center;

        gap: 12px;
    }

    .abt-section-number i {

        width: 25px;
    }

    .abt-intro-main h2,
    .abt-heading-row h2,
    .abt-principles-heading h2,
    .abt-journey-heading h2 {

        font-size: 37px;

        letter-spacing: -1.8px;
    }

    .abt-mission-box {

        grid-template-columns: 1fr;

        gap: 30px;

        padding: 40px 28px;
    }

    .abt-mission-left h2 {

        font-size: 37px;

        letter-spacing: -1.8px;
    }

    .abt-principles {

        grid-template-columns: 1fr;
    }

    .abt-principle {

        min-height: 230px;
    }

    .abt-connect-layout {

        min-height: 620px;

        display: block;
    }

    .abt-connect-center {

        top: 50%;

        left: 50%;
    }

    .abt-connect-card {

        position: absolute;

        width: 205px;
    }

    .card-a {

        top: 0;

        left: 0;

        margin: 0;
    }

    .card-b {

        top: 0;

        right: 0;

        margin: 0;
    }

    .card-c {

        bottom: 0;

        left: 0;

        margin: 0;
    }

    .card-d {

        right: 0;

        bottom: 0;

        margin: 0;
    }

    .abt-connect-line {

        width: 230px;
    }

    .abt-journey {

        grid-template-columns: 1fr;
    }

    .abt-journey-item {

        display: grid;

        grid-template-columns: 60px 1fr;

        column-gap: 15px;
    }

    .abt-journey-dot {

        grid-row:
            span 3;

        margin: 0;
    }

    .abt-journey-item > span {

        padding-top: 4px;
    }

    .abt-journey-item h3,
    .abt-journey-item p {

        max-width: none;
    }

    .abt-final-box {

        padding: 40px 28px;
    }

    .abt-final-content h2 {

        font-size: 34px;

        letter-spacing: -1.7px;
    }

    .abt-final-actions {

        width: 100%;

        flex-direction: column;
    }

    .abt-final-actions .abt-btn {

        width: 100%;
    }
}


@media (max-width: 480px) {

    .abt-hero-content h1 {

        font-size: 39px;
    }

    .abt-hero-meta {

        flex-wrap: wrap;

        justify-content: center;
    }

    .abt-hero-art {

        min-height: 420px;

        transform: scale(.78);

        transform-origin: center;
    }

    .abt-core {

        transform: scale(.9);
    }

    .abt-node {

        transform: scale(.9);
    }

    .abt-document-one {

        transform:
            rotate(9deg)
            scale(.85);
    }

    .abt-document-two {

        transform:
            rotate(-5deg)
            scale(.85);
    }

    .abt-connect-layout {

        min-height: 560px;
    }

    .abt-connect-card {

        width: 175px;

        padding: 13px;

        gap: 9px;
    }

    .abt-connect-card strong {

        font-size: 9px;
    }

    .abt-connect-card small {

        font-size: 10px;
    }

    .abt-connect-center {

        transform:
            translate(-50%,-50%)
            scale(.75);
    }

    .abt-final-content h2 {

        font-size: 31px;
    }
}