:root{
  --azp-green:#1E6F5C;
  --azp-green-dark:#143D33;
  --azp-green-soft:#EAF4F0;
  --azp-gold:#E9C46A;
  --azp-blue:#5A9FD4;
  --azp-ink:#20352F;
  --azp-text:#5F746D;
  --azp-line:#DFE9E5;
  --azp-bg:#F7FAF8;
  --azp-white:#FFFFFF;
  --azp-shadow:0 24px 70px rgba(27,78,65,.12);
}
.azp-landing{font-family:"Cairo",sans-serif;color:var(--azp-ink);background:#fff;overflow:hidden}
.azp-landing *{box-sizing:border-box}
.azp-landing a{text-decoration:none}
.azp-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.azp-section{padding:96px 0}
.azp-section--tint{background:var(--azp-bg)}
.azp-kicker{display:inline-flex;align-items:center;gap:8px;width:max-content;padding:8px 13px;border-radius:999px;background:var(--azp-green-soft);color:var(--azp-green);font-size:13px;font-weight:800}
.azp-kicker--light{background:rgba(255,255,255,.12);color:#fff}
.azp-heading{max-width:720px;margin:0 0 42px auto;text-align:right}
.azp-heading h2{font-size:clamp(34px,4.5vw,52px);line-height:1.27;letter-spacing:-.8px;margin:14px 0 12px;color:var(--azp-ink)}
.azp-heading p{font-size:17px;line-height:1.95;color:var(--azp-text);margin:0}
.azp-btn{min-height:50px;padding:0 21px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;font:700 14px "Cairo",sans-serif;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease,border-color .22s ease,color .22s ease}
.azp-btn:hover{transform:translateY(-3px)}
.azp-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.azp-btn--primary{background:var(--azp-green);color:#fff;box-shadow:0 12px 26px rgba(30,111,92,.22)}
.azp-btn--primary:hover{background:var(--azp-green-dark);box-shadow:0 16px 34px rgba(30,111,92,.28)}
.azp-btn--ghost{background:#fff;color:var(--azp-ink);border-color:#D5E2DD}
.azp-btn--ghost:hover{border-color:#AFCBC1;box-shadow:0 10px 24px rgba(30,86,70,.08)}
.azp-btn--light{background:#fff;color:var(--azp-green-dark);box-shadow:0 12px 28px rgba(0,0,0,.1)}
.azp-btn--wide{width:100%}

.azp-hero{position:relative;padding:92px 0 84px;background:
radial-gradient(circle at 10% 20%,rgba(90,159,212,.13),transparent 27%),
radial-gradient(circle at 88% 12%,rgba(233,196,106,.15),transparent 24%),
linear-gradient(180deg,#FBFDFC,#F3F8F6)}
.azp-hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,#DCE8E4,transparent)}
.azp-hero__grid{display:grid;grid-template-columns:.94fr 1.06fr;gap:64px;align-items:center;direction:ltr}
.azp-hero__copy,.azp-hero__visual{direction:rtl}
.azp-hero__copy{text-align:right}
.azp-hero__copy h1{font-size:clamp(46px,5.8vw,72px);line-height:1.16;letter-spacing:-1.6px;margin:18px 0 20px;color:var(--azp-ink);font-weight:800}
.azp-hero__copy h1 em{font-style:normal;color:var(--azp-green);position:relative;z-index:0}
.azp-hero__copy h1 em:after{content:"";position:absolute;right:0;left:0;bottom:3px;height:10px;border-radius:30px;background:rgba(233,196,106,.38);z-index:-1}
.azp-hero__copy>p{font-size:18px;line-height:2;color:var(--azp-text);margin:0;max-width:680px}
.azp-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.azp-hero__trust{display:grid;gap:9px;margin-top:24px;color:#60766E;font-size:13px}
.azp-hero__trust span{display:flex;align-items:center;gap:8px}
.azp-hero__trust svg{width:18px;height:18px;stroke:var(--azp-green);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

.azp-hero__visual{position:relative;min-height:560px}
.azp-live{position:absolute;inset:20px 0 20px 24px;background:#123D33;border-radius:30px;padding:14px;box-shadow:0 38px 90px rgba(18,61,51,.25);transform:rotate(-1.2deg);transition:transform .35s ease}
.azp-live:hover{transform:rotate(0) translateY(-5px)}
.azp-live__bar{height:44px;display:flex;justify-content:space-between;align-items:center;color:#CFE0DA;font-size:12px;padding:0 4px 0 6px}
.azp-live__status{display:flex;gap:7px;align-items:center}.azp-live__status i{width:8px;height:8px;border-radius:50%;background:#62D19B;box-shadow:0 0 0 5px rgba(98,209,155,.12)}
.azp-live__stage{position:relative;height:290px;border-radius:20px;overflow:hidden;background:#071B16}
.azp-live__stage>img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.92)}
.azp-live__stage:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(6,28,23,.45))}
.azp-live__teacher{position:absolute;z-index:2;right:12px;top:12px;background:rgba(255,255,255,.92);color:#183C32;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:700}
.azp-live__student{position:absolute;z-index:3;left:14px;bottom:14px;width:108px;height:78px;border:3px solid #fff;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.15)}
.azp-live__student img{width:100%;height:100%;object-fit:cover}.azp-live__student span{position:absolute;right:6px;bottom:5px;background:rgba(20,61,51,.82);color:#fff;border-radius:6px;padding:2px 6px;font-size:9px}
.azp-whiteboard{background:#fff;margin-top:10px;border-radius:18px;padding:13px}
.azp-whiteboard__head{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#6D817A}.azp-whiteboard__head strong{color:#21443A;font-size:12px}
.azp-whiteboard__canvas{position:relative;height:110px;margin-top:10px;border-radius:13px;background:linear-gradient(#fff,#FBFCFB);border:1px solid #E5ECE9;overflow:hidden}
.azp-math{position:absolute;top:30px;right:38px;font:800 24px system-ui;color:#21443A;direction:ltr}
.azp-stroke{position:absolute;height:3px;border-radius:20px;background:var(--azp-blue);transform:rotate(-7deg)}
.azp-stroke--1{width:90px;bottom:28px;right:35px}.azp-stroke--2{width:55px;bottom:42px;left:54px;background:var(--azp-gold);transform:rotate(12deg)}
.azp-float{position:absolute;z-index:6;display:flex;gap:10px;align-items:center;background:#fff;border:1px solid var(--azp-line);border-radius:16px;padding:12px 14px;box-shadow:var(--azp-shadow);animation:azpFloat 4s ease-in-out infinite}
.azp-float__icon{width:37px;height:37px;border-radius:12px;background:var(--azp-green-soft);display:grid;place-items:center;color:var(--azp-green)}
.azp-float__icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.azp-float strong{display:block;font-size:12px}.azp-float small{display:block;font-size:10px;color:#758781;margin-top:2px}
.azp-float--points{right:-28px;top:82px}.azp-float--billing{left:-26px;bottom:82px;animation-delay:1.2s}
@keyframes azpFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

.azp-proof{padding:26px 0;background:#fff;border-bottom:1px solid var(--azp-line)}
.azp-proof .azp-shell{text-align:center}.azp-proof p{margin:0;color:#70837C;font-size:14px}.azp-proof strong{color:var(--azp-ink)}
.azp-proof__chips{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:14px}.azp-proof__chips span{border:1px solid var(--azp-line);background:#FAFCFB;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700;color:#4D675F}

.azp-features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.azp-feature{position:relative;background:#fff;border:1px solid var(--azp-line);border-radius:22px;padding:24px;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;overflow:hidden}
.azp-feature:before{content:"";position:absolute;right:0;top:0;width:4px;height:0;background:var(--azp-green);transition:height .28s ease}
.azp-feature:hover{transform:translateY(-7px);box-shadow:0 24px 54px rgba(30,77,65,.11);border-color:#CFE0DA}.azp-feature:hover:before{height:100%}
.azp-feature__icon{width:48px;height:48px;border-radius:15px;background:var(--azp-green-soft);color:var(--azp-green);display:grid;place-items:center}
.azp-feature__icon--gold{background:#FFF7E4;color:#A87516}.azp-feature__icon--blue{background:#EEF6FC;color:#397AA9}.azp-feature__icon--dark{background:#E9EFED;color:#294C42}
.azp-feature__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.azp-feature__visual{height:105px;border-radius:15px;margin:18px 0;background:#F7FAF8;position:relative;overflow:hidden}
.azp-feature__visual--board i{position:absolute;right:16px;height:5px;background:#C8DCD5;border-radius:10px}.azp-feature__visual--board i:nth-child(1){top:20px;width:62%}.azp-feature__visual--board i:nth-child(2){top:34px;width:42%}.azp-feature__visual--board i:nth-child(3){bottom:18px;width:55%;background:#D7E5F0}.azp-feature__visual--board b{position:absolute;left:18px;bottom:19px;direction:ltr;color:#24483E}
.azp-feature__visual--points{display:grid;place-items:center;text-align:center;background:linear-gradient(145deg,#FFF9EA,#FFF4D9)}.azp-feature__visual--points strong{font-size:31px;color:#A87516}.azp-feature__visual--points span{font-size:12px;color:#8F733D}.azp-feature__visual--points small{position:absolute;bottom:8px;font-size:9px;color:#947A48}
.azp-feature__visual--podium{display:flex;align-items:end;justify-content:center;gap:7px;padding:15px 0;background:#F5F8FA}.azp-feature__visual--podium i{width:40px;border-radius:9px 9px 4px 4px;display:grid;place-items:center;font-style:normal;font-weight:800}.azp-feature__visual--podium i:nth-child(1){height:52px;background:#E8ECEE}.azp-feature__visual--podium i:nth-child(2){height:76px;background:#FFE7A5;color:#926A10}.azp-feature__visual--podium i:nth-child(3){height:40px;background:#F0D3BF}
.azp-feature__visual--bill{padding:14px 16px;display:grid;grid-template-columns:1fr auto;gap:4px;align-content:center}.azp-feature__visual--bill span,.azp-feature__visual--bill small{color:#788A84;font-size:10px}.azp-feature__visual--bill strong{font-size:30px;color:var(--azp-green);grid-row:1/3;grid-column:2}.azp-feature h3{font-size:20px;margin:0 0 8px}.azp-feature p{margin:0;color:var(--azp-text);line-height:1.85;font-size:14px}

.azp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.azp-step{position:relative;padding:30px;background:#fff;border:1px solid var(--azp-line);border-radius:22px;overflow:hidden;transition:.28s ease}
.azp-step:hover{transform:translateY(-6px);box-shadow:0 20px 46px rgba(28,76,63,.08)}
.azp-step__number{position:absolute;left:16px;top:2px;font-size:64px;font-weight:800;color:#EEF3F1}
.azp-step__icon{width:52px;height:52px;border-radius:16px;background:var(--azp-green-soft);display:grid;place-items:center;color:var(--azp-green);position:relative;z-index:2}
.azp-step__icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.azp-step h3{margin:18px 0 8px;font-size:21px}.azp-step p{margin:0;color:var(--azp-text);line-height:1.9}

.azp-billing-toggle{width:max-content;margin:0 auto 26px;display:flex;background:#F0F5F3;border:1px solid var(--azp-line);border-radius:14px;padding:4px}
.azp-billing-toggle button{border:0;background:transparent;color:#687C75;font:700 13px "Cairo";padding:9px 14px;border-radius:10px;cursor:pointer;transition:.2s}.azp-billing-toggle button.is-active{background:#fff;color:var(--azp-green);box-shadow:0 5px 15px rgba(27,75,63,.08)}.azp-billing-toggle span{font-size:9px;background:#FFF0C5;color:#8D6814;border-radius:999px;padding:2px 6px;margin-right:5px}
.azp-pricing{display:grid;grid-template-columns:repeat(2,minmax(0,420px));justify-content:center;gap:20px;align-items:stretch}
.azp-price{position:relative;border:1px solid var(--azp-line);background:#fff;border-radius:24px;padding:30px;box-shadow:0 12px 32px rgba(27,75,63,.05);transition:.28s}
.azp-price:hover{transform:translateY(-6px);box-shadow:0 25px 54px rgba(27,75,63,.1)}
.azp-price--featured{border:2px solid var(--azp-green);box-shadow:0 22px 60px rgba(30,111,92,.13)}
.azp-price__badge{position:absolute;top:-13px;left:24px;background:var(--azp-green);color:#fff;border-radius:999px;padding:5px 10px;font-size:10px;font-weight:800}
.azp-price__name{font-size:14px;color:var(--azp-green);font-weight:800}.azp-price h3{font-size:30px;margin:10px 0 4px;color:var(--azp-ink)}.azp-price__top p{margin:0;color:#72857E;font-size:13px}.azp-price ul{list-style:none;padding:0;margin:25px 0;display:grid;gap:12px}.azp-price li{display:flex;gap:8px;align-items:center;color:#536B63;font-size:13px}.azp-price li svg{width:18px;height:18px;stroke:var(--azp-green);fill:none;stroke-width:2}.azp-free-note{margin:24px auto 0;width:max-content;max-width:100%;display:flex;align-items:center;gap:9px;background:#EFF8F4;border:1px solid #D1E6DD;border-radius:14px;padding:12px 16px;color:#285B4C;font-size:13px}.azp-free-note svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}

.azp-faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:60px;align-items:start;direction:ltr}.azp-faq-layout>*{direction:rtl}.azp-heading--sticky{position:sticky;top:110px;margin:0}
.azp-link{display:inline-flex;gap:7px;align-items:center;color:var(--azp-green);font-weight:800;margin-top:18px}.azp-link svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}
.azp-accordion{display:grid;gap:12px}.azp-faq{border:1px solid var(--azp-line);background:#fff;border-radius:17px;overflow:hidden;transition:.2s}.azp-faq.is-open{box-shadow:0 14px 32px rgba(28,76,63,.06);border-color:#CFE1DA}.azp-faq button{width:100%;border:0;background:#fff;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;gap:16px;font:700 15px "Cairo";color:var(--azp-ink);text-align:right;cursor:pointer}.azp-faq button b{width:28px;height:28px;border-radius:9px;background:#F0F6F3;color:var(--azp-green);display:grid;place-items:center;font-size:18px;transition:transform .2s}.azp-faq.is-open button b{transform:rotate(45deg)}.azp-faq>div{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.azp-faq>div>p{overflow:hidden;margin:0;padding:0 20px;color:var(--azp-text);line-height:1.9;font-size:14px}.azp-faq.is-open>div{grid-template-rows:1fr}.azp-faq.is-open>div>p{padding-bottom:18px}

.azp-final{padding:30px 0 90px;background:var(--azp-bg)}.azp-final__inner{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:48px;border-radius:28px;background:linear-gradient(135deg,#143D33,#1E6F5C);color:#fff;box-shadow:0 26px 60px rgba(21,61,51,.18)}.azp-final h2{font-size:clamp(30px,4vw,44px);margin:13px 0 8px}.azp-final p{margin:0;color:#D5E4DF;line-height:1.9;max-width:700px}

.azp-demo{position:fixed;inset:0;z-index:99999;background:rgba(10,28,23,.76);backdrop-filter:blur(8px);display:none;place-items:center;padding:20px}.azp-demo.is-open{display:grid}.azp-demo__dialog{width:min(920px,100%);min-height:480px;border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.3);display:grid}.azp-demo__close{position:absolute;top:24px;left:24px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#183C32;font-size:26px;cursor:pointer}.azp-demo__video iframe{width:100%;aspect-ratio:16/9;border:0;display:block}.azp-demo__fallback{padding:48px;display:grid;place-items:start;align-content:center;text-align:right}.azp-demo__fallback h3{font-size:34px;margin:14px 0}.azp-demo__steps{display:grid;gap:12px}.azp-demo__steps span{background:#F5F9F7;border:1px solid var(--azp-line);border-radius:12px;padding:12px 14px;color:#4E675F}

[data-az-reveal]{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.65,.3,1)}[data-az-reveal="left"]{transform:translateX(-32px)}[data-az-reveal="right"]{transform:translateX(32px)}[data-az-reveal].is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.azp-landing *,[data-az-reveal]{animation:none!important;transition:none!important;scroll-behavior:auto!important}[data-az-reveal]{opacity:1;transform:none}}
@media(max-width:1050px){.azp-hero__grid{grid-template-columns:1fr;direction:rtl}.azp-hero__visual{min-height:540px;max-width:760px;width:100%;margin:auto}.azp-features{grid-template-columns:repeat(2,1fr)}.azp-faq-layout{grid-template-columns:1fr;direction:rtl}.azp-heading--sticky{position:static}.azp-heading{margin-right:0}.azp-pricing{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.azp-shell{width:min(100% - 28px,1180px)}.azp-section{padding:68px 0}.azp-hero{padding:56px 0 64px}.azp-hero__copy h1{font-size:43px}.azp-hero__copy>p{font-size:16px}.azp-hero__visual{min-height:480px}.azp-live{inset:12px 0}.azp-live__stage{height:245px}.azp-float--points{right:-6px;top:70px}.azp-float--billing{left:-6px;bottom:54px}.azp-features,.azp-steps,.azp-pricing{grid-template-columns:1fr}.azp-final__inner{padding:34px 24px;flex-direction:column;align-items:flex-start}.azp-price__badge{left:18px}.azp-feature{padding:21px}}
@media(max-width:480px){.azp-hero__actions{display:grid}.azp-btn{width:100%}.azp-hero__visual{min-height:420px}.azp-live__stage{height:210px}.azp-live__student{width:90px;height:65px}.azp-whiteboard__canvas{height:85px}.azp-math{font-size:20px;right:22px}.azp-float{padding:9px 10px}.azp-float--billing{display:none}.azp-heading h2{font-size:34px}.azp-billing-toggle{width:100%;justify-content:center}.azp-billing-toggle button{flex:1}.azp-free-note{width:100%}}

.azp-footer-links{display:grid;gap:8px}
.azp-footer-links a{color:#C7D8D2;text-decoration:none;font-size:14px;transition:color .2s ease,transform .2s ease}
.azp-footer-links a:hover{color:#FFFFFF;transform:translateX(-2px)}
.azp-footer-socials{display:flex;gap:8px;margin-top:16px}
.azp-social{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff!important;font:800 12px "Cairo";transition:transform .2s ease,background .2s ease}
.azp-social:hover{transform:translateY(-3px);background:#1E6F5C}

.azpub{font-family:"Cairo",sans-serif;color:var(--azp-ink)}
.azpub-hero{padding:86px 0;background:radial-gradient(circle at 12% 18%,rgba(90,159,212,.12),transparent 25%),linear-gradient(180deg,#FBFDFC,#F3F8F6)}
.azpub-hero__grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:58px;align-items:center;direction:ltr}.azpub-hero__grid>*{direction:rtl}
.azpub-copy{text-align:right}.azpub-copy h1{font-size:clamp(44px,5.6vw,66px);line-height:1.2;margin:16px 0 18px}.azpub-copy h1 em{font-style:normal;color:var(--azp-green)}.azpub-copy p{font-size:17px;line-height:2;color:var(--azp-text);max-width:670px}.azpub-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:24px}
.azpub-visual{position:relative}.azpub-visual img{width:100%;height:480px;object-fit:cover;border-radius:26px;box-shadow:0 32px 74px rgba(27,73,61,.15)}.azpub-float{position:absolute;right:-24px;bottom:28px;background:#fff;border:1px solid var(--azp-line);border-radius:16px;padding:13px 15px;box-shadow:var(--azp-shadow)}.azpub-float strong,.azpub-float span{display:block}.azpub-float strong{font-size:12px}.azpub-float span{font-size:9px;color:#788A83;margin-top:3px}
.azpub-problems,.azpub-roles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.azpub-problems article,.azpub-roles article{border:1px solid var(--azp-line);border-radius:20px;padding:25px;background:#fff;transition:.25s}.azpub-problems article:hover,.azpub-roles article:hover{transform:translateY(-6px);box-shadow:0 20px 48px rgba(28,76,63,.08)}.azpub-problems span,.azpub-roles span{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:var(--azp-green-soft);color:var(--azp-green)}.azpub-problems svg,.azpub-roles svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}.azpub-problems h3,.azpub-roles h3{font-size:20px;margin:17px 0 7px}.azpub-problems p,.azpub-roles p{font-size:13px;line-height:1.9;color:var(--azp-text);margin:0}.azpub-roles .is-parent span{background:#FFF6DD;color:#946D18}.azpub-roles .is-student span{background:#EEF6FC;color:#3E7FAB}
.azpub-principles{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:start;direction:ltr}.azpub-principles>*{direction:rtl}.azpub-principles .azp-heading{margin:0}.azpub-principle-list{display:grid;gap:11px}.azpub-principle-list>div{display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:center;border:1px solid var(--azp-line);background:#fff;border-radius:16px;padding:15px}.azpub-principle-list b{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#F0F6F3;color:var(--azp-green);font-size:11px}.azpub-principle-list strong,.azpub-principle-list small{display:block}.azpub-principle-list strong{font-size:13px}.azpub-principle-list small{font-size:10px;color:#7B8D87;margin-top:3px}
@media(max-width:900px){.azpub-hero__grid,.azpub-principles{grid-template-columns:1fr;direction:rtl}.azpub-visual img{height:420px}.azpub-problems,.azpub-roles{grid-template-columns:1fr}}
@media(max-width:560px){.azpub-hero{padding:58px 0}.azpub-copy h1{font-size:38px}.azpub-visual img{height:330px}.azpub-float{right:10px;bottom:12px}}

.az-contact-info-card .azp-footer-links{margin-top:6px}
.az-contact-info-card .azp-footer-links a{display:block;padding:10px 12px;border-radius:10px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);color:#fff!important}
@media(max-width:900px){.az-contact-grid{flex-direction:column!important}.az-contact-form-card,.az-contact-info-card{width:100%!important}}
