@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100&family=Source+Serif+4:opsz,wght@8..60,400;8..60,700&display=swap");

.ck_ck-content__4Gl53:root {
    --ck-color-image-caption-background: #f7f7f7;
    --ck-color-image-caption-text: #333;
    --ck-color-mention-background: rgba(153, 0, 48, .1);
    --ck-color-mention-text: #990030;
    --ck-color-table-caption-background: #f7f7f7;
    --ck-color-table-caption-text: #333;
    --ck-highlight-marker-blue: #72ccfd;
    --ck-highlight-marker-green: #62f962;
    --ck-highlight-marker-pink: #fc7899;
    --ck-highlight-marker-yellow: #fdfd77;
    --ck-highlight-pen-green: #128a00;
    --ck-highlight-pen-red: #e71313;
    --ck-image-style-spacing: 1.5em;
    --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
    --ck-todo-list-checkmark-size: 16px
}

.ck_ck-content__4Gl53 .ck_table__V2bCV>figcaption {
    display: table-caption;
    caption-side: top;
    word-break: break-word;
    text-align: center;
    color: var(--ck-color-table-caption-text);
    background-color: var(--ck-color-table-caption-background);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px
}

.ck_ck-content__4Gl53 .ck_table__V2bCV {
    margin: .9em auto;
    display: table
}

.ck_ck-content__4Gl53 .ck_table__V2bCV table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    border: 1px double #b3b3b3
}

.ck_ck-content__4Gl53 .ck_table__V2bCV table td,
.ck_ck-content__4Gl53 .ck_table__V2bCV table th {
    min-width: 2em;
    padding: .4em;
    border: 1px solid #bfbfbf
}

.ck_ck-content__4Gl53 .ck_table__V2bCV table th {
    font-weight: 700;
    background: rgba(0, 0, 0, .05)
}

.ck_ck-content__4Gl53[dir=rtl] .ck_table__V2bCV th {
    text-align: right
}

.ck_ck-content__4Gl53[dir=ltr] .ck_table__V2bCV th {
    text-align: left
}

.ck_ck-content__4Gl53 .ck_table__V2bCV .ck_ck-table-resized__cS2nv {
    table-layout: fixed
}

.ck_ck-content__4Gl53 .ck_table__V2bCV table {
    overflow: hidden
}

.ck_ck-content__4Gl53 .ck_table__V2bCV td,
.ck_ck-content__4Gl53 .ck_table__V2bCV th {
    overflow-wrap: break-word;
    position: relative
}

.ck_ck-content__4Gl53 .ck_media__GgV3k {
    clear: both;
    margin: .9em 0;
    display: block;
    min-width: 15em
}

.ck_ck-content__4Gl53 .ck_page-break__4lCBe {
    position: relative;
    clear: both;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.ck_ck-content__4Gl53 .ck_page-break__4lCBe:after {
    content: "";
    position: absolute;
    border-bottom: 2px dashed #c4c4c4;
    width: 100%
}

.ck_ck-content__4Gl53 .ck_page-break__label__7at3H {
    position: relative;
    z-index: 1;
    padding: .3em .6em;
    display: block;
    text-transform: uppercase;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
    font-size: .75em;
    font-weight: 700;
    color: #333;
    background: #fff;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .15);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ck_ck-content__4Gl53 .ck_todo-list__Xm38u {
    list-style: none
}

.ck_ck-content__4Gl53 .ck_todo-list__Xm38u li {
    margin-bottom: 5px
}

.ck_ck-content__4Gl53 .ck_todo-list__Xm38u li .ck_todo-list__Xm38u {
    margin-top: 5px
}

.ck_ck-content__4Gl53 .ck_todo-list__Xm38u .ck_todo-list__label__BaLGa>input {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    width: var(--ck-todo-list-checkmark-size);
    height: var(--ck-todo-list-checkmark-size);
    vertical-align: middle;
    border: 0;
    left: -25px;
    margin-right: -15px;
    right: 0;
    margin-left: 0
}

.ck_ck-content__4Gl53 .ck_todo-list__Xm38u .ck_todo-list__label__BaLGa>input:before {
    display: block;
    position: absolute;
    box-sizing: border-box;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    border-radius: 2px;
    transition: box-shadow .25s ease-in-out, background .25s ease-in-out, border .25s ease-in-out
}

.ck_ck-content__4Gl53 .ck_todo-list__Xm38u .ck_todo-list__label__BaLGa>input:after {
    display: block;
    position: absolute;
    box-sizing: content-box;
    pointer-events: none;
    content: "";
    left: calc(var(--ck-todo-list-checkmark-size) / 3);
    top: calc(var(--ck-todo-list-checkmark-size) / 5.3);
    width: calc(var(--ck-todo-list-checkmark-size) / 5.3);
    height: calc(var(--ck-todo-list-checkmark-size) / 2.6);
    border-style: solid;
    border-color: transparent;
    border-width: 0 calc(var(--ck-todo-list-checkmark-size) / 8) calc(var(--ck-todo-list-checkmark-size) / 8) 0;
    transform: rotate(45deg)
}

.ck_ck-content__4Gl53 .ck_todo-list__Xm38u .ck_todo-list__label__BaLGa>input[checked]:before {
    background: #26ab33;
    border-color: #26ab33
}

.ck_ck-content__4Gl53 .ck_todo-list__Xm38u .ck_todo-list__label__BaLGa>input[checked]:after {
    border-color: #fff
}

.ck_ck-content__4Gl53 .ck_todo-list__Xm38u .ck_todo-list__label__BaLGa .ck_todo-list__label__description__JPS_1 {
    vertical-align: middle
}

.ck_ck-content__4Gl53 .ck_image__9AZO5.ck_image_resized__4TGWJ {
    max-width: 100%;
    display: block;
    box-sizing: border-box
}

.ck_ck-content__4Gl53 .ck_image__9AZO5.ck_image_resized__4TGWJ img {
    width: 100%
}

.ck_ck-content__4Gl53 .ck_image__9AZO5.ck_image_resized__4TGWJ>figcaption {
    display: block
}

.ck_ck-content__4Gl53 .ck_image__9AZO5 {
    display: table;
    clear: both;
    text-align: center;
    margin: .9em auto;
    min-width: 50px
}

.ck_ck-content__4Gl53 .ck_image__9AZO5 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%
}

