.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-9667 .elementor-element.elementor-element-8702b1f{color:#000000;}.elementor-9667 .elementor-element.elementor-element-8702b1f .elementor-drop-cap{margin-inline-end:9px;}.elementor-9667 .elementor-element.elementor-element-8702b1f .elementor-drop-cap-letter{font-size:50px;}@media(min-width:768px){.elementor-9667 .elementor-element.elementor-element-bda2664{width:67.253%;}.elementor-9667 .elementor-element.elementor-element-8f88446{width:32.747%;}}/* Start custom CSS for html, class: .elementor-element-cfc6322 *//* .duo-hyperlink-text {
  text-decoration-line: none;
}

*/

.quicklinks-style {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .quicklinks-style {
        font-size: 0.8em
        line-height:em;
    }
    .quicklinks-icon {
        margin-left:-0.4em;
        margin-right:0.4em;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .quicklinks-style {
        font-size:0.7em;
        padding:0em !important;
    }
    .quicklinks-icon {
        margin-left:-0.8em;
        margin-right: 0.4em;
    }
}

@media only screen and (min-width: 1080px) {
    .quicklinks-style {
        font-size: 1rem
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3097fc2 */.secure-coding-accordion {
  width: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #222222;
}

.secure-coding-accordion details {
  margin: 0 0 14px 0;
  border: 1px solid #b89a00;
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}

.secure-coding-accordion summary {
  position: relative;
  padding: 15px 50px 15px 18px;
  background: #ffcc00;
  color: #000000;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.secure-coding-accordion summary::-webkit-details-marker {
  display: none;
}

.secure-coding-accordion summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.secure-coding-accordion details[open] summary::after {
  content: "−";
}

.secure-coding-accordion summary:hover {
  background: #f2bd00;
}

.secure-coding-accordion summary:focus-visible {
  outline: 3px solid #000000;
  outline-offset: -4px;
}

.secure-coding-accordion details[open] summary {
  background: #ffcc00;
  border-bottom: 3px solid #000000;
}

.secure-coding-accordion .dropdown-content {
  padding: 18px 20px 20px;
  background: #ffffff;
  color: #222222;
}

.secure-coding-accordion p {
  margin: 0 0 12px 0;
  color: #222222;
  font-size: 15px;
  line-height: 1.6;
}

.secure-coding-accordion p:last-child {
  margin-bottom: 0;
}

.secure-coding-accordion ul {
  margin: 8px 0 14px 24px;
  padding: 0;
  color: #222222;
}

.secure-coding-accordion li {
  margin: 0 0 7px 0;
  color: #222222;
  font-size: 15px;
  line-height: 1.5;
}

.secure-coding-accordion .reference {
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid #d6d6d6;
  font-size: 14px;
}

.secure-coding-accordion a {
  color: #005ea8;
  text-decoration: underline;
  font-weight: 600;
}

.secure-coding-accordion a:hover,
.secure-coding-accordion a:focus {
  color: #003f70;
  text-decoration-thickness: 2px;
}/* End custom CSS */