/* =============================================================
   /ipad — PGP TBM on-campus application form
   Built for iPad first (portrait 768–834, landscape 1024–1366),
   degrades gracefully to phone and desktop.
   Design language: Masters' Union (Galano Grotesque + Fraunces,
   --black / --yellow / brand gradient).
   ============================================================= */

/* The theme scales the whole document at some widths — `html { zoom: 90% }`
   for 1024–1280px (responsives.css) and `zoom: 85%` under 767px
   (newmains.css). That lands differently on each iPad model and shrinks the
   16px input floor enough to re-trigger iPadOS focus-zoom, so this page opts
   out. Safe to scope to `html`: this stylesheet is loaded by /ipad alone. */
/* `html:root` (not bare `html`) — the theme's zoom rules are themselves
   !important, and masters.css loads after this file. */
html:root {
    zoom: 1 !important;
}

.ipadApply {
    --ipa-line: var(--grey11);
    --ipa-field: var(--white3);
    --ipa-cream: var(--lowYellow);
    --ipa-radius: 12px;
    --ipa-tap: 50px;

    background: var(--white);
    color: var(--grey3);
    font-family: var(--go-regular), system-ui, -apple-system, sans-serif;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

/* The global floating bottom nav + intercom bubble get in the way of a
   kiosk form on a tablet — this page owns the bottom of the screen. */
body.ipadKioskBody .bottomNav,
body.ipadKioskBody #preloader {
    display: none !important;
}

body.ipadKioskBody {
    background: var(--white);
    overscroll-behavior-y: none;
}

/* The theme's .container has no box-sizing reset of its own; under 768px it
   adds 16px of side padding on top of width:100%, which overflows. */
.ipadApply .container {
    box-sizing: border-box;
}

/* ---------------------------------------------------- masthead */
.ipadApply .ipaBar {
    position: relative;
    padding: 12px 24px calc(12px + env(safe-area-inset-top));
    background: var(--white);
    border-bottom: 1px solid var(--ipa-line);
}

.ipadApply .ipaBarInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ipadApply .ipaBar::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: var(--Linear-Gradient);
}

.ipadApply .ipaBar img {
    height: 28px;
    width: auto;
    display: block;
}

.ipadApply .ipaChip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 100px;
    border: 1px solid var(--ipa-line);
    background: var(--grey7);
    font-family: var(--go-semibold);
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--black);
    white-space: nowrap;
}

.ipadApply .ipaChip .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--yellow);
    flex: none;
}

/* ---------------------------------------------------- shell */
.ipadApply .ipaShellWrap {
    flex: 1;
    padding: 20px 24px 24px;
}

.ipadApply .ipaShellWrap .container {
    height: 100%;
}

.ipadApply .ipaShell {
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid var(--ipa-line);
    border-radius: 18px;
    overflow: hidden;
    background: var(--white);
    box-shadow: 0 2px 14px rgba(9, 9, 9, 0.04);
}

/* ---------------------------------------------------- left / intro */
.ipadApply .ipaIntro {
    padding: 28px 28px 30px;
    background: var(--ipa-cream);
    display: flex;
    flex-direction: column;
}

.ipadApply .ipaEyebrow {
    font-family: var(--go-semibold);
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--grey15);
    margin: 0 0 14px;
}

.ipadApply .ipaTitle {
    font-family: var(--go-bold);
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: var(--black);
    margin: 0;
}

.ipadApply .ipaTitle em {
    font: italic 350 1em/1.08 "Fraunces", serif;
    /* mains.css sets a global `em { color: #d63736 }` — opt out of it */
    color: var(--black);
    display: inline-block;
}

.ipadApply .ipaRule {
    width: 56px;
    height: 4px;
    border-radius: 4px;
    background: var(--Linear-Gradient);
    margin: 16px 0;
}

.ipadApply .ipaLede {
    font-size: 15.5px;
    line-height: 1.65;
    color: var(--grey3);
    max-width: 46ch;
    margin: 0;
}

.ipadApply .ipaLede b {
    font-family: var(--go-semibold);
    color: var(--black);
}

/* deadline card */
.ipadApply .ipaDeadline {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    padding: 12px 18px 12px 12px;
    background: var(--white);
    border: 1px solid var(--grey12);
    border-radius: var(--ipa-radius);
    align-self: flex-start;
    box-shadow: 0 2px 10px rgba(9, 9, 9, 0.04);
}

