.elementor-20244 .elementor-element.elementor-element-376691d{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-f098e3a */.contract-body{
      font-family: "Quicksand";
      font-size:16px;
  }
  .contract-title {
                color: #2c3e50;
                font-size: 24px;
                font-weight: bold;
                text-align: center;
                margin-bottom: 30px;
                padding: 20px;
                background-color: #f8f9fa;
                border-radius: 8px;
            }
            h2 {
                color: #34495e;
                font-size: 16px !important;
                font-weight: bold !important;
                margin: 20px 0 10px 0;
                padding-left: 15px;
            }
            p {
                margin: 10px 0;
                text-align: justify;
                font-size: 16px;
            }
            ol {
                counter-reset: item;
                padding-left: 0;
            }
            ol > li {
                display: block;
                margin: 10px 0;
                padding-left: 35px;
                position: relative;
                text-align: justify;
            }
            ol > li:before {
                content: counter(item) ".";
                counter-increment: item;
                position: absolute;
                left: 0;
                top: 0;
                font-weight: bold;
            }
            .section-1 > li:before {
                content: "1." counter(item) ".";
            }
            .section-2 > li:before {
                content: "2." counter(item) ".";
            }
            .section-3 > li:before {
                content: "3." counter(item) ".";
            }
            .section-4 > li:before {
                content: "4." counter(item) ".";
            }
            .section-5 > li:before {
                content: "5." counter(item) ".";
            }
            .section-6 > li:before {
                content: "6." counter(item) ".";
            }
            .section-9 > li:before {
                content: "9." counter(item) ".";
            }
            .section-11 > li:before {
                content: "11." counter(item) ".";
            }

            .contact-info {
                background-color: #e8f4fd;
                padding: 15px;
                border-radius: 8px;
                margin: 15px 0;
            }
            .contact-info a {
                color: #3498db;
                text-decoration: none;
            }
            .contact-info a:hover {
                text-decoration: underline;
            }
            .highlight {
                background-color: #fff3cd;
                padding: 15px;
                border-left: 4px solid #ffc107;
                margin: 15px 0;
                border-radius: 4px;
            }/* End custom CSS */