@import "https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;700&display=swap";
*{margin:0;padding:0;box-sizing:border-box}
html,body{font-family:'Red Hat Display',sans-serif;font-size:16px;line-height:1.6;color:#2a2a2a;background:#fafafa}
.headerwrapper{background:linear-gradient(135deg,#fff 0%,#f5f5f5 100%);border-bottom:3px solid #db317326;box-shadow:0 4px 12px #0000000f}
.toprow{max-width:1140px;margin:0 auto;padding:20px 30px 15px;display:flex;justify-content:space-between;align-items:center}
.logobox{width:110px;height:110px;background:#fff;border-radius:8px;padding:12px;box-shadow:0 3px 8px #00000014}
.logobox img{width:100%;height:100%;object-fit:contain}
.mainnavi{display:flex;gap:8px;align-items:center}
.navilink{padding:12px 22px;text-decoration:none;color:#2a2a2a;font-weight:400;font-size:15px;background:#fef6d466;border-radius:6px;transition:all 500ms;border:1px solid transparent}
.navilink:hover{background:#db31731f;color:#DB3173;border-color:#db317340}
.bottomrow{max-width:1140px;margin:0 auto;padding:0 30px 25px;text-align:center}
.companyname{font-size:32px;font-weight:700;color:#107637;letter-spacing:.5px;margin-top:28px}
.footerbox{background:linear-gradient(180deg,#f8f8f8 0%,#ececec 100%);border-top:2px solid #10763726;padding:50px 30px 40px;margin-top:80px}
.footercontent{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px}
.footersection h3{font-size:18px;color:#107637;margin-bottom:18px;font-weight:700}
.contactinfo p{margin-bottom:10px;color:#4a4a4a;font-size:14px}
.footernavi{display:flex;flex-direction:column;gap:12px}
.footerlink{color:#4a4a4a;text-decoration:none;font-size:14px;transition:color 450ms}
.footerlink:hover{color:#DB3173}
.copyright{max-width:1140px;margin:35px auto 0;padding-top:25px;border-top:1px solid #0000001a;text-align:center;color:#6a6a6a;font-size:13px}
.cookiepopup{position:fixed;bottom:20px;right:20px;width:340px;background:#fff;border-radius:10px;box-shadow:0 8px 24px #0000002e;padding:28px;border:2px solid #db317333;transform:translateY(150%);transition:transform 550ms;z-index:9999}
.cookiepopup.showing{transform:translateY(0)}
.cookietitle{font-size:19px;font-weight:700;color:#107637;margin-bottom:15px}
.cookietext{font-size:14px;color:#4a4a4a;margin-bottom:20px;line-height:1.5}
.cookiecategories{margin-bottom:22px}
.categoryitem{margin-bottom:12px;display:flex;align-items:center;gap:10px}
.categoryitem input[type="checkbox"]{width:18px;height:18px;cursor:pointer}
.categoryitem input[type="checkbox"]:disabled{cursor:not-allowed;opacity:.6}
.categoryitem label{font-size:14px;color:#2a2a2a;cursor:pointer}
.cookiebuttons{display:flex;gap:10px}
.cookiebutt{flex:1;padding:12px 18px;border:none;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;transition:all 500ms;font-family:'Red Hat Display',sans-serif}
.acceptbutt{background:#107637;color:#fff}
.acceptbutt:hover{background:#0d5f2c}
.declinebutt{background:#DB3173;color:#fff}
.declinebutt:hover{background:#b82860}
@media (max-width: 1024px) {
.toprow{padding:18px 20px 12px}
.mainnavi{flex-wrap:wrap;gap:6px}
.navilink{padding:10px 16px;font-size:14px}
.logobox{width:90px;height:90px}
.companyname{font-size:26px;margin-top:22px}
.footercontent{grid-template-columns:1fr;gap:35px}
}
@media (max-width: 640px) {
.toprow{flex-direction:column;align-items:center;gap:18px}
.logobox{width:80px;height:80px}
.mainnavi{width:100%;justify-content:center}
.navilink{padding:9px 14px;font-size:13px}
.companyname{font-size:22px;margin-top:15px}
.bottomrow{padding:0 20px 20px}
.footerbox{padding:40px 20px 30px;margin-top:60px}
.cookiepopup{width:calc(100% - 40px);right:20px;left:20px;bottom:20px}
}
.info-legal-y{max-width:1140px;margin:60px auto;padding:0 20px;background:#fff}
.info-legal-y p{font-size:16px;line-height:1.75;color:#2d2d2d;margin:0 0 20px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.info-legal-y p:last-child{margin-bottom:0}
.info-legal-y ul,.info-legal-y ol{margin:0 0 24px;padding:0 0 0 28px;font-size:16px;line-height:1.75;color:#2d2d2d;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.info-legal-y ul{list-style-type:disc}
.info-legal-y ol{list-style-type:decimal}
.info-legal-y li{margin:0 0 12px;padding:0 0 0 8px}
.info-legal-y li:last-child{margin-bottom:0}
.info-legal-y ul ul,.info-legal-y ul ol,.info-legal-y ol ul,.info-legal-y ol ol{margin:12px 0 0;padding-left:28px}
.info-legal-y ul ul{list-style-type:circle}
.info-legal-y ul ul ul{list-style-type:square}
.info-legal-y strong,.info-legal-y b{font-weight:700;color:#1a1a1a}
.info-legal-y em,.info-legal-y i{font-style:italic}
.info-legal-y a{color:#DB3173;text-decoration:none;border-bottom:1px solid #db31734d;transition:all 400ms ease}
.info-legal-y a:hover{color:#107637;border-bottom-color:#10763780;background:#1076370d}
.info-legal-y a:active{color:#0d5c2b}
.info-legal-y hr{margin:40px 0;border:0;border-top:2px solid #e8e8e8;height:0}
.info-legal-y div{margin:0 0 20px}
.info-legal-y div p:last-child{margin-bottom:0}
.info-legal-y h1,.info-legal-y h2,.info-legal-y h3,.info-legal-y h4,.info-legal-y h5,.info-legal-y h6{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:700;color:#1a1a1a;margin:0 0 24px;line-height:1.3}
.info-legal-y h1{font-size:36px;margin:0 0 32px;padding-bottom:16px;border-bottom:3px solid #DB3173}
.info-legal-y h2{font-size:28px;margin:48px 0 24px;padding-top:8px}
.info-legal-y h3{font-size:22px;margin:36px 0 20px;color:#2d2d2d}
.info-legal-y h4{font-size:18px;margin:28px 0 16px;color:#3d3d3d}
.info-legal-y h5{font-size:16px;margin:24px 0 12px;color:#4d4d4d}
.info-legal-y h6{font-size:14px;margin:20px 0 12px;color:#5d5d5d;text-transform:uppercase;letter-spacing:.5px}
.info-legal-y blockquote{margin:24px 0;padding:20px 24px;background:#FEF6D4;border-left:4px solid #DB3173;font-style:italic;color:#3d3d3d}
.info-legal-y blockquote p{margin:0 0 12px}
.info-legal-y blockquote p:last-child{margin-bottom:0}
.info-legal-y table{width:100%;margin:24px 0;border-collapse:collapse;font-size:15px}
.info-legal-y table th,.info-legal-y table td{padding:12px 16px;border:1px solid #e0e0e0;text-align:left}
.info-legal-y table th{background:#f8f8f8;font-weight:700;color:#1a1a1a}
.info-legal-y table tr:nth-child(even){background:#fafafa}
.info-legal-y code{background:#f4f4f4;padding:2px 6px;border-radius:4px;font-family:"Courier New",Courier,monospace;font-size:14px;color:#DB3173}
.info-legal-y pre{background:#f4f4f4;padding:20px;border-radius:8px;overflow-x:auto;margin:24px 0}
.info-legal-y pre code{background:transparent;padding:0;color:#2d2d2d}
@media (max-width: 1024px) {
.info-legal-y{margin:40px auto;padding:0 24px}
.info-legal-y h1{font-size:30px}
.info-legal-y h2{font-size:24px;margin:36px 0 20px}
.info-legal-y h3{font-size:20px}
}
@media (max-width: 640px) {
.info-legal-y{margin:24px auto;padding:0 16px}
.info-legal-y h1{font-size:26px;margin:0 0 24px}
.info-legal-y h2{font-size:22px;margin:32px 0 16px}
.info-legal-y h3{font-size:18px;margin:24px 0 12px}
.info-legal-y h4{font-size:16px}
.info-legal-y p,.info-legal-y ul,.info-legal-y ol{font-size:15px;line-height:1.7}
.info-legal-y ul,.info-legal-y ol{padding-left:24px}
.info-legal-y li{padding-left:4px}
.info-legal-y hr{margin:32px 0}
.info-legal-y blockquote{padding:16px 20px;margin:20px 0}
.info-legal-y table{font-size:14px}
.info-legal-y table th,.info-legal-y table td{padding:10px 12px}
}
.successpagewrap{background:linear-gradient(135deg,#FEF6D4 0%,#fff 100%);min-height:100vh;padding:0}
.titlezonewrapper{position:relative;height:480px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.titlezonewrapper .bgimgblur{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(12px) brightness(0.7);transform:scale(1.1)}
.titlezonewrapper .textcontent{position:relative;z-index:2;text-align:center;color:#fff;max-width:820px;padding:40px}
.titlezonewrapper .maintitle{font-size:48px;font-weight:700;margin:0 0 20px;line-height:1.2;text-shadow:0 4px 12px #0006}
.titlezonewrapper .subdesc{font-size:22px;line-height:1.6;margin:0;text-shadow:0 2px 8px #0000004d}
.titlezonewrapper::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#db31734d 0%,#1076374d 50%,#db31734d 100%);z-index:1;animation:colorshift 8s ease-in-out infinite}
@keyframes colorshift {
0%,100%{opacity:.6}
50%{opacity:.8}
}
.storysectionbox{max-width:1140px;margin:80px auto;padding:0 20px}
.gridlayoutstories{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.storycard{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform 450ms,box-shadow 450ms;display:flex;flex-direction:column}
.storycard:hover{transform:translateY(-8px);box-shadow:0 12px 24px #db317333}
.storycard .portraitimg{width:100%;height:280px;object-fit:cover}
.storycard .contentzone{padding:28px;flex-grow:1;display:flex;flex-direction:column}
.storycard .nametext{font-size:24px;font-weight:600;color:#DB3173;margin:0 0 8px}
.storycard .rolelabel{font-size:14px;color:#107637;text-transform:uppercase;letter-spacing:.5px;margin:0 0 18px}
.storycard .descriptiontext{font-size:16px;line-height:1.7;color:#333;margin:0 0 18px;flex-grow:1}
.storycard .metricsdisplay{display:flex;gap:20px;padding-top:18px;border-top:2px solid #FEF6D4}
.storycard .metricitem{flex:1}
.storycard .metricnumber{font-size:28px;font-weight:700;color:#DB3173;display:block;margin-bottom:4px}
.storycard .metriclabel{font-size:13px;color:#666}
.detailsectionwrapper{background:linear-gradient(180deg,#fff 0%,#FEF6D4 100%);padding:90px 0}
.asymlayoutcontainer{max-width:1140px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:2fr 3fr;gap:60px;align-items:start}
.leftcolumnbox{position:sticky;top:40px}
.leftcolumnbox .sectionheading{font-size:38px;font-weight:700;color:#107637;margin:0 0 24px;line-height:1.3}
.leftcolumnbox .intropar{font-size:17px;line-height:1.8;color:#444;margin:0 0 32px}
.leftcolumnbox .showcaseimg{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 20px #10763726}
.rightcolumnbox .insightcard{background:#fff;padding:36px;border-radius:10px;margin-bottom:28px;border-left:6px solid #DB3173;box-shadow:0 4px 16px #0000000f}
.rightcolumnbox .insightcard:nth-child(2){border-left-color:#107637}
.rightcolumnbox .insightcard:nth-child(3){border-left-color:#DB3173}
.rightcolumnbox .insightcard .cardtitle{font-size:22px;font-weight:600;color:#222;margin:0 0 16px}
.rightcolumnbox .insightcard .cardtext{font-size:16px;line-height:1.7;color:#555;margin:0 0 12px}
.rightcolumnbox .insightcard .cardtext:last-child{margin-bottom:0}
.rightcolumnbox .insightcard .highlightphrase{color:#DB3173;font-weight:600}
@media (max-width: 1024px) {
.gridlayoutstories{grid-template-columns:1fr;gap:40px}
.asymlayoutcontainer{grid-template-columns:1fr;gap:50px}
.leftcolumnbox{position:static}
.titlezonewrapper .maintitle{font-size:38px}
.titlezonewrapper .subdesc{font-size:19px}
}
@media (max-width: 640px) {
.titlezonewrapper{height:360px}
.titlezonewrapper .maintitle{font-size:32px}
.titlezonewrapper .subdesc{font-size:17px}
.titlezonewrapper .textcontent{padding:24px}
.storysectionbox{margin:60px auto}
.storycard .contentzone{padding:22px}
.storycard .metricsdisplay{flex-direction:column;gap:14px}
.detailsectionwrapper{padding:60px 0}
.leftcolumnbox .sectionheading{font-size:30px}
.rightcolumnbox .insightcard{padding:26px}
}
.herosectioncontainer{position:relative;max-width:1140px;margin:0 auto;padding:0 24px}
.herobox{display:flex;flex-direction:row;gap:48px;align-items:center;padding:80px 0}
.heroimagebox{flex:1;position:relative}
.heroimagebox img{width:100%;height:540px;object-fit:cover;border-radius:8px;box-shadow:0 12px 32px #db317333}
.herotextbox{flex:1;z-index:2}
.herotextbox h1{font-size:48px;line-height:1.2;color:#DB3173;margin:0 0 24px;font-weight:700}
.herotextbox .subheadline{font-size:22px;line-height:1.4;color:#333;margin:0 0 32px}
.herotextbox .descriptiontext{font-size:16px;line-height:1.6;color:#555;margin:0 0 40px}
.heroactionbutt{display:inline-block;background:linear-gradient(135deg,#DB3173,#c12860);color:#fff;padding:16px 36px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;transition:all 450ms ease;box-shadow:0 6px 16px #db31734d}
.heroactionbutt:hover{background:linear-gradient(135deg,#c12860,#a9234f);box-shadow:0 10px 24px #db317366;transform:translateY(-2px)}
.decorativeframe{position:absolute;top:-16px;right:-16px;width:200px;height:200px;border:3px solid #FEF6D4;border-radius:8px;z-index:1}
.outcomessection{background:linear-gradient(180deg,#FEF6D4 0%,#fef6d44d 100%);padding:80px 0}
.outcomescontainr{max-width:1140px;margin:0 auto;padding:0 24px}
.outcomesheading{text-align:center;margin:0 0 56px}
.outcomesheading h2{font-size:38px;color:#107637;margin:0 0 16px;font-weight:700}
.outcomesheading .subtxt{font-size:18px;color:#444;line-height:1.5;max-width:720px;margin:0 auto}
.outcomesgridbox{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.outcomecard{background:#fff;border-radius:10px;padding:36px 28px;box-shadow:0 4px 16px #00000014;transition:all 500ms ease;border-top:4px solid #DB3173}
.outcomecard:hover{transform:translateY(-6px);box-shadow:0 12px 28px #10763726;border-top-color:#107637}
.outcomecard .cardicon{width:64px;height:64px;margin:0 0 20px;fill:#DB3173}
.outcomecard h3{font-size:22px;color:#222;margin:0 0 12px;font-weight:600}
.outcomecard .carddescr{font-size:15px;line-height:1.6;color:#666;margin:0}
.interactionsection{padding:80px 0;background:#fff}
.interactionwrapper{max-width:1140px;margin:0 auto;padding:0 24px}
.interactheading{margin:0 0 48px}
.interactheading h2{font-size:36px;color:#107637;margin:0 0 20px;font-weight:700}
.interactheading .leadtxt{font-size:17px;color:#555;line-height:1.6;max-width:680px}
.formatscontainer{display:flex;flex-direction:row;gap:40px;align-items:flex-start}
.formatimgbox{flex:1}
.formatimgbox img{width:100%;height:480px;object-fit:cover;border-radius:10px;box-shadow:0 8px 24px #0000001a}
.formatcontentbox{flex:1;display:flex;flex-direction:column;gap:28px}
.formatitem{background:linear-gradient(135deg,#db31730d,#fef6d44d);border-left:5px solid #DB3173;padding:24px 28px;border-radius:6px;transition:all 450ms ease}
.formatitem:hover{background:linear-gradient(135deg,#10763714,#fef6d480);border-left-color:#107637;box-shadow:0 6px 20px #1076371f}
.formatitem h4{font-size:20px;color:#222;margin:0 0 10px;font-weight:600}
.formatitem .formatdesc{font-size:15px;line-height:1.6;color:#555;margin:0}
.expertsection{background:linear-gradient(180deg,#1076370d 0%,#fff 100%);padding:80px 0}
.expertcontainr{max-width:1140px;margin:0 auto;padding:0 24px}
.expertsectionhead{text-align:center;margin:0 0 56px}
.expertsectionhead h2{font-size:38px;color:#DB3173;margin:0 0 18px;font-weight:700}
.expertsectionhead .introtext{font-size:17px;color:#444;line-height:1.6;max-width:700px;margin:0 auto}
.expertgrid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.expertprofilebox{display:flex;flex-direction:column;gap:32px}
.expertcard{display:flex;flex-direction:row;gap:24px;background:#fff;padding:28px;border-radius:8px;box-shadow:0 6px 20px #00000014;transition:all 500ms ease}
.expertcard:hover{box-shadow:0 12px 32px #db317326;transform:translateX(8px)}
.expertphoto{flex-shrink:0}
.expertphoto img{width:96px;height:96px;border-radius:50%;object-fit:cover;border:4px solid #FEF6D4;box-shadow:0 4px 12px #10763733}
.expertinfo h5{font-size:20px;color:#222;margin:0 0 6px;font-weight:600}
.expertrole{font-size:14px;color:#107637;margin:0 0 12px;font-weight:500}
.expertbio{font-size:15px;line-height:1.5;color:#555;margin:0}
.expertimagebox img{width:100%;height:520px;object-fit:cover;border-radius:10px;box-shadow:0 10px 28px #0000001f}
.waveseparator{width:100%;height:80px;position:relative;overflow:hidden;background:linear-gradient(90deg,#DB3173,#107637)}
.waveseparator svg{position:absolute;bottom:0;width:100%;height:100%;fill:#fff}
@media (max-width: 1024px) {
.herobox{flex-direction:column;padding:60px 0;gap:36px}
.herotextbox h1{font-size:38px}
.outcomesgridbox{grid-template-columns:repeat(2,1fr);gap:24px}
.formatscontainer{flex-direction:column;gap:32px}
.expertgrid{grid-template-columns:1fr;gap:36px}
}
@media (max-width: 640px) {
.herotextbox h1{font-size:32px}
.herotextbox .subheadline{font-size:18px}
.herobox{padding:40px 0}
.outcomesgridbox{grid-template-columns:1fr}
.outcomessection,.interactionsection,.expertsection{padding:60px 0}
.outcomesheading h2,.expertsectionhead h2{font-size:30px}
.interactheading h2{font-size:28px}
.expertcard{flex-direction:column;align-items:center;text-align:center}
}
.titlebox{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#FEF6D4 0%,#fef6d499 100%)}
.titlebox .imgcollage{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);gap:8px;padding:8px;opacity:.15}
.titlebox .imgcollage .fragment{background-image:url(./graphics_gallery/main-PIC8938.jpg);background-size:400% 300%;background-position:var(--pos-x) var(--pos-y);border-radius:8px;animation:subtlemotion 8s ease-in-out infinite}
.titlebox .imgcollage .fragment:nth-child(1){--pos-x:0;--pos-y:0;animation-delay:0s}
.titlebox .imgcollage .fragment:nth-child(2){--pos-x:33%;--pos-y:0;animation-delay:.5s}
.titlebox .imgcollage .fragment:nth-child(3){--pos-x:66%;--pos-y:0;animation-delay:1s}
.titlebox .imgcollage .fragment:nth-child(4){--pos-x:100%;--pos-y:0;animation-delay:1.5s}
.titlebox .imgcollage .fragment:nth-child(5){--pos-x:0;--pos-y:50%;animation-delay:2s}
.titlebox .imgcollage .fragment:nth-child(6){--pos-x:33%;--pos-y:50%;animation-delay:2.5s}
.titlebox .imgcollage .fragment:nth-child(7){--pos-x:66%;--pos-y:50%;animation-delay:3s}
.titlebox .imgcollage .fragment:nth-child(8){--pos-x:100%;--pos-y:50%;animation-delay:3.5s}
.titlebox .imgcollage .fragment:nth-child(9){--pos-x:0;--pos-y:100%;animation-delay:4s}
.titlebox .imgcollage .fragment:nth-child(10){--pos-x:33%;--pos-y:100%;animation-delay:4.5s}
.titlebox .imgcollage .fragment:nth-child(11){--pos-x:66%;--pos-y:100%;animation-delay:5s}
.titlebox .imgcollage .fragment:nth-child(12){--pos-x:100%;--pos-y:100%;animation-delay:5.5s}
@keyframes subtlemotion {
0%,100%{transform:translateY(0) scale(1)}
50%{transform:translateY(-6px) scale(1.02)}
}
.titlebox .layeroverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#db31730d 0%,#1076370d 100%);pointer-events:none}
.titlebox .contentwrap{position:relative;z-index:2;max-width:900px;margin:0 auto;padding:40px 24px;text-align:center}
.titlebox .mainheading{font-size:52px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 20px}
.titlebox .mainheading .highlight{position:relative;display:inline-block;color:#DB3173}
.titlebox .mainheading .highlight::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:3px;background:#107637;border-radius:2px}
.titlebox .subtext{font-size:20px;line-height:1.5;color:#4a4a4a;margin:0}
@media (max-width: 1024px) {
.titlebox{min-height:400px}
.titlebox .mainheading{font-size:42px}
.titlebox .subtext{font-size:18px}
}
@media (max-width: 640px) {
.titlebox{min-height:320px}
.titlebox .imgcollage{grid-template-columns:repeat(3,1fr);gap:4px;padding:4px}
.titlebox .mainheading{font-size:32px}
.titlebox .subtext{font-size:16px}
.titlebox .contentwrap{padding:24px 16px}
}
.detailsbox{padding:80px 24px;background:#fff}
.detailsbox .innerwrap{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.detailsbox .infoside .sectionlabel{font-size:38px;font-weight:700;color:#1a1a1a;margin:0 0 32px;line-height:1.3}
.detailsbox .infoside .textblock{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0 0 24px}
.detailsbox .contactlist{list-style:none;margin:32px 0 0;padding:0}
.detailsbox .contactlist .item{margin:0 0 20px;padding:20px;background:linear-gradient(135deg,#fef6d466 0%,#fef6d41a 100%);border-radius:8px;border-left:4px solid #DB3173;transition:all 450ms ease}
.detailsbox .contactlist .item:hover{background:linear-gradient(135deg,#fef6d499 0%,#fef6d433 100%);transform:translateX(4px)}
.detailsbox .contactlist .item .label{font-size:14px;font-weight:600;color:#107637;text-transform:uppercase;letter-spacing:.5px;margin:0 0 6px;display:block}
.detailsbox .contactlist .item .value{font-size:18px;color:#1a1a1a;font-weight:500;text-decoration:none;display:block}
.detailsbox .contactlist .item .value:hover{color:#DB3173}
.detailsbox .formside{background:linear-gradient(135deg,#f8f8f8 0%,#fff 100%);padding:40px;border-radius:12px;box-shadow:0 8px 24px #00000014}
.detailsbox .formside .formtitle{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 28px}
@media (max-width: 1024px) {
.detailsbox .innerwrap{grid-template-columns:1fr;gap:40px}
.detailsbox{padding:60px 24px}
}
@media (max-width: 640px) {
.detailsbox{padding:40px 16px}
.detailsbox .infoside .sectionlabel{font-size:28px}
.detailsbox .formside{padding:24px}
.detailsbox .formside .formtitle{font-size:24px}
}
.contactform .fieldwrapper{margin:0 0 24px}
.contactform .inputlabel{display:block;font-size:15px;font-weight:600;color:#2a2a2a;margin:0 0 8px}
.contactform .inputfield{width:100%;padding:14px 16px;font-size:16px;color:#1a1a1a;background:#fff;border:2px solid #e0e0e0;border-radius:6px;transition:all 450ms ease;box-sizing:border-box}
.contactform .inputfield:focus{outline:none;border-color:#DB3173;box-shadow:0 0 0 4px #db31731a}
.contactform .radiowrap{display:flex;gap:20px;margin:12px 0 0}
.contactform .radiobox{display:none}
.contactform .radiolabel{display:inline-flex;align-items:center;font-size:15px;color:#4a4a4a;cursor:pointer;transition:color 400ms ease}
.contactform .radiolabel::before{content:'';width:20px;height:20px;border:2px solid #DB3173;border-radius:50%;margin-right:8px;background:#fff;transition:all 450ms ease;flex-shrink:0}
.contactform .radiobox:checked + .radiolabel::before{background:#DB3173;box-shadow:inset 0 0 0 4px #fff}
.contactform .radiobox:checked + .radiolabel{color:#1a1a1a;font-weight:600}
.contactform .conditionalfield{max-height:0;overflow:hidden;opacity:0;transition:all 500ms ease;margin:0}
.contactform #contactradio:checked ~ .conditionalwrap .emailfield,.contactform #workshopradio:checked ~ .conditionalwrap .workshopfield{max-height:120px;opacity:1;margin:20px 0 0}
.contactform .privacywrap{margin:28px 0 0}
.contactform .privacycheck{display:none}
.contactform .privacylabel{display:flex;align-items:start;font-size:14px;color:#4a4a4a;cursor:pointer;line-height:1.6}
.contactform .privacylabel::before{content:'';width:20px;height:20px;border:2px solid #DB3173;border-radius:4px;margin-right:10px;background:#fff;transition:all 450ms ease;flex-shrink:0;margin-top:2px}
.contactform .privacycheck:checked + .privacylabel::before{background:#DB3173;box-shadow:inset 0 0 0 3px #fff}
.contactform .privacylabel a{color:#107637;text-decoration:underline}
.contactform .privacylabel a:hover{color:#DB3173}
.contactform .submitbutt{width:100%;padding:16px 32px;font-size:17px;font-weight:700;color:#fff;background:linear-gradient(135deg,#DB3173 0%,#a82458 100%);border:none;border-radius:8px;cursor:pointer;transition:all 500ms ease;margin:24px 0 0;box-shadow:0 4px 16px #db31734d;position:relative;z-index:10}
.contactform .submitbutt:hover{background:linear-gradient(135deg,#a82458 0%,#DB3173 100%);transform:translateY(-2px);box-shadow:0 8px 24px #db317366}
.contactform .submitbutt:active{transform:translateY(0)}
.hoursbox{padding:80px 24px;background:linear-gradient(180deg,#fff 0%,#FEF6D4 100%);position:relative}
.hoursbox::before{content:'';position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#DB3173 50%,transparent 100%)}
.hoursbox .contentwrap{max-width:1140px;margin:0 auto}
.hoursbox .headtext{font-size:34px;font-weight:700;color:#1a1a1a;margin:0 0 40px;text-align:center}
.hoursbox .schedulegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.hoursbox .schedulecard{background:#fff;padding:28px;border-radius:10px;box-shadow:0 4px 16px #0000000f;border-top:4px solid #107637;transition:all 450ms ease}
.hoursbox .schedulecard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}
.hoursbox .schedulecard .cardtitle{font-size:20px;font-weight:700;color:#DB3173;margin:0 0 16px}
.hoursbox .schedulecard .cardinfo{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0}
.hoursbox .schedulecard .cardinfo strong{color:#1a1a1a;font-weight:600}
@media (max-width: 1024px) {
.hoursbox .schedulegrid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 640px) {
.hoursbox{padding:60px 16px}
.hoursbox .headtext{font-size:26px}
.hoursbox .schedulegrid{grid-template-columns:1fr;gap:16px}
}
.ctabox{padding:100px 24px;background:linear-gradient(135deg,#107637 0%,#0a5026 100%);position:relative;overflow:hidden}
.ctabox::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fef6d426 0%,transparent 70%);border-radius:50%}
.ctabox .contentwrap{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}
.ctabox .bigtitle{font-size:42px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2}
.ctabox .desctext{font-size:19px;line-height:1.6;color:#ffffffe6;margin:0 0 40px}
.ctabox .actionbutt{display:inline-block;padding:18px 48px;font-size:18px;font-weight:700;color:#107637;background:#FEF6D4;border-radius:8px;text-decoration:none;transition:all 500ms ease;box-shadow:0 6px 20px #0003;position:relative;z-index:10}
.ctabox .actionbutt:hover{background:#fff;transform:translateY(-3px);box-shadow:0 10px 30px #0000004d}
@media (max-width: 640px) {
.ctabox{padding:60px 16px}
.ctabox .bigtitle{font-size:28px}
.ctabox .desctext{font-size:17px}
.ctabox .actionbutt{padding:14px 32px;font-size:16px}
}
.titleblock{position:relative;max-width:1140px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.titleblock .imagewrap{position:relative;grid-column:2}
.titleblock .imagewrap img{width:100%;height:520px;object-fit:cover;border-radius:8px;display:block}
.titleblock .imagewrap::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#db317326,#10763726);border-radius:8px;pointer-events:none}
.titleblock .textstuff{grid-column:1;grid-row:1;z-index:2}
.titleblock .textstuff::before{content:'';position:absolute;top:-20px;left:-20px;width:60px;height:60px;border-top:2px solid #DB3173;border-left:2px solid #DB3173}
.titleblock .textstuff::after{content:'';position:absolute;bottom:-20px;right:-20px;width:60px;height:60px;border-bottom:2px solid #107637;border-right:2px solid #107637}
.titleblock .bigtitle{font-size:48px;font-weight:700;color:#1a1a1a;margin:0 0 24px;line-height:1.2}
.titleblock .descripttext{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0 0 32px}
.titleblock .actionbutt{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#DB3173,#c12861);color:#fff;text-decoration:none;border-radius:6px;font-size:17px;font-weight:600;transition:all 450ms ease;box-shadow:0 4px 12px #db317340}
.titleblock .actionbutt:hover{transform:translateY(-2px);box-shadow:0 8px 20px #db317359;background:linear-gradient(135deg,#c12861,#DB3173)}
.programsection{background:linear-gradient(160deg,#FEF6D4 0%,#fff 100%);padding:100px 20px;position:relative}
.programsection .contentwrap{max-width:1140px;margin:0 auto}
.programsection .sectionheading{font-size:38px;font-weight:700;color:#1a1a1a;margin:0 0 16px;text-align:center}
.programsection .sectionheading::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#DB3173,#107637);margin:20px auto 0;border-radius:2px}
.programsection .intropara{font-size:17px;line-height:1.7;color:#4a4a4a;text-align:center;max-width:820px;margin:0 auto 60px}
.programsection .modulegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.programsection .modulebox{background:#fff;border-radius:10px;padding:36px 28px;box-shadow:0 6px 18px #00000014;transition:all 500ms ease;border-top:4px solid transparent}
.programsection .modulebox:nth-child(1){border-top-color:#DB3173}
.programsection .modulebox:nth-child(2){border-top-color:#107637}
.programsection .modulebox:nth-child(3){border-top-color:#DB3173}
.programsection .modulebox:hover{transform:translateY(-6px);box-shadow:0 12px 28px #00000024}
.programsection .modulenumber{display:inline-block;width:50px;height:50px;background:#db31731a;border-radius:50%;text-align:center;line-height:50px;font-size:20px;font-weight:700;color:#DB3173;margin-bottom:20px}
.programsection .modulebox:nth-child(2) .modulenumber{background:#1076371a;color:#107637}
.programsection .moduletitle{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 14px}
.programsection .moduletext{font-size:16px;line-height:1.7;color:#5a5a5a;margin:0}
.trackingsection{padding:90px 20px;max-width:1140px;margin:0 auto}
.trackingsection .trackerheading{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 50px}
.trackingsection .trackerheading::before{content:'';display:inline-block;width:8px;height:8px;background:#DB3173;border-radius:50%;margin-right:12px;vertical-align:middle}
.trackingsection .progresswrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.trackingsection .stagestep{position:relative;background:#fff;border:2px solid #e8e8e8;border-radius:8px;padding:32px 24px;transition:all 450ms ease}
.trackingsection .stagestep:hover{border-color:#DB3173;box-shadow:0 8px 20px #db31731f}
.trackingsection .stagenumber{position:absolute;top:-16px;left:24px;background:linear-gradient(135deg,#DB3173,#107637);color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}
.trackingsection .stagelabel{font-size:19px;font-weight:600;color:#1a1a1a;margin:8px 0 12px}
.trackingsection .stageinfo{font-size:15px;line-height:1.6;color:#5a5a5a;margin:0}
.trackingsection .progressbar{height:8px;background:#e8e8e8;border-radius:4px;margin-top:16px;overflow:hidden;position:relative}
.trackingsection .progressbar::after{content:'';position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#DB3173,#107637);border-radius:4px;transition:width 600ms ease}
.trackingsection .stagestep:nth-child(1) .progressbar::after{width:100%}
.trackingsection .stagestep:nth-child(2) .progressbar::after{width:75%}
.trackingsection .stagestep:nth-child(3) .progressbar::after{width:45%}
.trackingsection .stagestep:nth-child(4) .progressbar::after{width:20%}
.testimonialsection{background:linear-gradient(180deg,#fff 0%,#fef6d466 100%);padding:90px 20px}
.testimonialsection .testimonialcontainer{max-width:1140px;margin:0 auto}
.testimonialsection .testtitle{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 60px;text-align:center;position:relative}
.testimonialsection .testtitle::before{content:'';position:absolute;width:120px;height:3px;background:#107637;bottom:-16px;left:50%;transform:translateX(-50%)}
.testimonialsection .testimonialgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.testimonialsection .testcard{background:#fff;border-radius:12px;padding:0;box-shadow:0 4px 16px #0000000f;overflow:hidden;transition:all 500ms ease}
.testimonialsection .testcard:hover{box-shadow:0 10px 30px #0000001f;transform:scale(1.02)}
.testimonialsection .personimage{width:100%;height:280px;object-fit:cover}
.testimonialsection .testcontent{padding:28px 24px}
.testimonialsection .personname{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 6px}
.testimonialsection .personrole{font-size:14px;color:#107637;font-weight:600;margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}
.testimonialsection .testimonialtext{font-size:16px;line-height:1.7;color:#5a5a5a;margin:0;font-style:italic}
@media (max-width: 1024px) {
.titleblock{grid-template-columns:1fr;gap:40px;padding:60px 20px}
.titleblock .imagewrap{grid-column:1;grid-row:2}
.titleblock .textstuff{grid-column:1;grid-row:1}
.titleblock .bigtitle{font-size:38px}
.programsection .modulegrid{grid-template-columns:1fr}
.trackingsection .progresswrapper{grid-template-columns:repeat(2,1fr)}
.testimonialsection .testimonialgrid{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.titleblock{padding:40px 16px}
.titleblock .bigtitle{font-size:32px}
.titleblock .descripttext{font-size:16px}
.titleblock .imagewrap img{height:340px}
.programsection{padding:60px 16px}
.programsection .sectionheading{font-size:30px}
.trackingsection{padding:60px 16px}
.trackingsection .progresswrapper{grid-template-columns:1fr}
.trackingsection .trackerheading{font-size:28px}
.testimonialsection{padding:60px 16px}
.testimonialsection .testtitle{font-size:28px;margin-bottom:40px}
}
.titlezoneblock{background:linear-gradient(135deg,#db317314 0%,#1076370f 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.titlezoneblock::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url(./graphics_gallery/PIC3709-2025-05-07.jpg) center/cover no-repeat;opacity:.12;mix-blend-mode:multiply}
.titlecontainerwrap{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.titletextbox{max-width:720px}
.titletextbox h1{font-size:48px;line-height:1.2;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.titletextbox .subtitleline{font-size:22px;line-height:1.5;color:#4a4a4a;margin:0 0 32px}
.decorlinething{width:80px;height:4px;background:linear-gradient(90deg,#DB3173 0%,#107637 100%);margin:0 0 36px;border-radius:8px}
.introblocktext{font-size:17px;line-height:1.7;color:#2a2a2a}
.practicalstuffbox{max-width:1140px;margin:80px auto;padding:0 20px}
.practicalstuffbox h2{font-size:36px;color:#1a1a1a;margin:0 0 48px;position:relative;padding-left:24px}
.practicalstuffbox h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:32px;background:#DB3173;border-radius:4px}
.gridoftips{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}
.singletipcard{background:#fff;border:2px solid #f0f0f0;border-radius:10px;padding:32px;transition:all 450ms;position:relative}
.singletipcard:hover{border-color:#DB3173;box-shadow:0 8px 24px #db317326;transform:translateY(-4px)}
.singletipcard h3{font-size:24px;color:#107637;margin:0 0 16px;font-weight:600}
.singletipcard p{font-size:16px;line-height:1.6;color:#3a3a3a;margin:0 0 12px}
.singletipcard p:last-child{margin-bottom:0}
.tipnumbermarker{position:absolute;top:20px;right:20px;width:44px;height:44px;background:linear-gradient(135deg,#db31731a 0%,#1076371a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#DB3173}
.expertinsightzone{background:linear-gradient(to bottom,#FEF6D4 0%,#fef6d44d 100%);padding:80px 20px;margin:80px 0;position:relative}
.expertinsightzone::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#DB3173 50%,transparent 100%)}
.expertcontainerlayout{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:64px;align-items:start}
.expertprofilebox{text-align:center}
.expertprofilebox img{width:180px;height:180px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 6px 20px #0000001f;margin:0 auto 20px;display:block}
.expertprofilebox h4{font-size:20px;color:#1a1a1a;margin:0 0 8px;font-weight:600}
.expertprofilebox .expertrole{font-size:14px;color:#107637;font-weight:500}
.expertquotecontent h3{font-size:28px;color:#1a1a1a;margin:0 0 24px;font-weight:600}
.expertquotecontent p{font-size:17px;line-height:1.7;color:#2a2a2a;margin:0 0 18px}
.toolssectionwrap{max-width:1140px;margin:80px auto;padding:0 20px}
.toolheaderarea{text-align:center;margin-bottom:56px}
.toolheaderarea h2{font-size:38px;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.toolheaderarea p{font-size:18px;color:#4a4a4a;max-width:680px;margin:0 auto;line-height:1.6}
.toolcomparisonblock{display:flex;gap:40px;align-items:stretch}
.singletoolcolumn{flex:1;background:#fff;border-radius:12px;padding:40px 32px;border:2px solid transparent;transition:all 500ms;position:relative}
.singletoolcolumn::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#DB3173 0%,#107637 100%);border-radius:12px 12px 0 0;opacity:0;transition:opacity 450ms}
.singletoolcolumn:hover::before{opacity:1}
.singletoolcolumn:hover{border-color:#f0f0f0;box-shadow:0 12px 32px #00000014;transform:translateY(-6px)}
.singletoolcolumn h4{font-size:22px;color:#DB3173;margin:0 0 24px;font-weight:600}
.toolfeaturelist{list-style:none;padding:0;margin:0}
.toolfeaturelist li{padding:14px 0 14px 32px;position:relative;font-size:16px;line-height:1.5;color:#3a3a3a;border-bottom:1px solid #f5f5f5}
.toolfeaturelist li:last-child{border-bottom:none}
.toolfeaturelist li::before{content:'';position:absolute;left:0;top:18px;width:18px;height:18px;background:#107637;border-radius:50%;opacity:.2}
.toolfeaturelist li::after{content:'';position:absolute;left:5px;top:22px;width:8px;height:8px;background:#107637;border-radius:50%}
.actionzonebottom{background:linear-gradient(135deg,#107637f2 0%,#db3173eb 100%);padding:72px 20px;margin-top:80px;text-align:center;position:relative;overflow:hidden}
.actionzonebottom::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fef6d426 0%,transparent 70%);border-radius:50%}
.actioncontainercenter{max-width:720px;margin:0 auto;position:relative;z-index:2}
.actionzonebottom h2{font-size:36px;color:#fff;margin:0 0 20px;font-weight:700}
.actionzonebottom p{font-size:19px;color:#fffffff2;margin:0 0 36px;line-height:1.6}
.buttonprimarylink{display:inline-block;background:#fff;color:#107637;padding:16px 44px;font-size:18px;font-weight:600;border-radius:8px;text-decoration:none;transition:all 450ms;box-shadow:0 4px 16px #00000026;position:relative;z-index:10}
.buttonprimarylink:hover{background:#FEF6D4;transform:translateY(-3px);box-shadow:0 8px 24px #00000040}
@media (max-width: 1024px) {
.expertcontainerlayout{grid-template-columns:1fr;gap:40px}
.toolcomparisonblock{flex-direction:column}
.titlezoneblock{padding:60px 20px 50px}
.titletextbox h1{font-size:38px}
}
@media (max-width: 640px) {
.titletextbox h1{font-size:32px}
.titletextbox .subtitleline{font-size:18px}
.practicalstuffbox h2{font-size:28px}
.gridoftips{grid-template-columns:1fr}
.expertquotecontent h3{font-size:24px}
.toolheaderarea h2{font-size:30px}
.actionzonebottom h2{font-size:28px}
.buttonprimarylink{padding:14px 32px;font-size:16px}
}
.successpage{background:linear-gradient(135deg,#FEF6D4 0%,#fff 100%);min-height:80vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden}
.successpage::before{content:'';position:absolute;top:-50px;right:-50px;width:300px;height:300px;background:#db317314;border-radius:50%;z-index:1}
.successpage::after{content:'';position:absolute;bottom:-80px;left:-80px;width:400px;height:400px;background:#1076370f;border-radius:50%;z-index:1}
.successcontainer{max-width:720px;width:100%;margin:0 auto;text-align:center;position:relative;z-index:2}
.successicon{width:120px;height:120px;margin:0 auto 40px;position:relative}
.successicon svg{width:100%;height:100%;filter:drop-shadow(0 8px 16px #10763733)}
.checkmark{animation:successdraw .8s ease-out forwards;stroke-dasharray:200;stroke-dashoffset:200}
@keyframes successdraw {
to{stroke-dashoffset:0}
}
.successcircle{animation:successpulse 1.2s ease-out}
@keyframes successpulse {
0%{transform:scale(0.8);opacity:.3}
50%{transform:scale(1.05);opacity:1}
100%{transform:scale(1);opacity:1}
}
.maintitle{font-size:48px;font-weight:700;color:#107637;margin:0 0 16px;line-height:1.2}
.secondarytitle{font-size:24px;font-weight:500;color:#DB3173;margin:0 0 32px;line-height:1.4}
.descriptiontext{font-size:18px;line-height:1.7;color:#333;margin:0 0 48px;max-width:580px;margin-left:auto;margin-right:auto}
.descriptiontext strong{color:#107637;font-weight:600}
.actiongroup{display:flex;flex-direction:column;gap:16px;align-items:center;margin-bottom:40px}
.primarybutt{display:inline-flex;align-items:center;justify-content:center;padding:16px 48px;background:linear-gradient(135deg,#107637 0%,#0d5a2a 100%);color:#fff;font-size:18px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .4s ease;box-shadow:0 4px 12px #10763740;position:relative;z-index:3}
.primarybutt:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10763759;background:linear-gradient(135deg,#0d5a2a 0%,#107637 100%)}
.secondarybutt{display:inline-flex;align-items:center;justify-content:center;padding:14px 40px;background:transparent;color:#DB3173;font-size:16px;font-weight:600;text-decoration:none;border:2px solid #DB3173;border-radius:8px;transition:all .4s ease;position:relative;z-index:3}
.secondarybutt:hover{background:#db31731a;transform:translateY(-1px);border-color:#c12865;color:#c12865}
.infonotice{font-size:15px;color:#666;line-height:1.6;padding:20px 24px;background:#fef6d480;border-left:4px solid #DB3173;border-radius:6px;text-align:left;max-width:580px;margin:0 auto}
.decorshape{position:absolute;border-radius:6px;opacity:.15;z-index:1}
.decorshape.shape1{width:60px;height:60px;background:#DB3173;top:15%;left:8%;transform:rotate(25deg)}
.decorshape.shape2{width:80px;height:80px;background:#107637;bottom:20%;right:10%;transform:rotate(-15deg)}
.decorshape.shape3{width:40px;height:40px;background:#DB3173;top:50%;right:15%;transform:rotate(45deg)}
@media (max-width: 1024px) {
.successpage{padding:50px 24px}
.maintitle{font-size:38px}
.secondarytitle{font-size:22px}
.descriptiontext{font-size:17px}
.successicon{width:100px;height:100px}
}
@media (max-width: 640px) {
.successpage{padding:40px 16px;min-height:70vh}
.successicon{width:80px;height:80px;margin-bottom:32px}
.maintitle{font-size:32px;margin-bottom:12px}
.secondarytitle{font-size:19px;margin-bottom:24px}
.descriptiontext{font-size:16px;margin-bottom:36px}
.actiongroup{gap:12px;margin-bottom:32px}
.primarybutt{padding:14px 36px;font-size:17px;width:100%;max-width:320px}
.secondarybutt{padding:12px 32px;font-size:15px;width:100%;max-width:320px}
.infonotice{font-size:14px;padding:16px 20px}
.decorshape.shape1{width:40px;height:40px;left:5%}
.decorshape.shape2{width:50px;height:50px;right:5%}
.decorshape.shape3{display:none}
.successpage::before{width:200px;height:200px}
.successpage::after{width:250px;height:250px}
}