.ipadApply .ipaDeadline .ico {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FEF6D8;
    display: grid;
    place-items: center;
    flex: none;
}

.ipadApply .ipaDeadline .lbl {
    font-size: 13px;
    color: var(--grey15);
    line-height: 1.4;
}

.ipadApply .ipaDeadline .val {
    font-family: var(--go-bold);
    font-size: 17px;
    line-height: 1.35;
    color: var(--black);
    letter-spacing: -0.01em;
}

/* reassurance list */
.ipadApply .ipaPoints {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.ipadApply .ipaPoints li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14.5px;
    line-height: 1.5;
    color: var(--grey3);
}

.ipadApply .ipaPoints svg {
    flex: none;
    margin-top: 3px;
}

.ipadApply .ipaArt {
    margin-top: auto;
    padding-top: 22px;
}

.ipadApply .ipaArt svg {
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    margin: 0 auto;
}

/* "what happens next" strip */
.ipadApply .ipaSteps {
    border-top: 1px solid var(--grey12);
    padding-top: 18px;
}

.ipadApply .ipaStepsTitle {
    font-family: var(--go-semibold);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--grey15);
    margin: 0 0 14px;
}

.ipadApply .ipaSteps ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.ipadApply .ipaSteps li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--grey3);
}

.ipadApply .ipaSteps li span {
    flex: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--black);
    color: var(--white);
    font-family: var(--go-semibold);
    font-size: 12.5px;
    display: grid;
    place-items: center;
    margin-top: 1px;
}

/* ---------------------------------------------------- right / form */
.ipadApply .ipaFormPanel {
    padding: 26px 28px 30px;
    background: var(--white);
    display: flex;
    flex-direction: column;
}

.ipadApply .ipaFormHead {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
}

.ipadApply .ipaFormTitle {
    font-family: var(--go-bold);
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: var(--black);
    margin: 0;
}

.ipadApply .ipaFormSub {
    font-size: 13.5px;
    color: var(--grey15);
    margin: 6px 0 0;
}

.ipadApply .ipaCount {
    font-family: var(--go-semibold);
    font-size: 13px;
    color: var(--grey15);
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

/* completion meter */
.ipadApply .ipaMeter {
    height: 5px;
    border-radius: 5px;
    background: var(--grey4);
    overflow: hidden;
    margin: 12px 0 18px;
}

.ipadApply .ipaMeter i {
    display: block;
    height: 100%;
    width: 0%;
    border-radius: 5px;
    background: var(--Linear-Gradient);
    transition: width 0.35s ease;
}

/* ---------------------------------------------------- fields */
.ipadApply .ipaField {
    margin-bottom: 16px;
}

.ipadApply .ipaLabel {
    display: block;
    font-family: var(--go-semibold);
    font-size: 14px;
    line-height: 1.35;
    color: var(--black);
    margin-bottom: 7px;
}

.ipadApply .ipaLabel .req {
    color: var(--darkOrange);
    margin-left: 2px;
}

.ipadApply .ipaHint {
    font-size: 12.5px;
    color: var(--grey8);
    margin: -3px 0 8px;
}

.ipadApply .ipaInput,
.ipadApply .ipaSelect {
    width: 100%;
    min-height: var(--ipa-tap);
    font-family: var(--go-regular);
    /* 16px is the floor — anything smaller and iPadOS zooms the viewport on focus */
    font-size: 16px;
    line-height: 1.4;
    color: var(--black);
    background: var(--ipa-field);
    border: 1.5px solid var(--ipa-line);
    border-radius: var(--ipa-radius);
    padding: 12px 14px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    touch-action: manipulation;
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

/* mains.css forces a 14px placeholder with !important colour — restore
   the field's own scale so the hint matches what gets typed. */
.ipadApply .ipaInput::placeholder {
    color: var(--grey10) !important;
    opacity: 1;
    font: 400 16px/1.4 var(--go-regular);
}

.ipadApply .ipaInput:focus,
.ipadApply .ipaSelect:focus {
    border-color: var(--black);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(250, 209, 51, 0.28);
}

.ipadApply .ipaSelect {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1.5 7 7.5 13 1.5' stroke='%23090909' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 38px;
    cursor: pointer;
}

/* phone row */
.ipadApply .ipaPhone {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 10px;
}

.ipadApply .ipaPhone .ipaSelect {
    background-color: var(--grey7);
    background-position: right 11px center;
    padding-right: 30px;
    padding-left: 12px;
}

/* ---------------------------------------------------- tap chips
   Native <select> on iPad opens a picker sheet — three taps for one
   answer. Chips are a single tap and read at a glance. */
.ipadApply .ipaChoices {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}

.ipadApply .ipaChoices.two {
    grid-template-columns: repeat(2, 1fr);
}

.ipadApply .ipaChoice {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: var(--ipa-tap);
    padding: 10px 12px;
    border: 1.5px solid var(--ipa-line);
    border-radius: var(--ipa-radius);
    background: var(--white);
    font-family: var(--go-medium);
    font-size: 14.5px;
    line-height: 1.3;
    color: var(--black);
    cursor: pointer;
    touch-action: manipulation;
    transition: border-color 0.16s ease, background 0.16s ease, transform 0.08s ease;
}

.ipadApply .ipaChoice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ipadApply .ipaChoice .mark {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid var(--grey5);
    flex: none;
    display: grid;
    place-items: center;
    transition: border-color 0.16s ease;
}

.ipadApply .ipaChoice .mark::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--black);
    transform: scale(0);
    transition: transform 0.16s ease;
}

