.hidden{display:none !important}
@media(min-width:768px){.sm\:hidden{display:none !important}
}
@media(min-width:992px){.md\:hidden{display:none !important}
}
@media(min-width:1200px){.lg\:hidden{display:none !important}
}
.w-full{width:100%}
.img-fluid{height:auto;max-width:100%}
.d-block{display:block !important}
@media(min-width:768px){.sm\:d-block{display:block !important}
}
@media(min-width:992px){.md\:d-block{display:block !important}
}
@media(min-width:1200px){.lg\:d-block{display:block !important}
}
.d-flex{display:flex}
.flex-row{flex-direction:row}
.overflow-hidden{overflow:hidden}
.cmp-pdfviewer{padding:3rem 1rem}
@media(min-width:992px){.cmp-pdfviewer{padding:4rem 1rem}
}
.cmp-pdfviewer__content{height:var(--height-mobile)}
@media(min-width:768px){.cmp-pdfviewer__content{height:var(--height-tablet)}
}
@media(min-width:992px){.cmp-pdfviewer__content{height:var(--height-desktop)}
}
.pdfviewer:not(.cq-Editable-dom) .cmp-pdfviewer__full-window-borderless{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:9999}