.item-1{grid-area:one}.item-2{grid-area:two}.item-3{grid-area:three}.item-4{grid-area:four;align-self:stretch!important;height:auto!important}.item-5{grid-area:five}.item-6{grid-area:six}.consultant-area{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto auto;grid-column-gap:12px;grid-row-gap:12px;grid-template-areas:"one two""three six""four six""four five"}@media (max-width:1024px){.item-6{display:none}.consultant-area{grid-template-rows:1fr 1fr 1fr;grid-template-areas:"one two""four three""four five"}}@media (max-width:768px){.consultant-area{grid-template-columns:1fr;grid-template-areas:"one""two""three""four""five"}}.dialog-wrapper{background-color:#0b5caa;color:white;position:fixed;top:0%;left:0;right:0;height:100dvh;z-index:30;transform:translate(100%,0%);transition:all 0.15s ease-out;overflow-y:auto}.no-scroll{overflow:hidden}.dialog-slider{transform:translate(0,0%)}.white-sb{--sb-track-color:#0c5caa;--sb-thumb-color:#fff;--sb-size:20px}.white-sb::-webkit-scrollbar{width:var(--sb-size)}.white-sb::-webkit-scrollbar-track{background:var(--sb-track-color);border-radius:16px}.white-sb::-webkit-scrollbar-thumb{background:var(--sb-thumb-color);border-radius:16px;border:8px solid#0c5caa}@supports not selector(::-webkit-scrollbar){.white-sb{scrollbar-color:var(--sb-thumb-color) var(--sb-track-color)}}