.ipadApply .ipaChoice:active {
    transform: scale(0.985);
}

.ipadApply .ipaChoice.isOn {
    border-color: var(--black);
    background: var(--ipa-cream);
    box-shadow: inset 0 0 0 1px var(--black);
}

.ipadApply .ipaChoice.isOn .mark {
    border-color: var(--black);
}

.ipadApply .ipaChoice.isOn .mark::after {
    transform: scale(1);
}

.ipadApply .ipaChoice:has(input:focus-visible),
.ipadApply .ipaConsent:has(input:focus-visible) {
    outline: 3px solid var(--black);
    outline-offset: 2px;
}

@media (hover: hover) {
    .ipadApply .ipaChoice:hover {
        border-color: var(--grey5);
    }
}

/* ---------------------------------------------------- consent */
.ipadApply .ipaConsent {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1.5px solid var(--ipa-line);
    border-radius: var(--ipa-radius);
    background: var(--grey7);
    cursor: pointer;
    touch-action: manipulation;
}

.ipadApply .ipaConsent input {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    flex: none;
    margin: 0;
    border: 1.5px solid var(--grey5);
    border-radius: 7px;
    background: var(--white);
    cursor: pointer;
    transition: background 0.16s ease, border-color 0.16s ease;
}

.ipadApply .ipaConsent input:checked {
    background: var(--black);
    border-color: var(--black);
}

.ipadApply .ipaConsent input:checked::after {
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    margin: 3px auto 0;
    border: solid var(--white);
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(42deg);
}

.ipadApply .ipaConsent span {
    font-size: 13px;
    line-height: 1.5;
    color: var(--grey3);
}

.ipadApply .ipaConsent a {
    color: var(--black);
    font-family: var(--go-semibold);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ---------------------------------------------------- errors */
.ipadApply .ipaErr {
    display: none;
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--red1);
    margin-top: 8px;
}

.ipadApply .ipaField.hasErr .ipaErr {
    display: block;
}

.ipadApply .ipaField.hasErr .ipaInput,
.ipadApply .ipaField.hasErr .ipaSelect,
.ipadApply .ipaField.hasErr .ipaConsent {
    border-color: var(--red1);
    background: #FDF6F6;
}

.ipadApply .ipaField.hasErr .ipaChoice {
    border-color: var(--red1);
}

/* ---------------------------------------------------- submit */
.ipadApply .ipaActions {
    margin-top: 18px;
}

.ipadApply .ipaSubmit {
    width: 100%;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: var(--go-semibold);
    font-size: 16.5px;
    color: var(--white);
    background: var(--black);
    border: none;
    border-radius: var(--ipa-radius);
    padding: 15px 24px;
    cursor: pointer;
    touch-action: manipulation;
    transition: transform 0.08s ease, opacity 0.18s ease;
}