.ck_ck-content__4Gl53 figcaption {
    --tw-bg-opacity: 1;
    background-color: rgb(238 238 238/var(--tw-bg-opacity));
    padding-top: .25rem;
    padding-bottom: .25rem;
    text-align: center;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(109 110 113/var(--tw-text-opacity))
}

.ck_ck-content__4Gl53 .ck_image-inline__kVtgW {
    display: inline-flex;
    max-width: 100%;
    align-items: flex-start
}

.ck_ck-content__4Gl53 .ck_image-inline__kVtgW picture {
    display: flex
}

.ck_ck-content__4Gl53 .ck_image-inline__kVtgW img,
.ck_ck-content__4Gl53 .ck_image-inline__kVtgW picture {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%
}

.ck_ck-content__4Gl53 .ck_marker-yellow__lxeZx {
    background-color: var(--ck-highlight-marker-yellow)
}

.ck_ck-content__4Gl53 .ck_marker-green__2qFPP {
    background-color: var(--ck-highlight-marker-green)
}

.ck_ck-content__4Gl53 .ck_marker-pink__KFyvd {
    background-color: var(--ck-highlight-marker-pink)
}

.ck_ck-content__4Gl53 .ck_marker-blue__qpAJm {
    background-color: var(--ck-highlight-marker-blue)
}

.ck_ck-content__4Gl53 .ck_pen-red__0zP2W {
    color: var(--ck-highlight-pen-red);
    background-color: transparent
}

.ck_ck-content__4Gl53 .ck_pen-green__tfrHJ {
    color: var(--ck-highlight-pen-green);
    background-color: transparent
}

.ck_ck-content__4Gl53 .ck_image__9AZO5>figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    color: var(--ck-color-image-caption-text);
    background-color: var(--ck-color-image-caption-background);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px
}

.ck_ck-content__4Gl53 ol {
    list-style-type: decimal;
    margin-left: 20px
}

.ck_ck-content__4Gl53 ol ol {
    list-style-type: lower-latin
}

.ck_ck-content__4Gl53 ol ol ol {
    list-style-type: lower-roman
}

.ck_ck-content__4Gl53 ol ol ol ol {
    list-style-type: upper-latin
}

.ck_ck-content__4Gl53 ol ol ol ol ol {
    list-style-type: upper-roman
}

.ck_ck-content__4Gl53 ul {
    list-style-type: disc;
    margin-left: 20px
}

.ck_ck-content__4Gl53 ul ul {
    list-style-type: circle
}

.ck_ck-content__4Gl53 ul ul ul,
.ck_ck-content__4Gl53 ul ul ul ul {
    list-style-type: square
}

.ck_ck-content__4Gl53 .ck_image-style-block-align-left__v7WvC,
.ck_ck-content__4Gl53 .ck_image-style-block-align-right__ElBXf {
    max-width: calc(100% - var(--ck-image-style-spacing))
}

.ck_ck-content__4Gl53 .ck_image-style-align-left__wkN4O,
.ck_ck-content__4Gl53 .ck_image-style-align-right__JCpz4 {
    clear: none
}

