@import url("https://fonts.googleapis.com/css2?family=Saira:wght@500;600;700;800&family=Ubuntu:wght@400;500;700&display=swap");
.etd-process-tabs-module{
  width:100%;max-width:1280px;margin:0 auto;box-sizing:border-box;
  display:flex;gap:36px;align-items:flex-start;
}.etd-process-tabs-module .etdPTabSidebar{
  flex:0 0 380px;display:flex;flex-direction:column;gap:10px;
}.etd-process-tabs-module .etdPTabBtn{
  display:flex;align-items:center;gap:14px;width:100%;
  padding:16px 18px;border-radius:14px;background:#ffffff;
  border:1px solid #e8e0d0;cursor:pointer;outline:none;
  transition:0.4s;text-align:left;
}.etd-process-tabs-module .etdPTabBtn:hover{border-color:#c79614;box-shadow:0 4px 16px rgba(199,150,20,0.08);}.etd-process-tabs-module .etdPTabBtn.etdPTabActive{
  background:linear-gradient(135deg,#0a0a0a,#1a1408);
  border-color:rgba(237,213,128,0.3);box-shadow:0 8px 28px rgba(0,0,0,0.15);
}.etd-process-tabs-module .etdPTabIconWrap{
  width:44px;height:44px;border-radius:12px;display:flex;
  align-items:center;justify-content:center;flex:0 0 44px;
  background:#f5f0e6;color:#8F6A1F;transition:0.4s;
}.etd-process-tabs-module .etdPTabBtn.etdPTabActive .etdPTabIconWrap{
  background:linear-gradient(135deg,#8F6A1F,#EDD580);color:#000;
}.etd-process-tabs-module .etdPTabInfo{flex:1;display:flex;flex-direction:column;gap:3px;}.etd-process-tabs-module .etdPTabLabel{
  font-family:"Saira",sans-serif;font-size:17px;font-weight:700;
  color:#1a1a1a;transition:0.4s;line-height:1.3;
}.etd-process-tabs-module .etdPTabBtn.etdPTabActive .etdPTabLabel{color:#EDD580;}.etd-process-tabs-module .etdPTabMini{
  font-family:"Ubuntu",sans-serif;font-size:13px;color:#999;
  line-height:1.3;transition:0.4s;
}.etd-process-tabs-module .etdPTabBtn.etdPTabActive .etdPTabMini{color:rgba(255,255,255,0.4);}.etd-process-tabs-module .etdPTabArrow{flex:0 0 auto;color:#ccc;transition:0.4s;}.etd-process-tabs-module .etdPTabBtn.etdPTabActive .etdPTabArrow{color:#EDD580;}.etd-process-tabs-module .etdPTabContent{flex:1 1 0;}.etd-process-tabs-module .etdPTabPanel{
  display:none;padding:32px 34px;border-radius:16px;
  background:#ffffff;border:1px solid #e8e0d0;box-shadow:0 4px 20px rgba(0,0,0,0.04);
}.etd-process-tabs-module .etdPTabPanel.etdPTabPanelActive{display:block;}.etd-process-tabs-module .etdPTabTitle{
  font-family:"Saira",sans-serif;font-size:28px;font-weight:700;
  color:#0a0a0a;margin:0 0 16px;line-height:1.3;
  padding-bottom:14px;border-bottom:2px solid #f0e8d8;
}.etd-process-tabs-module .etdPTabDesc{
  font-family:"Ubuntu",sans-serif;font-size:17px;line-height:1.75;
  color:#555;margin:0 0 12px;
}.etd-process-tabs-module .etdPTabDescBold{
  font-family:"Ubuntu",sans-serif;font-size:17px;line-height:1.75;
  color:#333;margin:0 0 10px;font-weight:600;
}.etd-process-tabs-module .etdPTabPoints{list-style:none;margin:0 0 22px;padding:0;}.etd-process-tabs-module .etdPTabPoints li{
  font-family:"Ubuntu",sans-serif;font-size:16px;line-height:1.5;
  color:#444;padding:8px 0;display:flex;align-items:center;gap:10px;
  border-bottom:1px solid #f5f0e6;
}.etd-process-tabs-module .etdPTabPoints li:last-child{border-bottom:none;}.etd-process-tabs-module .etdPTabPoints li::before{
  content:"";width:7px;height:7px;flex:0 0 7px;
  background:linear-gradient(135deg,#8F6A1F,#EDD580);
  clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);
}.etd-process-tabs-module .etdPTabMiniCards{display:flex;gap:12px;flex-wrap:wrap;}.etd-process-tabs-module .etdPTabMiniCard{
  display:flex;align-items:center;gap:8px;padding:10px 16px;
  border-radius:10px;background:#faf6ec;border:1px solid #e8dcc4;transition:0.3s;
}.etd-process-tabs-module .etdPTabMiniCard:hover{border-color:#c79614;box-shadow:0 4px 12px rgba(199,150,20,0.08);}.etd-process-tabs-module .etdPTabMiniCard > span:not(.etdPTabDiviIcon){font-family:"Ubuntu",sans-serif;font-size:14px;font-weight:600;color:#5a4a2a;}@media(max-width:991px){.etd-process-tabs-module{flex-direction:column;gap:20px;}.etd-process-tabs-module .etdPTabSidebar{
    flex:none;width:100%;flex-direction:row;
    overflow-x:auto;gap:8px;padding-bottom:4px;
  }.etd-process-tabs-module .etdPTabBtn{flex:0 0 auto;min-width:200px;padding:14px 16px;}.etd-process-tabs-module .etdPTabMini{display:none;}.etd-process-tabs-module .etdPTabLabel{font-size:15px;}.etd-process-tabs-module .etdPTabPanel{padding:26px 28px;}.etd-process-tabs-module .etdPTabTitle{font-size:24px;}.etd-process-tabs-module .etdPTabDesc,.etd-process-tabs-module .etdPTabDescBold{font-size:16px;}.etd-process-tabs-module .etdPTabPoints li{font-size:15px;}
}@media(max-width:767px){.etd-process-tabs-module .etdPTabSidebar{
    flex-direction:column;
    overflow-x:visible;
    gap:8px;
    width:100%;
  }.etd-process-tabs-module .etdPTabBtn{
    width:100%;
    min-width:unset;
    padding:14px 16px;
    gap:12px;
  }.etd-process-tabs-module .etdPTabIconWrap{width:38px;height:38px;flex:0 0 38px;border-radius:10px;}.etd-process-tabs-module .etdPTabIconWrap svg{width:18px;height:18px;}.etd-process-tabs-module .etdPTabLabel{font-size:15px;}.etd-process-tabs-module .etdPTabMini{display:none;}.etd-process-tabs-module .etdPTabArrow{display:none;}.etd-process-tabs-module .etdPTabPanel{padding:22px 20px;}.etd-process-tabs-module .etdPTabTitle{font-size:22px;}.etd-process-tabs-module .etdPTabDesc,.etd-process-tabs-module .etdPTabDescBold{font-size:15px;}.etd-process-tabs-module .etdPTabPoints li{font-size:14px;}.etd-process-tabs-module .etdPTabMiniCards{flex-direction:column;gap:8px;}.etd-process-tabs-module .etdPTabMiniCard{padding:8px 12px;}.etd-process-tabs-module .etdPTabMiniCard span{font-size:13px;}
}

.etd-process-tabs-vb-fallback{padding:24px;border:1px solid #e8e0d0;border-radius:16px;background:#fff;color:#222;font-family:Arial,sans-serif;}