.ipadApply .ipaSubmit:active {
    transform: scale(0.99);
}

.ipadApply .ipaSubmit[disabled] {
    opacity: 0.55;
    cursor: default;
}

.ipadApply .ipaSubmit svg {
    flex: none;
}

.ipadApply .ipaSecure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    font-size: 12.5px;
    color: var(--grey8);
    text-align: center;
}

/* ---------------------------------------------------- success */
.ipadApply .ipaDone {
    display: none;
    text-align: center;
    padding: 48px 12px 32px;
}

.ipadApply.isSent .ipaDone {
    display: block;
}

.ipadApply.isSent .ipaFormHead,
.ipadApply.isSent .ipaMeter,
.ipadApply.isSent #ipaForm {
    display: none;
}

.ipadApply .ipaDone img {
    width: 116px;
    height: auto;
    margin: 0 auto 8px;
}

.ipadApply .ipaDone h2 {
    font-family: var(--go-bold);
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: var(--black);
    margin: 12px 0 12px;
}

.ipadApply .ipaDone p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--grey3);
    max-width: 42ch;
    margin: 0 auto;
}

.ipadApply .ipaRestart {
    margin-top: 30px;
    min-height: var(--ipa-tap);
    padding: 18px 34px;
    border-radius: var(--ipa-radius);
    border: 1.5px solid var(--black);
    background: var(--white);
    font-family: var(--go-semibold);
    font-size: 16px;
    color: var(--black);
    cursor: pointer;
    touch-action: manipulation;
}

.ipadApply .ipaRestart:active {
    background: var(--grey7);
}

/* ---------------------------------------------------- footer */
.ipadApply .ipaFoot {
    border-top: 1px solid var(--ipa-line);
    background: var(--grey7);
    padding: 14px 24px calc(14px + env(safe-area-inset-bottom));
    font-size: 13px;
    color: var(--grey8);
    text-align: center;
}

/* =============================================================
   iPad landscape / desktop — side-by-side inside the container.
   Name + email pair up so the whole form lands in one view.
   ============================================================= */
@media (min-width: 1024px) {
    .ipadApply .ipaShellWrap {
        padding: 24px 24px 28px;
    }

    .ipadApply .ipaShell {
        grid-template-columns: 1fr 1.06fr;
        align-items: stretch;
    }

    .ipadApply .ipaIntro {
        padding: 34px 34px 32px;
        border-right: 1px solid var(--ipa-line);
    }

    .ipadApply .ipaFormPanel {
        padding: 30px 34px 32px;
    }

    .ipadApply #ipaForm {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 14px;
    }

    .ipadApply #ipaForm > * {
        grid-column: 1 / -1;
    }

    .ipadApply #ipaFieldName,
    .ipadApply #ipaFieldEmail {
        grid-column: auto;
    }
}

/* Short landscape viewports (iPad Air / 11" Pro, ~810px of usable height)
   tighten one more notch so the submit button lands above the fold. */
@media (min-width: 1024px) and (max-height: 900px) and (orientation: landscape) {
    .ipadApply {
        --ipa-tap: 46px;
    }

    .ipadApply .ipaShellWrap {
        padding: 12px 20px 14px;
    }

    .ipadApply .ipaIntro {
        padding: 24px 28px 24px;
    }

    .ipadApply .ipaFormPanel {
        padding: 20px 28px 22px;
    }

    .ipadApply .ipaArt,
    .ipadApply .ipaFormSub {
        display: none;
    }

    .ipadApply .ipaMeter {
        margin: 10px 0 12px;
    }

    .ipadApply .ipaField {
        margin-bottom: 10px;
    }

    .ipadApply .ipaLabel {
        margin-bottom: 6px;
    }

    .ipadApply .ipaHint {
        font-size: 12px;
        margin: -2px 0 6px;
    }

    .ipadApply .ipaChoice {
        font-size: 14px;
        padding: 8px 11px;
    }

    .ipadApply .ipaChoices {
        gap: 8px;
    }

    .ipadApply .ipaConsent {
        padding: 10px 12px;
    }

    .ipadApply .ipaActions {
        margin-top: 12px;
    }

    .ipadApply .ipaSecure {
        margin-top: 8px;
    }
}

