body {
  overflow: unset; }

section.two-cols {
  padding-top: 100px; }
  @media (max-width: 991px) {
    section.two-cols {
      padding-top: 80px; } }
  section.two-cols .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 76px; }
    @media (max-width: 991px) {
      section.two-cols .cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    section.two-cols .cols .col-l {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 240px; }
      @media (max-width: 991px) {
        section.two-cols .cols .col-l {
          width: 100%; } }
      section.two-cols .cols .col-l > div {
        position: -webkit-sticky;
        position: sticky;
        top: 288px; }
        @media (max-width: 991px) {
          section.two-cols .cols .col-l > div {
            position: relative;
            top: 0; } }
      section.two-cols .cols .col-l nav.side-nav {
        background-color: #F9DBE050;
        padding: 32px 0;
        position: relative; }
        section.two-cols .cols .col-l nav.side-nav li {
          padding: 2px 0 2px 12px;
          border-left: 2px solid transparent;
          /* &:has(a.current) {
              border-color: $colorRed;
          } */ }
          section.two-cols .cols .col-l nav.side-nav li a {
            color: #917B7F;
            font-size: 18px;
            font-weight: 600;
            line-height: 130%; }
            section.two-cols .cols .col-l nav.side-nav li a.current {
              color: #D00007; }
          section.two-cols .cols .col-l nav.side-nav li + li {
            margin-top: 18px; }
        section.two-cols .cols .col-l nav.side-nav:before {
          content: "";
          background-color: #F9DBE050;
          position: absolute;
          top: 0;
          right: 100%;
          bottom: 0;
          width: 50vw; }
      section.two-cols .cols .col-l .promo {
        background-color: #A50D01;
        padding: 24px 28px;
        color: #FFFFFF;
        margin-top: 32px;
        font-size: 20px;
        font-weight: 600;
        justify-self: end;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        min-width: 100%; }
        section.two-cols .cols .col-l .promo .btn {
          margin-top: 20px; }
    section.two-cols .cols .col-r {
      width: calc(100% - 316px); }
      @media (max-width: 991px) {
        section.two-cols .cols .col-r {
          width: 100%; } }
      section.two-cols .cols .col-r .part {
        margin-bottom: 0;
        padding-top: 60px;
        scroll-margin-top: 188px; }
        section.two-cols .cols .col-r .part:not(:last-child) {
          padding-bottom: 60px;
          border-bottom: 1px solid #DDDDDD; }
      section.two-cols .cols .col-r .part-subtitle {
        color: #2E2E2E;
        font-size: 20px;
        margin-bottom: 12px; }
      section.two-cols .cols .col-r .com-accordion.sty3 {
        padding-bottom: 16px; }
        section.two-cols .cols .col-r .com-accordion.sty3 button.label {
          font-size: 16px; }
          section.two-cols .cols .col-r .com-accordion.sty3 button.label > span {
            margin-top: 10px; }
          section.two-cols .cols .col-r .com-accordion.sty3 button.label:after {
            margin-top: 0; }
      section.two-cols .cols .col-r .com-accordion:last-child {
        margin-bottom: 0; }
@media (max-width: 991px) {
  section.contact {
    padding-bottom: 0; } }

#deco-1 {
  display: none; }

/*# sourceMappingURL=claims.css.map */