.ck_ck-content__4Gl53 .ck_image-style-side__jQi3s {
    float: right;
    margin-left: var(--ck-image-style-spacing);
    max-width: 50%
}

.ck_ck-content__4Gl53 .ck_image-style-align-left__wkN4O {
    float: left;
    margin-right: var(--ck-image-style-spacing)
}

.ck_ck-content__4Gl53 .ck_image-style-align-center__ZcFPy {
    margin-left: auto;
    margin-right: auto
}

.ck_ck-content__4Gl53 .ck_image-style-align-right__JCpz4 {
    float: right;
    margin-left: var(--ck-image-style-spacing)
}

.ck_ck-content__4Gl53 .ck_image-style-block-align-right__ElBXf {
    margin-right: 0;
    margin-left: auto
}

.ck_ck-content__4Gl53 .ck_image-style-block-align-left__v7WvC {
    margin-left: 0;
    margin-right: auto
}

.ck_ck-content__4Gl53 p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(26 26 26/var(--tw-text-opacity));
    font-weight: 400
}

.ck_ck-content__4Gl53 :is(p, li) {
    font-family: "Source Serif 4"
}

.ck_ck-content__4Gl53 strong {
    font-weight: 700
}

.ck_ck-content__4Gl53 p+.ck_image-style-align-left__wkN4O,
.ck_ck-content__4Gl53 p+.ck_image-style-align-right__JCpz4,
.ck_ck-content__4Gl53 p+.ck_image-style-side__jQi3s {
    margin-top: 0
}

.ck_ck-content__4Gl53 .ck_image-inline__kVtgW.ck_image-style-align-left__wkN4O,
.ck_ck-content__4Gl53 .ck_image-inline__kVtgW.ck_image-style-align-right__JCpz4 {
    margin-top: var(--ck-inline-image-style-spacing);
    margin-bottom: var(--ck-inline-image-style-spacing)
}

.ck_ck-content__4Gl53 .ck_image-inline__kVtgW.ck_image-style-align-left__wkN4O {
    margin-right: var(--ck-inline-image-style-spacing)
}

.ck_ck-content__4Gl53 .ck_image-inline__kVtgW.ck_image-style-align-right__JCpz4 {
    margin-left: var(--ck-inline-image-style-spacing)
}

.ck_ck-content__4Gl53 .ck_text-tiny__D3aHb {
    font-size: .7em
}

.ck_ck-content__4Gl53 .ck_text-small__uAHR3 {
    font-size: .85em
}

.ck_ck-content__4Gl53 :is(p) {
    margin-top: 0 !important
}

.ck_ck-content__4Gl53 h1 {
    font-size: 1.8em
}

.ck_ck-content__4Gl53 h3 {
    padding-top: 100px;
    margin-top: -100px
}

.ck_ck-content__4Gl53 blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: 5px solid #ccc
}

.ck_ck-content__4Gl53[dir=rtl] blockquote {
    border-left: 0;
    border-right: 5px solid #ccc
}

.ck_ck-content__4Gl53 code {
    background-color: hsla(0, 0%, 78%, .3);
    padding: .15em;
    border-radius: 2px
}

.ck_ck-content__4Gl53 .ck_mention__YhEzn {
    background: var(--ck-color-mention-background);
    color: var(--ck-color-mention-text)
}

.ck_ck-content__4Gl53 hr {
    margin: 15px 0;
    height: 4px;
    background: #dedede;
    border: 0
}

.ck_ck-content__4Gl53 pre {
    padding: 1em;
    color: #353535;
    background: hsla(0, 0%, 78%, .3);
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    text-align: left;
    direction: ltr;
    tab-size: 4;
    white-space: pre-wrap;
    font-style: normal;
    min-width: 200px
}

.ck_ck-content__4Gl53 pre code {
    background: unset;
    padding: 0;
    border-radius: 0
}

.ck_ck-content__4Gl53 a {
    --tw-text-opacity: 1;
    color: rgb(67 128 236/var(--tw-text-opacity));
    text-decoration-line: underline
}

@media print {
    .ck_ck-content__4Gl53 .ck_page-break__4lCBe {
        padding: 0
    }

    .ck_ck-content__4Gl53 .ck_page-break__4lCBe:after {
        display: none
    }
}

.ck_limited__8jXfP img {
    max-width: 300px
}

.ck_limited__8jXfP.ck_ck-content__4Gl53 p {
    font-size: .875rem;
    line-height: 1.25rem
}

.cstm-bg {
    background: url("/_next/attorney-header.png");
}

.rotate-45 {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
#faqs svg {
  transition: transform 0.3s ease;
}