/* =============================================================
   iPad portrait — one column. The submit button sits at the end
   of the form, in normal flow: nothing fixed, nothing docked.
   ============================================================= */
@media (min-width: 768px) and (max-width: 1023px) {
    .ipadApply .ipaShellWrap {
        padding: 12px 16px 16px;
    }

    /* Portrait is the tightest fit. The intro becomes a single band —
       headline left, deadline parked alongside it — and keeps only what
       a walk-up visitor needs before reaching the first field. */
    .ipadApply .ipaIntro {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 24px;
        align-items: start;
        padding: 20px 26px;
    }

    .ipadApply .ipaEyebrow,
    .ipadApply .ipaTitle,
    .ipadApply .ipaRule,
    .ipadApply .ipaLede {
        grid-column: 1;
    }

    .ipadApply .ipaDeadline {
        grid-column: 2;
        grid-row: 1 / span 4;
        align-self: center;
        margin-top: 0;
    }

    .ipadApply .ipaPoints,
    .ipadApply .ipaArt,
    .ipadApply .ipaFormSub {
        display: none;
    }

    .ipadApply .ipaTitle {
        font-size: 28px;
    }

    .ipadApply .ipaRule {
        margin: 12px 0;
    }

    .ipadApply .ipaLede {
        font-size: 14.5px;
        max-width: 62ch;
    }

    .ipadApply .ipaFormPanel {
        padding: 20px 26px 24px;
    }

    .ipadApply .ipaMeter {
        margin: 10px 0 14px;
    }

    .ipadApply .ipaField {
        margin-bottom: 12px;
    }

    .ipadApply .ipaLabel {
        margin-bottom: 6px;
    }

    .ipadApply .ipaChoices {
        gap: 8px;
    }

    .ipadApply .ipaActions {
        margin-top: 14px;
    }

    .ipadApply .ipaSecure {
        margin-top: 8px;
    }

    .ipadApply #ipaForm {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 14px;
    }

    .ipadApply #ipaForm > * {
        grid-column: 1 / -1;
    }

    .ipadApply #ipaFieldName,
    .ipadApply #ipaFieldEmail {
        grid-column: auto;
    }
}

/* iPad 9th gen portrait (768x1024) — the shortest portrait target.
   One more notch so the footer clears the fold too. */
@media (min-width: 768px) and (max-width: 1023px) and (max-height: 1040px) {
    .ipadApply {
        --ipa-tap: 46px;
    }

    .ipadApply .ipaShellWrap {
        padding: 10px 16px 12px;
    }

    .ipadApply .ipaIntro {
        padding: 18px 24px;
    }

    .ipadApply .ipaFormPanel {
        padding: 18px 24px 20px;
    }

    .ipadApply .ipaField {
        margin-bottom: 10px;
    }

    .ipadApply .ipaConsent {
        padding: 10px 12px;
    }

    .ipadApply .ipaChoice {
        font-size: 14px;
        padding: 8px 11px;
    }

    .ipadApply .ipaActions {
        margin-top: 12px;
    }
}

/* Phone fallback */
@media (max-width: 767px) {
    .ipadApply .ipaBar {
        padding-inline: 16px;
    }

    .ipadApply .ipaBar img {
        height: 24px;
    }

    .ipadApply .ipaChip {
        font-size: 11px;
        padding: 6px 11px;
    }

    .ipadApply .ipaShellWrap {
        padding: 12px 12px 16px;
    }

    .ipadApply .ipaShell {
        border-radius: 14px;
    }

    .ipadApply .ipaIntro {
        padding: 22px 18px 22px;
    }

    .ipadApply .ipaFormPanel {
        padding: 22px 18px 26px;
    }

    .ipadApply .ipaTitle {
        font-size: 28px;
    }

    .ipadApply .ipaPoints,
    .ipadApply .ipaArt {
        display: none;
    }

    .ipadApply .ipaChoices,
    .ipadApply .ipaChoices.two {
        grid-template-columns: 1fr;
    }

    /* "+91 (India)" clips in a narrow column — give the code its own row
       on phones rather than truncating the country name. */
    .ipadApply .ipaPhone {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ipadApply .ipaFoot {
        padding-inline: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ipadApply * {
        transition: none !important;
    }
}
