:root {
    --red: #c1272d;
    --yellow: #ffcc00;
    --green: #008f3a;
    --purple: #07435f;
    --light-blue: #307BCE;
}

.elsys-slide {
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

a, a:link, a:visited {
    color: #08a05d;
}

a:hover {
    color: #08a05d;
    text-decoration: underline;
}

h1, h2, h3, h4, h5 {
    font-family: sofia-pro, sans-serif;
    color: #07435f;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 1rem;
}

.white-title h5 {
    color: #FFFFFF;
}

ul {
    margin: 1em;
    padding: 0 0 0 1em;
}

ul li {
    list-style-type: disc;
    margin: 1em 0;
}

.answer_txt,
.green_txt {
    color: #00c853;
}

.red_txt {
    color: #e91e63;
}

.blue_txt,
.question_txt {
    color: #2196f3;
}

.grey_txt {
    color: #999999;
}

.tip a.download,
.tip a:link.download,
.tip a:visited.download {
    display: inline-block;
    margin-left: 4px;
    font-size: 20px;
    text-decoration: none;
    color: #f44336;
}

a.info_link {
    text-decoration: underline;
    color: #00c853;
}

a.info_link:hover {
    text-decoration: underline;
    color: #e91e63;
}

.fr_centred {
    align-items: center;
}

.padded,
.col_padded {
    padding: 20px;
}

.flex_grid {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.elearn-page .flex_grid > li,
.elearn-page .flex_grid > * {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.elearn-page .col_1_2 svg {
    display: block;
    max-height: 400px;
    margin: 0 auto;
}

.elearn-page .col_1_2 .full-height svg {
    max-height: 100%;
}

.warning .fal, .tip .fal {
    position: relative;
    top: 2px;
}

.highlight_txt {
    letter-spacing: 2px;
    font-size: 28px;
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.example_table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

.example_table th {
    text-align: left;
}

.example_table th,
.example_table td {
    padding: 10px;
    border: 1px solid #DDDDDD;
}

.portal-ui .header {
    background: none;
}

.portal-ui .header .primary {
    display: none;
}

.portal-ui .header .secondary > * {
    width: 280px;
    padding: 0;
}

.take-page .portal-content {
    margin: 10px 0 0 0;
}

.elearn-course * {
    box-sizing: border-box !important;
}

.elearn-course .elearning-nav {
    padding: 10px;
}

.elearn-course .elearning-nav * {
    font-size: 100%;
}

.elearn-course .elearning-nav h2 {
    font-weight: 600 !important;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    color: #4f4f4f;
}

.elearn-course .elearning-nav h4 {
    position: relative;
    margin: 10px 0;
    padding-left: 20px;
    font-weight: 200 !important;
    font-size: 15px;
}

.elearn-course .elearning-nav h4.is-current {
    font-weight: 600 !important;
}

.elearn-course .elearning-nav h4.is-complete:before {
    font-family: Material Icons;
    content: 'check';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
    color: #00c853;
}

.section-content-col .module-completed {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 2rem;
}

.section-content-col .module-completed .flex-container {
    align-items: center;
    justify-content: center;
    z-index: 2;
    height: 100%;
    min-height: 460px;
    padding: 2rem 0 8rem 0;
}

.section-content-col .module-completed h2 {
    font-family: sofia-pro, sans-serif;
    color: #07435f;
    text-transform: capitalize;
    font-weight: 900;
    font-size: 4rem;
}

.section-content-col .module-completed h4 {
    font-family: sofia-pro, sans-serif;
    color: #07435f;
    font-weight: 200;
    font-size: 2rem;
}

.slide-controls {
    width: 100%;
    background: #d06e42;
    font-size: 2rem;
    color: #07435f;
    padding: 2rem 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 3px solid #08a05d;
    transition: 0.7s;
}

.slide-controls span:hover {
    cursor: pointer;
    color: #FFFFFF;
}

.slide-controls strong {
    display: block;
    font-weight: 900;
}

td.strong {
    font-weight: 900;
}

.elearn-course button {
    border: 0;
    background: #07435f;
    color: #FFFFFF;
    padding: 16px 32px;
    width: fit-content;
    box-sizing: border-box;
    text-align: left;
    font-family: sofia-pro, sans-serif;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    outline: none;
    font-size: 1.4rem;
    border-radius: 8px;
    gap:32px;
}

.elearn-course button.fw {
    width:100%;
}

.elearn-course .candidate-feedback button {
    width: auto;
    background: none;
}

.elearn-course .candidate-feedback button.toggle:before,
.elearn-course .candidate-feedback button.toggle:after {
    padding: 10px;
}

.elearn-course button.start-quiz {
    width: 100%;
    max-width: 300px;
    text-align: center;
    font-weight: 600;
    background: #d06e42;
    color: #FFFFFF;
    margin-top: 3rem;
    margin-bottom: 0.2rem;
    cursor: pointer;
    transition: 0.7s;
    font-size: 2rem;
    position: relative;
    z-index: 3;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    display: block;
    padding: 1.5rem;
}

.elearn-course button.start-quiz span {
    font-size: 1.2rem;
    display: block;
}

.elearn-course button.start-quiz:hover {
    cursor: pointer;
    background: #07435f;
    box-shadow: none;
}

.elearn-course .poisons-2 .reveal-content.reveal-column {
    border: 0;
    background: #FFFFFF;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    font-family: sofia-pro, sans-serif;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    outline: none;
    font-size: 1rem;
}

.elearn-pages {
    position: relative;
}

.elearn-course .circle-reveals button {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    text-align: center;
    font-size: 0.75rem;
    margin: auto;
}

.elearn-course .circle-reveals svg {
    max-width: 150px;
    margin: auto;
}

.elearn-course .circle-reveals .hidden-info-container {
    height: 150px;
}

.elearn-course .circle-reveals .rb-circle {
    padding: 0;
}


/* QUIZ CONTAINER */
.mini-quiz-container {
    position: absolute;
    z-index: 3;
    background: #ffffff;
    padding: 1rem;
    border: 5px solid #07435f;
    border-radius: 25px;
    width: 70%;
    margin-top: 1rem;
}

.waiter.e-learn-waiter {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 2;
    border: 3px solid rgba(0,0,0,0);
    border-radius: 5px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 128px;
}

.elearn-pages .progress {
    background: #CCCCCC;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.elearn-pages .limit-width img,
.elearn-pages .limit-width svg {
    display: block;
    width: 100%;
    margin: auto;
}

.elearn-page .yellow-dash .green-tick svg {
    width: 26px;
    height: 26px;
}

.elearn-pages .limit-width.call-side img,
.elearn-pages .limit-width.call-side svg {
    max-width: 200px;
}

.elearn-pages .limit-height img,
.elearn-pages .limit-height svg {
    display: block;
    height: 100%;
    margin: auto;
}

.elearn-page svg {
    display: block;
    width: 100%;
}

.svg-reveal:hover {
    cursor: pointer;
}

.reveal-arrow svg {
    fill: #FFFFFF;
}

.flex-container.fc-4.burns-3 svg {
    margin: 0.5rem auto 1rem auto;
}


.burns-3 svg {
    height: 100px;
    margin-bottom: 10px;
}

.burns-4 svg {
    width: 100%;
    margin-bottom: 1rem;
}

.burns-7 svg {
    margin: 0.5rem auto 1rem auto;
}


.quiz.quiz-burns {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1510.73 553.96'><title>quiz-background</title><rect x='913.86' width='519.14' height='280.35' rx='10' style='fill:#a87c4f'/><rect x='923.86' y='10' width='499.14' height='260.35' style='fill:#fff'/><rect y='478.53' width='1510.73' height='75.43' style='fill:#f4b821'/><ellipse cx='1198' cy='508.85' rx='258.17' ry='13.2' style='fill:#d89e1d'/><ellipse cx='875.83' cy='491.88' rx='65.43' ry='13.2' style='fill:#d89e1d'/><ellipse cx='1396.6' cy='491.88' rx='65.43' ry='13.2' style='fill:#d89e1d'/><path d='M854.23,417.19s-1.55-17.78-16.17-35.36-4.6-31.44,13.33-20.76,24.75,44.43,26.52,55.09Z' style='fill:#d6de23'/><path d='M874.52,400.58c0-.2-.1-.39-.16-.6-2.22,3.8-4.9,7.57-7.8,9.85-1.11-4-2.36-7.85-3.69-11.42,2.59-3.23,4.18-10.18,5.13-16.32-.12-.26-.23-.51-.35-.76-.92,6.13-2.46,13.25-5,16.59a124.64,124.64,0,0,0-8.4-17.82c2-3.19,3-8.92,3.5-13.84l-.42-.43c-.48,4.86-1.43,10.61-3.33,13.83a113.34,113.34,0,0,0-7.54-11.4c.75-2.07,1-5.76,1-9.17l-.44-.19a36.13,36.13,0,0,1-.91,8.93l-.11-.13a98,98,0,0,0-8.8-10.05l-.49.13A98,98,0,0,1,845.72,368l.27.36a2.36,2.36,0,0,1-.12.28l.4.19,0-.06c.71.93,1.43,1.93,2.16,3-4.63,1.17-11.34,1-16.2.58l.18.46c2.09.16,4.5.28,6.94.28a38.69,38.69,0,0,0,9.35-.93,116.59,116.59,0,0,1,8.4,14.22c-3.63,1.31-10,1.15-15.08.74l.33.49c2,.15,4.12.26,6.24.26a27.38,27.38,0,0,0,8.71-1.09,128,128,0,0,1,6.32,15.17c-5.17-.35-11-2.53-15.67-4.72l.3.63c4.7,2.15,10.42,4.24,15.52,4.54q1.82,5.31,3.28,11.26c-4.6,1-9.64.2-13.62-.91,0,.17.07.34.1.5a35.26,35.26,0,0,0,9,1.32,21.42,21.42,0,0,0,4.59-.48c.2.85.4,1.7.59,2.56l.45,0c-.48-2.15-1-4.25-1.54-6.28C869.59,408.06,872.28,404.36,874.52,400.58Z' style='fill:#8bc53f'/><path d='M868.43,415.56s3.85-53.55,27.84-59.86-2.67,61.49-2.67,61.49Z' style='fill:#8bc53f'/><path d='M905.4,376.55l.09-.55a85.19,85.19,0,0,1-17.17,6.59,178.82,178.82,0,0,1,6.07-17.3,39.77,39.77,0,0,0,11.25-4.23l-.12-.44a39.6,39.6,0,0,1-10.92,4.17,94.44,94.44,0,0,1,4.61-9.5h-.52A105.92,105.92,0,0,0,892.43,369a31.73,31.73,0,0,1-5-8.22l-.34.33a32.3,32.3,0,0,0,5.2,8.37c-1.25,3.3-2.41,6.71-3.49,10.14a56,56,0,0,1-7.6-10.87c-.09.14-.18.3-.26.44a55,55,0,0,0,7.71,10.92c-.77,2.46-1.49,4.93-2.17,7.37-3.7-1.94-7.12-6.67-9.38-10.41-.08.18-.15.35-.22.53,2.3,3.76,5.71,8.39,9.48,10.32-1.16,4.22-2.19,8.34-3.09,12.18-4.43-1.46-8.47-4.59-11.17-7.07l-.12.49c2.75,2.49,6.77,5.57,11.19,7-.86,3.71-1.59,7.15-2.19,10.13-3.65-1.18-7.92-4.13-11.07-6.6,0,.17,0,.33-.08.5,3.18,2.47,7.42,5.38,11.06,6.54-.39,1.95-.72,3.69-1,5.18l.45,0c.07-.37.14-.76.22-1.16a74,74,0,0,0,15.35-4.1c.06-.18.13-.36.19-.55a73.36,73.36,0,0,1-15.46,4.19c.57-3,1.33-6.75,2.26-11a76.47,76.47,0,0,0,16.17-2c.06-.16.11-.33.16-.5A75.51,75.51,0,0,1,883,403.28c.75-3.35,1.62-7,2.6-10.76.35,0,1.17,0,2.34,0a87.44,87.44,0,0,0,14.19-1.13c0-.16.08-.32.13-.47a87.62,87.62,0,0,1-16.55,1.13c.77-2.94,1.6-6,2.5-9A87.71,87.71,0,0,0,905.4,376.55Z' style='fill:#37b34a'/><path d='M881.83,413.51s5.65-17.22,27-33.87,39.67-4.58,24,9.37a129.82,129.82,0,0,0-24,28.18Z' style='fill:#37b34a'/><path d='M923.22,379.87c.31,0,1.15.06,2.33.06a40.23,40.23,0,0,0,13-1.95c0-.16-.05-.31-.08-.46-5.59,2.06-12.66,2-14.77,1.93a61.22,61.22,0,0,1,10.45-6.82c-.17-.08-.35-.15-.54-.22a70.54,70.54,0,0,0-16.42,12.21,41.08,41.08,0,0,1,2-11.11l-.53.21a40.1,40.1,0,0,0-2,11.33c-2.28,2.24-4.42,4.57-6.44,6.91a49.18,49.18,0,0,1-2-12l-.42.33a48,48,0,0,0,2.08,12c-2.45,2.88-4.68,5.77-6.68,8.54a86.84,86.84,0,0,1-.37-16.35c-.15.15-.31.29-.47.43a85,85,0,0,0,.46,16.44c-1.79,2.49-3.39,4.88-4.77,7-3.11-3.86-4.76-8.86-5.63-12.9l-.36.45c.92,4.07,2.61,9,5.74,12.84-.89,1.4-1.69,2.71-2.39,3.88a51.47,51.47,0,0,1-8.12-10.07c-.08.14-.17.28-.26.42a50.94,50.94,0,0,0,8.15,10c-.45.76-.85,1.45-1.2,2.08l.47.06,1.13-1.95a75.12,75.12,0,0,0,11.1.82c1.3,0,2.65,0,4-.12.1-.16.21-.31.32-.47a74.81,74.81,0,0,1-15.2-.64c1.27-2.14,2.88-4.71,4.77-7.52l0,.15a79.44,79.44,0,0,0,14.89,1.94l.33-.43a79.53,79.53,0,0,1-15-1.91c1.64-2.43,3.5-5,5.55-7.68a82.22,82.22,0,0,0,14.15,1.34c.77,0,1.55,0,2.34,0l.42-.46a78.85,78.85,0,0,1-16.6-1.22c2.26-2.9,4.74-5.85,7.43-8.72a55.29,55.29,0,0,0,21.24-2c.18-.21.35-.43.52-.64-9,3.22-19.08,2.49-21.38,2.27A90.55,90.55,0,0,1,923.22,379.87Z' style='fill:#009345'/><path d='M875.83,413.51s-5.66-17.22-27-33.87-39.68-4.58-24,9.37a129.71,129.71,0,0,1,24,28.18Z' style='fill:#009345'/><path d='M834.44,379.87c-.32,0-1.15.06-2.34.06a40.26,40.26,0,0,1-13-1.95c0-.16.05-.31.08-.46,5.59,2.06,12.66,2,14.77,1.93a61.22,61.22,0,0,0-10.45-6.82l.54-.22a70.81,70.81,0,0,1,16.43,12.21,41.86,41.86,0,0,0-2-11.11l.53.21a40.44,40.44,0,0,1,2,11.33c2.28,2.24,4.43,4.57,6.44,6.91a49.66,49.66,0,0,0,2-12l.42.33a48,48,0,0,1-2.08,12c2.44,2.88,4.68,5.77,6.68,8.54a86.75,86.75,0,0,0,.36-16.35l.47.43a84.88,84.88,0,0,1-.45,16.44c1.79,2.49,3.38,4.88,4.76,7,3.11-3.86,4.76-8.86,5.64-12.9l.35.45c-.91,4.07-2.6,9-5.74,12.84.9,1.4,1.69,2.71,2.39,3.88a51.1,51.1,0,0,0,8.12-10.07l.26.42a50.94,50.94,0,0,1-8.15,10c.45.76.85,1.45,1.21,2.08l-.47.06-1.14-1.95a74.78,74.78,0,0,1-11.09.82c-1.3,0-2.66,0-4-.12l-.31-.47a74.86,74.86,0,0,0,15.2-.64c-1.28-2.14-2.88-4.71-4.78-7.52l0,.15a79.26,79.26,0,0,1-14.88,1.94c-.11-.14-.23-.28-.34-.43a79.39,79.39,0,0,0,15-1.91c-1.64-2.43-3.5-5-5.55-7.68a82,82,0,0,1-14.14,1.34c-.78,0-1.56,0-2.34,0l-.42-.46a78.74,78.74,0,0,0,16.59-1.22c-2.25-2.9-4.73-5.85-7.42-8.72a55.34,55.34,0,0,1-21.25-2c-.18-.21-.35-.43-.51-.64,9,3.22,19.07,2.49,21.37,2.27A91.65,91.65,0,0,0,834.44,379.87Z' style='fill:#8bc53f'/><polygon points='834.49 413.54 918.25 413.54 907.34 491.88 844.51 491.88 834.49 413.54' style='fill:#d0d2d3'/><rect x='834.49' y='413.54' width='83.76' height='18.05' style='fill:#e6e7e8'/><path d='M1372,417.19s-1.54-17.78-16.16-35.36-4.6-31.44,13.33-20.76,24.74,44.43,26.52,55.09Z' style='fill:#d6de23'/><path d='M1392.29,400.58c0-.2-.1-.39-.16-.6-2.22,3.8-4.9,7.57-7.8,9.85-1.11-4-2.36-7.85-3.69-11.42,2.59-3.23,4.18-10.18,5.13-16.32-.12-.26-.23-.51-.35-.76-.92,6.13-2.46,13.25-5,16.59a123.59,123.59,0,0,0-8.39-17.82c2-3.19,3-8.92,3.5-13.84l-.42-.43c-.48,4.86-1.43,10.61-3.33,13.83a113.34,113.34,0,0,0-7.54-11.4c.75-2.07,1-5.76,1-9.17l-.45-.19a35.71,35.71,0,0,1-.9,8.93l-.11-.13a98,98,0,0,0-8.8-10.05l-.49.13a98,98,0,0,1,8.94,10.19l.27.36-.12.28.4.19,0-.06c.71.93,1.43,1.93,2.16,3-4.63,1.17-11.34,1-16.2.58l.18.46c2.09.16,4.5.28,6.94.28a38.69,38.69,0,0,0,9.35-.93,116.59,116.59,0,0,1,8.4,14.22c-3.63,1.31-10,1.15-15.08.74l.33.49c2,.15,4.12.26,6.24.26a27.27,27.27,0,0,0,8.7-1.09,126.31,126.31,0,0,1,6.33,15.17c-5.17-.35-11-2.53-15.67-4.72l.3.63c4.7,2.15,10.42,4.24,15.52,4.54,1.2,3.54,2.31,7.3,3.28,11.26-4.6,1-9.64.2-13.62-.91,0,.17.07.34.1.5a35.18,35.18,0,0,0,9,1.32,21.45,21.45,0,0,0,4.6-.48c.2.85.4,1.7.59,2.56l.45,0c-.48-2.15-1-4.25-1.54-6.28C1387.36,408.06,1390.05,404.36,1392.29,400.58Z' style='fill:#8bc53f'/><path d='M1386.2,415.56S1390.05,362,1414,355.7s-2.66,61.49-2.66,61.49Z' style='fill:#8bc53f'/><path d='M1423.17,376.55l.09-.55a85.19,85.19,0,0,1-17.17,6.59,178.82,178.82,0,0,1,6.07-17.3,39.77,39.77,0,0,0,11.25-4.23l-.12-.44a39.6,39.6,0,0,1-10.92,4.17,94.44,94.44,0,0,1,4.61-9.5h-.52A105.92,105.92,0,0,0,1410.2,369a31.73,31.73,0,0,1-5-8.22l-.35.33a32.64,32.64,0,0,0,5.21,8.37c-1.25,3.3-2.41,6.71-3.49,10.14a56,56,0,0,1-7.6-10.87l-.27.44a55.49,55.49,0,0,0,7.72,10.92c-.77,2.46-1.49,4.93-2.17,7.37-3.7-1.94-7.12-6.67-9.38-10.41-.08.18-.15.35-.22.53,2.3,3.76,5.71,8.39,9.48,10.32-1.16,4.22-2.19,8.34-3.09,12.18-4.43-1.46-8.47-4.59-11.17-7.07l-.12.49c2.75,2.49,6.77,5.57,11.19,7-.86,3.71-1.59,7.15-2.19,10.13-3.66-1.18-7.92-4.13-11.07-6.6,0,.17-.05.33-.08.5,3.18,2.47,7.42,5.38,11.06,6.54-.39,1.95-.72,3.69-1,5.18l.45,0c.07-.37.14-.76.22-1.16a74,74,0,0,0,15.35-4.1c.06-.18.13-.36.19-.55a73.36,73.36,0,0,1-15.46,4.19c.57-3,1.33-6.75,2.26-11a76.47,76.47,0,0,0,16.17-2c0-.16.11-.33.16-.5a75.51,75.51,0,0,1-16.23,2.07c.75-3.35,1.62-7,2.6-10.76.35,0,1.17,0,2.34,0a87.44,87.44,0,0,0,14.19-1.13c0-.16.08-.32.13-.47a87.62,87.62,0,0,1-16.55,1.13c.77-2.94,1.6-6,2.5-9A87.71,87.71,0,0,0,1423.17,376.55Z' style='fill:#37b34a'/><path d='M1399.6,413.51s5.65-17.22,27-33.87,39.67-4.58,24,9.37a129.82,129.82,0,0,0-24,28.18Z' style='fill:#37b34a'/><path d='M1441,379.87c.31,0,1.15.06,2.33.06a40.23,40.23,0,0,0,13-1.95c0-.16,0-.31-.08-.46-5.59,2.06-12.66,2-14.77,1.93a61.22,61.22,0,0,1,10.45-6.82c-.17-.08-.35-.15-.54-.22A70.54,70.54,0,0,0,1435,384.62a41.08,41.08,0,0,1,2-11.11l-.54.21a40.44,40.44,0,0,0-2,11.33c-2.28,2.24-4.43,4.57-6.44,6.91a49.18,49.18,0,0,1-2-12l-.43.33a48.4,48.4,0,0,0,2.09,12c-2.45,2.88-4.68,5.77-6.69,8.54a86.75,86.75,0,0,1-.36-16.35c-.15.15-.31.29-.47.43a85,85,0,0,0,.46,16.44c-1.79,2.49-3.39,4.88-4.77,7-3.11-3.86-4.76-8.86-5.63-12.9l-.36.45c.92,4.07,2.61,9,5.74,12.84-.89,1.4-1.69,2.71-2.39,3.88a51.47,51.47,0,0,1-8.12-10.07c-.08.14-.17.28-.26.42a50.94,50.94,0,0,0,8.15,10c-.45.76-.85,1.45-1.21,2.08l.48.06,1.13-1.95a75.12,75.12,0,0,0,11.1.82c1.3,0,2.65,0,4-.12.1-.16.21-.31.32-.47a74.81,74.81,0,0,1-15.2-.64c1.27-2.14,2.88-4.71,4.77-7.52l0,.15a79.44,79.44,0,0,0,14.89,1.94l.33-.43a79.53,79.53,0,0,1-15-1.91c1.64-2.43,3.5-5,5.55-7.68a82.22,82.22,0,0,0,14.15,1.34c.77,0,1.55,0,2.34,0l.42-.46a78.78,78.78,0,0,1-16.6-1.22c2.25-2.9,4.74-5.85,7.43-8.72a55.29,55.29,0,0,0,21.24-2c.18-.21.35-.43.52-.64-9,3.22-19.08,2.49-21.38,2.27A90.55,90.55,0,0,1,1441,379.87Z' style='fill:#009345'/><path d='M1393.6,413.51s-5.66-17.22-27-33.87-39.67-4.58-24,9.37a129.82,129.82,0,0,1,24,28.18Z' style='fill:#009345'/><path d='M1352.21,379.87c-.32,0-1.15.06-2.34.06a40.26,40.26,0,0,1-13-1.95c0-.16.05-.31.08-.46,5.59,2.06,12.66,2,14.77,1.93a61.22,61.22,0,0,0-10.45-6.82l.54-.22a70.81,70.81,0,0,1,16.43,12.21,41.86,41.86,0,0,0-2-11.11l.53.21a40.44,40.44,0,0,1,2,11.33c2.28,2.24,4.43,4.57,6.44,6.91a49.66,49.66,0,0,0,2-12l.42.33a47.5,47.5,0,0,1-2.09,12c2.45,2.88,4.69,5.77,6.69,8.54a86.75,86.75,0,0,0,.36-16.35l.47.43a84.88,84.88,0,0,1-.45,16.44c1.79,2.49,3.38,4.88,4.76,7,3.11-3.86,4.76-8.86,5.64-12.9l.35.45c-.91,4.07-2.61,9-5.74,12.84.89,1.4,1.69,2.71,2.39,3.88a51.1,51.1,0,0,0,8.12-10.07l.26.42a50.94,50.94,0,0,1-8.15,10c.45.76.85,1.45,1.21,2.08l-.48.06c-.34-.59-.71-1.24-1.13-1.95a74.78,74.78,0,0,1-11.09.82c-1.3,0-2.66,0-4-.12l-.31-.47a74.86,74.86,0,0,0,15.2-.64c-1.28-2.14-2.88-4.71-4.78-7.52l0,.15a79.26,79.26,0,0,1-14.88,1.94c-.11-.14-.23-.28-.34-.43a79.53,79.53,0,0,0,15-1.91c-1.64-2.43-3.5-5-5.55-7.68a82,82,0,0,1-14.14,1.34c-.78,0-1.56,0-2.34,0l-.42-.46a78.74,78.74,0,0,0,16.59-1.22c-2.25-2.9-4.73-5.85-7.42-8.72a55.34,55.34,0,0,1-21.25-2c-.18-.21-.35-.43-.51-.64,9,3.22,19.07,2.49,21.37,2.27A91.65,91.65,0,0,0,1352.21,379.87Z' style='fill:#8bc53f'/><polygon points='1352.26 413.54 1436.02 413.54 1425.11 491.88 1362.28 491.88 1352.26 413.54' style='fill:#d0d2d3'/><rect x='1352.26' y='413.54' width='83.76' height='18.05' style='fill:#e6e7e8'/><path d='M1316.87,239a19.52,19.52,0,0,0-11.75,15.57c-1.45,11.78-6.84,79-6.84,79h59.89l-2.25-46.48L1345,245.15Z' style='fill:#ffdd15'/><path d='M1189.19,514.76a2.26,2.26,0,0,1-2.12-1.45l-29.84-77.59h-30.46l18.32,75.64a2.27,2.27,0,1,1-4.41,1.07L1121,431.18h39.35l31,80.5a2.26,2.26,0,0,1-1.3,2.93A2.11,2.11,0,0,1,1189.19,514.76Z' style='fill:#404041'/><path d='M1075.71,514.36a2.16,2.16,0,0,1-.82-.15,2.27,2.27,0,0,1-1.3-2.93l31-80.5h39.35L1124.22,512a2.27,2.27,0,0,1-4.41-1.07l18.32-75.64h-30.46l-29.84,77.59A2.27,2.27,0,0,1,1075.71,514.36Z' style='fill:#404041'/><path d='M1197.82,347.89h-68.5a15.53,15.53,0,0,0-7.39,1.8c-5.65,3-14.35,10.91-14.35,30.6,0,22.88,3,36.73-5.45,49.55-12.49,19-50.36-2.38-62.71,13.76a1.82,1.82,0,0,0,1.46,2.91h66.32a2.73,2.73,0,0,0,2.36-1.37c11.1-19,50.87,4.26,63.74-15.3,8.44-12.82,5.45-26.67,5.45-49.55C1178.75,351.14,1197.82,347.89,1197.82,347.89Z' style='fill:#ffdd15'/><path d='M1108.45,446.4a2.36,2.36,0,0,1-1-.23,2.27,2.27,0,0,1-1-3c5.73-11.73,20-10.69,33.79-9.68,12.9.94,25.09,1.83,30.84-6.5,6.12-8.87,5.81-18.25,5.33-32.44-.13-4-.28-8.57-.28-13.48,0-29.37,20.76-33.08,21-33.11a2.27,2.27,0,0,1,.74,4.48c-.72.12-17.17,3.27-17.17,28.63,0,4.83.14,9.15.28,13.33.49,14.55.84,25.07-6.13,35.17-7.23,10.47-21.31,9.44-34.92,8.45-12.85-.94-25-1.83-29.37,7.14A2.27,2.27,0,0,1,1108.45,446.4Z' style='fill:#faaf40'/><rect x='967.28' y='373.01' width='7.41' height='141.75' style='fill:#404041'/><rect x='1040.82' y='373.01' width='7.41' height='141.75' style='fill:#404041'/><path d='M1091.75,309.73c-14.31,7.13-39.57,33.48-39.75,45.95-.35,24,43.19-3.53,52.47-21.78S1104.91,303.18,1091.75,309.73Z' style='fill:#37b34a'/><path d='M1140.41,302.74c10.9-.47,37.42,5.09,43.14,2.6s12.81-38.55,12.81-38.55l9.05,1.09s6.2,41.06-8.11,55.37-52.75,12.46-60.2,4.64S1131.82,303.12,1140.41,302.74Z' style='fill:#37b34a'/><path d='M1158.22,309.22c1.29-12-54.69-6.68-64.4.51s-12.39,60.62-4.72,87.71H1144S1154.56,343.22,1158.22,309.22Z' style='fill:#37b34a'/><path d='M1128.68,275.21l0,27.34,9.83.05s-7.14,13.33-20,13.69-14-10.69-14-10.69l8.5-2.54,1.86-21Z' style='fill:#f8d3a2'/><path d='M1094.49,256.64s-2.11,27.08,1.7,37.23,27.92,7.62,36.8-20.52-6.77-32.79-21.15-32.79S1095.23,249.52,1094.49,256.64Z' style='fill:#f8d3a2'/><ellipse cx='1096.53' cy='272.14' rx='3.85' ry='3.06' style='fill:#f2b3b9'/><path d='M1115.9,262.69a1.86,1.86,0,1,1-2,1.73A1.87,1.87,0,0,1,1115.9,262.69Z' style='fill:#4e4f51'/><path d='M1098.51,261.52a1.86,1.86,0,1,1-2,1.74A1.87,1.87,0,0,1,1098.51,261.52Z' style='fill:#4e4f51'/><path d='M1103.54,264.55c-.72,5.27-5.06,6.72-6.27,9.86s3,5.36,6.27,0A9.44,9.44,0,0,0,1103.54,264.55Z' style='fill:#f2a186'/><path d='M1125.8,250.44s-2.81,5.16-10.6,3.29-9,2.41-12.86,5.1-11.95,3.8-12.56-6.95,5.43-11.68,11.22-11.32,4.45-6.55,12.91-7.73,7.9,3.07,11.89,5.51,8.81-.19,12,4.26.19,8.53,0,12.24,5,5.9,5.38,11.57-4.81,3-5.75,8.8S1137,286,1129,285.43c0,0,2.32-13.4,0-20.88S1124,259.57,1125.8,250.44Z' style='fill:#4e4f51'/><path d='M1127.49,277.79s9.31-12.69,12.69-4.23-14.38,10.58-14.38,10.58Z' style='fill:#f8d3a2'/><path d='M1117.64,269.08c2.12,0,3.85,1.37,3.85,3.06s-1.73,3.07-3.85,3.07-3.85-1.38-3.85-3.07S1115.52,269.08,1117.64,269.08Z' style='fill:#f2b3b9'/><path d='M1098.54,281.85a20.81,20.81,0,0,0,15,0l.41.91a21.44,21.44,0,0,1-15.79,0Z' style='fill:#f2a186'/><path d='M1086.38,500.69s5,8.2,3.92,9.77-24.16,6.57-32.93,3.11S1076,503.34,1076,503.34Z' style='fill:#80481e'/><path d='M1034,503.36s1.87,9.41.35,10.52-24.95-2.08-32-8.33,21-3.25,21-3.25Z' style='fill:#80481e'/><path d='M1196.36,266.79s-3.25-4.56-3.35-6.53,2.79-2.8,2.79-2.8-1.45-10.49-.22-10.71,2.31,6.89,2.31,6.89,5.1-.13,6.91,2.88a12.6,12.6,0,0,1,.61,11.36Z' style='fill:#f8d3a2'/><path d='M1144,397.44s1.52,28.61-15,35.68-52.5,6.56-60.5,10.56,17.85,57,17.85,57l-10.4,2.65s-52.28-47.35-31.45-76.16C1057.65,409,1105,397.44,1105,397.44Z' style='fill:#404041'/><path d='M1130,397.44s1.52,28.61-15,35.68-52.5,6.56-60.5,10.56S1034,503.36,1034,503.36l-10.68-1.06s-1.81-54.62,7.19-75.12S1091,397.44,1091,397.44Z' style='fill:#404041'/><path d='M1051.55,352.68c5.06-7.32,56.76,2,56.76,2v8.5S1031.53,381.68,1051.55,352.68Z' style='fill:#37b34a'/><path d='M1108.31,354.68a41.77,41.77,0,0,1,10.72,0c4.5.83,13.36,6.17,11,8.17s-9.18.5-12.18,0-9.56.33-9.56.33Z' style='fill:#f8d3a2'/><rect x='1133.21' y='373.01' width='7.41' height='141.75' style='fill:#404041'/><rect x='1206.74' y='373.01' width='7.41' height='141.75' style='fill:#404041'/><rect x='956.2' y='365.07' width='270' height='14.09' style='fill:#a87c4f'/><rect x='956.2' y='365.07' width='165.28' height='14.09' style='fill:#c3996b'/><path d='M1402.64,514.76a2.27,2.27,0,0,1-2.12-1.45l-29.84-77.59h-30.46l18.32,75.64a2.27,2.27,0,0,1-4.41,1.07l-19.68-81.25h39.35l31,80.5a2.27,2.27,0,0,1-1.31,2.93A2.08,2.08,0,0,1,1402.64,514.76Z' style='fill:#404041'/><path d='M1289.16,514.36a2.11,2.11,0,0,1-.81-.15,2.27,2.27,0,0,1-1.31-2.93l31-80.5h39.35L1337.67,512a2.27,2.27,0,0,1-4.41-1.07l18.32-75.64h-30.46l-29.84,77.59A2.27,2.27,0,0,1,1289.16,514.36Z' style='fill:#404041'/><path d='M1411.27,347.89h-68.5a15.58,15.58,0,0,0-7.39,1.8c-5.65,3-14.35,10.91-14.35,30.6,0,22.88,3,36.73-5.44,49.55-12.5,19-50.37-2.38-62.71,13.76a1.81,1.81,0,0,0,1.45,2.91h66.33a2.73,2.73,0,0,0,2.35-1.37c11.11-19,50.88,4.26,63.75-15.3,8.43-12.82,5.44-26.67,5.44-49.55C1392.2,351.14,1411.27,347.89,1411.27,347.89Z' style='fill:#25a9e0'/><path d='M1321.9,446.4a2.36,2.36,0,0,1-1-.23,2.28,2.28,0,0,1-1-3c5.74-11.73,20-10.69,33.79-9.68,12.9.94,25.09,1.83,30.84-6.5,6.13-8.87,5.81-18.25,5.34-32.44-.14-4-.29-8.57-.29-13.48,0-29.37,20.76-33.08,21-33.11a2.27,2.27,0,0,1,.74,4.48c-.72.12-17.17,3.27-17.17,28.63,0,4.83.14,9.15.28,13.33.49,14.55.84,25.07-6.13,35.17C1381,440,1366.93,439,1353.32,438c-12.85-.94-25-1.83-29.38,7.14A2.26,2.26,0,0,1,1321.9,446.4Z' style='fill:#4f7fa3'/><rect x='1180.73' y='373.01' width='7.41' height='141.75' style='fill:#404041'/><rect x='1254.27' y='373.01' width='7.41' height='141.75' style='fill:#404041'/><path d='M1343.46,397.44s1.53,28.61-15,35.68-52.5,6.56-60.5,10.56-20.51,59.68-20.51,59.68l-10.68-1.06s-1.81-54.62,7.19-75.12,60.41-29.74,60.41-29.74Z' style='fill:#f2a186'/><path d='M1353.86,302.74c16.1-8,35.5-17.19,39.83-25.34s9.39-44.28,9.39-44.28l9.05,1.09s.1,41.7-5.67,58.7-34.28,44.32-48.19,41S1339.76,309.71,1353.86,302.74Z' style='fill:#ef6490'/><path d='M1305.21,309.73c-14.31,7.13-39.58,33.48-39.76,45.95-.35,24,43.2-3.53,52.47-21.78S1318.36,303.18,1305.21,309.73Z' style='fill:#ef6490'/><path d='M1371.68,309.22c1.29-12-54.7-6.68-64.4.51s-12.4,60.62-4.73,87.71h54.91S1368,343.22,1371.68,309.22Z' style='fill:#ef6490'/><path d='M1342.14,275.21l0,27.34,9.82.05s-7.13,30.94-20,31.3-14-28.3-14-28.3l8.5-2.54,1.87-21Z' style='fill:#f8d3a2'/><path d='M1308,256.64s-2.12,27.08,1.69,37.23,27.92,7.62,36.81-20.52-6.77-32.79-21.16-32.79S1308.68,249.52,1308,256.64Z' style='fill:#f8d3a2'/><ellipse cx='1309.98' cy='272.14' rx='3.85' ry='3.06' style='fill:#f2b3b9'/><path d='M1329.35,262.69a1.86,1.86,0,1,1-2,1.73A1.87,1.87,0,0,1,1329.35,262.69Z' style='fill:#4e4f51'/><path d='M1312,261.52a1.86,1.86,0,1,1-2,1.74A1.86,1.86,0,0,1,1312,261.52Z' style='fill:#4e4f51'/><path d='M1317,264.55c-.73,5.27-5.07,6.72-6.28,9.86s3,5.36,6.28,0A9.47,9.47,0,0,0,1317,264.55Z' style='fill:#f2a186'/><path d='M1341,277.79s9.3-12.69,12.69-4.23-14.39,10.58-14.39,10.58Z' style='fill:#f8d3a2'/><path d='M1331.09,269.08c2.13,0,3.85,1.37,3.85,3.06s-1.72,3.07-3.85,3.07-3.84-1.38-3.84-3.07S1329,269.08,1331.09,269.08Z' style='fill:#f2b3b9'/><path d='M1312,281.85a20.78,20.78,0,0,0,15,0l.42.91a21.48,21.48,0,0,1-15.8,0Z' style='fill:#f2a186'/><path d='M1336.44,258.91l-32.75-3s1-15,12.25-18.25,30.71,1.42,36,9.09,6.35,87.15,6.35,87.15h-18.46Z' style='fill:#ffdd15'/><path d='M1299.83,500.69s5,8.2,3.92,9.77-24.16,6.57-32.93,3.11,18.61-10.23,18.61-10.23Z' style='fill:#ef6490'/><path d='M1247.48,503.36s1.87,9.41.34,10.52-25-2.08-32-8.33,21-3.25,21-3.25Z' style='fill:#ef6490'/><path d='M1403.08,233.12s-3.25-4.55-3.35-6.53,2.79-2.8,2.79-2.8-1.45-10.49-.22-10.71,2.31,6.89,2.31,6.89,5.1-.12,6.91,2.88a12.6,12.6,0,0,1,.61,11.36Z' style='fill:#f8d3a2'/><path d='M1357.46,397.44s1.53,28.61-15,35.68-52.5,6.56-60.5,10.56,17.84,57,17.84,57l-10.4,2.65S1237.16,456,1258,427.18c13.12-18.14,60.41-29.74,60.41-29.74Z' style='fill:#f8d3a2'/><path d='M1265,352.68c5-7.32,56.75,2,56.75,2v8.5S1245,381.68,1265,352.68Z' style='fill:#ef6490'/><path d='M1321.76,354.68a41.85,41.85,0,0,1,10.73,0c4.5.83,13.35,6.17,11,8.17s-9.18.5-12.18,0-9.56.33-9.56.33Z' style='fill:#f8d3a2'/><path d='M1302.55,397.44s-34.37,7.31-48.28,18.39c0,0,28.25.42,39.34,5.75s8.94,18.63,8.94,18.63,32.91-.78,45.19-10.54,9.72-32.23,9.72-32.23Z' style='fill:#4c447a'/><rect x='1346.66' y='373.01' width='7.41' height='141.75' style='fill:#404041'/><rect x='1420.2' y='373.01' width='7.41' height='141.75' style='fill:#404041'/><rect x='1169.65' y='365.07' width='270' height='14.09' style='fill:#a87c4f'/><rect x='1169.65' y='365.07' width='165.28' height='14.09' style='fill:#c3996b'/><path d='M1164,128.76a8.78,8.78,0,0,1-1.33-.41,14.92,14.92,0,0,1-4.21-2.47l-.54-.47a15.43,15.43,0,0,1-2.81-3.46c-.28-.48-.55-1-.8-1.52-.15-.32-.3-.66-.43-1a21.62,21.62,0,0,1-1.39-6.6c-.89-13.81,5.84-.36,5.84-.36l-.88-21.6,9.38-13.81,5.13,23.2,4.78-1.24,11.69,6.37.88,14.87s-4.86,5.61-6.86,7c-3.74,2.6-10.42,3.47-15.22,2.69A30.61,30.61,0,0,1,1164,128.76Z' style='fill:#f4b821;fill-rule:evenodd'/><path d='M1202.68,97.87a32.26,32.26,0,0,1-22.86,30.86c7.9-4.72,13.23-22.42-3.82-27.24,2,3.49,3.88,6.89,3.26,11.65-13.8-4.79-14.15-18.78-12.71-32.15-6,9.43-12,25.93-.64,36.38-1.73.84-6.71.91-9.55-3.58-1.38,7.42,5.29,14.16,10.86,16.17a32.24,32.24,0,0,1-29-32.09,30.21,30.21,0,0,1,1.19-9,28.9,28.9,0,0,1,8.08-12.79c1.3,5.62,5.07,7.81,8,6.62,6.24-2.51,2.42-9.52,1.7-14.48s.45-10.39,8.33-16.33c-1.12,5-1.3,14.12,5.94,14,3.12,0,5.87-2.75,7.12-7.41,2.05-7.67.25-20.49-9-27.61,26.09,6.72,18.69,31.7,15.74,46.13a33.19,33.19,0,0,0-.77,7.09c.1,7.23,8.22,7,8.8,0a34.74,34.74,0,0,0-.36-8.52,22.06,22.06,0,0,1,6.44,8.21c.44.92.8,1.78,1.1,2.54a31.86,31.86,0,0,1,2.12,11.51Z' style='fill:#c00;fill-rule:evenodd'/><path d='M970.37,194.66a1.16,1.16,0,0,1-.22.29,1.28,1.28,0,0,1-.28.24.14.14,0,0,0-.11.06.17.17,0,0,1-.12.06,4.85,4.85,0,0,0-.07-.57,2.69,2.69,0,0,0-.13-.57.69.69,0,0,1-.26-.11.8.8,0,0,0-.26-.1.88.88,0,0,1,.05-.29c0-.12,0-.19,0-.23s-.08-.09-.23-.16-.23-.13-.23-.17,0-.19,0-.46,0-.44,0-.51a.4.4,0,0,0-.12-.2.41.41,0,0,1-.12-.26s-.08-.11-.24-.22-.23-.18-.23-.22l0-.4v-.17a.24.24,0,0,1,0-.15.15.15,0,0,0,0-.08l.35.27a2.18,2.18,0,0,0,.35.22l.12.06h.17l.23-.12a.38.38,0,0,1,.17-.06.17.17,0,0,0,.11-.06h.17a.78.78,0,0,1,.25-.13.62.62,0,0,0,.26-.12,2.13,2.13,0,0,1,.12.29.61.61,0,0,0,.12.22h.17l.32,0a.3.3,0,0,0,.25-.15.51.51,0,0,0,.09.26,2.36,2.36,0,0,1,.15.25,3,3,0,0,1,.08.83,3,3,0,0,0,.08.83.57.57,0,0,1,.12.25,1.6,1.6,0,0,0,.13.31c.11.11.21.17.29.16s0-.29,0-.65,0-.62,0-.78a.49.49,0,0,1,.08-.23.88.88,0,0,1,.13-.23,1.49,1.49,0,0,1,.14-.38,2.34,2.34,0,0,0,.13-.37h.11a.21.21,0,0,0,.12.05,3.22,3.22,0,0,1,.6.13,5.39,5.39,0,0,1,.61.18h.28a.39.39,0,0,1,.09-.17c0-.08.1-.12.14-.12h.11a.21.21,0,0,1,.12,0c.07,0,.17.09.29.28a.7.7,0,0,0,.09.23.68.68,0,0,1,.09.22,3.49,3.49,0,0,0,.25-.26c.13-.14.22-.21.26-.21h.17l.11,0a.9.9,0,0,1,.24.08.6.6,0,0,0,.28.08h.18l.54-.93s0,.08,0,.14l.15.14.12,0h.11a.05.05,0,0,0,.06-.06c.15,0,.48-.18,1-.4s.84-.37,1-.46a2.26,2.26,0,0,0,.37.14,1.17,1.17,0,0,0,.38.07l.12.11.11.12a.23.23,0,0,0,.12-.06l.11-.12.11-.23A.62.62,0,0,0,981,190a.15.15,0,0,1,0-.11.31.31,0,0,0,.17-.09,1.47,1.47,0,0,0,.17-.15,2.59,2.59,0,0,0,.46-.1,3.62,3.62,0,0,1,.45-.1.79.79,0,0,1,.26-.12.63.63,0,0,0,.25-.12l.37-.09a1.85,1.85,0,0,1,.37-.1.58.58,0,0,0,.28-.06.62.62,0,0,0,.17-.12,4.61,4.61,0,0,0,.31-.41,3.31,3.31,0,0,1,.24-.35c.11-.12.37-.36.76-.74s.66-.62.81-.74l.39-.18a.21.21,0,0,0,.14-.09.26.26,0,0,1,.14-.09c.08-.11.22-.3.42-.55a5.59,5.59,0,0,1,.42-.5.2.2,0,0,1,0-.17c.07-.08.11-.14.11-.18a.68.68,0,0,0,.16-.34,2.18,2.18,0,0,1,.16-.47c.07-.15.14-.31.22-.46a.67.67,0,0,0,0-.37,1.48,1.48,0,0,1-.07-.37s-.05,0,0,0,0,0,0,0a2.84,2.84,0,0,0-.31.21c-.13.1-.2.13-.2.09a2,2,0,0,1-.41-.39l-.35-.39-.45.41c-.07,0-.2-.09-.38-.27a1.58,1.58,0,0,0-.38-.34,1.68,1.68,0,0,1-.12-.31c0-.13-.06-.22-.07-.25l.23-.07a.39.39,0,0,0,.23-.17l.05-.18s-.06,0-.06-.05v-.23a2.68,2.68,0,0,0-.13-.57,1.62,1.62,0,0,1-.06-.4l-.46-.05a1.13,1.13,0,0,0,0-.48c0-.25,0-.41,0-.49a1.87,1.87,0,0,0-.05-.74,7.37,7.37,0,0,1-.1-.74l-.12-.06-.11.06a.46.46,0,0,1-.28.18,1.49,1.49,0,0,0-.16.64,1.69,1.69,0,0,1-.15.63c0,.12,0,.39,0,.83s0,.74,0,.89l-.23.23a1.7,1.7,0,0,1-.3-.5,1.89,1.89,0,0,1-.18-.51.31.31,0,0,0-.09-.17c-.06-.08-.11-.12-.15-.11a.76.76,0,0,1-.11.26,1.37,1.37,0,0,1-.16.26,3.43,3.43,0,0,0-.16.49,2.24,2.24,0,0,0-.1.49,1.81,1.81,0,0,1-.38-.36c-.18-.21-.27-.35-.27-.43s-.07-.34,0-.68a3.3,3.3,0,0,0,.15-.69.65.65,0,0,1-.2-.06.33.33,0,0,0-.26,0,3.25,3.25,0,0,0-.39.32l-.34.33-.22.12s-.07.06-.09.06,0,0-.08.06l-.06.06a1.15,1.15,0,0,0-.3.41l-.3.52v.11l-.05.12a1.65,1.65,0,0,1,.18.48c.09.29.11.47.07.54s.07.06.1.17a1.76,1.76,0,0,1,0,.23l-.69,0a1.31,1.31,0,0,0-.06-.26c0-.13-.08-.2-.12-.19a.31.31,0,0,0-.12-.23.4.4,0,0,0-.17-.11l0,.75a1,1,0,0,1-.32-.08,1.17,1.17,0,0,1-.32-.19s-.08,0-.12-.09-.07-.08-.11-.08a.67.67,0,0,0,0-.4,2.68,2.68,0,0,0-.16-.4,3.5,3.5,0,0,1-.32-.45l-.39-.56-.24-.22h-.28a1.26,1.26,0,0,0-.37.09,1.84,1.84,0,0,1-.31.1l-.28.26a.81.81,0,0,0-.22.27,1.38,1.38,0,0,1-.14.31,1,1,0,0,0-.13.38.62.62,0,0,1-.11.23.62.62,0,0,0-.11.29.26.26,0,0,0-.14.09.25.25,0,0,1-.19.09v-.17a.12.12,0,0,1,0-.09.15.15,0,0,0,0-.08v-.35a.94.94,0,0,1,.14-.26l.19-.26c0-.07-.12-.2-.24-.37a2.11,2.11,0,0,0-.29-.36,1.68,1.68,0,0,0-.36.32,2.41,2.41,0,0,0-.31.38,1.23,1.23,0,0,0-.16.27.63.63,0,0,0-.11.26,1,1,0,0,0-.4.18,1.89,1.89,0,0,0-.39.3.14.14,0,0,0-.11.06.83.83,0,0,1-.17.12,1.13,1.13,0,0,1-.23.17h-.22a2.46,2.46,0,0,1-.52.13l-.45.07h-.23a1.63,1.63,0,0,1-.52-.21l-.52-.28a.9.9,0,0,1-.32-.1,1.27,1.27,0,0,0-.38-.11,1.51,1.51,0,0,1-.12-.39,1.74,1.74,0,0,1-.07-.4,2.08,2.08,0,0,0-.33-.48,5.34,5.34,0,0,1-.38-.53,1.45,1.45,0,0,1-.15-.2.48.48,0,0,1-.09-.25,1.25,1.25,0,0,1-.1-.49,1.61,1.61,0,0,0-.1-.48l0-.52s-.07-.07-.12-.22-.08-.23-.12-.23a2.27,2.27,0,0,1-.1-.63c0-.34,0-.55,0-.62l0-.46v-.17a.16.16,0,0,1,0-.12,2.48,2.48,0,0,1,.34-.24,2.48,2.48,0,0,0,.34-.24,1.46,1.46,0,0,1,.31-.23c.13-.08.19-.14.19-.18l.3-.64a3.94,3.94,0,0,1,.3-.58.53.53,0,0,1,.16-.35l.12.06h.22s.07.1.21.17.2.13.2.17h.23a.12.12,0,0,1,.09,0l.09,0h.11l.48-.24.48-.24s.11,0,.23,0,.19,0,.23,0l.39-.24.4-.24a1.22,1.22,0,0,1,.26.08,1.11,1.11,0,0,1,.26.14h.11a.21.21,0,0,0,.12.05.76.76,0,0,0,.1-.35c0-.19.09-.28.17-.29s.13-.09.4,0a4.15,4.15,0,0,0,.52.08.13.13,0,0,1,0-.12.14.14,0,0,0,.05-.09s0-.05.06-.08l.11-.24.5-.52a2.43,2.43,0,0,0,.34-.1,2.48,2.48,0,0,1,.4-.1h.11l.12.06s.08.06.12.19a.34.34,0,0,0,.18.25c0,.12.06.12.17,0a.5.5,0,0,1,.17-.12l0-.74.26,0a.36.36,0,0,0,.31-.1.9.9,0,0,0,.28-.26,2.84,2.84,0,0,1,.23-.26l.37-.07a1.61,1.61,0,0,0,.42-.13,2,2,0,0,0,.45-.32,3.74,3.74,0,0,1,.51-.39l.51-.24.5-.24a2,2,0,0,1,.38,0c.21,0,.33,0,.37,0s.12-.13.24-.4a2.27,2.27,0,0,1,.31-.53.2.2,0,0,1,.05-.17.07.07,0,0,1,.11,0h.23l.17-.18.11-.11.06-2-.12-.11s-.06-.06-.08-.06a.21.21,0,0,1-.09-.05s-.07,0-.2,0-.2,0-.2,0a1,1,0,0,1-.29-.22.46.46,0,0,1-.18-.28,4.18,4.18,0,0,1-.42.35,1.37,1.37,0,0,0-.37.36.78.78,0,0,0-.24.35.84.84,0,0,1-.25.35.9.9,0,0,1-.28.18.94.94,0,0,1-.23.06.7.7,0,0,0-.09-.23.79.79,0,0,0-.15-.22h-.17a.49.49,0,0,0-.2.24c-.05.11-.12.17-.19.17a.17.17,0,0,1-.11.06h-.18l-.23,0-.17,0a2.18,2.18,0,0,1-.35-.22,3.25,3.25,0,0,1-.35-.28s-.09-.07-.15-.22a1.26,1.26,0,0,1-.09-.28h-.17a.05.05,0,0,1-.06-.06.9.9,0,0,1-.23.18l-.22.12-.52,0a.23.23,0,0,1-.11,0,.3.3,0,0,0-.17,0h-.23a1.15,1.15,0,0,1-.35-.16,1,1,0,0,0-.41-.16h-1a7,7,0,0,1-1-.06,1,1,0,0,0-.07-.23.68.68,0,0,0-.12-.23s-.06,0-.06-.05,0-.06,0-.06,0,0,0-.05L973,164h-.39a.13.13,0,0,1-.12-.05,4.91,4.91,0,0,1-.39.38,1.61,1.61,0,0,0-.33.38c0-.07,0-.18-.18-.31a.7.7,0,0,0-.35-.19l-.06-.05-.12.06a.48.48,0,0,0-.28.15,1,1,0,0,0-.22.26h-1.66s0,.09-.14.17-.16.1-.2.07h-.91a.46.46,0,0,1-.23,0s-.09,0-.15-.11a1.47,1.47,0,0,0-.15-.17.7.7,0,0,1-.2-.08l-.26-.14a.41.41,0,0,0-.23-.05.34.34,0,0,0-.17.06,1.47,1.47,0,0,0,.09.32.34.34,0,0,1,0,.37s-.1.12-.28.24l-.4.24a3.58,3.58,0,0,0-.3.38c-.13.17-.2.28-.19.32a.22.22,0,0,0-.06.17v.8c0,.08,0,.23.05.46a1.06,1.06,0,0,0,.15.51,1.84,1.84,0,0,0,.1.4,1.6,1.6,0,0,1,.09.39l.07.17s0,.06,0,.06,0,0,0,.06v.11a2.33,2.33,0,0,1-.24.41,2.81,2.81,0,0,1-.25.35l.62,3.93a.48.48,0,0,0,.09.26c.06.09.11.18.15.25l.07,2.69a2.49,2.49,0,0,1,0,.46c0,.23-.05.48-.07.75s0,.52-.06.77-.05.39-.05.43-.06,0,0,.06V180a1.37,1.37,0,0,0,.07.34l.12.34c0,.08,0,.25,0,.52s0,.42,0,.46,0,.28,0,.62,0,.72,0,1.12,0,.76,0,1.09,0,.52,0,.6,0,.14,0,.31a3.33,3.33,0,0,0,0,.55,4.7,4.7,0,0,1,0,.54c0,.17,0,.28,0,.32a1.64,1.64,0,0,0,.09.31c.07.17.12.31.16.42a.68.68,0,0,1,.12.23.85.85,0,0,1,.06.23,1.84,1.84,0,0,1,.22.56c.06.27.1.42.1.46s-.05.11-.14.23-.16.18-.2.18a2.51,2.51,0,0,1-.18.63,2,2,0,0,1-.3.64c-.07.08-.24.23-.5.47s-.43.39-.5.47a1,1,0,0,0-.19.49,2.22,2.22,0,0,0-.07.49l-.52,0c0-.15,0-.48-.08-1s-.08-.82-.09-1-.11-.15-.32-.34-.46-.38-.73-.58l-.73-.55c-.22-.17-.32-.27-.32-.31a1.64,1.64,0,0,1-.13-.48,3,3,0,0,1-.07-.49c0-.07,0-.24,0-.51s0-.42,0-.46,0-.29-.1-.63a1.53,1.53,0,0,1-.05-.63s0-.17,0-.4,0-.46,0-.71,0-.48,0-.69,0-.33,0-.37,0-.15,0-.32,0-.35-.07-.54-.06-.37-.1-.54a2,2,0,0,1-.07-.37l0-.23v-.17a.72.72,0,0,1,.28-.27c.15-.1.22-.16.22-.2v-.29l-.4-.05c0-.07,0-.31,0-.71a2.17,2.17,0,0,0-.05-.72.26.26,0,0,0-.09-.14l-.14-.14a.43.43,0,0,1-.23-.08,1,1,0,0,0-.23-.08v-.28a1.88,1.88,0,0,0,.16-.29c.07-.16.16-.31.25-.47a5.06,5.06,0,0,0,.24-.46,1.1,1.1,0,0,0,.11-.29.21.21,0,0,1,0-.12s0-.05,0-.05,0,0,0-.06l-.06-.11v-.12a.53.53,0,0,1-.22.12.68.68,0,0,0-.23.12.15.15,0,0,1-.11.06h-.17l-.23-.11a2.36,2.36,0,0,0,.29-.67q.2-.54.24-.72a1.58,1.58,0,0,0,0-.28c0-.12,0-.2,0-.23l-.52-.05v-.11c0-.08,0-.12.05-.12l.36-.69a3.25,3.25,0,0,1,.41-.7.2.2,0,0,0,0-.2q-.06-.09,0-.15l-.57,0a4.52,4.52,0,0,1,0-.49c0-.25,0-.51.07-.8s0-.55.06-.8,0-.43,0-.55a1.51,1.51,0,0,1,.17-.35,1,1,0,0,0,.16-.4v-.46a.76.76,0,0,0,.05-.29c0-.11,0-.19,0-.22a3,3,0,0,1-.27-.57,2.5,2.5,0,0,1-.22-.62.28.28,0,0,1-.06-.2.23.23,0,0,1,0-.2l.28,0,.29,0a.29.29,0,0,1,.08-.14l.14-.15v-.11s0-.06,0-.06,0,0,0-.06l-.06-.11v-.12a1.28,1.28,0,0,0-.07-.28q-.06-.22-.15-.48c-.06-.17-.12-.32-.16-.46a1.14,1.14,0,0,1-.06-.25,3,3,0,0,1,.07-.49,2.15,2.15,0,0,0,.07-.49h-.51a2.15,2.15,0,0,1-.13-.51,1.07,1.07,0,0,0-.18-.51l-.13-.34a1,1,0,0,1-.06-.34l0-.57v-.29a.24.24,0,0,1,.06-.17,2.11,2.11,0,0,1,.68-.11l.69,0,.28,0a4,4,0,0,0,.49,0l.46,0,.26,0c0-.07.12-.26.27-.55s.23-.43.27-.43a.62.62,0,0,1,.17-.12,2.18,2.18,0,0,1,.28-.13l.17-.06.06.06a4,4,0,0,1,.36.39,3.14,3.14,0,0,0,.35.39l1.79-1.65.26.11c.1,0,.14.07.15.11h.43a.74.74,0,0,1,.37,0,.17.17,0,0,0,.06.12l.11.11.16.28a2.15,2.15,0,0,0,.14.23.21.21,0,0,0,.12.05h.57l.14-.15c.06-.06.1-.09.14-.09s0-.2,0-.37a.91.91,0,0,1,.05-.38,1.75,1.75,0,0,1,.19-.4.8.8,0,0,1,.25-.3.77.77,0,0,1,.51-.12l.52,0-.09,1.15a2.78,2.78,0,0,1,.51-.36,3.67,3.67,0,0,1,.56-.3,1.65,1.65,0,0,1,.57-.27l.68-.22s.05-.06.17-.06a.7.7,0,0,0,0,.37c0,.17,0,.3,0,.37a.93.93,0,0,0,.06.29.53.53,0,0,0,.12.22l.12.06h.17a2.3,2.3,0,0,1,.37-.24l.42-.24.17-.17a1.38,1.38,0,0,0,.07-.4.72.72,0,0,0,0-.4,1.41,1.41,0,0,1,.24.13,1.09,1.09,0,0,0,.23.14s0,.06.06.05h.11l.06-.06a.7.7,0,0,0,.22-.23.8.8,0,0,0,.11-.23,2.14,2.14,0,0,1,.24.33,1.1,1.1,0,0,1,.18.4.74.74,0,0,1,0,.46,1.9,1.9,0,0,0-.1.46s0,.06.06,0h.29a.28.28,0,0,1,.14-.09.42.42,0,0,0,.14-.09,2,2,0,0,0,.27-.5,2.12,2.12,0,0,1,.27-.49h.18c0,.07,0,.23,0,.48a1.15,1.15,0,0,1-.05.49,3.66,3.66,0,0,0,.13.51,2.22,2.22,0,0,1,.13.51,1.93,1.93,0,0,1,.39-.27,1.45,1.45,0,0,0,.4-.26.59.59,0,0,0,.23,0h.23s.07,0,.11-.09a.76.76,0,0,1,.11-.14,1.37,1.37,0,0,0,.16-.26,1.64,1.64,0,0,1,.17-.27,2.86,2.86,0,0,1,.31-.21l.36-.21h.29a1.57,1.57,0,0,1,.21.28c.1.15.18.22.26.22h.52s.1.08.2.25a1.86,1.86,0,0,0,.21.31,3,3,0,0,1,.49.07,3,3,0,0,0,.49.07l0,.52a1.34,1.34,0,0,0,.39-.1c.19-.06.31-.07.35,0l.23.28c.12.15.22.23.3.23s.06.07.2.11a.77.77,0,0,1,.26.1.21.21,0,0,0,.06.17s0,.06,0,.06,0,0,0,.06,0,0,.06,0a.62.62,0,0,0,.21.22,1.76,1.76,0,0,1,.26.28c.12.15.22.28.3.4l-.05.23v.28a1,1,0,0,1-.13.41,1.42,1.42,0,0,0-.13.34v.52l.12.11a.17.17,0,0,0,.11.06l.24.05.49.5a4.69,4.69,0,0,1,.51.56.85.85,0,0,1,.31-.15l.36-.16h.23a1.35,1.35,0,0,0,.32.19c.14.05.21.1.21.14a1.16,1.16,0,0,0,.21.33c.14.19.22.32.27.4l.12.28a1.2,1.2,0,0,1,0,.49c0,.25,0,.41,0,.48s0,.17.07.37a1.34,1.34,0,0,0,.18.37v.06s0,.06,0,.08a.19.19,0,0,1,0,.09.17.17,0,0,0-.06.11.21.21,0,0,1,0,.12c0,.08-.08.16-.14.26s-.1.19-.13.26l-.18.12a1.18,1.18,0,0,1-.19.29.61.61,0,0,0-.13.23,3.74,3.74,0,0,1-.1.52c-.07.27-.11.43-.11.46a3.81,3.81,0,0,1-.58.62c-.32.29-.51.48-.59.56l0-.8-.18-.11s-.05,0-.05,0,0,0-.06,0-.06,0-.06-.05-.13.14-.17.29-.09.23-.16.23a1,1,0,0,1-.37.13.88.88,0,0,0-.37.12s-.09,0-.17.12l0,.06.48.79-.35,0a3.54,3.54,0,0,0-.4,0,1.66,1.66,0,0,1-.39.12c-.2.05-.31.11-.34.19a.5.5,0,0,0-.29.15.36.36,0,0,0-.16.26.05.05,0,0,0-.06.06.14.14,0,0,0,0,.11l.06.06.11.11s0,.06,0,.06,0,0,0,.05,0,.06.06.06v.17a.24.24,0,0,1-.06.14,2.09,2.09,0,0,0-.1.21l-.11.23s-.05.08,0,.23a1.88,1.88,0,0,1,0,.28.91.91,0,0,0,.23,0l.23,0a6.17,6.17,0,0,0,.66.24,3.23,3.23,0,0,1,.78.36.52.52,0,0,1,.23.05.37.37,0,0,1,.24.16.88.88,0,0,1,.4.22c.2.15.3.24.3.28l.52.27.52.27a2.17,2.17,0,0,0,.27.48,4.8,4.8,0,0,0,.33.48c.08.07.28.28.59.61s.53.56.65.67H990s.06.12.18.25a1.33,1.33,0,0,0,.29.25s.1.08.29.14a.92.92,0,0,1,.35.13.62.62,0,0,1,.12.17,1.34,1.34,0,0,0,.18.28c.08.19.17.44.28.76l.16.54v.46a.24.24,0,0,1,0,.15s0,.06,0,.14v.17a1,1,0,0,1-.25.29c-.13.12-.21.18-.25.18l-.11.09a.27.27,0,0,0-.11.15l-.11.23s0,.12,0,.26a1.21,1.21,0,0,0,0,.31v.46s0,.08.12.14a.28.28,0,0,0,.17.08.7.7,0,0,0,.23-.09.6.6,0,0,1,.28-.09l.63,0a6.11,6.11,0,0,1-.18.81c-.12.46-.2.76-.23.92s-.08.1-.23.2l-.5.33a5.63,5.63,0,0,0-.51.36c-.15.12-.24.18-.28.18l-.17.17a.21.21,0,0,0,0,.12,3,3,0,0,0-.13.63,3.82,3.82,0,0,0-.06.69s-.06,0-.06,0,0,0-.12,0l-.23-.19a.55.55,0,0,0-.23-.14h-.29a.62.62,0,0,0-.11.17.81.81,0,0,0-.05.35,4.72,4.72,0,0,0-.16.51c-.07.27-.12.39-.16.35a1,1,0,0,1-.33.3l-.4.24a.43.43,0,0,1-.28,0c-.12,0-.18,0-.18-.08s-.09.24-.16.49a1.28,1.28,0,0,1-.21.49c0,.16-.07.24-.23.24l-.11-.11c-.08-.08-.12-.13-.12-.17s-.08-.06-.12-.2-.08-.2-.12-.19-.07-.18-.21-.31-.21-.22-.21-.26a.47.47,0,0,0-.16.15q-.06.09-.12.09l-.1.23-.11.23a3,3,0,0,0,.06.37,2.07,2.07,0,0,0,.13.43.34.34,0,0,0,.29.22.17.17,0,0,0,.12.06h.11l0,.4a2.67,2.67,0,0,1-.38,0,2.93,2.93,0,0,0-.37,0,.65.65,0,0,0-.25.15.66.66,0,0,1-.26.15,1,1,0,0,1-.23-.17.26.26,0,0,1-.17-.11l-.06-.05a.23.23,0,0,0-.2.12.28.28,0,0,0-.08.17L984,193.9a.39.39,0,0,1-.09-.17c0-.08-.05-.11-.09-.11a.17.17,0,0,0-.12-.06c-.07,0-.11,0-.11-.05a.12.12,0,0,0-.09,0,.1.1,0,0,1-.08,0h-.06s-.09,0-.17.12-.11.14-.11.18a.59.59,0,0,0,.12.22.67.67,0,0,1,.13.28v.52l-.29,0c-.15,0-.25,0-.28-.08a.19.19,0,0,0-.07-.11l-.11-.11s-.09-.09-.15-.26a1.18,1.18,0,0,1-.1-.31h-.51a.48.48,0,0,0-.16.35.14.14,0,0,0,.06.11l.11.12v.11l-.06.06a2.3,2.3,0,0,1-.3.38l-.37.38a3.62,3.62,0,0,0-.27-.39,1.17,1.17,0,0,1-.21-.4l-.11,0h-.12a1.12,1.12,0,0,0-.19.41,1.74,1.74,0,0,0-.07.4l-.16.29c-.08.12-.13.18-.17.18s-.23.24-.47.5-.4.42-.48.49l-.4.07a1.68,1.68,0,0,0-.4.13l-.31,0a3,3,0,0,0-.37,0h-.52a2.32,2.32,0,0,1-.47-.47l-.47-.59a1.2,1.2,0,0,1-.19-.6,1.29,1.29,0,0,1,0-.6l-.29-.05a.83.83,0,0,1-.05.49,1.36,1.36,0,0,1-.21.49s-.11.08-.31.13a2.91,2.91,0,0,1-.43.06,4,4,0,0,1-.46,0l-.46,0c-.15,0-.22.1-.22.29,0,0-.09.07-.17.21l-.16.32-.11.12-.11.11a.62.62,0,0,1-.12-.28.72.72,0,0,0-.13-.28,1.09,1.09,0,0,1-.09-.23.44.44,0,0,0-.15-.22,1.81,1.81,0,0,0-.23-.28,1.51,1.51,0,0,1-.35-.14,1.28,1.28,0,0,0-.35-.13.85.85,0,0,0-.23-.17.68.68,0,0,0-.23-.05,1.51,1.51,0,0,0-.27-.31Zm-6.37-5h.28a2.24,2.24,0,0,0,0-.31,1.35,1.35,0,0,1,0-.26l-.23-.22Zm1-25.16h.28v-.46H965Zm4.55,9.9c-.07,0-.12.08-.13.23s0,.23.09.23.29,0,.31-.18S969.74,174.45,969.54,174.42Zm.71,17.78a.25.25,0,0,0-.25.27c0,.17,0,.26.2.25s.12-.09.14-.26S970.32,192.2,970.25,192.2Zm.43-13.8c-.08,0-.17.06-.28.18a.94.94,0,0,0-.14.23,1,1,0,0,1-.13.23l.51.05Zm.72-18.34.34.05-.35-.28Zm1.23,18.34a.73.73,0,0,0-.51.25.45.45,0,0,0-.11.17.5.5,0,0,1-.11.17.17.17,0,0,0-.06.12.21.21,0,0,0-.05.12v.17l.58,0Zm-.8,2.2.74,0v-.23a.87.87,0,0,1-.12-.14.14.14,0,0,0-.12-.08h-.12a.11.11,0,0,1-.08,0l-.09,0a.23.23,0,0,0-.11,0,.27.27,0,0,1-.12,0Zm.33-19.7.05-.35H972Zm0-2a1.07,1.07,0,0,0,.13.51l.11.11.12.11a2.59,2.59,0,0,0,.1.46,2.54,2.54,0,0,1,.1.45l.28.05.07-1.89a1,1,0,0,1-.31.09.55.55,0,0,0-.26.1Zm.41,15.33c-.16,0-.24.09-.25.26s.05.26.2.25.18,0,.2-.2S972.63,174.26,972.52,174.23Zm.43,18.42s0-.09.11-.15a.26.26,0,0,0,.11-.2.87.87,0,0,1,0-.2,1.23,1.23,0,0,0,0-.26h-.28Zm.63,2.33c-.11,0-.17.09-.16.26s.06.26.18.25.11,0,.11-.2S973.66,195,973.58,195Zm.46,0,.27-.52h-.22Zm1.61-21.16s0,.08-.11.12-.11.08-.11.11a2,2,0,0,0-.1.38,1.63,1.63,0,0,0-.05.37h.34Zm-.2-1.09.29-.12a1,1,0,0,0,.13-.23.43.43,0,0,0,.08-.23l-.45-.05Zm.6,20.14c-.12,0-.17.08-.17.23s.06.23.18.23a.21.21,0,0,0,.22-.24A.2.2,0,0,0,976.05,192.91Zm.39,1.94.35,0v-.28a1,1,0,0,1-.15-.26c-.06-.13-.11-.19-.15-.19Zm1-33.81.34-.29-.29-.05Zm.08,13.85a.86.86,0,0,0,.09.26,1,1,0,0,0,.15.25l.3.28v-.74a.22.22,0,0,0-.24-.23.11.11,0,0,1-.11-.05h-.12s-.06,0-.06,0Zm.35,21.75c-.11,0-.18.09-.19.26s0,.26.15.25.17-.09.19-.26S978,196.63,977.92,196.64Zm.58-19,.58,0c0-.15,0-.25-.07-.28a1,1,0,0,0-.26-.28l-.27-.23Zm.22-7.05q-.12-.1-.15.06c0,.12,0,.19.1.23s.16-.15.16-.21S978.79,170.57,978.72,170.57Zm-.05,24.1H979v-.17s-.09,0-.15-.11a.24.24,0,0,0-.2-.11Zm.43-29.2c-.12,0-.18.08-.2.23s0,.23.15.23a.24.24,0,0,0,.25-.24C979.32,165.54,979.25,165.46,979.1,165.47Zm0-.52c-.11,0-.17.09-.16.26s.06.26.18.26.22-.1.22-.27S979.23,165,979.08,165Zm-.14,31.49.17-.29h-.17Zm.68-17.54a.24.24,0,0,0,.12.14l.18.14h.17v-.29Zm.29-15.06c-.19,0-.29,0-.28.15s.1.22.29.25.11-.07.11-.2S980,163.84,979.91,163.84Zm.18.17c-.08,0-.12.09-.11.26s0,.25.12.25.23-.09.22-.26S980.24,164,980.09,164Zm0,8.13.46,0v-.34h-.46Zm0-2.3a.69.69,0,0,1,0,.18.86.86,0,0,0,0,.23v.28s0,.06.06.06.17-.08.17-.24,0-.09,0-.17a.85.85,0,0,0,0-.23v-.34Zm.07-10.47h.29v-.23h-.29Zm.7,32.72h.28l0-.45H981Zm.25-22.62a.62.62,0,0,0,.07.23c0,.11.08.17.12.17l.25-.06a2.65,2.65,0,0,0,.31-.13l.17-.17-.7-.61a.92.92,0,0,0-.14.26A1,1,0,0,0,981.2,169.47Zm1.7-.73c0-.08,0-.12-.12-.14s-.15,0-.11.09,0,.17.09.17S982.87,168.82,982.9,168.74Zm1.73-1.7c-.08,0-.11.05-.11.14s0,.14.12.14.11,0,.11-.12A.17.17,0,0,0,984.63,167Zm1.68,11.51c-.07,0-.12,0-.14.15s0,.18.09.14S986.47,178.63,986.31,178.55Zm.39-.41H987l0-.52h-.29Zm.42,2.91.11-.12.11-.11a.54.54,0,0,0,.11-.24.64.64,0,0,0,0-.28h-.34Z' style='fill:#07435f'/><path d='M1022.74,194.36a.72.72,0,0,1,.1-.46.81.81,0,0,0,.1-.46,1.11,1.11,0,0,0-.13-.52,1.32,1.32,0,0,1-.13-.56l.46,0a3.42,3.42,0,0,0,.2.86c.12.37.34.56.64.55h.11a5.5,5.5,0,0,0-.49-1.36,1.16,1.16,0,0,0-1.16-.71,1.62,1.62,0,0,0-.68.24.7.7,0,0,0-.44.64.79.79,0,0,0,.35.57.86.86,0,0,1,.37.67V194a2.36,2.36,0,0,0-1.33-.51c-.53,0-1-.05-1.43,0v.11l.93.49a2.24,2.24,0,0,1-.24.49.51.51,0,0,1-.43.22,6.12,6.12,0,0,1-.86-.07c-.34,0-.52-.18-.52-.41a.85.85,0,0,1,.1-.49,1,1,0,0,0,.1-.49,1.56,1.56,0,0,0-.13-.6.44.44,0,0,0-.46-.24h-.41a.82.82,0,0,1-.22.17l-.23.13a1.22,1.22,0,0,1-.72-.41c-.29-.28-.44-.48-.45-.59v-.18a2.65,2.65,0,0,1,.07-.46,3.34,3.34,0,0,1,.13-.46,2.46,2.46,0,0,1-.8,0,3.28,3.28,0,0,1-.86-.18,1.44,1.44,0,0,1-.36-.54,2.62,2.62,0,0,0-.36-.59l-.32-.22a4,4,0,0,0-.38-.22.75.75,0,0,1-.18-.42c0-.21-.16-.31-.35-.31s-.06,0-.06,0,0,0-.06,0h-.05a.21.21,0,0,0-.22.24l.06,2.29.11.11.12.11v.06a.15.15,0,0,0,.06.11.16.16,0,0,1,0,.12.45.45,0,0,0-.2.09.48.48,0,0,1-.26.09l.24.22h-.46l-.54-.1a3,3,0,0,0-.61-.1h-.17c-.23,0-.34.17-.33.5s0,.54,0,.66c-.31,0-.46.14-.45.41v0a1,1,0,0,0,.27.28l.26.23a1.11,1.11,0,0,1-.23.12.83.83,0,0,1-.28.06.44.44,0,0,1-.2-.08.63.63,0,0,0-.26-.08l-1.07-.43a3.08,3.08,0,0,0-1.18-.2l-.57,0c-.08,0-.34,0-.77.13a2.16,2.16,0,0,1-.83.08s-.15-.06-.35-.19-.29-.21-.29-.25l-.4,0c-.19,0-.29,0-.29,0s-.1-.06-.17-.19a.71.71,0,0,1-.13-.26,1.14,1.14,0,0,0-.93-.58,5.19,5.19,0,0,1-1.14-.05c-.27,0-.4-.22-.39-.56a.91.91,0,0,0-.34-.8s-.11,0-.23-.1a.48.48,0,0,0-.23-.11l-.12-.11c.42,0,.66-.11.71-.28a2.35,2.35,0,0,0,.07-.72h-.23a.14.14,0,0,0-.11.06l-.12.12h-.23a2.79,2.79,0,0,1-.15-.62c-.07-.34-.24-.51-.5-.5a.47.47,0,0,0-.37.15.56.56,0,0,1-.43.15H998l-.12-.28a.49.49,0,0,1-.06-.23l-.71-.67s0,0,0-.06v-.11l.06-.12.16-.17c0-.08,0-.22,0-.43s0-.35,0-.43a4.72,4.72,0,0,0-.82-2.61.8.8,0,0,0,.46-.07,2.17,2.17,0,0,0,.45-.19,1.13,1.13,0,0,0,.14-.4c.05-.23.09-.42.12-.58v0a.31.31,0,0,0-.18-.31.71.71,0,0,0-.34-.08q-.46,0-.54.36a1.4,1.4,0,0,1-.35.64c0-.08,0-.16,0-.26a1.22,1.22,0,0,1,0-.26,1.49,1.49,0,0,1,0-.34.42.42,0,0,1,.24-.35,1,1,0,0,1-.59-.84,6.06,6.06,0,0,1-.14-1,3.33,3.33,0,0,1,0-.35c0-.19,0-.41,0-.66a6.37,6.37,0,0,1,.07-.74,5.1,5.1,0,0,0,0-.6,15.17,15.17,0,0,1,.33-2.3c.17-.77.35-1.54.52-2.31s.19-1.36.28-2.12a5.5,5.5,0,0,1,.69-2.08.19.19,0,0,1,.18.08.87.87,0,0,0,.12.14V169a2.76,2.76,0,0,0-.17.23.67.67,0,0,0-.1.23c0,.16.1.23.29.23a5.92,5.92,0,0,1,.56-.48,6.22,6.22,0,0,0,.56-.47,3.21,3.21,0,0,1,.22-.38,2.9,2.9,0,0,1,.22-.32h.11s.06,0,.06,0,0,0,.06,0,.34.18.58.56a2.41,2.41,0,0,1,.36.67,1.72,1.72,0,0,1-.21.64,2,2,0,0,0-.2.92c0,.38.15.56.44.53a1,1,0,0,1,.72.18l.35.34a3.11,3.11,0,0,0,.41.33l.86,0,.12.11a.26.26,0,0,0,.17,0s.1.12.29.25a2.81,2.81,0,0,1,.35.25,1.15,1.15,0,0,1,.45.67,3.77,3.77,0,0,1,.11.83c0,.29,0,.58,0,.89a1.77,1.77,0,0,0,.2.79c0,.08.17.16.4.25s.35.15.35.19v.46c0,.19,0,.4,0,.63a.79.79,0,0,1-.18.52s-.09.09-.26.15-.25.11-.25.15v.34a6.57,6.57,0,0,0,.14,1.2,5.79,5.79,0,0,1,.15,1.2v.23a2,2,0,0,1-.1.57l-.11.35c0,.08-.13.1-.4.07l-.46-.05c-.3.12-.46.29-.47.5s0,.43,0,.66a2.59,2.59,0,0,0,.11.8c.06.15.26.28.61.38l.07,2.58c.23.07.33.17.29.3a1.81,1.81,0,0,0,0,.38,1.44,1.44,0,0,0,.4-.07c.11,0,.21.05.3.28a1.38,1.38,0,0,0-.2.32l-.19.37v.12a.15.15,0,0,0,.06.11.83.83,0,0,0,.62-.27,4.46,4.46,0,0,0,.41-.56,3.87,3.87,0,0,1,.45-.55,1,1,0,0,1,.71-.28.85.85,0,0,1,.49.19.63.63,0,0,1,.27.48l-.75,0v.11a5.56,5.56,0,0,1,.68.07,5.85,5.85,0,0,0,.69.07.66.66,0,0,0,.26-.15.65.65,0,0,1,.25-.15h.17a1.31,1.31,0,0,1,0-.63,1.34,1.34,0,0,1,.22-.58.56.56,0,0,1,.31-.09,1.12,1.12,0,0,0,.37-.1l.11-.11.11-.12a1.82,1.82,0,0,1,.48-.3,2,2,0,0,0,.42-.24,4.89,4.89,0,0,0,.49-.07,2.06,2.06,0,0,0,.48-.13l.31-.35a1.35,1.35,0,0,1,.36-.35,1,1,0,0,1,.2-.15,1.25,1.25,0,0,0,.19-.15,5,5,0,0,0,.56-.53c.22-.23.44-.47.64-.7s.39-.44.56-.62.27-.26.3-.26a5.19,5.19,0,0,0,.35-1c.16-.53.27-.92.34-1.15s0-.28,0-.6,0-.67,0-1,0-.7,0-1,0-.51,0-.63a2.23,2.23,0,0,1,.45-1.21,2,2,0,0,0,.4-1.21v-.17a.15.15,0,0,1-.11-.06l-.12-.11,0-1.54,0-1.43a2.44,2.44,0,0,1,.21-.61c.15-.33.31-.68.49-1l.49-1c.14-.29.26-.44.33-.44a2.57,2.57,0,0,1,.52.07,3.34,3.34,0,0,1,.46.13,1.14,1.14,0,0,0,.21.34,3.8,3.8,0,0,0,.27.34c.11.19.23.28.35.27h.63a1.13,1.13,0,0,0,.54-.13,1.67,1.67,0,0,0,.31-.24,1.61,1.61,0,0,1,.27-.23.81.81,0,0,1,.46-.13c0,.08,0,.19,0,.34a.81.81,0,0,1-.05.35,1.74,1.74,0,0,1-.22.43,2.21,2.21,0,0,0-.22.44l0,1.43-.22.17v.29a1.53,1.53,0,0,1,.38.28c.21.18.32.29.32.33a6.4,6.4,0,0,0,.27.6,1.74,1.74,0,0,1,.22.59h.4a6.49,6.49,0,0,0-.1-.71,5.81,5.81,0,0,1-.11-.66l.22-.46v-.46a1.59,1.59,0,0,0-.19-.45,1.69,1.69,0,0,0-.3-.45l.12-.06h.11c.15,0,.23,0,.23.06a.82.82,0,0,1,.3.3.79.79,0,0,1,.18.37l.09,3.43a.88.88,0,0,0,.24.48c.16.21.33.43.51.68s.34.46.5.67a1.36,1.36,0,0,1,.24.36.34.34,0,0,1-.19.3,2.7,2.7,0,0,0-.4.29,2.35,2.35,0,0,0-.38.47,1.37,1.37,0,0,0-.18.81,2.54,2.54,0,0,0,.13.77c.08.24.32.36.7.35,0,.34-.07.53-.22.55a1.91,1.91,0,0,1-.48,0,.9.9,0,0,0-.49.1q-.22.12-.27.69l.06,2.29a1,1,0,0,1-.9.54,1.52,1.52,0,0,1-.28,0c-.12,0-.18-.1-.18-.25l.11-.23.11-.24.22-.23v-.23l-1.37,0a8.23,8.23,0,0,0,.09,1.05,1,1,0,0,0,.64.76.2.2,0,0,1-.22.23,1.08,1.08,0,0,1-.37-.07c-.18,0-.26-.1-.26-.14a.48.48,0,0,0-.11.35c0,.31.14.43.38.39s.38,0,.38.28V186s-.08.08-.23.12-.22.08-.22.12,0,.09,0,.17a.35.35,0,0,1,.09.23,1.08,1.08,0,0,0,.49-.13,1,1,0,0,1,.48-.13h0l.49,1a.85.85,0,0,1,.36-.21,1.47,1.47,0,0,1,.32-.09l.6,0,1.06,0,1,0h.57l.42-.07.8-.16.8-.17c.25,0,.41-.07.48-.07l.15,0,.19,0q.18,0,.42.51a2.32,2.32,0,0,1,.25.74v.17c-.07,0-.19.11-.36.32s-.27.34-.31.38a.68.68,0,0,0,.07.17,1.1,1.1,0,0,0,.18.28s.11.15.23.34a2.48,2.48,0,0,0,.24.34v.23a4.84,4.84,0,0,1,0,.63c0,.23-.15.35-.34.35a.47.47,0,0,1-.46-.19,3.72,3.72,0,0,1-.21-.39,3.84,3.84,0,0,0-.21-.4.5.5,0,0,0-.46-.19,1.52,1.52,0,0,0-.57.11,1.67,1.67,0,0,0-.51.38,1.65,1.65,0,0,1-.08.35,2.32,2.32,0,0,1-.13.4s0,.18,0,.43,0,.39,0,.43a4.38,4.38,0,0,1-.55.64l-.56.59c-.07.08-.25.05-.54-.07a2,2,0,0,0-.55-.19,2.29,2.29,0,0,0,.1.66,2.46,2.46,0,0,1,.11.71c0,.34-.07.52-.22.52a1.91,1.91,0,0,0-.68.25l-.25.24a2.21,2.21,0,0,0-.25.23l-.12.06-.11,0c0-.16-.08-.23-.24-.23a2.06,2.06,0,0,0-.66-.24C1022.84,194.88,1022.75,194.7,1022.74,194.36Zm-25.89-15.51a.31.31,0,0,0,.27.33,2.09,2.09,0,0,0,.49,0l0-.8a1.69,1.69,0,0,0-.48.07A.32.32,0,0,0,996.85,178.85ZM997,181l.68,0v-.46l-.69,0Zm1,4.21c0-.08,0-.12-.09-.11s-.12,0-.08.11S997.94,185.34,997.94,185.23Zm0,1.77a.45.45,0,0,0,.1.17c0,.08.1.11.14.11a1.56,1.56,0,0,0,.27-.49c.11-.25.18-.42.22-.49v-.23a.6.6,0,0,0-.5.33A1,1,0,0,0,998,187Zm.34-6.93c0,.19.18.28.43.27h.49l.71-.05a.46.46,0,0,0,.48-.5l-1.89.05Zm.07,2.8h.23v-.22Zm.53-6.08s-.07.06-.09.06-.05,0-.08.06a.15.15,0,0,0-.06.11,2.57,2.57,0,0,0-.1.55c0,.29,0,.47,0,.54a.76.76,0,0,0,.68-.27,1.15,1.15,0,0,0,.15-.66V177s-.08,0-.12-.08l-.12-.14h-.22Zm0-6.87a.15.15,0,0,0,.06.11.2.2,0,0,0,.17.05s.08,0,.12-.09a.14.14,0,0,1,.11-.08v-.29l-.23-.22a.35.35,0,0,0-.17.23A1.26,1.26,0,0,0,999,169.92Zm.79,12.4a3.75,3.75,0,0,1,.28-.27.53.53,0,0,0,.16-.43h-.46Zm.35-12.72c-.12,0-.17.08-.17.23s.07.23.18.23.17-.08.16-.23S1000.21,169.6,1000.1,169.6Zm.83,11.77a3.87,3.87,0,0,0,.13.94,1.05,1.05,0,0,0,.6.7l.38-.47.3.22a1.1,1.1,0,0,0,.49-1c-.27,0-.41,0-.43.1s-.2.09-.54.1a3.39,3.39,0,0,1,.09-.87c.07-.3-.15-.45-.64-.44-.19,0-.31.09-.34.24A1.83,1.83,0,0,0,1000.93,181.37Zm.71,3.19s0,.05.06.05a.17.17,0,0,0,.06.12l.12.11a1.47,1.47,0,0,0,.37-.1l.37-.15v-.23a2.27,2.27,0,0,0-.38-.13,1.22,1.22,0,0,0-.37-.08l-.11.12a.17.17,0,0,0-.06.11l-.05.06Zm1-5.52a2.62,2.62,0,0,0,.37-.19.33.33,0,0,0,.19-.29l-.57,0Zm.83,5.53a1.25,1.25,0,0,0-.54.12.46.46,0,0,0-.24.47l.54,0a.56.56,0,0,0,.53-.33s0-.09-.11-.14A.33.33,0,0,0,1003.47,184.57Zm-.7-11.38a.35.35,0,0,0,.41.28h.28a.43.43,0,0,0-.46-.27Zm.43,7.55a2.16,2.16,0,0,0,0,.43,1.38,1.38,0,0,0,.15.36,3.05,3.05,0,0,0,.51-.27.48.48,0,0,0,.22-.43,1.08,1.08,0,0,0-.48-.9c-.23.08-.36.19-.4.32A1.83,1.83,0,0,0,1003.2,180.74Zm.66,7.59c-.08-.07-.12-.06-.12,0s0,.14.12.14.12-.08.11-.12S1003.93,188.33,1003.86,188.33Zm.16-17.46a1.46,1.46,0,0,1,.57.73.61.61,0,0,0,.67.44,1.17,1.17,0,0,0,.54-.16l.53-.33s.06.07.06.2,0,.22,0,.26a2.44,2.44,0,0,0,0,.26.34.34,0,0,1,0,.2.83.83,0,0,1-.17.12l-.23.12-.11.23-.11.12,0,.06a.43.43,0,0,1-.06.17c0,.08-.07.12-.11.12a5.34,5.34,0,0,1-1-.95,2.09,2.09,0,0,1-.52-1.25Zm.78-1.05a.14.14,0,0,1,.11-.06h.06s0,0,0,0,0,0,.06,0,.42.17.7.52a1.6,1.6,0,0,1,.42.82h-.11l-.06,0s0,0,0,0h-.06l-.23.12-.22.12a.61.61,0,0,1-.68-.56,6.35,6.35,0,0,1-.1-.85Zm3.06,22.7.23-.23-.24-.23Zm.68-.25a.47.47,0,0,0,.47.28v-.29Zm.66-3.22c-.15,0-.23.11-.25.32a3.47,3.47,0,0,0,0,.43l1,0a.62.62,0,0,0-.27-.5A.76.76,0,0,0,1009.2,189.05Zm0,1.6a.23.23,0,1,0,0,.46c.07,0,.11-.08.11-.23S1009.32,190.65,1009.24,190.65Zm.18.23c-.07,0-.11.09-.11.26s.05.25.12.25.23-.09.23-.26S1009.57,190.87,1009.42,190.88Zm3.41-3.07c-.11,0-.17.08-.16.23s.06.23.17.23a.21.21,0,0,0,.23-.24A.21.21,0,0,0,1012.83,187.81Zm.23-2.12c-.15,0-.22.09-.22.26s.08.25.24.25.11-.09.1-.26S1013.14,185.68,1013.06,185.69Zm1.16,2.54a.55.55,0,0,1,.29.11.62.62,0,0,0,.23.11,6.71,6.71,0,0,0,.84-.8,1.88,1.88,0,0,0,.48-1.13,8.56,8.56,0,0,0,0-1.26q0-1,0-1.26l-.46,0a7.7,7.7,0,0,1-.05,1,.62.62,0,0,1-.65.62,1.84,1.84,0,0,1,0,1.31c-.16.28-.37.64-.63,1.11Zm1.95.41a5,5,0,0,0-1.19.17.75.75,0,0,0-.55.85l.8,0,.22-.29a1,1,0,0,1,.57-.13C1016.13,189.25,1016.19,189.06,1016.17,188.64Zm.22-.64c0,.11.17.17.4.16V188Zm.44,1.76c-.07,0-.11,0-.11.09s0,.14.12.14.11,0,.11-.12S1016.91,189.76,1016.83,189.76Zm.39-2.75a.56.56,0,0,0,.27-.53h-.29Zm1.32,4.37q.45,0,.45-.36l-.07-.11v-.06a.17.17,0,0,0-.06-.11l-.11-.11h-.23Zm1.16.83a.45.45,0,0,0-.45.24,1.06,1.06,0,0,0-.1.46l.57,0Zm.13-1.84a1.38,1.38,0,0,0,.12.48c.09.21.18.43.28.65a3.37,3.37,0,0,0,.33.6.9.9,0,0,0,.29.3,5.4,5.4,0,0,1,.1-.66,4.89,4.89,0,0,0,.1-.66v-.28a4.48,4.48,0,0,0-.08-.77.59.59,0,0,0-.41-.54c-.08,0-.21.1-.4.3s-.27.33-.27.41a.05.05,0,0,0-.06.06Zm.19-12.25c-.12,0-.17.08-.17.23s.06.23.18.22.17-.08.16-.23S1020.13,178.11,1020,178.12Zm.48,1a.4.4,0,0,0-.34.24,1,1,0,0,0-.1.35l.46,0Zm-.23-8.69q0,.41.24.51v-.23c0-.31-.09-.48-.25-.51Zm.05,1.89h.23v-.23Zm.54,20.36c-.11,0-.17.08-.16.23s.06.23.17.23.17-.08.17-.24S1021,192.69,1020.86,192.69Zm.24-16.95c-.08,0-.11.08-.11.23s0,.23.12.23.17-.08.17-.24S1021.21,175.74,1021.1,175.74Zm.84,5.82c0,.15,0,.25-.08.28a1.06,1.06,0,0,1-.22.13.58.58,0,0,0-.23.17.73.73,0,0,0-.07.41,2.55,2.55,0,0,0,.94-.14c.13-.08.19-.35.17-.81a3.62,3.62,0,0,0,0-.49.32.32,0,0,0-.37-.3h-.12a.87.87,0,0,1-.14.12.14.14,0,0,0-.08.12A.63.63,0,0,1,1021.94,181.56Zm-.58-4.62c.34,0,.51-.27.49-.76h-.51Zm.33,12.52h.23v-.29Zm.4-2.41a.59.59,0,0,0-.22.52h.23Zm.1-13.4q0,.4.24.45v-.46Zm.59,5.08h.23l-.24-.22Zm4.24,11c-.11,0-.17.08-.16.24s.06.22.17.22.17-.08.17-.23S1027.14,189.72,1027,189.72Zm.82-1.62a1.73,1.73,0,0,0,0,.37.29.29,0,1,0,.57,0c0-.13,0-.26,0-.37Z' style='fill:#07435f'/><path d='M1038.92,193.7c-.19,0-.31,0-.35,0s-.15,0-.33.24a7.45,7.45,0,0,1-.17-.83,1.54,1.54,0,0,0-.39-.87l-.07-2.64a5.32,5.32,0,0,1-.25-.62,1.86,1.86,0,0,1-.13-.62.73.73,0,0,1,.41-.62.84.84,0,0,0,.41-.78c0-.11,0-.41-.11-.88a4.52,4.52,0,0,0-.16-.83l-.36-.39a1.19,1.19,0,0,1-.3-.45,1,1,0,0,1,0-.46,2.23,2.23,0,0,1,.13-.69s0,0,0-.06a.17.17,0,0,1,.06-.11.7.7,0,0,0,.11-.18v-.23a15,15,0,0,1-.5-1.7,9.31,9.31,0,0,1-.22-1.77,1.6,1.6,0,0,1,.11-.29.45.45,0,0,1,.11-.17.21.21,0,0,0,0-.12l0-.74c0-.23,0-.54-.08-.92a9.9,9.9,0,0,0-.23-1.16,4.77,4.77,0,0,0-.43-1.08,1.35,1.35,0,0,0-.74-.64.55.55,0,0,1-.16.12.24.24,0,0,1-.17.06h-.06a.39.39,0,0,1-.23-.05l-.23-.11h-.17a1,1,0,0,0-.63.19,7.2,7.2,0,0,0-.37-1.14c-.16-.38-.49-.48-1-.32a8.28,8.28,0,0,0-.31-.87,1.29,1.29,0,0,0-.65-.76,1.6,1.6,0,0,0,.91-1.23,13,13,0,0,0,0-1.54.83.83,0,0,0-.31.09c-.13.06-.2,0-.21-.25a4,4,0,0,0,0-.46c0-.23,0-.38,0-.45s0-.44,0-.75a.8.8,0,0,1,.24-.69.28.28,0,0,1,.24.31,4,4,0,0,1,0,.57,2.93,2.93,0,0,0,0,.57c0,.18.1.26.29.25a.58.58,0,0,0,.45-.18l.2.8a.64.64,0,0,0,.28-.15,1,1,0,0,0,.22-.27v-.23a.85.85,0,0,1-.15-.31,1.45,1.45,0,0,1-.09-.31v-.23a3.13,3.13,0,0,0,.33-.41.69.69,0,0,1,.51-.3v.23a1.21,1.21,0,0,0-.14.23.9.9,0,0,0-.08.24l.18.36c.08.17.16.28.24.31a12.62,12.62,0,0,0,1.39-.29q.54-.17.81-1.08a.8.8,0,0,1,.6.18,1.45,1.45,0,0,1,.33.45,4.6,4.6,0,0,0,.24.45.36.36,0,0,0,.35.19.43.43,0,0,0,.45-.3.39.39,0,0,1,.39-.29,2.1,2.1,0,0,0,.44,1.5,1.79,1.79,0,0,0,.93.44l1,.09a.55.55,0,0,1,.55.47,1.65,1.65,0,0,1,.62-.56,4.14,4.14,0,0,1,.67-.39,1.1,1.1,0,0,1,.52,0,1.09,1.09,0,0,0,.51,0,4.77,4.77,0,0,0,1.32-1,9,9,0,0,0,1-1.26s.07,0,.11-.08.07-.09.11-.09h.46c.23,0,.36,0,.4,0a2.31,2.31,0,0,0,.42-.41l.41-.47h.06s.06,0,.06,0,0,0,0,0l.06.06a.55.55,0,0,1,.23.08,1,1,0,0,0,.23.08h.23a1.19,1.19,0,0,0,.32-.12c.16-.08.27-.1.31-.07s.14.1.29.31.26.31.3.31a2.51,2.51,0,0,0,.77.15l.72,0a1.16,1.16,0,0,0,.16.56,1.73,1.73,0,0,1,.16.74h.29a1.62,1.62,0,0,0,.28-.1,1.14,1.14,0,0,1,.29-.09h.17a.48.48,0,0,1,.4.25,4.59,4.59,0,0,1,.34.59,7.93,7.93,0,0,0,.36.71,1.67,1.67,0,0,0,.56.59l.11,0h.12a1.52,1.52,0,0,1-.11.4,1.51,1.51,0,0,0-.1.35v.17a.15.15,0,0,0,.06.11l.18.11.05-.06s.06-.07.06-.09a.15.15,0,0,1,0-.08.37.37,0,0,1,.17-.18l.11-.06.12.06c.08.07.21.18.41.33s.29.26.29.33l.05,1.89-.16.23c-.19.12-.44,0-.75-.23a4.38,4.38,0,0,1-.59-.59,1.27,1.27,0,0,0-.08.23,1.55,1.55,0,0,1-.08.23v.18a2.24,2.24,0,0,1,.11.65,2.6,2.6,0,0,0,.1.66v0s-.08.15-.25.32-.36.38-.58.59-.43.41-.62.56a1.15,1.15,0,0,1-.33.24.63.63,0,0,1-.58-.24,4.86,4.86,0,0,1-.33-.54l-.3-.56a.59.59,0,0,0-.44-.33,3.14,3.14,0,0,0-.68.19,5.57,5.57,0,0,0-.68.24,1.9,1.9,0,0,1-.36-.62,2.4,2.4,0,0,1-.08-.62,3.22,3.22,0,0,1,0-.58,1.37,1.37,0,0,1,.33-.52h-.51c-.27,0-.43,0-.48.13a.44.44,0,0,1-.37.12c-.27,0-.42,0-.46-.1s-.26-.11-.64-.1a1.56,1.56,0,0,0-1.27.58,3.21,3.21,0,0,0-.56,1.42l.12.22a.5.5,0,0,0,.12.17.17.17,0,0,1-.06.12l-.16.18-.06.05a.27.27,0,0,1-.29-.13l-.15-.34a.75.75,0,0,0-.33-.33,1.32,1.32,0,0,0-.74-.13c-.08,0-.27.13-.56.39s-.45.48-.44.67v.11l.29.28v.17a.17.17,0,0,0,.06.12h-.35s-.1-.06-.2-.17-.17-.17-.21-.17l-.11,0a.81.81,0,0,0-.71.45,1.72,1.72,0,0,0-.23.89c0,.19.16.32.47.39a1.21,1.21,0,0,0,.74,0,6.75,6.75,0,0,0-.29,1,4.41,4.41,0,0,0-.06.95.81.81,0,0,0,.1.37.77.77,0,0,1,.09.42c0,.19,0,.31-.07.35s-.08.12-.08.23v.23a1.48,1.48,0,0,0,.23.19c.12.1.17.16.18.2l-.11.23a.7.7,0,0,1-.11.18v.11a3,3,0,0,0,.4,1.08,2.94,2.94,0,0,1,.41,1.19c0,.11,0,.27,0,.46a4.69,4.69,0,0,1-.1.6,1.66,1.66,0,0,1-.21.52.32.32,0,0,1-.37.15v.63a8.32,8.32,0,0,0,.4,2.14,7.43,7.43,0,0,1,.4,2.08,1.4,1.4,0,0,1-.23,1,1.52,1.52,0,0,1-.53.41,2,2,0,0,1-.54.16c-.17,0-.26.11-.25.26a.81.81,0,0,0,.15.49.7.7,0,0,1,.16.36,1.07,1.07,0,0,1-.32.9,3.19,3.19,0,0,1-.79.45c-.3.12-.62.24-.94.34a1.81,1.81,0,0,0-.81.51,1,1,0,0,0-.14.2.48.48,0,0,0-.08.2h-.23l-.41-.39a.21.21,0,0,1-.12-.05.14.14,0,0,1-.11-.06v.12a2,2,0,0,0-.34.26,1.2,1.2,0,0,0-.27.32s-.06,0-.06-.11a1.16,1.16,0,0,1,0-.17.74.74,0,0,1,.35-.72A.69.69,0,0,0,1038.92,193.7Zm-5.75-24.64c-.08,0-.11.08-.11.21s0,.2.12.19.23-.07.22-.2S1033.32,169.06,1033.17,169.06Zm.89-1.11q-.12,0-.12.09c0,.1,0,.14.12.14s.11,0,.11-.09S1034.13,168,1034.06,168Zm3.18,1.29q-.4,0-.45.33a4,4,0,0,0,0,.54h.35l.26-.81Zm.51,14.93.22-.41h-.23Zm.8-2.2h.23v-.29h-.23Zm.66,9.95c-.3-.07-.47.07-.5.41s0,.55,0,.63h.4a.88.88,0,0,1,0-.29.71.71,0,0,0,.05-.26.58.58,0,0,1,0-.26v-.22Zm.62-.48q0,.41.24.45v-.45Zm.73-7.17c-.08,0-.12.08-.11.23s0,.23.12.22.11-.07.11-.23S1040.63,184.27,1040.56,184.27Zm2.07.57a.6.6,0,0,0-.22.32,1.81,1.81,0,0,0-.05.38h.29Zm.33,5.72q-.12-.06-.12.06c0,.07,0,.11.12.11s.11-.08.11-.12S1043,190.56,1043,190.56Zm.28-6.36V184h-.17Zm0-12.54c-.12,0-.18.08-.17.23s.06.23.18.23.11-.08.1-.24S1043.33,171.66,1043.26,171.66Zm5.13-.42v-.35l-.22.18Zm.91-.54a.37.37,0,0,0,.17.16.4.4,0,0,0,.23,0v-.22Zm3.66.07c-.08,0-.11.06-.11.18s0,.17.12.16a.15.15,0,0,0,.17-.17C1053.14,170.82,1053.08,170.77,1053,170.77Zm.44,1.48v-.17h-.17Zm.5-.65h.34l-.35-.22Z' style='fill:#07435f'/><path d='M1096.58,190.16c-.11,0-.35.13-.7.28a3.79,3.79,0,0,0-.71.33.67.67,0,0,0-.36.55c0,.29-.17.44-.36.44a2.27,2.27,0,0,0-.35-1.48,1.07,1.07,0,0,0-.81-.23,6.69,6.69,0,0,0-1,.17,1.32,1.32,0,0,1-1.06-.2.75.75,0,0,1-.39-.48c0-.17,0-.33,0-.48a.68.68,0,0,0-.09-.37c-.06-.1-.26-.14-.61-.13a.72.72,0,0,0-.7.51.88.88,0,0,1-.87.51.91.91,0,0,1,.32-.76.91.91,0,0,0,.32-.75q0-.34-.21-.42a1.23,1.23,0,0,0-.49-.08,5.48,5.48,0,0,0-.57.05.67.67,0,0,1-.46-.08,2.12,2.12,0,0,1-.44-.41c-.22-.25-.36-.37-.44-.37h-.11a.12.12,0,0,1-.09,0,.08.08,0,0,0-.08,0,.77.77,0,0,0-.68.33.76.76,0,0,1-.62.33s-.13-.11-.27-.34-.29-.48-.45-.76a9.12,9.12,0,0,1-.42-.82,1.83,1.83,0,0,1-.19-.51v-.17s.1-.08.19-.23.12-.25.08-.29a2.66,2.66,0,0,0-.44-.45c-.26-.22-.38-.35-.38-.39a1,1,0,0,1-.22-.42q-.09-.31-.15-.48l-1-6.79a6.69,6.69,0,0,0-.28-.68,6.62,6.62,0,0,0-.39-.73,2.32,2.32,0,0,0-.54.13,3.51,3.51,0,0,0-.54.18,1,1,0,0,0-.16.49c0,.25-.08.38-.16.38s-.14.06-.32-.05a.84.84,0,0,0-.37-.16,2.68,2.68,0,0,0,.13.57,1.1,1.1,0,0,1,.07.57l-.14.15c-.06,0-.1.08-.14.08l-2.29.07a3.7,3.7,0,0,1-.41.49l-.42.44s-.12,0-.23-.1a.55.55,0,0,0-.29-.11,2.87,2.87,0,0,1,0,.69c0,.11.06.32.3.62a2.11,2.11,0,0,0-.74.3,1.39,1.39,0,0,0-.36.44,4.39,4.39,0,0,0-.24.58,5.27,5.27,0,0,1-.32.73,1.93,1.93,0,0,0-.26-.17,1.09,1.09,0,0,0-.26-.11s0,0,0,0,0,.06-.09.06c0,.42.07.66.17.72a.61.61,0,0,0,.34.07.47.47,0,0,1,.35.14,1.6,1.6,0,0,1,.16.88,1.34,1.34,0,0,0-.85.25,2,2,0,0,0-.47.61c-.13.26-.25.53-.38.82a2.15,2.15,0,0,1-.58.78.66.66,0,0,1-.48.19h-.6a4.51,4.51,0,0,0-.54.05.34.34,0,0,0-.31.32,7.18,7.18,0,0,0-.1,1.43,2.39,2.39,0,0,1-.39,1.45,3.4,3.4,0,0,0-1.32.23,2.14,2.14,0,0,0-.75.57,4.27,4.27,0,0,0-.58.84,6,6,0,0,1-.72,1,1.28,1.28,0,0,1-.3-.62c0-.23-.1-.44-.16-.63a.7.7,0,0,0-.33-.42,1.48,1.48,0,0,0-.91,0,1.74,1.74,0,0,0-.34.27,1.17,1.17,0,0,0-.28.32l.15.14a.86.86,0,0,0,.2.13h.29s.07-.1.22-.18a.93.93,0,0,1,.29-.12.32.32,0,0,1,.17.11c.08.07.12.13.12.16v.06a.17.17,0,0,0,.06.12l0,.11-.28.27a1.34,1.34,0,0,0-.28.32,3.47,3.47,0,0,0-.26.84c-.11.44-.17.73-.21.89a2.63,2.63,0,0,1-1-1.41,21.69,21.69,0,0,1-.9-2.69c-.28-1-.5-2-.68-2.88a13.16,13.16,0,0,1-.28-1.93v-.4a1,1,0,0,0,.26.13l.32.14h.23a1.49,1.49,0,0,0,.3-.29c.13-.16.23-.28.31-.36v-.11a5,5,0,0,1-.87-.44,4.71,4.71,0,0,1-.93-.49,11.55,11.55,0,0,1-.24-1.51c0-.36,0-.8-.07-1.34a8.78,8.78,0,0,1,.1-1.55,7.86,7.86,0,0,0,.11-1.55,11.28,11.28,0,0,0-.19-1.77,11.39,11.39,0,0,1-.2-1.82v-.12a.92.92,0,0,1,.22-.29,1.67,1.67,0,0,1,.34-.29v-.12c-.2-.41-.36-.77-.48-1.07s-.24-.63-.34-1a3.48,3.48,0,0,1-.17-1,1.15,1.15,0,0,1,.15-.66,1,1,0,0,0,.16-.6v-.12a2.25,2.25,0,0,0-.16-.45,2,2,0,0,1-.15-.4.22.22,0,0,1,.19-.26l.46-.07a1.09,1.09,0,0,0,.53-.24,1.56,1.56,0,0,0,.44-.9c.07-.08.07-.25,0-.52a2.31,2.31,0,0,1-.12-.51,2.78,2.78,0,0,1-.67-.07c-.24-.05-.36.08-.35.38v.12l.64.61v.29a3,3,0,0,1-.42.15,2.12,2.12,0,0,1-.43.1l-.06-2.06a1.08,1.08,0,0,0,1-.54,2.17,2.17,0,0,0,.29-1.15,1.66,1.66,0,0,1,.6.15,7.48,7.48,0,0,1,.93.43,9.34,9.34,0,0,1,.9.58,2,2,0,0,1,.53.53,1.57,1.57,0,0,0-.65.48.89.89,0,0,1-.59.36h-.17a.69.69,0,0,1-.26-.11c-.14-.07-.22-.11-.26-.1l0,.57.43,0a6.31,6.31,0,0,1,.8.09,2.54,2.54,0,0,1,.75.24c.21.1.32.24.32.39a1.62,1.62,0,0,1-.42,1.18,1.67,1.67,0,0,0-.43,1.19.55.55,0,0,0,.3.5l.61.33a3.43,3.43,0,0,1,.61.41.93.93,0,0,1,.31.71c0,.08,0,.22,0,.43s0,.34,0,.37a1.67,1.67,0,0,1-.13.47,1.9,1.9,0,0,0-.13.4.75.75,0,0,0,.51.79,3,3,0,0,0,.89.15,14.82,14.82,0,0,0,.16,1.68,6.59,6.59,0,0,0,.26,1.34,3.77,3.77,0,0,1,.3.53l.3.6v.28a3.32,3.32,0,0,1-.39.27l-.45.27v.29a8,8,0,0,0,.67,1.64.75.75,0,0,0,.47.36l.48,0c.18,0,.42.27.74.76l.28-.3a6.26,6.26,0,0,1,0-2.37,1.53,1.53,0,0,1,.64-.91,10,10,0,0,1,1-.48,2.46,2.46,0,0,0,1.06-1.12c.36-.73.65-1.35.87-1.85a5.05,5.05,0,0,1,1.33-1.64c0,.15.1.36.19.63a.71.71,0,0,0,.41.5,2.22,2.22,0,0,1,.25-.35c.13-.16.23-.24.31-.24s.13,0,.29.11a.76.76,0,0,0,.29.16,3.82,3.82,0,0,0,.54-.07c.29,0,.46-.07.54-.07a1.72,1.72,0,0,0-.16-.51q-.15-.41-.09-.51s.08-.1.25-.18l.31-.13.17-.14c.07-.06.11-.11.11-.15a1.85,1.85,0,0,0-.1-.37c-.06-.21-.13-.44-.22-.71s-.15-.52-.22-.76a3.89,3.89,0,0,1-.1-.55,2,2,0,0,1,.3-.86,1.6,1.6,0,0,1,.52-.7c.19,0,.3.12.32.27a1.53,1.53,0,0,1,0,.52,1.65,1.65,0,0,0,0,.54.35.35,0,0,0,.33.31,2.24,2.24,0,0,0,.16-.26.8.8,0,0,0,.11-.32,9.69,9.69,0,0,1,.08-1.15c.06-.57.09-.93.09-1.09a.22.22,0,0,1,.11-.2.35.35,0,0,1,.22-.09.74.74,0,0,1,.26.08,1,1,0,0,1,.32.19v.11c0,.23,0,.39-.1.46a1.26,1.26,0,0,0-.09.69s.07,0,.11.09a.17.17,0,0,0,.12.08l.24-.47.25-.46h.17a1.42,1.42,0,0,1,.72.18l.79.41c.27.14.54.3.81.46a2.39,2.39,0,0,0,.69.3,1,1,0,0,0,.46,0c.23,0,.36,0,.4,0a2.78,2.78,0,0,1,.16.6,1.81,1.81,0,0,0,.16.54,1.58,1.58,0,0,0,.53.64l.7.5a2.89,2.89,0,0,1,.62.59,1.44,1.44,0,0,1,.28.9,1.13,1.13,0,0,1-.16.61.92.92,0,0,0-.15.55.43.43,0,0,0,.29.45.47.47,0,0,1,.3.5v.35a5.62,5.62,0,0,1-.09.72,6.17,6.17,0,0,1-.15.72v.11a.87.87,0,0,0,.13.51.7.7,0,0,0,.29.25l.38.16a1.06,1.06,0,0,1,.38.31.91.91,0,0,1,0,.46.87.87,0,0,0,0,.45s.14.11.3.34a1.21,1.21,0,0,1,.24.45q.06.16.18.57a8.69,8.69,0,0,1,.23.85c.06.3.13.59.19.85a2.58,2.58,0,0,1,.1.57l.54.73.7,2.85,1.47,1.27,1.4,1,1.16.77,1.07,1.4.41.33Zm-34.74-21.51.89-.94,0-.23-1,0Zm.28,0c-.15,0-.22.09-.22.26s.08.26.24.25.28-.09.28-.26S1062.31,168.63,1062.12,168.64Zm.33,12.47h.35v-.29Zm.77-14.27q.1-.12-.09-.12c-.13,0-.2.05-.2.12a.18.18,0,0,0,.18.11A.1.1,0,0,0,1063.22,166.84Zm0-1.09c-.08-.08-.11-.05-.11.09s0,.2.12.19a.31.31,0,0,0,.11-.2C1063.31,165.77,1063.27,165.75,1063.19,165.75Zm0,18.43h.22V184Zm1.25,4h.22v-.29h-.23Zm.25-7.67a3.84,3.84,0,0,0,.44,1.45,10.48,10.48,0,0,0,.54,1,.05.05,0,0,0,.06.06h.12c.26,0,.44-.24.52-.7A2.78,2.78,0,0,1,1067,181v-.29l-.14-.17c-.06-.07-.11-.11-.15-.11Zm.28-2.41a3.81,3.81,0,0,0,.17,1,.64.64,0,0,0,.67.53,1.1,1.1,0,0,0,.6-.19,1.06,1.06,0,0,1,.59-.19V179l-.86,0-.13-.69a3.64,3.64,0,0,1-.1-.54c0-.17-.06-.33-.1-.48v-.17a.27.27,0,0,1,.08-.23,1.2,1.2,0,0,1,.23-.12.49.49,0,0,0,.22-.18.68.68,0,0,0,.08-.4,4.16,4.16,0,0,0-.08-.6.4.4,0,0,0-.46-.36,2.06,2.06,0,0,1-.45,1.41A2,2,0,0,0,1065,178.07Zm.75-3.86.86,0c-.08-.19-.17-.29-.26-.31a1.62,1.62,0,0,0-.32,0l-.14,0-.14,0Zm4.71,6.69h.34v-.29h-.34Zm4.71-5.8a3,3,0,0,0,.13-.43,2.3,2.3,0,0,1,.13-.43,1.28,1.28,0,0,0,.16-.29.89.89,0,0,0,.11-.29c0-.12-.1-.23-.29-.34h-.29a.56.56,0,0,1-.17.21c-.07.06-.11.1-.11.14Zm2.86.21c-.15,0-.22.1-.22.27s.09.25.24.25.23-.09.22-.26S1078.14,175.31,1078,175.31Zm.22-2.86a.59.59,0,0,0,.32-.58h-.34Zm.9,1.92.28-.24h-.28Zm.2-3.5a1,1,0,0,0,.13.57c.08.11.27.17.57.16a1.39,1.39,0,0,0-.72-1.19Zm1.13,1.63a.35.35,0,0,0,.24.37,1.37,1.37,0,0,0,.51.07.4.4,0,0,0-.21-.39,1.35,1.35,0,0,0-.49-.16Zm5.46.89c-.15,0-.23.1-.22.29s.08.28.24.28.22-.1.22-.29S1086,173.38,1085.89,173.39Zm1.3,5.8a5,5,0,0,0,.39.53,3.25,3.25,0,0,0,.61.65l.28-.35a1.76,1.76,0,0,0-.54-.85,4.54,4.54,0,0,0-.87-.66l-.24-.22a.9.9,0,0,1-.18-.23,3.37,3.37,0,0,0,0,.52,1.56,1.56,0,0,0,0,.4v.17Zm-.49,3c-.08,0-.12,0-.11.12s0,.15.11.11.12,0,.11-.12A.1.1,0,0,0,1086.7,182.18Zm.43-5.16h.29v-.29h-.29Zm1.14-.32a.27.27,0,0,0-.28.32c0,.21.1.32.29.31s.23-.11.23-.32S1088.42,176.7,1088.27,176.7Zm-.06,6.24.29.28a1.39,1.39,0,0,1,.31-.24.75.75,0,0,0,.3-.4v-.29s-.08,0-.14-.11a.25.25,0,0,0-.21-.11c-.07,0-.18.08-.3.24l-.25.29v.34Zm1.06,1.18c-.12,0-.17.09-.17.26s.07.25.18.25.28-.09.28-.26S1089.46,184.11,1089.27,184.12Zm.38,1.42c-.19,0-.29.09-.28.26s.1.26.29.25.23-.09.22-.26S1089.8,185.53,1089.65,185.54Zm1.52,1.22a.6.6,0,0,0,.7.66,1.21,1.21,0,0,0-.13-.62C1091.66,186.69,1091.47,186.67,1091.17,186.76Zm.29,2.39h.52l.88-.17c.36-.06.54-.12.54-.15v-.29l-.69-.21c-.19-.07-.4-.13-.61-.19l-.49-.13.12.23a.12.12,0,0,0,0,.09s0,0,0,.08v.06a.24.24,0,0,1-.18-.06,1,1,0,0,0-.17-.11Z' style='fill:#07435f'/><path d='M1104.67,190.8a1.15,1.15,0,0,1,0-.14.44.44,0,0,0,0-.14.63.63,0,0,1,.11-.26.65.65,0,0,0,.1-.26l-.11-.12-.12-.11h-.11c-.3.31-.53.56-.7.76s-.4.47-.69.82H1103l-.3-.28h-.22l-.28.3h-.12a2.48,2.48,0,0,1-.63,0c-.11,0-.17-.08-.17-.14a.49.49,0,0,1,.08-.26,1.17,1.17,0,0,0,.07-.46c-.42,0-.67.06-.74.14a.18.18,0,0,0-.05.23.29.29,0,0,1,0,.22c0,.08-.18.12-.48.13a1.22,1.22,0,0,1-.7-.27.77.77,0,0,1-.41-.61,1.9,1.9,0,0,0,1-.46c.39-.3.58-.58.58-.85a2.75,2.75,0,0,0-.35-1.1,1.59,1.59,0,0,1-.23-1.06s.08-.08.23-.15a.93.93,0,0,0,.28-.15,1,1,0,0,0,.19-.46q.08-.34.12-.69a2.9,2.9,0,0,1,.16-.63c.07-.2.18-.29.33-.3a.17.17,0,0,1,.12.06.8.8,0,0,1,.26.1.69.69,0,0,0,.26.11,2.38,2.38,0,0,0,.93-.54,3.15,3.15,0,0,1,.82-.54,1.25,1.25,0,0,1,.4.14,1.15,1.15,0,0,0,.4.13,4.2,4.2,0,0,1,.43,0,3.48,3.48,0,0,0,.43,0l0,1.43h.4a.72.72,0,0,0,.26-.12.7.7,0,0,1,.25-.12h.12a.51.51,0,0,1,.43.16,1.92,1.92,0,0,1,.27.39q.12.23.24.42a.48.48,0,0,0,.35.25l0-1.77a2.73,2.73,0,0,1,.84.21,1.35,1.35,0,0,1,.61.5l.11-.12.11-.12h.29a.83.83,0,0,1,.26.11.94.94,0,0,0,.26.11h.23l.64-.5c.32-.26.52-.43.59-.5a8.32,8.32,0,0,0,.83-.11l1.22-.21c.42-.07.82-.12,1.2-.17a5.31,5.31,0,0,0,.8-.14c.26-.08.62-.18,1.08-.28a.74.74,0,0,0,.67-.79,2.83,2.83,0,0,0-.38-1.25,5.06,5.06,0,0,0-.92-1.24,5.16,5.16,0,0,0-1.23-.91,2.48,2.48,0,0,0-1.24-.34q-.45,0-1.14.09a1.45,1.45,0,0,0-1,.48.79.79,0,0,0-.1.52c0,.27,0,.44.13.51a2.22,2.22,0,0,1-.41-.47,1,1,0,0,1-.13-.54c0-.23,0-.39.13-.46s.13-.27.13-.58a1.78,1.78,0,0,0-.84-1.47l0,1.78-.22.23-.11.06a.6.6,0,0,1-.62-.47c-.1-.32-.19-.67-.28-1a7.21,7.21,0,0,0-.32-1.05.63.63,0,0,0-.64-.47c-.3,0-.45.16-.44.44a.89.89,0,0,1-.16.61s-.16,0-.37,0a.72.72,0,0,0-.43,0l-.22.23-.37.36-.58.53c-.23.19-.43.36-.62.5a1.14,1.14,0,0,1-.34.21h-.11a1,1,0,0,1-.29-.22,1.08,1.08,0,0,1-.24-.28c.23-.12.32-.19.28-.21s-.06-.1-.06-.25a.27.27,0,0,1-.12,0,.23.23,0,0,0-.11,0,1.84,1.84,0,0,1-.23.15l-.28.15a.63.63,0,0,0-.19-.6,5.62,5.62,0,0,0-.55-.41,2.62,2.62,0,0,1-1.12-2,4.33,4.33,0,0,0-.07-.62c-.05-.31-.08-.64-.11-1s-.06-.71-.09-1,0-.54,0-.66a15.58,15.58,0,0,1,.66-2,3.94,3.94,0,0,1,1.24-1.64.9.9,0,0,0,.28-.29.52.52,0,0,0,.05-.29,1.3,1.3,0,0,0-.07-.4,1.23,1.23,0,0,1,0-.51.28.28,0,0,1,.08-.15l.14-.14a1.43,1.43,0,0,0,.26-.13.7.7,0,0,1,.25-.12,3.76,3.76,0,0,0,.53-.53l.39-.44a2.79,2.79,0,0,1,.42-.35,2.68,2.68,0,0,1,.68-.28l.43-.07a1,1,0,0,1,.25,0,.59.59,0,0,0,.23,0,1.06,1.06,0,0,0,.34-.21,1.88,1.88,0,0,1,.21.4.59.59,0,0,0,.33.33,3.88,3.88,0,0,1,.09-.63c.07-.35.2-.56.39-.64a.7.7,0,0,0,.09.23l.15.28h.29a3.06,3.06,0,0,1,.44-.55,3.29,3.29,0,0,1,.5-.51l.14,0,.15,0,.11,0h.12a.5.5,0,0,0-.28.52v.12a.15.15,0,0,0,.06.11,2.74,2.74,0,0,0,.87-.59,1.12,1.12,0,0,0,.34-1l1.26,0,.15.28a1.13,1.13,0,0,0,.15.23l.12.05.11-.06a1,1,0,0,0,.13-.38.94.94,0,0,1,.14-.37h.11c.19,0,.39.21.59.67a1.76,1.76,0,0,0,.6.84,1.09,1.09,0,0,1,.22-.29,1.08,1.08,0,0,1,.28-.24l.11-.06.12.06c.27.29.48.43.61.41s.35.08.66.3a6.12,6.12,0,0,1,1.18,1.2,9.46,9.46,0,0,1,1.05,1.63,12.46,12.46,0,0,1,.73,1.72,5.28,5.28,0,0,1,.3,1.54v.46a4.67,4.67,0,0,1,0,.49,6.29,6.29,0,0,0-.07.77,5.63,5.63,0,0,1-.07.75,4.12,4.12,0,0,0,0,.51c-.25.55-.59.82-1,.83-.23,0-.34-.05-.34-.19a2.66,2.66,0,0,0-.14-.6,7.82,7.82,0,0,1-.31-1.13c-.13-.57-.22-.95-.26-1.14s-.41-.28-1-.4a2.17,2.17,0,0,1-1.33-.8l-.3-.28-1,0a3.31,3.31,0,0,0-1,.17,3,3,0,0,1-.94.17h-.11a3.62,3.62,0,0,0-.64-.16,3.75,3.75,0,0,0-.63-.09.53.53,0,0,0-.22.12l-.28.18s-.09,0-.14.12-.11.11-.14.11H1110a2.62,2.62,0,0,1-.52-.1,2.62,2.62,0,0,0-.52-.1h-.23a3.08,3.08,0,0,0-2.23,1,2.9,2.9,0,0,0-.89,2.11l.63,0,1.58,1.51a.62.62,0,0,1,.11-.29.69.69,0,0,0,.11-.23h.11a8.73,8.73,0,0,1,1.41.11,16.07,16.07,0,0,1,1.7.35,10.27,10.27,0,0,1,1.59.59,3.42,3.42,0,0,1,1.14.86c.11,0,.31.09.6.15s.6.16.92.27l.93.29.6.18.61.24a8.88,8.88,0,0,1,.87.44,5,5,0,0,1,.79.55.92.92,0,0,1,.36.65.55.55,0,0,1-.27.55q-.29.15-.27.66c0,.2,0,.4,0,.6a.83.83,0,0,0,.3.6l.36-.41a1.44,1.44,0,0,1,.36-.36h.06s0,0,0,0,0,0,.06,0q.35,0,.39.54c0,.36,0,.62,0,.77s0,.43-.16.49-.17.18-.16.37a.3.3,0,0,0,.18.31.35.35,0,0,1,.18.31,7.42,7.42,0,0,1-.21.73q-.21.66-.51,1.44c-.2.52-.39,1-.59,1.48a2.2,2.2,0,0,1-.41.75.34.34,0,0,1-.29,0,.5.5,0,0,1-.23-.19c-.18.38-.44.87-.79,1.45a4.69,4.69,0,0,1-1.14,1.34c-.19-.07-.33-.27-.42-.61s-.12-.55-.13-.63h-.28a4.93,4.93,0,0,0-.56.47.79.79,0,0,0-.16.58c0,.19.06.3.15.34s.15.13.15.28a.13.13,0,0,1-.05.11.28.28,0,0,1-.08.15l-.14.15a4.24,4.24,0,0,0-.53-.39,3.9,3.9,0,0,1-.52-.39l-.29.13a4.68,4.68,0,0,1,0,.65c0,.21-.19.32-.53.33a.84.84,0,0,1-.43-.07.47.47,0,0,1-.21-.23,1.28,1.28,0,0,1-.09-.34,1.07,1.07,0,0,0-.22-.42c-.26.12-.36.29-.3.49a.48.48,0,0,1-.18.55,3.23,3.23,0,0,1-.37.27,2.75,2.75,0,0,0-.36.27l-.28.29-2.75.08c-.16-.5-.29-.86-.37-1.08a4,4,0,0,1-.14-1.14.38.38,0,0,0-.29.12l-.22.23a.51.51,0,0,1-.25.15.44.44,0,0,1-.32-.07,3.43,3.43,0,0,1-.28,1.29,3.26,3.26,0,0,1-.92.8,2,2,0,0,1-.3-.51l-.25-.51a.15.15,0,0,1-.06-.11Zm-3.56-2.48c-.08,0-.11,0-.11.12s0,.17.12.17S1101.31,188.43,1101.11,188.32Zm1.26,0c-.08,0-.11,0-.11.12s0,.17.12.17S1102.57,188.4,1102.37,188.29Zm0,1.32.5-.53h-.52Zm.71-20.63c-.12,0-.17.08-.17.23s.07.23.18.23.17-.08.16-.24S1103.23,169,1103.12,169Zm1.57.93v-.23h-.29Zm-.1-3.55a1.72,1.72,0,0,0,.1.4.91.91,0,0,0,.15.34c.19,0,.28-.2.27-.46s-.1-.48-.29-.51A.2.2,0,0,0,1104.59,166.36Zm1,1.52a1.66,1.66,0,0,0,.24.68,3.07,3.07,0,0,0,.28.51.6.6,0,0,0,.32.28l.11.05.11-.06a6.49,6.49,0,0,0,.62-.44.69.69,0,0,0,.16-.55c0-.23,0-.36-.12-.4a.84.84,0,0,0-.29,0,1.86,1.86,0,0,0-.34,0,.3.3,0,0,1-.29-.08,1.19,1.19,0,0,1-.24-.51.92.92,0,0,1-.08-.51.87.87,0,0,0-.36.5A1.71,1.71,0,0,0,1105.61,167.88Zm.65,5.31c-.11,0-.17.09-.16.26s.06.26.18.25.22-.09.22-.26S1106.41,173.18,1106.26,173.19Zm.1-7.1c-.15,0-.23.09-.22.26s.08.26.23.25.17-.09.17-.26S1106.47,166.09,1106.36,166.09Zm1.76,1.67a2.45,2.45,0,0,0,.17.82.61.61,0,0,0,.67.42l-.06-2.06a.74.74,0,0,0-.54.27A.8.8,0,0,0,1108.12,167.76Zm.29,19.4c-.08,0-.12,0-.11.08s0,.15.11.15.12-.09.12-.15A.09.09,0,0,0,1108.41,187.16Zm1-1.86c-.11,0-.17.09-.16.26s.06.26.17.25.23-.09.23-.26S1109.54,185.29,1109.39,185.3Zm.12,4.57c-.11,0-.17.1-.16.27s.06.25.18.25.22-.09.22-.26S1109.66,189.87,1109.51,189.87Zm1-2h.23l0-.74h-.23Zm1.25-24a.43.43,0,0,0,.33.45,1.62,1.62,0,0,0,.6.09v-.11a.37.37,0,0,0-.36-.39A3.14,3.14,0,0,0,1111.74,163.83Zm1,13.54,0-.52-.22.24Zm1-11.48a.63.63,0,0,0,.09.23l.15.28.28-.29v-.23l-.15-.28a.9.9,0,0,0-.15-.23.21.21,0,0,0-.22.24v.28Zm.8,10.91c-.15,0-.22.1-.22.27s.09.25.24.25.17-.09.16-.26S1114.66,176.8,1114.54,176.8Zm2.42-12.54c-.08,0-.12.05-.11.26s.05.3.12.26.11-.13.11-.26S1117,164.3,1117,164.26Zm3.26,17.2c-.08,0-.11,0-.11.12s0,.17.12.17a.18.18,0,0,0,.11-.15C1120.34,181.54,1120.3,181.5,1120.22,181.46Z' style='fill:#07435f'/><path d='M1176.55,198.85a1.34,1.34,0,0,1-.54.25,4.45,4.45,0,0,1-.54.13h-.4l.23-.27c.11-.13.23-.28.38-.44a4.94,4.94,0,0,0,.39-.44,1.31,1.31,0,0,0,.22-.32.87.87,0,0,1,.08-.23c.06-.11.1-.21.14-.29v-.34a1,1,0,0,1-.15-.2.45.45,0,0,1-.09-.2l-1.64.79c-.19,0-.29-.1-.29-.33l-.24-.4c0-.19-.13-.28-.35-.27a5,5,0,0,1-.29-1.08q-.1-.63-.18-1.14a2.88,2.88,0,0,1-.33-.83c-.15-.47-.26-.82-.34-1.05a.25.25,0,0,1-.07-.17.46.46,0,0,0-.06-.22,2.13,2.13,0,0,0-.12-.29.31.31,0,0,0-.12-.22l-.12-.11v-.86a2.62,2.62,0,0,1,.1-.52,2.62,2.62,0,0,0,.1-.52c0-.07,0-.29-.08-.65s-.07-.58-.07-.66a3.68,3.68,0,0,0-.88.14,3.94,3.94,0,0,1-.94.14h-.46a3.85,3.85,0,0,1,.19-.49.45.45,0,0,1,.42-.33h.11l.35.22h.23a3.43,3.43,0,0,1,.07-.51,2.49,2.49,0,0,0,.07-.52l.34-.15a1.16,1.16,0,0,1,.34-.1l0-1,0-1a3.41,3.41,0,0,0-.13-.51,1.29,1.29,0,0,0-.24-.57s0-.17,0-.4-.06-.49-.11-.77-.09-.57-.13-.86a5.28,5.28,0,0,0-.14-.65v-.23a1,1,0,0,1,.15-.63,1,1,0,0,0,.16-.64V179l-.34-.22,0-.51v-.52l.33-.35c.15-.16.26-.24.34-.24l-.1-3.77a1.41,1.41,0,0,1,.13-.24.35.35,0,0,0,.09-.23.59.59,0,0,0-.07-.14.27.27,0,0,1-.06-.14h-.11a2.16,2.16,0,0,0-.43.13,3.58,3.58,0,0,0-.42.18v-.28a3.46,3.46,0,0,1,.07-.58,3.6,3.6,0,0,0,.07-.63h-.17a2.57,2.57,0,0,1-.25.38c-.13.18-.23.27-.31.27a1.85,1.85,0,0,0-.45.1l-.57.16a.58.58,0,0,0-.2.06.58.58,0,0,1-.2.06,2.14,2.14,0,0,0-.07-.48.86.86,0,0,0-.41-.48,4.22,4.22,0,0,1-1,1c-.35.26-.74.52-1.15.8a1.81,1.81,0,0,0-.45.13.93.93,0,0,1-.29.06.62.62,0,0,1-.32-.16c-.13-.11-.2-.2-.2-.28l-1.64,1.07v-.57a4.07,4.07,0,0,1,.07-.55,1.07,1.07,0,0,1,.19-.54l-.86,0-.18-.23-.23,0a.85.85,0,0,1-.23,0c0,.08,0,.12,0,.12s0,0,0,.06a3,3,0,0,0,.39.44c.21.23.32.38.32.45v.06s0,.06,0,.06,0,0,0,0a.09.09,0,0,1,0,.09.12.12,0,0,0,0,.09V174a.92.92,0,0,1-.11.34.41.41,0,0,0,0,.18c-.08,0-.3.11-.65.22a3.57,3.57,0,0,1-.77.16l-.53-.33h-.23v.34a1.39,1.39,0,0,0,.1.23c.06.11.11.16.14.16a2.25,2.25,0,0,1-.54.16,2.86,2.86,0,0,1-.54.1,1.25,1.25,0,0,1-.36.38,1.55,1.55,0,0,1-.36.27,6.35,6.35,0,0,0-.69.13,2.3,2.3,0,0,0-.62.19.57.57,0,0,0-.31.15l-.31.21-.11.12a.17.17,0,0,1-.12.06,4.41,4.41,0,0,1-.07.57c0,.31-.11.48-.18.52l-.12.12-.16.18a2.19,2.19,0,0,1-.22.43l-.33.53a4.58,4.58,0,0,1-.33.46c-.11.14-.17.23-.16.26v.41c0,.07.18.14.43.21a1.75,1.75,0,0,0,.49.1l.46.22a2.28,2.28,0,0,1,.44.07,1.17,1.17,0,0,1,.43.19c.08,0,.14.08.21.23a1,1,0,0,1,.09.34,2.48,2.48,0,0,1,.74-.08,5.75,5.75,0,0,1,.92,0l.18.17c0,.08,0,.12,0,.14a.24.24,0,0,0,0,.15h.23a1.59,1.59,0,0,0,.43-.1.9.9,0,0,0,.42-.21l0,.69a.21.21,0,0,1,.12,0s.06.07.06.09,0,0,.06.08a2.05,2.05,0,0,0,1,.12l1.11-.06a5.1,5.1,0,0,1,0,.52,4.9,4.9,0,0,0,0,.51c0,.08-.14.21-.42.41a1.48,1.48,0,0,1-.54.3,2.24,2.24,0,0,0,.54-.15c.28-.11.43-.12.43,0v.34a1.42,1.42,0,0,1-.5.81,1.51,1.51,0,0,0-.49.93c-.07,0-.16.15-.27.44a2.08,2.08,0,0,1-.27.55.86.86,0,0,0,.34-.12c.15-.08.24-.11.28-.07a.82.82,0,0,0,.13.31c.08.14.15.2.23.2l.51,0,.53.33a.53.53,0,0,0,.22-.12,1.38,1.38,0,0,0,.28-.23.82.82,0,0,0,.37-.39l.38-.66.38-.7c.13-.23.23-.41.3-.52a1.7,1.7,0,0,0,.61.35c.37.16.55.28.56.36a.39.39,0,0,1,.15.28,2.92,2.92,0,0,1,0,.34l-.57.08-.57.07a.83.83,0,0,0-.17.12c-.15.08-.18.12-.11.12.58.21.87.4.88.57a.52.52,0,0,1-.33.44,2.11,2.11,0,0,1-.74.22c-.27,0-.4,0-.41-.13a2.09,2.09,0,0,1-.1.52,2.58,2.58,0,0,0-.1.51l-.11.12a.15.15,0,0,1-.11.06h-.06a1.46,1.46,0,0,1-.48.1l-.49,0a.74.74,0,0,0-.15-.39,1,1,0,0,1-.16-.34.83.83,0,0,1-.11-.17l-.09-.11a.47.47,0,0,0-.09-.12.65.65,0,0,1-.26-.07.82.82,0,0,0-.32-.08c0-.15-.1-.23-.29-.22s-.22.07-.42.32-.34.38-.42.39-.23-.11-.24-.34a1.21,1.21,0,0,1-.33-.48l-.27-.54c0-.15-.1-.22-.29-.22l-.39.24a6.23,6.23,0,0,0-.77.11,4.54,4.54,0,0,1-.72.1v-.62a1.56,1.56,0,0,0-.4.09c-.19.06-.32.12-.4.15h-.23a1.28,1.28,0,0,0-.3-.56,6.35,6.35,0,0,0-.13-.69,4.58,4.58,0,0,0-.19-.68,2.18,2.18,0,0,0-.78.65l-.28.41a3.62,3.62,0,0,1-.44.76c-.11.15-.2.29-.27.4h-.29a1.49,1.49,0,0,1,.08-.4,1.06,1.06,0,0,1,.18-.41v-.34a.7.7,0,0,0-.53-.44l-.63-.1a1.08,1.08,0,0,1-.53-.25,1.2,1.2,0,0,1-.25-.88v-.28a.24.24,0,0,1,.06-.18,2.17,2.17,0,0,0,.1-.28.83.83,0,0,0,.11-.35l.11-.06a.14.14,0,0,0-.06-.11h-.06a2.18,2.18,0,0,0-.44-.53c-.17-.17-.3-.25-.38-.25l-1.35.84a2.73,2.73,0,0,0,0-.4c0-.19,0-.33,0-.4v-.52a1,1,0,0,1,0-.34,1.23,1.23,0,0,1,.08-.32l.15-.52c.06-.17.11-.34.16-.49a1,1,0,0,0,.08-.29,1.27,1.27,0,0,0,.18-.6c0-.33.08-.51.08-.55a5.55,5.55,0,0,1,.27-.52l.27-.53a2.07,2.07,0,0,0,.45-.41c.22-.23.33-.39.33-.46s.09-.08.16-.24l.11-.17a1.08,1.08,0,0,0-.09-.4c-.06-.15-.13-.23-.21-.22a1.26,1.26,0,0,0,.28-.07.94.94,0,0,1,.23-.06l.17,0a.62.62,0,0,0,.23,0,.53.53,0,0,0,.23.06s.12.07.24.22l.3.39s0,0,0-.06a.15.15,0,0,1,.06-.11,1.18,1.18,0,0,0,.11-.18.86.86,0,0,0,0-.48,1.9,1.9,0,0,1-.09-.43l-.63,0a2,2,0,0,0,.21-.47,1.74,1.74,0,0,1,.28-.52,1.07,1.07,0,0,1,.21-.46,1.62,1.62,0,0,0,.22-.41.56.56,0,0,0,.08-.29c0-.15,0-.31,0-.49s0-.34,0-.51a.57.57,0,0,1,.08-.32l.11-.12a.76.76,0,0,0,.08-.11l.08-.12a2.38,2.38,0,0,0,.73-.48c.34-.27.54-.45.62-.53v.29a4.65,4.65,0,0,0-.42.55,2.21,2.21,0,0,0-.3.5,1,1,0,0,0-.19.29.55.55,0,0,0-.08.23.4.4,0,0,0,0,.29,1.58,1.58,0,0,1,0,.28.24.24,0,0,1,.15,0,.33.33,0,0,0,.14,0,8.92,8.92,0,0,0,.64-.82,1.8,1.8,0,0,0,.4-1c.19,0,.5,0,.94-.05l.89-.06a1.11,1.11,0,0,0,.28-.09c.15-.06.23-.13.22-.2a3.63,3.63,0,0,0,.14-.41,1.74,1.74,0,0,0,.07-.4.46.46,0,0,1,.06-.18.3.3,0,0,1,0-.17.28.28,0,0,0,0-.17.2.2,0,0,0,0-.11.27.27,0,0,1,0-.12.14.14,0,0,1-.06-.11,1.22,1.22,0,0,0-.49-.1,1.85,1.85,0,0,1-.54-.1s-.1-.08-.18-.25a1.42,1.42,0,0,1-.13-.32c-.07,0-.18,0-.32-.16a1,1,0,0,1-.26-.28c0-.07-.08-.15-.24-.22l-.23-.11a1.53,1.53,0,0,1-.32-.22.9.9,0,0,1-.26-.28c-.12-.07-.33-.22-.65-.44a4.91,4.91,0,0,1-.41-.33,1.85,1.85,0,0,0-.68,0l-.69,0s-.09,0-.17-.11l-.12-.11a1.35,1.35,0,0,0-.32-.3l-.56-.42-.52-.38c-.16-.11-.24-.19-.24-.23l-.12-.28-.12-.23a2.32,2.32,0,0,1-.33-.42,2.53,2.53,0,0,1-.26-.42v-.28a4.38,4.38,0,0,1,0-.66c0-.29,0-.58.06-.86s0-.54,0-.75,0-.33,0-.37a1.61,1.61,0,0,1,.21-.55,6.38,6.38,0,0,1,.33-.61,4.18,4.18,0,0,1,.35-.55,4.1,4.1,0,0,0,.36-.56,2.12,2.12,0,0,1,.45-.3,1.75,1.75,0,0,1,.4-.18,2,2,0,0,1,.63-.07,2.3,2.3,0,0,1,.68,0,1,1,0,0,1,.14-.46c.08-.2.15-.33.18-.41l1-1.06c.18-.23.35-.35.5-.35l.52,0h.57l.12.11a.44.44,0,0,1,.09.11.44.44,0,0,0,.08.11l.13.23a1.07,1.07,0,0,0,.17.28s.08,0,.23-.06a.62.62,0,0,0,.17-.12l0-.92a6.52,6.52,0,0,0,.86-.11,2.83,2.83,0,0,0,.85-.22,3.6,3.6,0,0,0,1.2-.35,3,3,0,0,1,1.19-.29,3.36,3.36,0,0,1,.89.1,3.33,3.33,0,0,0,1,.08h.11a2.42,2.42,0,0,0,.48-.21,3.14,3.14,0,0,1,.48-.21h.29a.83.83,0,0,0,.17.11s0,0,.12,0a.05.05,0,0,1,.06.06h.23s.08-.09.25-.15a1.33,1.33,0,0,1,.37-.09l.12.22h.57a1.53,1.53,0,0,0,.31-.24l.31-.29c0,.07.07.17.21.28a1.68,1.68,0,0,0,.32.22h.23a4.63,4.63,0,0,0,.41-.67c.2-.37.33-.61.41-.73l.1-.34a.39.39,0,0,0,.05-.23.49.49,0,0,1,.06-.23V152l-.15-.31a1.13,1.13,0,0,1-.1-.32l-.09-3.66a1.39,1.39,0,0,1-.24-.28.5.5,0,0,1-.12-.28,3.39,3.39,0,0,1,.23-.83c.16-.45.26-.71.3-.79s0-.35.06-.83.07-.75.07-.83a1.3,1.3,0,0,0,.21-.43,1.9,1.9,0,0,0,.11-.44.64.64,0,0,0,.28-.09l.28-.15a2,2,0,0,0,.34-.32,1,1,0,0,0,.21-.5.75.75,0,0,0,.1.32,1.28,1.28,0,0,0,.2.31l.18.16s.17.05.4,0l.4,0a1.37,1.37,0,0,1,.35.31c.16.16.28.25.35.24l1,0,.24.42c.12.21.2.37.25.48a.55.55,0,0,0,.3-.18c.14-.12.2-.2.2-.23l.13.45a.27.27,0,0,1,0,.12.23.23,0,0,0,0,.11.21.21,0,0,0-.05.12,2,2,0,0,1-.1.46,2.91,2.91,0,0,0-.11.4s0,.17,0,.4,0,.49,0,.77,0,.55,0,.78,0,.36,0,.4a7.37,7.37,0,0,1-.12.86c-.09.46-.13.71-.13.75l0,.51v.34a.84.84,0,0,0,.15.29.71.71,0,0,1,.15.34,1.24,1.24,0,0,1,0,.51,5.1,5.1,0,0,0,0,.52.59.59,0,0,0,.12.22.53.53,0,0,1,.12.28.38.38,0,0,0,.06.17.56.56,0,0,0,0,.2.34.34,0,0,1,0,.15s0,.05,0,.05,0,0,0,.06a.21.21,0,0,0-.05.12l-.4.12-.34.13s0,.17.07.4a2.61,2.61,0,0,0,.12.28l.86,0a5.71,5.71,0,0,1,.72.06,3.09,3.09,0,0,1,.66.13s.09,0,.17.11a.21.21,0,0,0,.12.05l-.28.35a3.24,3.24,0,0,0,.41.31,1,1,0,0,0,.41.19c.07,0,.25-.05.54-.13a2.32,2.32,0,0,1,.54-.13.58.58,0,0,1,.23.11.5.5,0,0,0,.29.1l1,0,1.2,0a10.33,10.33,0,0,0,1.19-.34,4.11,4.11,0,0,1,1.31-.24h.06a1.88,1.88,0,0,0,.32.25,2.57,2.57,0,0,1,.32.25c0,.11,0,.35.11.71a3,3,0,0,0,.16.66l0,1.54,0,1.6a.68.68,0,0,0,0,.17.17.17,0,0,1-.06.12l-.11.12h-.28l-.12-.23-.12-.2a1.57,1.57,0,0,1-.12-.19,5.27,5.27,0,0,1-.17-.8,1.76,1.76,0,0,0-.33-.79,5.49,5.49,0,0,0-.76-.61,2.47,2.47,0,0,0-.93-.38,4.69,4.69,0,0,0-1.49-.25l-1.49,0-1.6,0a1.86,1.86,0,0,0-.37.12,1.34,1.34,0,0,0-.37.18,1.09,1.09,0,0,0-.61.76c-.1.39-.19.68-.26.87s-.1.59-.2,1.09a2.68,2.68,0,0,1-.26.87v.45a1.24,1.24,0,0,1,.21.57,3.46,3.46,0,0,1,.1.57,2.84,2.84,0,0,1,.16.66,5.81,5.81,0,0,1,.11.65,1.24,1.24,0,0,1,1.06.2,1.66,1.66,0,0,0,1.07.32,1.35,1.35,0,0,0,.6-.19,1.47,1.47,0,0,1,.71-.19h.11l.12.11a1.37,1.37,0,0,0,.29.22c-.08,0-.19.07-.34.21a3.48,3.48,0,0,0-.33.32l.12.17h.17a1.64,1.64,0,0,0,.31-.09,1.45,1.45,0,0,1,.31-.09,1.54,1.54,0,0,1,.19-.41,1.22,1.22,0,0,0,.19-.46.37.37,0,0,0,.23-.09c.07-.06.11-.11.11-.15h.28a.58.58,0,0,0,.26.05,1.32,1.32,0,0,1,.32,0l.46.1s.09.09.15.26a1.26,1.26,0,0,1,.09.37h.35a1.27,1.27,0,0,0,.6-.16,1.32,1.32,0,0,1,.65-.16h0l.58-.05c.3,0,.45,0,.46.08a.75.75,0,0,0,.18.28.88.88,0,0,0,.12.19.42.42,0,0,1,.06.15.58.58,0,0,1-.22.43,4.54,4.54,0,0,1-.48.39,2.82,2.82,0,0,0-.45.38.68.68,0,0,0-.18.49v.57l.12.12s.06.06.06.08,0,0,.06.08a2.69,2.69,0,0,0,.32.14,1,1,0,0,0,.31.08.25.25,0,0,1-.11-.23.38.38,0,0,1,.1-.29,5,5,0,0,1,.24-.66c.16-.41.26-.65.3-.73a2.68,2.68,0,0,1,.3.54.81.81,0,0,1-.1.83v.29a2.47,2.47,0,0,1-.24.49,1.62,1.62,0,0,0-.25.55v.23a.68.68,0,0,0,.1.31.86.86,0,0,1,.09.26c.23,0,.34-.09.34-.24a2.3,2.3,0,0,0,.26-.84c.06-.4.12-.83.17-1.29s.09-.9.13-1.32a3.28,3.28,0,0,1,.18-.86,2.35,2.35,0,0,1,.58.41,2,2,0,0,0,.64.41c.08,0,.15.08.21.25s.11.35.16.54a4.35,4.35,0,0,1,.07.75c.16,0,.29.14.42.44a2.55,2.55,0,0,1,.19.68.49.49,0,0,1-.14.41.59.59,0,0,1-.28.15l-.28.06c-.1,0-.14.09-.14.21v.17a.78.78,0,0,1,.32.08.46.46,0,0,1,.26.19l0,.57c0,.12,0,.26,0,.43a.39.39,0,0,1-.28.38c-.07,0-.3,0-.68.11a3.76,3.76,0,0,0-.85.22h-.34c-.16-.07-.3-.14-.44-.19a.39.39,0,0,1-.21-.37h.34v-.17l-.66,0-.66,0-.34.3a1.16,1.16,0,0,1-.3.18,1.33,1.33,0,0,1-.32.12,3,3,0,0,1-.88.17,1.33,1.33,0,0,0-.71.16l0-1.83a2.09,2.09,0,0,0-.48.1l-.43.09a2.18,2.18,0,0,0-.44-.27l-.43-.22H1181a2.21,2.21,0,0,1-.43.24,1.72,1.72,0,0,0-.47.3h-.23a.77.77,0,0,0-.42.53,1.2,1.2,0,0,1-.3.58c-.08-.08-.23-.2-.47-.39a1.7,1.7,0,0,1-.41-.39v-.57a1.56,1.56,0,0,0-.4.09,1.11,1.11,0,0,0-.4.22s-.09,0-.16.12-.12.13-.12.17a5.23,5.23,0,0,1-.09.72,4.69,4.69,0,0,1-.21.89v.29a1.7,1.7,0,0,0,.19.76,1.8,1.8,0,0,1,.2.89v.51a2,2,0,0,1-.39.24,1.69,1.69,0,0,0-.45.3l-.28.26c-.15.14-.22.25-.22.32a1.65,1.65,0,0,0-.27.53,1.84,1.84,0,0,0-.16.52,1.69,1.69,0,0,0-.11.37c0,.17-.06.37-.1.58s0,.41-.07.6a2.21,2.21,0,0,0,0,.34,1.28,1.28,0,0,1-.14.41,1.42,1.42,0,0,0-.13.34,5.38,5.38,0,0,0,.1.75c.07.3.14.45.22.45l2-.06a6.1,6.1,0,0,1-.07.64,5.77,5.77,0,0,0-.07.63,3.81,3.81,0,0,1-.1.49,3.16,3.16,0,0,0-.1.54v.63l.58.56h.29a.65.65,0,0,0,.2-.06l.25-.12a1.24,1.24,0,0,0,.34-.18l.22-.24a1.41,1.41,0,0,1,.28-.23.78.78,0,0,0,.32-.16.74.74,0,0,0,.25-.26l.79-.11a4.75,4.75,0,0,0,1-.22h.17a.54.54,0,0,1,.47.33c.12.23.27.34.46.33h.35c.07,0,.19-.1.33-.29a4,4,0,0,1,.34-.41,2.69,2.69,0,0,1,1.25-.29c.42,0,.84,0,1.26,0,0,.61-.09,1-.32,1.19s-.52.42-.89.73a1.21,1.21,0,0,0-.23.18l-.11.12c-.07,0-.09.09,0,.14a.36.36,0,0,1,.06.2h.34l.39-.35c.16,0,.24.11.24.34v.45c0,.23-.07.45-.1.64s-.06.35-.08.49,0,.22,0,.25a1.09,1.09,0,0,1,.07.35.69.69,0,0,1-.05.4.32.32,0,0,1-.16.23.6.6,0,0,1-.23.12,1.05,1.05,0,0,1-.23-.34.73.73,0,0,1-.13-.34.26.26,0,0,1-.17-.11l-.12-.11-.63,0-.46,0-.72,0-.68,0c-.21,0-.36,0-.43,0a.28.28,0,0,1,0-.23l.11-.12a1.58,1.58,0,0,0,0-.63,2.58,2.58,0,0,0-.07-.51.17.17,0,0,1-.12-.06s-.05,0-.06,0l-.11.11-.11.12a3.09,3.09,0,0,0-.83.88,4.89,4.89,0,0,0-.55.93,2.38,2.38,0,0,0-.13.49c-.05.25-.08.4-.08.43a5.53,5.53,0,0,1-.56.25,1.81,1.81,0,0,0-.57.3.94.94,0,0,1,.07.28c0,.2,0,.29,0,.29a.92.92,0,0,1-.4.21c-.19.06-.32.06-.4,0l-1,2.32a2.69,2.69,0,0,1,.32.22.55.55,0,0,1,.21.28,1.6,1.6,0,0,1,.12.51,1.5,1.5,0,0,0,.13.52q0,.1.3.3a1.12,1.12,0,0,1,.35.31v.23a.44.44,0,0,1,0,.2.12.12,0,0,0,0,.14,1.53,1.53,0,0,0,.27.51,1.35,1.35,0,0,1,.27.51.65.65,0,0,1-.1.26c-.08.13-.17.28-.28.43a6,6,0,0,0-.38.64l0,1.09a2.34,2.34,0,0,1-.27.64,2,2,0,0,0-.27.75,1,1,0,0,0,.13.37,1,1,0,0,1,.12.37,2.75,2.75,0,0,0,.1.45,4.08,4.08,0,0,1,.1.46,4.82,4.82,0,0,1-.49,0l-.43,0a.43.43,0,0,1-.32-.33A1.53,1.53,0,0,1,1176.55,198.85ZM1154,158.53c0-.08,0-.12-.14-.12s-.16.05-.08.12,0,.12.11.11S1154,158.6,1154,158.53Zm1.47,25.09c0-.08-.05-.12-.14-.11s-.14,0-.14.11a.17.17,0,0,0,.17.11C1155.39,183.73,1155.43,183.69,1155.42,183.62Zm.19-6c-.19,0-.29.1-.28.29s.1.29.29.28.23-.1.22-.29S1155.76,177.6,1155.61,177.6Zm.88,5.19a.82.82,0,0,0-.24.55c0,.21,0,.41,0,.6a.17.17,0,0,0,.12-.06c.11,0,.17,0,.16-.12s.14-.17.2-.38a2.37,2.37,0,0,0,.07-.37C1156.78,182.86,1156.68,182.78,1156.49,182.79Zm7.39-17a.64.64,0,0,0-.31.12.58.58,0,0,0-.25.24l-.11.23.69,0a5.89,5.89,0,0,0,.62-.3q.45-.24.45-.3a1.47,1.47,0,0,0-.16-.68,3,3,0,0,1-.22-.69l.68,0a6.3,6.3,0,0,0,.64,0,.24.24,0,0,0,.27-.29.85.85,0,0,1,.11-.32.66.66,0,0,1,.22-.26,2.26,2.26,0,0,1,.41.1,2.1,2.1,0,0,0,.46.11,2.32,2.32,0,0,0,.72.15.64.64,0,0,1,.61.44,2.83,2.83,0,0,0,0,.34c0,.19,0,.33,0,.4l.68,0,.64-.67c.17-.18.34-.35.5-.53l.42-.44a1.6,1.6,0,0,0,.27-.55,2.08,2.08,0,0,1,.27-.55s0-.27.07-.69.09-.73.12-.92v-.23l-.24-.28a3.58,3.58,0,0,1-.2-.91c0-.42-.07-.66-.08-.74a.17.17,0,0,0,.06-.12.65.65,0,0,1,0-.29l.1-.34c0-.19-.08-.28-.23-.28s-.09-.1-.26-.19a1,1,0,0,0-.44-.14,1.16,1.16,0,0,0-.34-.13,2.12,2.12,0,0,0-.41-.08l-.57,0-.68,0-.52,0-.88.11-.89.11-.51,0h-.4s-.11.09-.2.26a1,1,0,0,0-.13.38c-.11,0-.42,0-.91.11s-.82.11-1,.11a4,4,0,0,0-.46.07,7.11,7.11,0,0,1-.77.11l-.77.08-.46,0c0,.07-.19.22-.59.44a6.18,6.18,0,0,1-1,.46,1.23,1.23,0,0,0-.37.21,1.15,1.15,0,0,0-.37.32,8.27,8.27,0,0,1-.64.59c-.35.32-.57.51-.64.59s-.28.09-.28.24a1.29,1.29,0,0,0-.22.4,1.42,1.42,0,0,0-.1.41v.57a4.07,4.07,0,0,1,.55.07c.29.05.45.11.49.19s.15.06.23.19a.73.73,0,0,1,.13.31,1,1,0,0,1,.21.4,2.21,2.21,0,0,1,.1.45l1.3-.6,0,1.08h.28a.91.91,0,0,0,.28-.3c.11-.15.18-.23.22-.23s.23-.07.46,0a1.34,1.34,0,0,0,.46.13.62.62,0,0,0,0,.18.15.15,0,0,0-.05.11v.06a.21.21,0,0,1,.17.08c0,.06.08.09.12.08l.51-.24a1.69,1.69,0,0,1,.51-.18c0-.08.06-.1.08-.06s.07.05.15.05a.7.7,0,0,0,.09.23c.06.11.07.17,0,.17s-.09.15-.28.23l-.23.13a.18.18,0,0,1-.08.06s0,0-.08.06l-.11.11h.34c.34,0,.52,0,.54-.13s.12-.11.31-.12h.11l.27.22Zm-7.16,6.37c-.11,0-.17.09-.16.26s.06.26.18.26.28-.1.28-.27S1156.91,172.19,1156.72,172.19Zm.62,10.17c-.12,0-.17.07-.17.21s.06.2.18.19.11,0,.11-.14A.45.45,0,0,0,1157.34,182.36Zm.88-16.39c-.16,0-.23.1-.22.29s.08.28.23.28.23-.1.22-.29S1158.37,166,1158.22,166Zm0,9c-.12-.08-.17,0-.17.17s.07.27.18.23.17-.06.17-.18A.21.21,0,0,0,1158.17,175Zm.49,7.77c-.15,0-.22.08-.22.23s.08.23.24.23a.21.21,0,0,0,.22-.24A.21.21,0,0,0,1158.66,182.73Zm-.11-14.88c-.07,0-.11,0-.11.14s0,.2.12.2C1158.78,168,1158.78,167.84,1158.55,167.85Zm.63,4.28a.64.64,0,0,0-.33.52h.35Zm.68-15.42a2.52,2.52,0,0,1-.42.47l-.42.41,0,.34a.8.8,0,0,0,.68-.3,1.15,1.15,0,0,0,.21-.69Zm-.63,17.36c-.07,0-.11,0-.11.12s0,.11.12.11a.16.16,0,0,0,.11-.15C1159.35,174.1,1159.31,174.07,1159.23,174.07Zm0-8.13c0-.07-.06,0-.06.23s0,.34.07.34.11-.13.11-.29S1159.32,166,1159.25,165.94Zm0,1.09s-.06.05-.06.14,0,.15.06.14.12,0,.11-.11A.18.18,0,0,0,1159.28,167Zm0,1.43h.29l-.3-.62Zm.19,17.62a2.33,2.33,0,0,0,.23.23.47.47,0,0,0,.29.16,1.73,1.73,0,0,0,.66.16l.61,0-.13-.34a.93.93,0,0,1-.06-.29,2.43,2.43,0,0,0-.29-.22.71.71,0,0,0-.24-.11.91.91,0,0,0-.57-.1l-.52,0Zm1-14.73c0-.08,0-.12-.12-.11a.1.1,0,0,0-.11.11s0,.06.09.06A.2.2,0,0,0,1160.48,171.35Zm.38,16.53c-.08,0-.11.06-.11.17s0,.14.12.06.11,0,.11-.09S1160.94,187.92,1160.86,187.88Zm.43-16.15c-.08,0-.15,0-.23.12s-.09.19,0,.23a.18.18,0,0,0,.26,0C1161.36,172,1161.37,171.88,1161.29,171.73Zm-.22,2.52c.19,0,.29-.08.28-.24a.29.29,0,0,1,.05-.17.12.12,0,0,1,0-.09.1.1,0,0,0,0-.08l-.12-.17Zm.23,10.7.61-.71a.55.55,0,0,0-.12-.16l-.18-.17h-.28Zm1-18.29c-.15,0-.23.1-.22.29s.08.29.24.28.11-.09.1-.29S1162.38,166.66,1162.3,166.66Zm1.36,19a5.06,5.06,0,0,0-.07-.6,5.06,5.06,0,0,1-.07-.6c.07-.27.33-.53.81-.79a2.75,2.75,0,0,1,1.16-.41l.17.06a.82.82,0,0,0-.24.55,4,4,0,0,0,0,.6,1.8,1.8,0,0,0,.06.37,2,2,0,0,1,.07.37l.18.17v.05s0,.06,0,.06,0,0,0,.06l-.06,0a.33.33,0,0,1-.11.24.21.21,0,0,0,0,.11,4.11,4.11,0,0,0-.65.39,3.6,3.6,0,0,1-.79.45,2.9,2.9,0,0,1-.85.23,1,1,0,0,1-.78-.3s0-.13,0-.28a3.32,3.32,0,0,1,.13-.67.45.45,0,0,1,.19-.26l.4.08A2.65,2.65,0,0,0,1163.66,185.63Zm-1.07-14.34a.54.54,0,0,0,.34-.3.83.83,0,0,0,0-.28h-.4Zm1.83-.33c0-.08-.06-.05-.06.08s0,.2.07.2.28-.15.28-.21S1164.61,171,1164.42,171Zm.53-14.56c0-.07-.11-.06-.2,0s-.1.14,0,.14a.15.15,0,0,0,.23,0C1165,156.5,1165,156.44,1165,156.4Zm1.19,32.08a.17.17,0,0,0,.12-.06s0,0,0,0,0,0,.06,0v-.11a.18.18,0,0,1,.05-.17l.11-.29a3.43,3.43,0,0,0,.44-.36,1.58,1.58,0,0,0,.39-.41v-.51s-.1-.13-.29-.25-.41-.26-.64-.39l-.93-.52c0-.07.15-.28.47-.61s.43-.56.35-.67l-.17-.17c-.12,0-.18-.09-.18-.16v-.29a2.78,2.78,0,0,1,.51-.36,1,1,0,0,1,.68-.19,2.62,2.62,0,0,1,.41.14c.23.09.48.18.75.26l.75.27a1.9,1.9,0,0,0,.4.13,2.06,2.06,0,0,0,1,.29,1,1,0,0,1,.82.47c-.08,0-.11.16-.08.37s0,.45.08.71,0,.52,0,.75a.63.63,0,0,1-.1.46c-.42.08-.74.16-1,.22s-.53.14-.9.23l-.65-.73a1.46,1.46,0,0,1-.08.29c-.06.15-.1.23-.14.23a3.52,3.52,0,0,0,0,.37c0,.21,0,.34,0,.37a.53.53,0,0,1-.19.32l-.25.27-.46,0c-.23,0-.36,0-.4,0a.84.84,0,0,0-.31.1.88.88,0,0,1-.31.09c0,.08-.06.12-.17.12h-.23Zm.92-23.61a.36.36,0,0,0,.33-.4h-.34Zm.47.34c-.08,0-.11.08-.11.26s0,.25.12.25.29-.09.28-.26S1167.72,165.2,1167.53,165.21Zm.11-8.71c0,.23.09.34.24.34s.34-.12.33-.35v-.63l0-.63a.58.58,0,0,0-.2.06.19.19,0,0,0-.14.18c0,.11-.08.29-.13.54A3.13,3.13,0,0,0,1167.64,156.5Zm.37,26.78c-.08,0-.11.08-.11.23s0,.23.12.23.28-.08.28-.24S1168.2,183.28,1168,183.28Zm1-27.5c-.07-.07-.11,0-.1.2s0,.32.12.31a.35.35,0,0,0,.1-.28A.23.23,0,0,0,1169,155.78Zm.21-.87s-.06.05,0,.15,0,.14.06.14.11,0,.11-.09S1169.28,155,1169.2,154.91Zm.67,16.59a.67.67,0,0,1-.22.23.6.6,0,0,1-.23.12l.12.06a.21.21,0,0,0,.11.05l.12-.06a.17.17,0,0,0,.11-.06.24.24,0,0,0,.2-.12.43.43,0,0,0,.08-.23h-.29Zm0-6.47a.33.33,0,0,0,.06.23.17.17,0,0,0,.06.11,5.55,5.55,0,0,1,.42.45l.35.39.51,0s0-.17,0-.4a.8.8,0,0,0-.16-.45l-.12-.11a.15.15,0,0,0-.11-.06.13.13,0,0,1-.12,0,2.93,2.93,0,0,1-.4-.05A4,4,0,0,0,1169.87,165Zm.2,3.14h.34v-.28Zm.24-12.43c-.11,0-.17.09-.17.27s.07.25.18.25.12-.09.11-.26S1170.39,155.74,1170.31,155.74Zm.16,14.48c-.08,0-.12.05-.11.15s0,.14.11.14.12,0,.12-.09A.44.44,0,0,0,1170.47,170.22Zm2.11-17.28c0-.08-.11-.07-.2,0s-.1.17,0,.2a.2.2,0,0,0,.23,0C1172.66,153.08,1172.66,153,1172.58,152.94Zm.58,28.2q-.4,0-.48.3a2.77,2.77,0,0,0-.07.69.47.47,0,0,0,.42-.36A1.54,1.54,0,0,0,1173.16,181.14Zm-.25-.74a.35.35,0,0,0,.17-.23,1.4,1.4,0,0,0,.05-.34.58.58,0,0,0-.51.24Zm.07,2.75a.46.46,0,0,0-.3.41c0,.19,0,.34,0,.46h.12a.23.23,0,0,0,.11,0l.12,0a.77.77,0,0,1,.07-.32.78.78,0,0,0,.08-.31Zm1.21-32.32c-.12,0-.17.07-.17.21s.06.2.18.19.22-.07.22-.2S1174.34,150.83,1174.19,150.83Zm.08,2.92c.07-.15,0-.23-.07-.23s-.17.08-.16.24a.16.16,0,0,0,.14.11C1174.24,153.86,1174.27,153.83,1174.27,153.75Zm.27,10.24a1,1,0,0,0-.33.47,1.47,1.47,0,0,0-.16.63c.42,0,.62-.27.61-.76Zm-.31,18.55c-.08-.07-.12,0-.11.06s0,.17.12.17a.22.22,0,0,0,0-.14Q1174.29,182.54,1174.23,182.54Zm.13-16.43a2.62,2.62,0,0,1,.16.54,3.16,3.16,0,0,1,.1.54h.29c.3-.16.44-.28.42-.38a1.53,1.53,0,0,1,.07-.6.92.92,0,0,1-.07-.4c0-.19,0-.28-.12-.28h-.35c-.34,0-.51.14-.5.41Zm.17,6.12a2.82,2.82,0,0,1,0,.38,2.54,2.54,0,0,0,0,.37.32.32,0,0,0,.23-.06.3.3,0,0,0,.11-.06,1.16,1.16,0,0,0,.31-.3l.3-.35V172l-.12-.11a.42.42,0,0,0-.12-.08l-.11-.09Zm.32-20.16h.23v-.23Zm1,21q-.12-.11-.12.06c0,.12,0,.15.12.11s.11,0,.11-.08S1175.94,173.11,1175.87,173.11Zm.48-1.16c.08-.07.05-.11-.06-.11s-.17,0-.17.12a.16.16,0,0,0,.15.11C1176.33,172.07,1176.35,172,1176.35,172Zm.21-3a.74.74,0,0,0,.38-.58,3.32,3.32,0,0,0-.43,0c-.09,0-.17.13-.24.32Zm0,1.66c0-.11,0-.17-.12-.17s-.17.06-.16.18a.31.31,0,0,0,.2.11C1176.58,170.75,1176.6,170.71,1176.6,170.63Zm.39,14.47-.25,1.38a1.25,1.25,0,0,1,.45-.07c.23,0,.46,0,.69,0h.63a1.1,1.1,0,0,0,.4-.07c.19,0,.28-.12.28-.35v-.23a.59.59,0,0,1-.09-.31c0-.17-.06-.35-.11-.54l-.13-.69c0-.07-.08-.11-.23-.11l.05,1.89c-.08,0-.25-.14-.53-.44a1.81,1.81,0,0,0-.58-.5H1177Zm.32-30.92c.11,0,.17.08.18.26s0,.26-.17.26-.23-.08-.23-.25S1177.16,154.19,1177.31,154.18Zm.31,33.08c0-.07-.06-.11-.18-.11s-.17,0-.17.12C1177.51,187.49,1177.62,187.49,1177.62,187.26Zm.87,11.26v-.06a.34.34,0,0,0-.18-.31c-.12-.06-.18-.2-.18-.43v-.11a.21.21,0,0,1,.05-.12c0-.07.14-.21.42-.41l.59-.41.31-.16a.87.87,0,0,1,.32-.09v1a2.59,2.59,0,0,0-.21.69,3,3,0,0,0-.09.63c0,.23-.09.35-.28.36H1179a1.31,1.31,0,0,1-.4-.1,1.25,1.25,0,0,1-.41-.22Zm1.22-14.29c.15,0,.22-.2.22-.46h-.23Zm2.75-19.42c-.19,0-.29.09-.28.26s.1.26.29.25.11-.09.11-.26S1182.53,164.81,1182.46,164.81Zm.74,1.87a.59.59,0,0,0-.22.52h.23Zm.85-2.43c-.16,0-.23.09-.23.27s.09.25.24.25.28-.1.28-.27S1184.24,164.25,1184.05,164.25Zm.61,3.71h.23v-.17h-.23Zm8.52,16.71s-.07.06-.09.06,0,0-.08.06l-.12.12a1.56,1.56,0,0,0,0,.52c0,.26,0,.42,0,.45a3,3,0,0,1-.4,0,3.54,3.54,0,0,0-.4,0s0-.1-.24-.28a.88.88,0,0,1-.17-.28.67.67,0,0,0-.48.27,1.92,1.92,0,0,1-.37.32h-.4a.2.2,0,0,0-.23-.22.31.31,0,0,1,.11-.23l.11-.12a4.06,4.06,0,0,1,.65-.33c.32-.14.51-.24.59-.28s.1-.09.2-.06.14,0,.14-.06a.2.2,0,0,0-.24-.22h-.51a2.12,2.12,0,0,0-.74.14,3.05,3.05,0,0,0-.51.27,3.72,3.72,0,0,1-.48.27,1.7,1.7,0,0,1-.65.13l-.63,0-.18-.29s-.29,0-.77,0h-.78l-.17,0a.19.19,0,0,1-.12-.17,8.79,8.79,0,0,1,0-.92c0-.23,0-.53,0-.91l0-.92a1.58,1.58,0,0,1,.1-.52c.07-.23.12-.34.16-.35l.8-.1.57-.07.34,0,.51,0a.68.68,0,0,0-.12-.31.64.64,0,0,1-.12-.31l.31-.15a.86.86,0,0,1,.26-.09c.07,0,.32,0,.74-.14a5.94,5.94,0,0,0,.91-.25.83.83,0,0,1,.28,0c.12,0,.2,0,.23-.06a1.34,1.34,0,0,0,.28-.18c.15-.12.23-.2.22-.24a7.84,7.84,0,0,0,.13-.86c0-.42.06-.69.06-.8s.15.15.21.33a2.76,2.76,0,0,1,.1.4,1.44,1.44,0,0,1,.32.54c.15.32.24.52.28.59v.17a.54.54,0,0,0,.31-.18c.13-.12.2-.19.2-.23s.09-.19.16-.35a.75.75,0,0,0,.1-.35h.18c.23,0,.33.1.32.31a2.36,2.36,0,0,0,0,.6l.35.16v.34a1.09,1.09,0,0,1-.16.58,1.22,1.22,0,0,0-.15.63v.06a1.34,1.34,0,0,1,.18.28q.12.23.27.45t.27.45a.93.93,0,0,1,.12.29v.11a.12.12,0,0,0,0,.09s0,0,0,.08l-.06.17-1.27,1.47h.51a1.58,1.58,0,0,1,.45-.24l.34-.12s.09,0,.15.11a.37.37,0,0,1,.09.23.45.45,0,0,0-.2.09.45.45,0,0,1-.2.09s-.06.06-.08.06,0,0-.09.06l-.11.12,0,.68-.28.24-.28.23A1.47,1.47,0,0,1,1193.18,184.67Zm-1.66-4.25a.4.4,0,0,0-.23.12.37.37,0,0,0-.11.24l0,.06v0a.17.17,0,0,0,.06.12s0-.09.11-.15a.35.35,0,0,1,.23-.09v-.35Z' style='fill:#07435f'/><path d='M1228.57,189.57a2.53,2.53,0,0,1-.26-1.08.6.6,0,0,1,.27-.61.54.54,0,0,0,.27-.55,1.16,1.16,0,0,0-.19-.65l-.42-.59h.06s.06,0,.06,0,0,0,.05,0h.18c.3,0,.46.08.46.27s.1.29.3.28h.17a3.68,3.68,0,0,1,.1-1.43,13.15,13.15,0,0,1,.43-1.25c.16-.4.31-.82.45-1.24a4.3,4.3,0,0,0,.19-1.44.28.28,0,0,1,.29.17c0,.11.16.17.35.16a6.18,6.18,0,0,0,1.65-.27c.57-.17,1.1-.36,1.59-.56l.5,1.7a.55.55,0,0,0,.22-.29,2.44,2.44,0,0,0,.19-.52,2.82,2.82,0,0,0,.1-.54.68.68,0,0,0,0-.38c.38-.31.71-.58,1-.79a1.86,1.86,0,0,1,1.08-.35l.2,0,.2,0-.5.53c.08.19.16.4.25.65s.16.37.24.36a.71.71,0,0,0,.62-.33,4.06,4.06,0,0,0,.38-.72c.11-.27.21-.55.32-.84a2,2,0,0,1,.38-.67,1.18,1.18,0,0,1,.51-.33l.51-.18a1.28,1.28,0,0,0,.39-.24.61.61,0,0,0,.16-.49.93.93,0,0,0-.45-.76,1.49,1.49,0,0,0-.89-.3c-.19,0-.32.06-.37.16a.3.3,0,0,1-.25.15h-.12c-.09-.49-.18-1-.27-1.51s-.2-1-.32-1.45h-.23a.67.67,0,0,0-.29.09,1,1,0,0,0-.22.15h-.23a6.55,6.55,0,0,0-.11-.77,1.73,1.73,0,0,0-.21-.71c-.21-.45-.51-.61-.9-.49a4,4,0,0,1-1.12.2l0,.4a2,2,0,0,1-1.45-.62,2.44,2.44,0,0,1-.84-1.38,1.93,1.93,0,0,1-.22.18.56.56,0,0,1-.29.12l-.11-.11c-.08-.07-.12-.13-.12-.17a1.92,1.92,0,0,1-.34-.79,3.13,3.13,0,0,1,.06-.92c-.22.16-.42.29-.59.39a1.28,1.28,0,0,1-.65.16c-.42,0-.6-.19-.53-.61a6.16,6.16,0,0,0,.08-1,2.5,2.5,0,0,1-.63-.09c-.31-.07-.46.1-.44.52,0,.08.09.2.26.37s.27.29.27.36a1.08,1.08,0,0,1-.19.35,3.69,3.69,0,0,1-.3.41h-.23a.88.88,0,0,1-.19-.4.8.8,0,0,0-.12-.34.75.75,0,0,0-.34-.1,1.86,1.86,0,0,1-.41-.11,2.85,2.85,0,0,1-1.12-1.11,4.29,4.29,0,0,1-.46-1.36,6.64,6.64,0,0,1-.09-1.18c0-.32,0-.48,0-.48l-.74.13-.12.06a1.2,1.2,0,0,0-.13.26,1,1,0,0,1-.14.27,0,0,0,0,1-.05.05.17.17,0,0,1-.12.06,2.2,2.2,0,0,0-.25-1.1,3.19,3.19,0,0,0-.6-.68l-.7-.61a2.3,2.3,0,0,1-.59-.93c0-.07,0-.3,0-.68s0-.61,0-.69a5.91,5.91,0,0,1,.5-2.76,15.89,15.89,0,0,1,1.18-2c.42-.62.81-1.22,1.18-1.78a3.37,3.37,0,0,0,.52-2l1.83,0a1.77,1.77,0,0,0-.07-.4,2.34,2.34,0,0,1-.07-.45.72.72,0,0,1,.11-.41.53.53,0,0,1,.45-.18c.23,0,.45.19.67.58a1.06,1.06,0,0,0,1,.58l0,.57a.87.87,0,0,1,.28,0s.1-.07.17-.26l-.07-2.46a.62.62,0,0,1,.11-.29,1.92,1.92,0,0,1,.16-.23,1,1,0,0,1,.78.26,2,2,0,0,1,.42.65,4.86,4.86,0,0,1,.25.79,2.24,2.24,0,0,0,.34.77c.23,0,.33-.22.33-.53s0-.47,0-.51c0-.65-.17-1-.46-1.16a15,15,0,0,1-1.42-.79v-.23l2-.06a.43.43,0,0,1,.38.22,1.68,1.68,0,0,1,.22.51c0,.19.07.38.1.57s0,.34,0,.46l.8,0,.48-1.27,1.51.7a.77.77,0,0,1,.73-.59c.3,0,.46.1.46.33a.45.45,0,0,0,.3.45c0,.07.12,0,.23-.07a.3.3,0,0,1,.11-.06l0-1a.18.18,0,0,0,.17,0,.2.2,0,0,1,.11,0,.27.27,0,0,0,.12,0,.45.45,0,0,1,.3.45.74.74,0,0,1-.13.46.62.62,0,0,0-.13.46v.11l.23.23h.12c.3,0,.46-.2.47-.58s0-.63,0-.75a1.61,1.61,0,0,1,.9.35,3.29,3.29,0,0,1,.73.7l.25-.27a5.14,5.14,0,0,1,.42-.38l.42-.33a1.16,1.16,0,0,1,.25-.15.76.76,0,0,1,.7.36,2.48,2.48,0,0,1,.34.85,6.16,6.16,0,0,1,.11.94,2.59,2.59,0,0,0,.07.63,1.91,1.91,0,0,0,.38.36,2.09,2.09,0,0,1,.39.36v.12a.17.17,0,0,0,.06.11.44.44,0,0,1,0,.14.44.44,0,0,0,0,.15,3.61,3.61,0,0,1-.07.51,3,3,0,0,1-.13.52h-.12c-.19,0-.31,0-.37-.13s-.12-.2-.18-.31a.82.82,0,0,0-.33-.3,1.64,1.64,0,0,0-.86-.13.5.5,0,0,1-.11.18c-.07.12-.09.19,0,.23a.89.89,0,0,0,.38.1.93.93,0,0,1,.37.11.49.49,0,0,1,.29.31c.05.13.09.26.13.39a.85.85,0,0,0,.18.34.53.53,0,0,0,.46.13.48.48,0,0,1-.22.41,4.05,4.05,0,0,1-.53.36,2.9,2.9,0,0,0-.53.38.71.71,0,0,0-.22.55.69.69,0,0,0,.3.63.65.65,0,0,1,.31.62.38.38,0,0,0-.06.17v.23a.87.87,0,0,0-.32-.37l-.59-.41a3.1,3.1,0,0,0-.64-.35,1.15,1.15,0,0,0-.49-.13.33.33,0,0,0-.31.15.36.36,0,0,1-.31.15h-.11a1.11,1.11,0,0,1-.32-.25l-.47-.44-.47-.45a1.28,1.28,0,0,1-.27-.31.62.62,0,0,1-.21-.36c0-.14,0-.28-.07-.43a.67.67,0,0,0-.12-.34c-.06-.08-.19-.11-.38-.11s-.53,0-1,.12l-1.57.21-1.57.19c-.5.05-.84.1-1,.14a3,3,0,0,0-1.16.29,1.19,1.19,0,0,0-.53.58,5.21,5.21,0,0,0-.29.87,4.72,4.72,0,0,1-.46,1.07c-.27-.07-.36-.14-.26-.22a.32.32,0,0,0,.13-.23,5,5,0,0,1-.71,0,1.92,1.92,0,0,0-.52,0,.38.38,0,0,0-.28.3,3.33,3.33,0,0,0-.06.89c0,.42.19.62.53.61a.39.39,0,0,0,.42-.44c0-.29.13-.43.36-.44a5.89,5.89,0,0,0,.11.94,6,6,0,0,0,.32,1.17,3.21,3.21,0,0,0,.57,1,1,1,0,0,0,.81.4h-.06l-.17.12a.21.21,0,0,0-.05.12.05.05,0,0,1-.06.06v.23a.43.43,0,0,0,.38.44q.38.1.75.24a1.76,1.76,0,0,1,.65.41.8.8,0,0,1,0,.86.55.55,0,0,1,.51-.24.58.58,0,0,1,.61.3,3.64,3.64,0,0,1,.25.65,3.08,3.08,0,0,0,.27.65.66.66,0,0,0,.64.3h.23a1,1,0,0,1-.33-.62,4.84,4.84,0,0,1,0-.63,1,1,0,0,0-.19-.54,1.37,1.37,0,0,0-.7-.41.55.55,0,0,1,.26-.06h.2a1.46,1.46,0,0,1,.86.27c.27.18.55.38.82.6l.79.67a1.89,1.89,0,0,0,.84.44l.92.26c.39.1.58.17.58.21l1.33,2.43a1.54,1.54,0,0,1,.07-.38,3.85,3.85,0,0,1,.14-.37l0-.06h.12l.05,0a6.93,6.93,0,0,1,.85,1.75l.45-.29a2.21,2.21,0,0,0-.08,1.23,4,4,0,0,0,.46,1.22,3.64,3.64,0,0,0,.86,1,2.45,2.45,0,0,0,1.1.51,9,9,0,0,1,.77,1.1,2.42,2.42,0,0,1,.38,1.22,1.68,1.68,0,0,1-.52,1q-.53.61-1,.45a2.46,2.46,0,0,1,.5,1.48,6,6,0,0,1-.12,1.06c-.08.48-.31.72-.69.73h-.12a.49.49,0,0,0-.23-.11.77.77,0,0,1-.29-.17v.29c0,.15.1.38.19.68a3.58,3.58,0,0,1,.13.57l.23.22a3.62,3.62,0,0,0-.27.38,3.21,3.21,0,0,0-.22.38,2,2,0,0,1-.44.7,2.5,2.5,0,0,0-.5.58.57.57,0,0,0,.52.28l0,.74a1.17,1.17,0,0,1-.9-.4,1,1,0,0,0-.78-.41l-.11.06-.44,2.76c0,.07-.08.15-.23.23h-.11a.31.31,0,0,1-.32-.16,1.16,1.16,0,0,1-.12-.34c0-.11-.06-.23-.1-.34a.26.26,0,0,0-.29-.16.57.57,0,0,0-.62.44,6.61,6.61,0,0,0-.15.89h-.28a.85.85,0,0,1-.76-.47l-.48-.76c-.19,0-.28.13-.28.24s0,.25,0,.4a.42.42,0,0,0,.16.37c.09.05.14.18.15.37a4.22,4.22,0,0,1,0,.6q-.06.31-.45.33l-.12,0a.28.28,0,0,0-.17,0c.08-.08.07-.24,0-.49a1.46,1.46,0,0,0-.24-.48h-.29a.05.05,0,0,1-.06-.06c-.19,0-.39,0-.6,0s-.31.15-.3.38v.11a1.11,1.11,0,0,0,.26.14,1,1,0,0,1,.26.13l.06.06s0,.06.06.05c-.38,0-.61.06-.68.14a.24.24,0,0,0,0,.28,2.15,2.15,0,0,1,.09.43.7.7,0,0,1-.18.55,1.27,1.27,0,0,1-.46.13,2.09,2.09,0,0,0-.51.12c-.07,0-.13.08-.16.24a.78.78,0,0,1-.11.29s0,0-.06.06h-.17a.63.63,0,0,1-.63-.3.81.81,0,0,0-.76-.29,1.85,1.85,0,0,0-.34,0l-.29,0s-.11.09-.22.26-.2.27-.28.27-.2-.08-.38-.25-.3-.25-.37-.25l-.44-.13a5,5,0,0,1-.66-.21,5,5,0,0,0-.66-.21A4.5,4.5,0,0,1,1228.57,189.57Zm-4.08-32.75c-.15,0-.23.08-.22.24s.08.22.23.22.17-.08.17-.23S1224.6,156.82,1224.49,156.82Zm1.26,4.2a.34.34,0,0,0,.26.37,1.7,1.7,0,0,0,.55.07,1.16,1.16,0,0,0,.65-.16.71.71,0,0,0,.19-.61c0-.07,0-.2,0-.4a.35.35,0,0,0-.33-.33.43.43,0,0,1,0,.49,1.07,1.07,0,0,1-.4.32,2.82,2.82,0,0,1-.51.19A1.91,1.91,0,0,1,1225.75,161Zm.61,1.48a.58.58,0,0,0,.52.27v-.29Zm1-.6c.38,0,.6.19.67.61a8.44,8.44,0,0,1,.11.91,1.74,1.74,0,0,0,.68-1.33c0-.58.06-1.07,0-1.49a1.48,1.48,0,0,1,0-.2c0-.06-.1-.12-.29-.19a1.08,1.08,0,0,1-.26,1,1.54,1.54,0,0,1-1,.49Zm.86,4.5c-.12,0-.17.09-.17.26s.07.26.18.25.23-.09.22-.26S1228.33,166.39,1228.18,166.4Zm0-.75c-.08,0-.11,0-.11.12s0,.17.12.17a.2.2,0,0,0,.11-.17A.11.11,0,0,0,1228.16,165.65Zm.92-12.73a.75.75,0,0,0-.27.52h.28Zm.21,35.89h.29v-.23h-.29Zm.34-32.41a.51.51,0,0,0,.59.56l0-.58Zm.1,10.24h.23v-.29Zm.54,20.14c0-.08,0-.12-.12-.11s-.17,0-.17.12a.2.2,0,0,0,.18.11A.11.11,0,0,0,1230.27,186.78Zm-.09-31.14h.46v-.23h-.45Zm.18-2c-.12,0-.17.09-.17.26s.07.26.18.26.17-.09.17-.26S1230.47,153.63,1230.36,153.63Zm.91,34.38c-.46,0-.74.1-.85.25a.36.36,0,0,0,.07.49,2.27,2.27,0,0,0,.84.46,4.1,4.1,0,0,0,1.47.19s0-.08-.12-.22a4.16,4.16,0,0,0-.47-.48c-.2-.17-.39-.32-.59-.47A1,1,0,0,0,1231.27,188Zm-.48,1.27c-.11,0-.17.09-.16.26s.06.26.17.26.23-.09.23-.27S1230.94,189.28,1230.79,189.28Zm.45-21.7a2.07,2.07,0,0,0,.1.36,2.7,2.7,0,0,0,.15.37.57.57,0,0,0,.33-.52c0-.27,0-.44,0-.52a2.25,2.25,0,0,0-.4.07C1231.32,167.38,1231.24,167.46,1231.24,167.58Zm.19-1.73c-.12,0-.17.08-.17.24s.06.22.18.22.17-.08.16-.23S1231.54,165.85,1231.43,165.85Zm.4-12.72c-.07,0-.11,0-.11.09s0,.15.12.14.11-.09.11-.14S1231.91,153.13,1231.83,153.13Zm-.06,34.12a.51.51,0,0,0,.24.51.93.93,0,0,1,0-.14.49.49,0,0,0,0-.15.47.47,0,0,0-.3-.45Zm1.58-5a5.93,5.93,0,0,1-.67.53c-.38.28-.56.48-.56.59l1.79.47Zm-.33-12.47h.34c0-.15-.12-.3-.35-.45Zm2-1.54c-.08,0-.11,0-.11.12s0,.17.12.17C1235.18,168.31,1235.17,168.22,1235,168.22Zm.67-18a.49.49,0,0,0-.51.33,1.89,1.89,0,0,0-.1.6v.4a3.76,3.76,0,0,0,.59-.42.77.77,0,0,0,.36-.63c0-.16-.08-.23-.24-.23Zm.08,18h.22V168h-.23Zm.67-2.48c-.11,0-.17.08-.16.23s.06.23.18.23.17-.08.16-.24S1236.52,165.72,1236.4,165.72Zm0,4.69c0,.2.13.33.38.4a2.24,2.24,0,0,0,.49.1.75.75,0,0,0,.22-.24.3.3,0,0,0,0-.29Zm.23-3.95h.29l-.3-.28Zm.37,3,.22-.24h-.52Zm-.09,16,.22-.29h-.23Zm.27-17.7c-.11,0-.17.08-.17.24s.07.22.18.22a.21.21,0,0,0,.23-.23A.21.21,0,0,0,1237.2,167.7Zm.38,3.43c-.23.2-.34.37-.33.52h.34Zm.42-1.5h.4a2.25,2.25,0,0,0-.07-.4.54.54,0,0,0-.35-.34Zm.22-19.64c-.12,0-.17.08-.17.23s.07.23.18.23a.21.21,0,0,0,.22-.24A.2.2,0,0,0,1238.22,150Zm.32,16.59c-.11,0-.19.08-.25.24a4.71,4.71,0,0,0-.13.51,3.65,3.65,0,0,0,0,.55c0,.17,0,.28,0,.31a.91.91,0,0,0,.62-.24.69.69,0,0,0,.27-.58,1.77,1.77,0,0,0-.09-.48C1238.86,166.68,1238.74,166.57,1238.54,166.58Zm.15,18.49a.47.47,0,0,0-.5.3l.74,0C1238.92,185.15,1238.84,185.06,1238.69,185.07Zm-.13-13.45h.23l-.25-.74Zm1.14-4.5c-.07-.07-.11,0-.1.23s0,.33.12.29C1239.86,167.37,1239.86,167.19,1239.7,167.12Zm.12,6.47a2.76,2.76,0,0,0,.22,1,.82.82,0,0,0,.85.5h.23a4.42,4.42,0,0,1,.65-.13,2.81,2.81,0,0,0,.6-.13.13.13,0,0,0,.05-.12c0-.15-.06-.23-.18-.25l-.34,0a.84.84,0,0,1-.35-.13.55.55,0,0,1-.18-.46c-.26.2-.44.29-.54.28a4.07,4.07,0,0,0-.6,0,1.23,1.23,0,0,1,.13-.69c.09-.15-.08-.32-.5-.5,0,.08,0,.2,0,.37A3.15,3.15,0,0,0,1239.82,173.59Zm.43-3.28c0-.07,0-.11-.09-.11s-.15,0-.14.12.09.11.14.11S1240.25,170.39,1240.25,170.31Zm0-19.63c-.11,0-.17.08-.17.23s.07.23.18.23.17-.08.17-.24S1240.35,150.68,1240.24,150.68Zm0,28.85c-.08,0-.11,0-.11.12s0,.17.12.16a.18.18,0,0,0,.11-.17C1240.38,179.56,1240.34,179.53,1240.26,179.53Zm.21-1c-.12,0-.17.09-.17.26s.07.26.18.25.23-.09.22-.26S1240.62,178.55,1240.47,178.55Zm.08-7.5a.9.9,0,0,0,.48.79l0-1.32C1240.69,170.53,1240.54,170.71,1240.55,171.05Zm.19-1.49a.58.58,0,0,0,.53.33v-.35Zm1.89,2.06a2.53,2.53,0,0,0-1.14.29,1,1,0,0,0-.49,1,2.33,2.33,0,0,0,1-.34A1,1,0,0,0,1242.63,171.62Zm-1.36-18.74h.35a.57.57,0,0,0-.36-.5ZM1242,171h.23l-.24-.22Zm.39,6h.28v-.51h-.29Zm2.32,1.37a1,1,0,0,0-.54.18,3.63,3.63,0,0,0-.47.42h.34C1244.54,179,1244.76,178.76,1244.75,178.38Zm-.54-1.19a.49.49,0,0,0,.27-.46h-.28Zm.15-2.75c-.08,0-.11,0-.11.12s0,.17.12.17a.18.18,0,0,0,.11-.18C1244.48,174.47,1244.44,174.44,1244.36,174.44Zm.26,1c-.11,0-.17.08-.17.24s.07.22.18.22a.21.21,0,0,0,.23-.23A.21.21,0,0,0,1244.62,175.46Z' style='fill:#07435f'/><path d='M1267.76,186.7a2.06,2.06,0,0,1-.13-.54,2.26,2.26,0,0,0-.13-.54.3.3,0,0,0-.29-.25,3.4,3.4,0,0,1-.46-.08,2,2,0,0,1-.41-.13c-.11,0-.15-.18-.12-.37a5.59,5.59,0,0,1-.62.56l-.61.51,0-.75a.66.66,0,0,0-.48.24,1.73,1.73,0,0,0-.3.53c-.07.19-.14.36-.19.52s-.1.23-.14.23c-.23,0-.34-.16-.35-.51a1.15,1.15,0,0,1,.18-.69,1.23,1.23,0,0,0,.18-.75c0-.61-.27-.91-.77-.89a.14.14,0,0,0-.11.06s-.11.06-.2.17l-.19.24h-.66a2,2,0,0,0-.66,0s-.1.07-.19.21a1.58,1.58,0,0,1-.2.26l-.79.42-.29-.39h-.17a.47.47,0,0,1-.21,0,.36.36,0,0,0-.14,0,1.42,1.42,0,0,0-.68.16,1.58,1.58,0,0,1-.68.16c-.19,0-.32,0-.38-.11s-.2-.1-.43-.1h-.23a1.46,1.46,0,0,0-.36.38,2.08,2.08,0,0,0-.3.44.89.89,0,0,1-.15-.29.86.86,0,0,1-.1-.34,1.76,1.76,0,0,0,.22-.4,1.42,1.42,0,0,0,.16-.46l.05-.18q0-.45-.36-.45t-.3.27a4.1,4.1,0,0,0,0,.49c-.27,0-.37-.17-.33-.51s0-.55,0-.63a.46.46,0,0,0-.23-.08l-.38,0a1,1,0,0,1-.34-.11.33.33,0,0,1-.15-.31,1.24,1.24,0,0,1,.07-.49,1,1,0,0,0,.07-.43v-.29s-.05-.07-.17-.11l-.23-.05c-.27,0-.44.06-.51.16a1,1,0,0,0-.16.32,1.83,1.83,0,0,1-.14.32c0,.09-.2.14-.42.15l0-.46a.53.53,0,0,0-.12-.22.6.6,0,0,1-.12-.23.66.66,0,0,1,.22-.46l.17-.18a.67.67,0,0,0,0-.37,1.41,1.41,0,0,1-.07-.37.6.6,0,0,0-.28.09.91.91,0,0,1-.29.1.79.79,0,0,0-.18-.29c-.12-.14-.19-.22-.23-.22h-.46a1.07,1.07,0,0,0-.14.24.31.31,0,0,0,0,.28c0,.19.12.31.24.34a1.14,1.14,0,0,0,.37,0,1,1,0,0,1,.32,0c.08,0,.12.12.12.31l-1.43,0a2.14,2.14,0,0,0-.19-.94,1.54,1.54,0,0,0-.42-.48l-.41-.3a.56.56,0,0,1-.18-.43v-.11a.15.15,0,0,0,.11-.06c.07-.08.13-.12.17-.12v-.17a.39.39,0,0,0-.26-.39.41.41,0,0,1-.27-.4.65.65,0,0,1,0-.2.44.44,0,0,0,0-.14s0-.11.08-.21a.53.53,0,0,0,.08-.2c0-.07-.1-.16-.3-.25s-.29-.17-.29-.25-.06,0-.06,0v-.12a.55.55,0,0,1,.27-.55,2.49,2.49,0,0,1,.65-.22c.25,0,.5-.1.74-.16a.62.62,0,0,0,.48-.38.42.42,0,0,0-.41-.28s-.07,0-.08,0a.12.12,0,0,1-.09,0h-.06a2,2,0,0,0-.31.21.85.85,0,0,1-.31.21h-.28l-.18-.17-.22.07c-.12,0-.17.08-.17.11s-.06-.12-.07-.25v-.26a1.29,1.29,0,0,1,.21-.72,4.44,4.44,0,0,1,.52-.73c.2-.23.38-.45.53-.64a.84.84,0,0,0,.21-.47,1.2,1.2,0,0,0-.25-.76,1.21,1.21,0,0,1-.24-.71,1.1,1.1,0,0,1,.35-.84,1.89,1.89,0,0,0,.46-1l0-.85c0-.12.09-.18.17-.18a.69.69,0,0,0,.26-.06.47.47,0,0,0,.22-.24,1.63,1.63,0,0,0,.07-.63h.4l0,1.09q.1-.12.36-.36a.9.9,0,0,1,.37-.24,5.51,5.51,0,0,1,.72.21l.49.22a1.1,1.1,0,0,0,.29.11.15.15,0,0,0,.11-.06l.06-.06a.21.21,0,0,0,0-.12c-.16-.11-.38-.28-.67-.52a1.27,1.27,0,0,0-.84-.35l0-.75.26.11a.59.59,0,0,1,.2.11h.23a1,1,0,0,1,.08-.23.55.55,0,0,0,.08-.23h.23a2.18,2.18,0,0,0,.16.72,1.16,1.16,0,0,0,.56.58.58.58,0,0,0,.2-.06.58.58,0,0,1,.2-.06l-.05-1.89a4.77,4.77,0,0,1-.76-.41c-.38-.24-.58-.39-.58-.47v-.12a7.73,7.73,0,0,1,.52-.92,1.21,1.21,0,0,1,1-.38h.34a.34.34,0,0,1,.18.19.65.65,0,0,1,.06.2,1,1,0,0,0,.3-.44c.13-.25.27-.52.41-.81a5.87,5.87,0,0,1,.44-.76c.14-.21.28-.32.39-.32s0,.22,0,.54,0,.67,0,1,0,.7,0,1,0,.5,0,.54-.08.07-.26,0a1.2,1.2,0,0,0-.32-.14,1.53,1.53,0,0,0-.21.35,1.11,1.11,0,0,1-.17.29c-.07.08-.07.14,0,.18a.17.17,0,0,0,.06.11l1.2,0a.46.46,0,0,1-.08.17c-.06.08-.11.12-.14.12s-.06.14.06.2.1.08-.06.08l.75.16v-.35l0-1.37.74,0,.58.33a1.66,1.66,0,0,1,.41.25c.12.09.17.11.17.08l-.23-.26c-.12-.13-.25-.27-.39-.44s-.26-.32-.38-.45-.2-.2-.23-.19c0-.16.11-.2.22-.13l.32.2a.2.2,0,0,0,.26,0,1.42,1.42,0,0,0,.09-.75,1.58,1.58,0,0,0-.16-.68,1.86,1.86,0,0,1-.16-.85s.12,0,.37.07.37.12.37.08a.66.66,0,0,0,.21.11.53.53,0,0,1,.2.11h.17a.28.28,0,0,0,.14-.23c0-.11,0-.17.08-.17l.48-.44a1.86,1.86,0,0,1,.64-.45,1.93,1.93,0,0,0,.51-.19,2.7,2.7,0,0,0,.37-.12.58.58,0,0,1,.2-.06.54.54,0,0,1,.23,0,2,2,0,0,0,.57.1,4.34,4.34,0,0,0,.81.15s0,0,0,.14l-.25.32-.25.3c-.08.07-.09.11-.06.11a1.18,1.18,0,0,0,.71-.25,2,2,0,0,0,.5-.52,6.08,6.08,0,0,1,.39-.53.54.54,0,0,1,.86-.05l.44.44a4,4,0,0,0,.47.45.66.66,0,0,0,.4.19.17.17,0,0,0,.12-.06c0-.08.08-.19.13-.35a1.3,1.3,0,0,0,.08-.34.13.13,0,0,0-.12-.14l-.26-.05a.76.76,0,0,1-.26-.11.44.44,0,0,1-.12-.37c0-.11.08-.17.25-.18a3.12,3.12,0,0,1,.52,0,1.89,1.89,0,0,1,.37.11c.08,0,0,0-.17-.05l1.23,1.17c0,.07.11.07.2,0a.64.64,0,0,0,.19-.23,2.1,2.1,0,0,0,.11-.35,2.43,2.43,0,0,0,0-.29h.28a2.72,2.72,0,0,0,.55.1,2,2,0,0,1,.55.1,6,6,0,0,0,.07.62,2.79,2.79,0,0,0,.13.63s0,.08.09.11l.15.11a1.07,1.07,0,0,0,.14-.2.7.7,0,0,0,.08-.2l-.06-2.18.18.23.76,2.95,1.23-1.06.06-.12c0-.19-.15-.28-.41-.27a.5.5,0,0,1-.52-.27q0-.3.48-.27h1a1.55,1.55,0,0,1,.21.36,3.25,3.25,0,0,1,.21.54v.06a.84.84,0,0,1-.18.55,2.52,2.52,0,0,1-.42.44c.15-.12.26-.15.34-.1a.71.71,0,0,1,.21.26,2.41,2.41,0,0,1,.15.33c0,.12.1.17.18.17a.94.94,0,0,0,.25-.09c.13-.06.2-.11.2-.15s-.08.15,0,.2a1,1,0,0,0,.29.19l.37.2a.44.44,0,0,1,.24.19,2.86,2.86,0,0,0,.1.54,4.42,4.42,0,0,1,.1.54l0,1.72c0,.19.06.3.16.34l.31.1.35.11a.52.52,0,0,1,.29.22.19.19,0,0,1-.08.14l-.14.15h-.17c-.19-.07-.5-.21-.93-.41a9,9,0,0,1-.81-.41.36.36,0,0,0-.31.33,3.25,3.25,0,0,0,0,.43,2,2,0,0,1-.87-.21,2.71,2.71,0,0,1-.75-.49c.18-.09.28-.2.27-.36a3.13,3.13,0,0,0,0-.34,1.21,1.21,0,0,0,0-.25c0-.1,0-.17,0-.2s-.1-.13-.29-.25a3.24,3.24,0,0,1-.41-.31h-.06a1,1,0,0,0-.73.31c-.19.2-.39.39-.61.59l-.12.06a.15.15,0,0,1-.11-.06,1.8,1.8,0,0,1-.21-.25c-.1-.13-.17-.19-.21-.19a1.35,1.35,0,0,0-.54,0l-.54.05-.24-.23c-.12-.11-.19-.16-.23-.16h-.06a.46.46,0,0,0-.34.21c-.11.14-.23.29-.36.47l-.38.52a.78.78,0,0,1-.48.33,2.45,2.45,0,0,0-.51.1,9,9,0,0,1-.89.16l-.88.14a3.61,3.61,0,0,1-.51.07,3,3,0,0,0-.4.13,2.29,2.29,0,0,1-.4.12l-1.49,0a.73.73,0,0,1-.24.38.94.94,0,0,1-.43.1c-.3,0-.46-.1-.47-.33s-.16-.34-.46-.33a.53.53,0,0,0-.4.12.59.59,0,0,1-.4.13.46.46,0,0,1-.4-.16.45.45,0,0,0-.41-.17,2,2,0,0,0,.17.86c.1.19.25.43.45.73l.09.11.08.12a.68.68,0,0,1,.07.17.59.59,0,0,1-.19.46,1.25,1.25,0,0,1-.48.27l-.54.16a2.91,2.91,0,0,1-.43.07l0,.17a.56.56,0,0,0,.09.31c.06.09.21.12.43.08a5.74,5.74,0,0,1-.51,1,2.34,2.34,0,0,0-.35,1l0,1.26a2.73,2.73,0,0,1-.09.61c-.07.28-.13.58-.18.89a7.18,7.18,0,0,1-.29,1.09l-1.51-1s-.08,0-.12.06a.51.51,0,0,0-.05.17,1.49,1.49,0,0,0,.1.34,1.86,1.86,0,0,1,.09.34v.23a3.24,3.24,0,0,1-.08.37,1.64,1.64,0,0,0-.07.38.88.88,0,0,0,.18.39c.12.19.2.28.23.28v.12a.05.05,0,0,1-.06.06,1.3,1.3,0,0,0,.68-.19,1.37,1.37,0,0,1,.74-.19h.35l-.38,1h.4l0,1.14c.42,0,.62,0,.58,0a1.86,1.86,0,0,0,0,.69h.28c.08,0,.26.14.53.42s.47.49.59.64a1.75,1.75,0,0,1,.21.34c.1.19.17.28.21.28a1.24,1.24,0,0,0,.54,0l.54,0a.88.88,0,0,1,.32.22,1,1,0,0,0,.33.22s.18.05.42,0l.43,0a2.68,2.68,0,0,0,.58.13l.52.07.86,0c.41,0,.85,0,1.31,0s.9,0,1.32,0l.86,0,0,.74a.58.58,0,0,0,.47-.58.92.92,0,0,1,.46-.76,6.28,6.28,0,0,1,1.88-.62,11.5,11.5,0,0,0,1.87-.45l.48-.24.43-.19h.11a.12.12,0,0,0,.09,0,.1.1,0,0,1,.08,0,.05.05,0,0,0,.06.06h.29a.62.62,0,0,0,.17.11.64.64,0,0,0,.23,0l.86,0a4.43,4.43,0,0,1,.72.26l.61.27a1.65,1.65,0,0,1,.27.57,2.29,2.29,0,0,1,.16.57h.29a.17.17,0,0,0-.06.11s0,.06,0,.06-.06.11-.17.21l-.22.2a1.58,1.58,0,0,0,0,.23c0,.12,0,.19,0,.23a.87.87,0,0,1-.42.47,1.28,1.28,0,0,1-.59.19l-.06-.06a.15.15,0,0,1,0-.11l.28-.35a1.76,1.76,0,0,1,.33-.36v-.22c0-.23-.17-.42-.48-.56a.49.49,0,0,0-.27.37c0,.18-.07.32-.1.44a5.65,5.65,0,0,1-.86.13,6.05,6.05,0,0,0-.85.14,1.1,1.1,0,0,0-.35.12.81.81,0,0,1-.28.13v.4a2.51,2.51,0,0,0,.07.51.56.56,0,0,0,.36.34.62.62,0,0,0-.43,0,1,1,0,0,0-.43.21s0,.12,0,.37,0,.39,0,.43a.73.73,0,0,1-.51.41c-.26.09-.39.34-.38.76h-.06a2.77,2.77,0,0,0-.1-.6,2.42,2.42,0,0,0-.16-.54.65.65,0,0,1-.46-.16l-.14,0-.14,0,.06.12a2,2,0,0,0-.11.43,1.59,1.59,0,0,1-.1.43H1272l-.42.26a1.37,1.37,0,0,1-.48.22s-.14.05-.29,0l-.34,0a2.22,2.22,0,0,1-.51.25,2.25,2.25,0,0,1-.57.18.14.14,0,0,1-.11.06h-.12a1.8,1.8,0,0,1-.71-.13A1.24,1.24,0,0,0,1267.76,186.7Zm-17.93-11c-.15,0-.22.07-.22.2s.08.2.23.2.17-.07.17-.21S1250,175.66,1249.83,175.67Zm0-1.89c-.07,0-.11,0-.11.09s0,.12.12.08.11,0,.11-.09S1249.86,173.78,1249.78,173.78Zm1.31,1.91a.41.41,0,0,0,.4-.24h-.4Zm1.28.48c-.23,0-.36.09-.4.24h.17a.7.7,0,0,0,.45-.24Zm-.11-8.41a1.9,1.9,0,0,0,.1.57.4.4,0,0,0,.43.28l.29,0c.11,0,.17-.11.16-.26a.43.43,0,0,0-.35-.48A3,3,0,0,0,1252.26,167.76Zm.17,2.06h.17v-.4h-.17Zm.84,8.05s0-.06-.09-.06-.14,0-.14.06,0,.12.12.11A.1.1,0,0,0,1253.27,177.87Zm.76-3.8a1.14,1.14,0,0,0-.89.94,4,4,0,0,0,.79-.14c.35-.08.51-.26.51-.53v-.11A.51.51,0,0,0,1254,174.07Zm-.68-1.93s.08,0,.13-.15a.4.4,0,0,0,.08-.26c0-.15-.08-.22-.23-.22Zm.85,8.33a.16.16,0,0,0-.17.18c0,.12.06.17.18.17s.11-.06.11-.18S1254.27,180.47,1254.2,180.47Zm.16-9c-.11,0-.17.08-.17.24s.07.22.18.22a.2.2,0,0,0,.22-.23A.2.2,0,0,0,1254.36,171.48Zm0,1.09h.28v-.23h-.29Zm.22-8.94h.23v-.29Zm.6,5.48a1.18,1.18,0,0,1-.07.35,1.09,1.09,0,0,1-.14.29h.23s0-.07.08-.11.09-.08.08-.12,0-.25,0-.52a4.92,4.92,0,0,0,0-.51,1.06,1.06,0,0,0-.34.06.27.27,0,0,0-.16.3l.06.11Zm.13-1.49c0-.07-.09-.06-.17,0s-.07.15,0,.15.08.08.14,0A.15.15,0,0,0,1255.34,167.62Zm0,3.49a.67.67,0,0,0,0,.17.54.54,0,0,1,0,.17s.06.12.17.23l.24.22a1.74,1.74,0,0,1,.21.4.83.83,0,0,0,.27.39.61.61,0,0,0,.23.11c.11,0,.17.07.17.11s.09.06.15.2a.83.83,0,0,1,.09.25.62.62,0,0,0,.48-.33,1,1,0,0,0,.13-.55,4.93,4.93,0,0,0-.23-1.22.87.87,0,0,0-.91-.69,4.3,4.3,0,0,0-.74.08A.39.39,0,0,0,1255.38,171.11Zm.76,11.2s-.08,0-.12.09-.07.09-.11.09v.23a.58.58,0,0,1,.14-.12.17.17,0,0,0,.08-.12v-.17Zm.42-16.38-.17.18.63,0a.17.17,0,0,1-.12-.06l-.11-.11-.12,0Zm.66,3.53a2.57,2.57,0,0,0,.07.34.54.54,0,0,0,.24.34.77.77,0,0,0,.25-.35.92.92,0,0,0,.07-.35Zm3.79-6.17c.31,0,.45-.18.45-.52H1261Zm1-2c0,.16.06.23.17.23a.67.67,0,0,0,.29-.1.79.79,0,0,0,.22-.15Zm1.27.43a.7.7,0,0,1-.08.2.48.48,0,0,0-.08.26,12.06,12.06,0,0,0-.11,1.23c0,.63-.06,1-.06,1.24h.23c.15-.35.28-.68.41-1a2.78,2.78,0,0,0,.17-1.09c0-.19,0-.36,0-.51S1263.53,161.76,1263.26,161.69Zm.61-.59a.57.57,0,1,0,.87.32l.87.43c.11,0,.17-.08.16-.23a1.61,1.61,0,0,0-.19-.71c-.12-.25-.27-.37-.46-.36s-.55,0-.83,0A.42.42,0,0,0,1263.87,161.1Zm.07,2.69s0,.07.09.11a1,1,0,0,1,.15.11h.23a1.82,1.82,0,0,0,.1-.37c0-.17.07-.26.11-.26a1.65,1.65,0,0,1,.51-.3l.51-.24v-.18l-.32-.3a1.48,1.48,0,0,0-.32-.25,2.39,2.39,0,0,1-.61.82A1.12,1.12,0,0,0,1263.94,163.79Zm.49,1.07.22-.29h-.23Zm.59-1.33c-.11,0-.17.08-.16.23s.06.23.18.23.11-.08.11-.24S1265.1,163.53,1265,163.53Zm.23,2.17v-.23h-.18Zm.9-.66a.61.61,0,0,0,.22-.52h-.23Zm.19-3.78a.17.17,0,0,0-.06.12s0,0,0,.06v.11l.06.06.16-.24.06-.11a.17.17,0,0,0-.06-.12Zm.09-.92c0-.07,0-.11-.09-.11s-.12,0-.08.12,0,.11.08.11S1266.43,160.42,1266.43,160.34Zm1.33.6c-.15,0-.22.18-.22.4h.23Zm.08,3.14c-.11,0-.17.08-.16.21s.06.2.17.19.17-.07.17-.2S1268,164.08,1267.84,164.08Zm.36,22.2a2.08,2.08,0,0,0,.86-.19,2,2,0,0,1,.85-.19,2.08,2.08,0,0,0-.06-.32c0-.17-.1-.35-.16-.54a4.35,4.35,0,0,0-.22-.54c-.08-.17-.14-.25-.17-.25l-.12.06-.11.23a.62.62,0,0,0,0,.18l-.11.14c0,.06-.07.09-.11.09a2,2,0,0,1-.31.12.93.93,0,0,1-.32.07Zm.75-25.83a.49.49,0,0,0-.11.23.49.49,0,0,1-.11.23.35.35,0,0,0-.16.18c-.08.08-.12.14-.11.17l-.06.06a5,5,0,0,0-.13.66c0,.33-.07.53-.07.61h.23l.06-.06s0-.09.11-.17a.37.37,0,0,1,.17-.18,2.06,2.06,0,0,1,.48-.13l.43-.07a1.59,1.59,0,0,1,.34-.12.68.68,0,0,0,.28-.12,7.72,7.72,0,0,1-1.07-1.29H1269Zm-.72,3a1,1,0,0,0,.13.54q.12.21.3.48a.14.14,0,0,0,.16-.17,2.13,2.13,0,0,0,.07-.64c0-.34,0-.57,0-.68a1,1,0,0,0-.45.1A.34.34,0,0,0,1268.23,163.44Zm2.23-2.17h.23l-.24-.22Zm.19-1.5h.28v-.46Zm.45,25.52s-.06,0,0,.23,0,.25.06.17a.22.22,0,0,0,.11-.2A.22.22,0,0,0,1271.1,185.29Zm3.1-4.09s-.1.11-.17.32a1.9,1.9,0,0,1-.22.49.78.78,0,0,1,0,.26c0,.1,0,.17,0,.2.31,0,.44-.09.39-.27a1.07,1.07,0,0,1,0-.6l.22-.18a.26.26,0,0,1,0-.11.5.5,0,0,0,0-.12Zm.14-20.44c-.12,0-.17.07-.17.21s.06.2.18.19.11-.07.11-.2S1274.41,160.76,1274.34,160.76Zm.52,2.28c-.31,0-.46.2-.45.58v.12A.83.83,0,0,0,1274.86,163Zm.22,1.94c0-.08,0-.11-.12-.11a.1.1,0,0,0-.11.11q.06.12.15.12C1275.06,165.09,1275.08,165.06,1275.08,165Zm1.49,15.24c-.11,0-.17.08-.16.24s.06.22.17.22.12-.08.11-.23S1276.65,180.22,1276.57,180.22Z' style='fill:#07435f'/><path d='M1307.26,184.62a4.32,4.32,0,0,1-1.12,0,7.85,7.85,0,0,1-1.35-.34,8.36,8.36,0,0,1-1.28-.56,2.13,2.13,0,0,1-.82-.73v-.28a3.22,3.22,0,0,0-.58-1.33,4.14,4.14,0,0,0-.79-.78c-.27-.21-.52-.39-.76-.56a1.58,1.58,0,0,1-.53-.64.57.57,0,0,1,0-.31,2.75,2.75,0,0,0,0-.4.33.33,0,0,0-.12-.29.67.67,0,0,0-.46,0,.92.92,0,0,0-.13.34,3,3,0,0,1-.14.41,2,2,0,0,1-.43.72,7.63,7.63,0,0,1-.76.74,6.07,6.07,0,0,0-.72.71,1,1,0,0,0-.3.75v.28l.42-.18a1.49,1.49,0,0,1,.43-.12s.09,0,.15.11a1.31,1.31,0,0,0,.14.16v.06a.14.14,0,0,0,.06.11c0,.19,0,.3-.11.32l-.26,0a.38.38,0,0,0-.25.09c-.08.06-.11.2-.11.43,0,0-.12.12-.24.35s-.21.35-.25.35-.14-.09-.4,0a1,1,0,0,1-.46,0c-.2-.3-.35-.43-.44-.39a2.11,2.11,0,0,1-.6.07,1.3,1.3,0,0,1-.67.51c-.31.1-.62.21-.94.34a3.7,3.7,0,0,0-.82.42.72.72,0,0,0-.32.64l-3.21.08c0,.19-.11.29-.25.29l-.43,0a6.3,6.3,0,0,1-2.67-.51,2.07,2.07,0,0,1-1.29-2c0-.35,0-.65,0-.92a2.3,2.3,0,0,1,.29-.92,1,1,0,0,0-.44-.19,1.57,1.57,0,0,0-.43-.07,1.85,1.85,0,0,0-.42.09,1.3,1.3,0,0,0-.43.21.75.75,0,0,1,.18.37,1.48,1.48,0,0,1,.07.37,1.06,1.06,0,0,0,0,.2.74.74,0,0,1,0,.2,1.19,1.19,0,0,1-1-.37,2.56,2.56,0,0,1-.49-1,5.08,5.08,0,0,1-.17-1.17,3.81,3.81,0,0,0-.14-1,.92.92,0,0,0-.12-.28,4.57,4.57,0,0,0-.3-.48l-.33-.48a.83.83,0,0,1-.15-.28,5.3,5.3,0,0,1-.16-.57c-.06-.26-.13-.56-.2-.88s-.13-.62-.19-.88a3.39,3.39,0,0,1-.1-.57,1.87,1.87,0,0,0,.31-.24,1.33,1.33,0,0,0,.25-.29v-.06a1.66,1.66,0,0,0-.16-.68,1.12,1.12,0,0,1-.16-.57,1.48,1.48,0,0,1,.15-.66.57.57,0,0,1,.51-.39h.17a.48.48,0,0,1,.2.22.68.68,0,0,1,.1.28l.51-.24a.85.85,0,0,0-.53-.44l-.66-.19a2.33,2.33,0,0,1-.58-.21.49.49,0,0,1-.27-.48.32.32,0,0,1,.16-.32,1.17,1.17,0,0,1,.4-.12,1.57,1.57,0,0,0,.4-.13c.11-.06.16-.2.16-.43l1.77,0,0-.51-1.44-.54v-.34a2.5,2.5,0,0,1,.33-1.56,1.92,1.92,0,0,1,.84-.65,4.38,4.38,0,0,1,.94-.25.78.78,0,0,0,.62-.42.74.74,0,0,1-.26-.08.46.46,0,0,1-.26-.19l-.06-.11a.8.8,0,0,1,.29-.73,2.06,2.06,0,0,1,.74-.3l.85-.2a1.57,1.57,0,0,0,.65-.27s.06-.14,0-.4a1.09,1.09,0,0,0-.07-.35l.48-.44a1.71,1.71,0,0,0,.41-.44v-.46l-.59-.78v-.29a1.33,1.33,0,0,1,.25-.29,1.87,1.87,0,0,1,.31-.24l.11-.06.12.06a.8.8,0,0,1,.23.16c.08.08.12.13.12.17l2.23-.06a.5.5,0,0,0,.12.28c.08.12.16.17.24.17a1.62,1.62,0,0,0,1.19-.32,5.45,5.45,0,0,0,.72-.79,4.1,4.1,0,0,1,.81-.8,2.26,2.26,0,0,1,1.4-.32,2.33,2.33,0,0,1,.81.41c.43.27.89.59,1.4.94s1,.68,1.46,1a11.61,11.61,0,0,0,1,.66,1.57,1.57,0,0,1,.53.53,4.7,4.7,0,0,1,.42.84,6.62,6.62,0,0,1,.28.91,1.61,1.61,0,0,1,0,.66.82.82,0,0,1,.55.3,6.55,6.55,0,0,1,.39.53,2.71,2.71,0,0,0,.35.48.67.67,0,0,0,.52.19.85.85,0,0,0,.07.51c.08.23.18.47.28.74s.2.51.3.73a1.33,1.33,0,0,1,.16.51v.35l.12.11a.23.23,0,0,0,.17.05v.17a.38.38,0,0,0,.06.17,2.23,2.23,0,0,1-1-.2,2.18,2.18,0,0,0-1-.2s.06.26.17.68.23.62.38.62l2.24-.06c.07,0,.09.07.06.23a3.41,3.41,0,0,1-.19.52c-.09.19-.17.37-.24.55a.48.48,0,0,0,0,.37l.62,1.87c.09.31.26.44.53.39s.42.1.47.45a1.14,1.14,0,0,1-.25.46c-.16.23-.22.41-.18.52a.7.7,0,0,0,.3.45c.15.11.31.21.46.3a3.46,3.46,0,0,1,.44.34.41.41,0,0,1,.15.42l-.14,1.21c0,.07.08.17.24.28a3.16,3.16,0,0,0,.55.3l.61.29a.93.93,0,0,1,.35.28.12.12,0,0,0,0,.09s0,.06,0,.14c.08.23.16.53.25.91a1.72,1.72,0,0,0,.25.68,1.61,1.61,0,0,0,.63.32l1.31.48q.72.27,1.41.6a3.83,3.83,0,0,1,1,.6c-.34.09-.54.22-.59.39a1.09,1.09,0,0,0,0,.54c0,.19.08.39.13.6a.67.67,0,0,1-.16.58,2,2,0,0,1-.93.45,10.09,10.09,0,0,1-2.14.23.69.69,0,0,1-.52-.16,1.69,1.69,0,0,1-.3-.36,4.6,4.6,0,0,1-.24-.45A1.1,1.1,0,0,0,1307.26,184.62Zm-22.13-7.54a2.59,2.59,0,0,1,.57,1,1.49,1.49,0,0,0,.63.87l.92.26a2.28,2.28,0,0,0,.63.13l.58,0a5.7,5.7,0,0,0,.74,0,2.31,2.31,0,0,0,.8-.11,1.49,1.49,0,0,0,.39-.23l.37-.33a2.92,2.92,0,0,1,.7-.42,3.84,3.84,0,0,1,.71-.16,3.62,3.62,0,0,0,.71-.16,2.54,2.54,0,0,0,1.17-1.29c.33-.66.58-1.2.76-1.63a.64.64,0,0,1,.5-.38,3,3,0,0,0,.63-.22v-.23a2.93,2.93,0,0,0-.35-.22c-.19-.11-.29-.2-.29-.28a1,1,0,0,1,.27-.43,1.37,1.37,0,0,1,.34-.33,25.88,25.88,0,0,0,.68-3.48,22,22,0,0,0,.22-3.41,1.79,1.79,0,0,0-.37-1.16,2.08,2.08,0,0,0-.93-.61,5.45,5.45,0,0,0-1.24-.22,12,12,0,0,0-1.34,0,2.65,2.65,0,0,0-.83.36q-.64.36-1.35.81t-1.26.84a5.17,5.17,0,0,0-.62.44,3,3,0,0,1-.1.55,3.39,3.39,0,0,1-.16.55l-.28.12a.24.24,0,0,1-.17.06.14.14,0,0,0-.11.06L1287,168.9a.05.05,0,0,0-.06.06v.11a.39.39,0,0,0,.19.37q.17.08.18.54c0,.26,0,.48,0,.66a3.06,3.06,0,0,1-.1.51c0,.18-.11.38-.19.61s-.15.52-.26.87a2.24,2.24,0,0,1-.66,1.13,2.92,2.92,0,0,1-.92.57l-.83.28c-.22.06-.34.17-.33.32a.75.75,0,0,0,.3.68,1.85,1.85,0,0,0,.7.21l.77.09a.6.6,0,0,1,.5.39,1.81,1.81,0,0,1-.51.47A1.89,1.89,0,0,1,1285.13,177.08Zm3.53,3.34c.07-.08,0-.12-.12-.11s-.21,0-.17.11a.17.17,0,0,0,.18.11A.1.1,0,0,0,1288.66,180.42Zm.55-.53c-.15,0-.22.09-.22.26s.08.26.24.25.22-.09.22-.26S1289.36,179.88,1289.21,179.89ZM1289.1,165h.29v-.28h-.29Zm2.69,14.87a2.65,2.65,0,0,1,.39-.33.56.56,0,0,0,.27-.49l-.68,0Zm2.26-20.5c0-.07,0-.11-.12-.11s-.17,0-.17.12a.36.36,0,0,0,.21.11S1294.05,159.4,1294.05,159.32Zm.23,19.63h.29v-.23h-.28Zm.31.79c-.15,0-.23.1-.22.27s.08.25.24.25.28-.09.27-.27S1294.78,179.74,1294.59,179.74Zm.32-20.21c-.11,0-.17.09-.16.26s.06.26.18.25.22-.09.22-.26S1295.06,159.52,1294.91,159.53Zm.15,16.14a.3.3,0,0,0,.26.33,2.15,2.15,0,0,0,.49.05h.46l-.32-1a5.7,5.7,0,0,0-.56.22A.45.45,0,0,0,1295.06,175.67Zm3.55,2.42h.52l0-.57h-.51Z' style='fill:#07435f'/><path d='M1321.91,184.68c0-.38,0-.62-.22-.73a7,7,0,0,0-.72-.39l-.52-.3a2.35,2.35,0,0,0-.41-.19c-.12,0-.25.14-.39.41a1.61,1.61,0,0,0-.22.53,2.2,2.2,0,0,0-.72-.39,2.27,2.27,0,0,0-.78-.2.36.36,0,0,0-.39.35q0,.34-.51.36l0-.23c0-.08,0-.35.07-.81a8.62,8.62,0,0,0,.06-.86V182l-.27.58a3.34,3.34,0,0,1-.33.59,2.34,2.34,0,0,0-.34.4c0,.08-.15.12-.34.13h-.22a1.43,1.43,0,0,0,.42-1.15,1.17,1.17,0,0,0-.1-.6c-.06-.06-.22-.08-.49-.07a.43.43,0,0,0,.09.19c.06.1.07.17,0,.2a1.52,1.52,0,0,1-.23.18.5.5,0,0,1-.28.12c-.11,0-.18-.08-.21-.25a3.51,3.51,0,0,1,0-.37v-.29s0,0,0,0a.17.17,0,0,1,.06-.12l.11-.12s0-.11,0-.23a1.69,1.69,0,0,1,0-.22,1.35,1.35,0,0,1,.62-.22c.34-.07.51-.23.5-.5l0-2.06a.26.26,0,0,0-.15-.23c-.1,0-.2-.08-.32-.13a1.69,1.69,0,0,1-.32-.19.41.41,0,0,1-.15-.34,4.52,4.52,0,0,1,0-.66c0-.29.16-.43.39-.44,0,.38.14.61.39.68a2.5,2.5,0,0,0,.77.09,1.15,1.15,0,0,0-.3-.74,4.43,4.43,0,0,0-.65-.58c-.23-.17-.45-.32-.64-.47s-.3-.28-.3-.39.17-.39.53-.47a3.81,3.81,0,0,1,.83-.14.44.44,0,0,0,0,.14l0,.14a4.43,4.43,0,0,1,.27.54c.1.25.17.37.21.37h.17l0-1.43-.17.06-.26-.13a1.24,1.24,0,0,1-.21-.14v-.23a.7.7,0,0,0,.23-.09.61.61,0,0,1,.22-.09V173a3.5,3.5,0,0,0-.42-.56c-.2-.23-.31-.34-.35-.34s-.14,0-.29.07a.92.92,0,0,1-.28.12.64.64,0,0,1,0,.23.27.27,0,0,0,0,.23,3.62,3.62,0,0,0,.1.45,3.57,3.57,0,0,0,.16.46h-.23a3.83,3.83,0,0,1-.8-.09c-.39-.07-.6-.16-.64-.27a.74.74,0,0,1,.12-.69,6.09,6.09,0,0,1,.59-.7,8.15,8.15,0,0,1,.67-.65,1.06,1.06,0,0,0,.38-.58s0-.15,0-.35a2.73,2.73,0,0,1,0-.4,1,1,0,0,0,.26-.09.83.83,0,0,1,.25-.09l.22-.24,0-1.37a3.05,3.05,0,0,0,.51-.27.45.45,0,0,0,.21-.43l-.06-.12v-.11l-.76.36a4.48,4.48,0,0,1-.83.31l-.06-.11.06-.12.44-.47c.23-.23.37-.39.45-.47a1.89,1.89,0,0,1,.45-.21,1.52,1.52,0,0,0,.45-.21v-.12a.11.11,0,0,1,0-.08s0-.05,0-.09l-.06-.11v-.12a1.51,1.51,0,0,1-.79.54,4,4,0,0,1-.91.14.63.63,0,0,1,.19-.52,3.39,3.39,0,0,1,.42-.33,3.39,3.39,0,0,0,.42-.33.58.58,0,0,0,.19-.46c0-.19-.23-.43-.68-.72a5.51,5.51,0,0,0-1-.55l-.91,0s-.09-.06-.15-.19a.87.87,0,0,1-.1-.32c-.07-.07-.1-.26-.07-.57s0-.49,0-.57a1.3,1.3,0,0,0-.15-.34,1.3,1.3,0,0,1-.15-.34v-.63s.08,0,.12.09a.21.21,0,0,0,.17.08c0,.11.13.35.25.71a3.71,3.71,0,0,1,.19.65.16.16,0,0,1,.11.05.17.17,0,0,0,.12-.06l.36-.21.37-.21a.66.66,0,0,1-.26-.25.85.85,0,0,0-.27-.25V161a1.55,1.55,0,0,1,.1-.46,3.57,3.57,0,0,1,.16-.46s.07,0,.11.08a.58.58,0,0,0,.12.14.51.51,0,0,0,.07.23l.12.22a.63.63,0,0,0,.42,0,1.86,1.86,0,0,1,.38-.1,6.28,6.28,0,0,0-.08-.66,1.56,1.56,0,0,1,0-.6.2.2,0,0,1,.23-.23c.08.19.14.26.17.22a.46.46,0,0,1,.29-.06l0-.92-2.46.07a2.2,2.2,0,0,1,0-.35,1.32,1.32,0,0,0,0-.28,4,4,0,0,0,.25-.35,2.15,2.15,0,0,1,.25-.35c0-.08,0-.28,0-.6s0-.51,0-.55c0-.19.07-.29.22-.29a.41.41,0,0,1,.27.45,2.11,2.11,0,0,1-.07.46l.94-.94a1.23,1.23,0,0,0-.78-.55,4.27,4.27,0,0,0-1-.09,1.25,1.25,0,0,1,.11-.29,1.06,1.06,0,0,0,.34-.09.86.86,0,0,1,.34-.1,1.2,1.2,0,0,1,.49,0,4.34,4.34,0,0,0,.48,0,2,2,0,0,1,.19-.37,2,2,0,0,0,.25-.61l0-.06a.15.15,0,0,0-.06-.11s0-.09-.12-.14a.3.3,0,0,0-.17-.08c0-.08-.11-.27-.22-.57a5.74,5.74,0,0,0-.21-.57l.36-.23a1,1,0,0,0,.31-.3v-.11s0-.07,0-.09a.12.12,0,0,0,0-.09.11.11,0,0,0,0-.08.22.22,0,0,1,0-.14v-.18a1.2,1.2,0,0,0-.24-.45,1.07,1.07,0,0,1-.24-.45s0-.15,0-.34a3.22,3.22,0,0,0,0-.35l-.12-.11a.44.44,0,0,1-.12-.17,2,2,0,0,1-.1-.56c0-.31,0-.5,0-.58h.52a1.2,1.2,0,0,0-.13-.51,1.35,1.35,0,0,1-.13-.63q0-1.14,1-1.17c.42,0,.67.12.76.41a1.2,1.2,0,0,0,.59.7l.17-.18,0-1.89a.74.74,0,0,1,.07-.26c.06-.13.1-.2.14-.2a6.17,6.17,0,0,0,.71-.1,4.51,4.51,0,0,0,.72-.17l.11-.11.11-.12.34-.15a1.37,1.37,0,0,1,.28-.1c.19,0,.29.07.29.22l0,1.15a.76.76,0,0,0,.21.25l.27.25q.06.12.24.54c.12.28.2.48.24.59a.24.24,0,0,1,.06.17,1.31,1.31,0,0,1,0,.17l-.4,0c-.23,0-.34.14-.34.33a2.36,2.36,0,0,0,.13.31,1.18,1.18,0,0,1,.12.31c0,.12,0,.31,0,.57s.06.54.08.83.06.54.08.77,0,.36,0,.4a1.16,1.16,0,0,1-.26.89,1.26,1.26,0,0,0-.26,1l.11.05h.06a.58.58,0,0,1,.2-.12.7.7,0,0,0,.2-.12,1.31,1.31,0,0,0,.06.26,1.14,1.14,0,0,1,.06.25,1.06,1.06,0,0,1,0,.35,1.06,1.06,0,0,0,0,.28l-.11.24a.38.38,0,0,0-.06.17,1.79,1.79,0,0,1,0,.4,3.91,3.91,0,0,0-.07.63c0,.23,0,.44,0,.63a4.21,4.21,0,0,0,0,.46l0,1.43a2.24,2.24,0,0,1-.11.29,2.5,2.5,0,0,0-.1.4.63.63,0,0,1-.14.24c-.09.11-.14.19-.13.23l0,1.37,0,1,.29.17,0,1.89a.59.59,0,0,0-.44.58,5.92,5.92,0,0,0,0,.8,3.14,3.14,0,0,0,.26,1.14,4.46,4.46,0,0,1,.32,1.19l0,1.32c.09.42.2.82.32,1.22a4.28,4.28,0,0,1,.2,1.23,3,3,0,0,1-.09.86,3,3,0,0,0-.09.86l0,.69a5.2,5.2,0,0,0,.07.57c0,.26.1.55.17.85s.12.58.16.83a4.39,4.39,0,0,1,.08.54,2,2,0,0,0-.21.92,1.28,1.28,0,0,0,.33.68,4.82,4.82,0,0,0,.77.72,7.31,7.31,0,0,0,.87.58,1.59,1.59,0,0,0,.72.24l4.12-.11a.29.29,0,0,1,.25-.21l.32,0,.34,0c.16,0,.23.08.24.2a.66.66,0,0,1-.11.29.62.62,0,0,0-.11.23c0,.15.08.23.24.22a1.06,1.06,0,0,0,.37-.12,1.43,1.43,0,0,1,.31-.13h.4a2.94,2.94,0,0,0-.1-.34,1.56,1.56,0,0,1-.09-.4.26.26,0,0,0,.14-.09.23.23,0,0,1,.14-.08,11.34,11.34,0,0,1,1.53-.5,7.19,7.19,0,0,1,1.6-.22,1.13,1.13,0,0,1-.24.75,2.27,2.27,0,0,1-.53.47,2.8,2.8,0,0,1-.54.28c-.17.06-.25.15-.25.26q0,.47.39.51c.25,0,.37.12.38.27a3.17,3.17,0,0,1,0,.6c0,.22-.14.32-.33.33s-.48-.08-.52-.27a2.28,2.28,0,0,1-.72,1l0,1.83h-.17l0-.51-.74,0v.57c-.07,0-.3,0-.68.1s-.53.24-.44.5l-.78,0a1,1,0,0,0-.76.31h.4l0,.68-3.72.1a1,1,0,0,0-.7-.26.11.11,0,0,0-.08,0,.11.11,0,0,1-.08,0h-.06a1.41,1.41,0,0,0-.25.46c-.09.24-.15.39-.19.47h-.22s-.15-.16-.33-.36-.3-.31-.38-.31a1.64,1.64,0,0,0-.69-.18A2.3,2.3,0,0,0,1321.91,184.68Zm-6.51-27.59c-.08,0-.11.07-.11.21s0,.2.12.19.17-.07.17-.2S1315.51,157.09,1315.4,157.09Zm1.11,13.6a.87.87,0,0,0-.28.32l-.22.38.11.05h.06a.25.25,0,0,0,.28-.18.83.83,0,0,0,0-.28Zm0-25c-.16,0-.23.1-.23.27s.09.25.24.25.17-.09.17-.26S1316.64,145.67,1316.53,145.67Zm.43,33.59c-.11,0-.17.08-.16.24s.06.22.17.22.12-.08.11-.23S1317,179.26,1317,179.26Zm1-22.46c-.12,0-.17.07-.17.2s.06.2.18.2.17-.07.16-.21S1318.08,156.79,1318,156.8Zm.17,15c-.12,0-.17.08-.17.23s.06.23.18.23.17-.08.16-.24S1318.25,171.79,1318.14,171.79Zm0,10.36c0,.31.1.5.3.57l.22-.24A.48.48,0,0,0,1318.13,182.15Zm1.22-35.64a1.38,1.38,0,0,0-.27.53l0,.23h.34l.34-.13a.68.68,0,0,0,.29-.12.51.51,0,0,0-.18-.28l-.24-.22h-.23Zm-.08,31.32h.17v-.22h-.18Zm.07-32h.23l-.24-.22Zm.73,27.51c-.38,0-.57.19-.56.53h.57Zm-.43-24.72c-.08,0-.12,0-.11.09s0,.13.11.09.12,0,.11-.09S1319.71,148.62,1319.64,148.62Zm.34,13a.23.23,0,0,0-.19.15.46.46,0,0,0-.08.26l.8,0a.31.31,0,0,0-.21-.28A.64.64,0,0,0,1320,161.61Zm-.26-16.25a2.93,2.93,0,0,0,.3.22c.15.11.23.19.23.22a1.56,1.56,0,0,1,.28.65c0,.21.18.31.49.31a2.41,2.41,0,0,0-.28-1,7.48,7.48,0,0,0-.51-.87h-.06a.21.21,0,0,1-.12,0l-.11.06-.11.11a.13.13,0,0,0,0,.12.05.05,0,0,1-.06.06v.17Zm.32,18.31h.46a.65.65,0,0,0-.13-.34c-.08-.12-.15-.17-.23-.17H1320Zm.53,5,.28-.18h-.28Zm0-18.72.22-.23h-.23Zm1.08-2.37c-.11,0-.17.09-.16.26s.06.26.18.25.17-.09.16-.26S1321.79,147.59,1321.67,147.6Zm.08,22.49c.08-.08.06-.11-.06-.11s-.17,0-.16.12.09.11.14.11S1321.76,170.17,1321.75,170.09Zm8.31,13h.17s.08,0,.14-.12a.4.4,0,0,0,.08-.17l-.23-.23Zm1.1-1.69c-.12,0-.17.09-.17.24s.07.23.18.22.11-.08.11-.23S1331.23,181.4,1331.16,181.4Z' style='fill:#07435f'/><path d='M1367.18,162.7a.21.21,0,0,0,.09.14l.15.14h.11c.23,0,.37-.14.42-.41a3.82,3.82,0,0,0,.07-.69,3.8,3.8,0,0,1,.2,1c0,.26,0,.54,0,.82a8.56,8.56,0,0,0,.08,1,10.1,10.1,0,0,0,.39,1.62c-.23-.07-.35,0-.37.27a3.46,3.46,0,0,0,.11.89c.09.34.18.68.29,1a3.4,3.4,0,0,1,.16.68v.23c0,.15.12.37.22.65s.22.58.34.88.24.59.34.85a4.52,4.52,0,0,0,.21.51,14.13,14.13,0,0,0,.81,1.24c.41.6.88,1.23,1.39,1.88a19.37,19.37,0,0,0,1.54,1.73c.51.5.91.75,1.22.74h.11a2.62,2.62,0,0,0,.4-.3,1,1,0,0,1,.39-.24h.11a.12.12,0,0,0,.09,0,.22.22,0,0,1,.14,0l.12.05h.11s.08.07.12.22a.84.84,0,0,0,.12.29.39.39,0,0,0,.43,0c.13-.1.24,0,.32.25l0,.4v.34c0,.08.16.13.37.16a2.11,2.11,0,0,1,.43.1v.23l-.28.3c-.15.15-.22.25-.22.29a2.17,2.17,0,0,0,0,.77,2.16,2.16,0,0,1,0,.77,1.82,1.82,0,0,1-.39.41c-.22.2-.34.34-.33.41a2.47,2.47,0,0,0-.13.44,1.72,1.72,0,0,0-.08.43.89.89,0,0,1-.64-.3.86.86,0,0,0-.63-.3.17.17,0,0,0-.12.06,1.35,1.35,0,0,0-.13.38,1.24,1.24,0,0,1-.13.37H1375l-.38-.39c-.22-.22-.35-.34-.38-.33a2.21,2.21,0,0,0-1-.12,4,4,0,0,1-.92,0,1.09,1.09,0,0,1-.7-.42,2.37,2.37,0,0,1-.34-1.19.77.77,0,0,0-.31.12,1.43,1.43,0,0,1-.26.13s-.06,0-.06.05c0-.83-.15-1.34-.38-1.5a1.16,1.16,0,0,0-.75-.24,4.35,4.35,0,0,1-.74,0c-.23,0-.36-.37-.37-1-.31,0-.45,0-.44,0s-.12.06-.42.29l0-1.37s0-.08-.12-.14a.42.42,0,0,0-.18-.08l-.48,1.1a3.16,3.16,0,0,1-.16-.54,4.1,4.1,0,0,1-.1-.54v-.23l-.15,0-.14,0-.8.31v-.29a.67.67,0,0,1,.1-.43.67.67,0,0,0,.1-.43,1.67,1.67,0,0,0-.51-1,3.49,3.49,0,0,0-.79-.72,2.63,2.63,0,0,1-.44.78,1.69,1.69,0,0,1-.61.56,1.85,1.85,0,0,0-.37.1l-.71.19-.77.19a3.13,3.13,0,0,1-.49.1.45.45,0,0,0-.36.26c0,.14-.12.29-.19.44a1.62,1.62,0,0,1-.27.41.94.94,0,0,1-.63.19c-.19,0-.29-.07-.29-.23-.18.31-.26.5-.21.55a1.79,1.79,0,0,1,.07.55h.28c0,.15-.15.35-.47.58a10.51,10.51,0,0,1-1.1.72,8.3,8.3,0,0,1-1.24.6,3.17,3.17,0,0,1-.91.26,1,1,0,0,1-.52-.22,1.54,1.54,0,0,1-.07.38,3.85,3.85,0,0,1-.14.37l-.11.06-.17-.05a1.46,1.46,0,0,1-.29-.08l-.35-.13,0,1h-.12c-.15,0-.24,0-.28-.05a5.14,5.14,0,0,1-.72-.15.53.53,0,0,1-.39-.56.45.45,0,0,1,.16-.41.51.51,0,0,0,.16-.46,2.51,2.51,0,0,0-.07-.51c0-.16-.16-.23-.35-.22a.49.49,0,0,0-.48.38,3.42,3.42,0,0,0-.18.81,6.13,6.13,0,0,0,0,.86c0,.28,0,.45,0,.48l-.51,0a6.57,6.57,0,0,0-.74,0l-.75.07a4,4,0,0,1-.51,0,1.08,1.08,0,0,0-.31.1.87.87,0,0,0-.26.15,1.78,1.78,0,0,0-.23-1.43c-.31-.52-.65-.78-1-.77a2.94,2.94,0,0,0,.41,1.48,2.69,2.69,0,0,1,.41,1.42.92.92,0,0,1,0,.2.87.87,0,0,0,0,.2,5.8,5.8,0,0,0-1-1,3.15,3.15,0,0,1-.83-1s0-.09-.12-.14a1,1,0,0,1-.17-.14h-.18a.31.31,0,0,0-.25.21,3.06,3.06,0,0,0-.13.43,1.83,1.83,0,0,0,0,.46v.29q-.57,0-.72-.33a4,4,0,0,1-.25-.71,1.32,1.32,0,0,0-.3-.59c-.14-.15-.4-.12-.77.08a5.75,5.75,0,0,0-.27.86c-.06.31-.13.62-.2.93h-.23a2.92,2.92,0,0,1-.39-.56c-.18-.3-.36-.45-.55-.44h-.12a3.86,3.86,0,0,0-.13.38,1.08,1.08,0,0,0-.07.37,1.91,1.91,0,0,1-1.28-.8,2.26,2.26,0,0,1-.67-1.38,1.43,1.43,0,0,0,.54-.13.44.44,0,0,0,.24-.46,2,2,0,0,0-.4-1.17,1.84,1.84,0,0,1-.4-1.05.9.9,0,0,1,.1-.46.78.78,0,0,0,.11-.46.46.46,0,0,0-.53-.5.45.45,0,0,0-.45.3.46.46,0,0,1-.45.3.12.12,0,0,1-.09,0,.09.09,0,0,0-.09,0,10.31,10.31,0,0,1-.61-1.76,7.93,7.93,0,0,1-.22-1.77c0-.69,0-1.25,0-1.69a7.44,7.44,0,0,1,.41-1.81c0-.16.11-.25.22-.27l.34,0a.75.75,0,0,0,.31-.06c.1,0,.14-.18.14-.41l-.57,0c0-.46.06-.76.23-.89a2.12,2.12,0,0,1,.53-.33,2.86,2.86,0,0,0,.54-.3.85.85,0,0,0,.24-.75v-.12a.4.4,0,0,0-.09-.14l-.15-.14c.14-.31.28-.63.4-1s.26-.68.41-1a4.19,4.19,0,0,1,.54-.87,2,2,0,0,1,.9-.6.68.68,0,0,1,.38,0l.37,0a.72.72,0,0,0,.27-.44c0-.17.08-.35.13-.52a.92.92,0,0,1,.36-.47,1.62,1.62,0,0,1,.91-.22.21.21,0,0,1,.12.05s.08,0,.14.11.11.11.15.11l.12.06a.17.17,0,0,0,.11-.06s.08,0,.14-.12.1-.12.14-.12l.11-.06a.45.45,0,0,1,.41.16c.08.11.27.17.57.16a.87.87,0,0,0,.82-.57c.16-.36.34-.55.53-.56l.11.06a.63.63,0,0,1,.26.11.89.89,0,0,0,.26.1.93.93,0,0,0,.29-.12.92.92,0,0,1,.28-.12h.06s0,0,0,0,0,0,.06,0l.06,0,.55,1.25c.38,0,.56-.19.56-.53a.77.77,0,0,0-.37-.68,1,1,0,0,1-.36-.85,1.47,1.47,0,0,0,.74-.19,1.41,1.41,0,0,1,.74-.19,2.79,2.79,0,0,1,1.35.36,2.73,2.73,0,0,0,1.35.37h.12c-.16-.31-.16-.54,0-.72a1.42,1.42,0,0,1,.68-.39,4.9,4.9,0,0,1,.91-.17l.71,0a.6.6,0,0,1,.29.07.94.94,0,0,1,.23.14c-.12-.38-.1-.6.07-.66a1.62,1.62,0,0,1,.54-.1,1.22,1.22,0,0,1,1,.32,1.14,1.14,0,0,0,.89.32,6.2,6.2,0,0,0-.12-1.17,1.78,1.78,0,0,1,.23-1.13s.08-.11.22-.23a1,1,0,0,0,.28-.29v-.23a6.49,6.49,0,0,0-.18-1.34,5.74,5.74,0,0,1-.18-1.4l0-1.72.28-.46v-.29l-.3-.56v-.12a4.47,4.47,0,0,1,.12-.94c.09-.37.18-.73.29-1.1s.21-.73.31-1.1a7.19,7.19,0,0,0,.21-.89.82.82,0,0,0-.13-.25,1.23,1.23,0,0,1-.18-.6v-.46a6.4,6.4,0,0,1,.47-2.7c.34-.81.67-1.66,1-2.54a2.47,2.47,0,0,0,1,.77,3.11,3.11,0,0,1,.35-.9.88.88,0,0,1,.82-.45h.11a14.11,14.11,0,0,1,1.68,1.76,9,9,0,0,1,1.29,2.11l.31,1a2.06,2.06,0,0,1,.28.74,2,2,0,0,0,.27.73s0,.18-.13.41a.88.88,0,0,1-.36.41c-.42.09-.59.27-.53.56a6.2,6.2,0,0,0,.4,1.07c.2.44.4.91.58,1.42a3.08,3.08,0,0,1,.13,1.63,1.15,1.15,0,0,0-.46-.22,1.28,1.28,0,0,1-.3-.56,1.86,1.86,0,0,1,.1-.38,1.59,1.59,0,0,1,.16-.37v-.29a1.43,1.43,0,0,0-.13-.54.42.42,0,0,0-.41-.25c-.11,0-.23.1-.33.3s-.22.4-.33.64a4.92,4.92,0,0,0-.27.69,1.66,1.66,0,0,0-.1.4c0,.27.15.41.44.42a2,2,0,0,0,.65,0l.27,1.54-.5.25a2.17,2.17,0,0,1,.29.42l.24.42a.14.14,0,0,0,.06.11.83.83,0,0,1,.12.17.62.62,0,0,0,.12.17s0,.09-.11.15l-.17.14-.05.06a3,3,0,0,1-.1.89,3.89,3.89,0,0,1-.26.7,4.27,4.27,0,0,0-.27.63,2.26,2.26,0,0,0-.09.78,1.94,1.94,0,0,1-.81-.15c-.27-.11-.4.07-.39.52a1.18,1.18,0,0,0,.25.77,1.93,1.93,0,0,0,.56.41l.64.33a.94.94,0,0,1,.44.5,1.56,1.56,0,0,0,.09.4,6,6,0,0,1,.19.66c.07.24.12.47.17.68a.88.88,0,0,0,.12.37c0,.15.08.22.23.22a.79.79,0,0,0,.4-.24l.19.57Q1367.15,161.78,1367.18,162.7Zm-28.31,11.69h.23v-.23h-.23Zm.84-4.95h.29l0-.51h-.28Zm1.13,12.22h.23l-.24-.28Zm.65-16.44c0-.08,0-.12-.15-.11s-.14,0-.14.11S1341.38,165.41,1341.49,165.22Zm1.19,8.21a1.14,1.14,0,0,0,.68.9,4.52,4.52,0,0,1,1,.66l1.07,1.34a2.43,2.43,0,0,0,1.13.52,6.79,6.79,0,0,1,1.24.39h1.55a12.2,12.2,0,0,0,1.77-.16,10.67,10.67,0,0,0,1.45-.38,14.58,14.58,0,0,0,1.47-.62l1.78-.85a6,6,0,0,0,.65-.41q.42-.3.87-.57l.82-.48c.24-.14.4-.19.48-.16l1.78-1.88h.69l0,1.31.69,0a.5.5,0,0,0,0-.14.3.3,0,0,1,0-.14l-.3-.57v-.11a1.45,1.45,0,0,1,.16-.58.49.49,0,0,1,.44-.35l.12.05h.06l.23.22.76.5a1,1,0,0,0,.6-.93c0-.19-.15-.36-.44-.51l-.67-.32c0-.08.12-.21.25-.41a.93.93,0,0,0,.19-.4v-.18c0-.07,0-.23,0-.45a4.22,4.22,0,0,0-.14-.69,2.43,2.43,0,0,0-.24-.59.32.32,0,0,0-.38-.19s-.11.09-.22.26a.84.84,0,0,1-.28.32l-.51,0c0-.27-.14-.65-.26-1.14s-.4-.73-.82-.72a.87.87,0,0,0-.79.59l-.77-1a.23.23,0,0,1,.08-.14l.14-.15.45-.27a.6.6,0,0,0,.25-.21.67.67,0,0,0,.11-.32,4.16,4.16,0,0,0,0-.65.79.79,0,0,0-.81.5,4.5,4.5,0,0,1-.52,1,2,2,0,0,0-.4-1.1,2.62,2.62,0,0,0-.68-.56l-.61-.3a.32.32,0,0,1-.21-.39,2.15,2.15,0,0,0-.21.58.7.7,0,0,0,.12.25.72.72,0,0,1,.12.26v.11a.16.16,0,0,1,0,.12,2.66,2.66,0,0,1-.72-.1,2.5,2.5,0,0,0-.77-.09h-.29a1.49,1.49,0,0,1-.25.18.72.72,0,0,1-.26.12l-.53-.5-.11-.05-.11.06-1.08.54a17.45,17.45,0,0,1-2.19.29,23.71,23.71,0,0,0-2.48.32,7.37,7.37,0,0,0-2.27.81,3.44,3.44,0,0,0-1.5,1.67s-.05.17,0,.4,0,.36,0,.4a3.76,3.76,0,0,1-.8,1.17,1.71,1.71,0,0,0-.51,1.33,1.8,1.8,0,0,0,.16.71,1.58,1.58,0,0,1,.16.71,1.15,1.15,0,0,1-.12.6A1.12,1.12,0,0,0,1342.68,173.43Zm9.56-10.9a.55.55,0,0,0,.64.61A.55.55,0,0,0,1352.24,162.53Zm.82-1.29h.29V161h-.29Zm1,18.7v-.23h-.23Zm-.17-17.12a.49.49,0,0,0,.28-.37,1.84,1.84,0,0,0,0-.43h-.34Zm1.46,16.11c-.08,0-.11,0-.11.09s0,.14.12.14a.18.18,0,0,0,.11-.15C1355.48,179,1355.44,178.93,1355.36,178.93Zm1.3-19.84c-.15,0-.22.09-.22.26s.09.26.24.25.17-.09.16-.26S1356.78,159.09,1356.66,159.09Zm.31,2.85a.53.53,0,0,0,.33-.52H1357Zm1,16.41c-.11,0-.17.09-.16.26s.06.25.18.25.22-.09.22-.26S1358.07,178.34,1357.92,178.35Zm2.22-4.76h.29l-.29-.27Zm.79-17.82a3,3,0,0,0,0,.46.45.45,0,0,0,.32.39l.51-.53a.46.46,0,0,0-.41-.3A4.3,4.3,0,0,0,1360.93,155.77Zm.64,2.67v-.51l-.22.23Zm.44,16.65c-.11,0-.16.09-.16.26s.06.26.18.25.22-.09.22-.26S1362.17,175.08,1362,175.09Zm1.39-25.17a1.51,1.51,0,0,0,.34.74c.22.3.42.44.61.44h.12a.06.06,0,0,0,0-.06l.11-.23.11-.24v-.28a4,4,0,0,0-.13-.66,4.13,4.13,0,0,1-.13-.65.12.12,0,0,1-.09,0,.11.11,0,0,0-.08,0l-.12.07-.72.76Zm.33-9.51c-.08,0-.12,0-.12.12s.05.17.12.17S1363.92,140.52,1363.73,140.41Zm0,18,.22-.3h-.23Zm2.92,2.27a.44.44,0,0,0-.31.35c0,.15,0,.28,0,.4h.34Zm0,1.25c-.15,0-.22.11-.22.3s.09.28.24.28.17-.1.16-.29S1366.76,161.91,1366.64,161.91Zm.06,12.77c-.12,0-.17.1-.17.29s.07.28.18.28.23-.1.22-.29S1366.85,174.67,1366.7,174.68Zm.83-7.58h.23v-.22h-.23Zm.48-5.39v.17a.24.24,0,0,1-.06-.17Zm3.3,18.34v-.23H1371Zm.53.67a.73.73,0,0,0,.45.71,2,2,0,0,0,.83.17,1.17,1.17,0,0,0,.6-.12c.13-.09.19-.28.18-.58a.86.86,0,0,0-.24-.63,1.82,1.82,0,0,0-.53-.33l-.6-.24a1,1,0,0,1-.5-.47,3.09,3.09,0,0,0-.13.66c0,.37-.07.59-.07.66Z' style='fill:#07435f'/><path d='M1386.05,183.32a.39.39,0,0,1,0-.14.28.28,0,0,0,0-.15,1.09,1.09,0,0,1,.11-.26.63.63,0,0,0,.11-.26l-.12-.11-.11-.11H1386c-.3.32-.53.57-.69.77l-.7.82h-.23l-.29-.28h-.23l-.28.29h-.11a2.4,2.4,0,0,1-.63,0c-.12,0-.18-.08-.18-.14a.73.73,0,0,1,.08-.26,1,1,0,0,0,.07-.46c-.42,0-.66.05-.74.13a.19.19,0,0,0,0,.23.38.38,0,0,1,0,.23c0,.08-.18.12-.49.13a1.32,1.32,0,0,1-.69-.27.81.81,0,0,1-.42-.62,1.84,1.84,0,0,0,1-.45c.39-.3.59-.58.58-.85a2.8,2.8,0,0,0-.34-1.11,1.56,1.56,0,0,1-.23-1.05s.07-.09.22-.15a1,1,0,0,0,.29-.15,1.08,1.08,0,0,0,.18-.46,5.58,5.58,0,0,0,.13-.69,3.15,3.15,0,0,1,.15-.64.37.37,0,0,1,.34-.29.21.21,0,0,1,.12.05,1.09,1.09,0,0,1,.26.11.83.83,0,0,0,.26.11,2.66,2.66,0,0,0,.93-.54,2.75,2.75,0,0,1,.81-.54,1.18,1.18,0,0,1,.41.13,1.17,1.17,0,0,0,.4.14,3.45,3.45,0,0,1,.43,0,4.2,4.2,0,0,0,.43,0l0,1.43h.4a.79.79,0,0,0,.25-.12.72.72,0,0,1,.26-.12h.11a.54.54,0,0,1,.44.17,2.4,2.4,0,0,1,.26.39q.12.22.24.42a.53.53,0,0,0,.35.25l0-1.77a3.06,3.06,0,0,1,.83.2,1.51,1.51,0,0,1,.62.5l.11-.12.11-.11h.28a.63.63,0,0,1,.26.11,1.09,1.09,0,0,0,.26.11h.23c.12-.08.33-.25.65-.51a7.2,7.2,0,0,0,.59-.5,7.35,7.35,0,0,0,.82-.1l1.23-.21c.42-.07.82-.13,1.2-.17a7.52,7.52,0,0,0,.8-.14c.26-.08.62-.18,1.07-.29a.74.74,0,0,0,.67-.79,2.91,2.91,0,0,0-.38-1.25,4.94,4.94,0,0,0-.92-1.23,5,5,0,0,0-1.22-.91,2.5,2.5,0,0,0-1.24-.34c-.31,0-.69,0-1.15.08a1.5,1.5,0,0,0-1,.49.73.73,0,0,0-.1.52.77.77,0,0,0,.12.51,2.56,2.56,0,0,1-.41-.48,1.13,1.13,0,0,1-.13-.54.62.62,0,0,1,.13-.46c.1-.08.14-.27.13-.57a1.73,1.73,0,0,0-.84-1.47l0,1.77-.23.24-.11.06a.59.59,0,0,1-.61-.47c-.11-.32-.2-.67-.29-1.05a7.22,7.22,0,0,0-.31-1,.63.63,0,0,0-.64-.47c-.31,0-.46.15-.45.44a.8.8,0,0,1-.15.6s-.17.05-.38,0a.79.79,0,0,0-.43,0l-.22.23a4.17,4.17,0,0,1-.36.35c-.17.16-.36.34-.59.53s-.43.37-.61.51a1.14,1.14,0,0,1-.34.21H1386a1.68,1.68,0,0,1-.29-.22,1.28,1.28,0,0,1-.24-.28c.23-.12.32-.19.29-.21s-.06-.1-.07-.26a.14.14,0,0,1-.11,0,.27.27,0,0,0-.12,0,1,1,0,0,1-.22.15l-.29.15a.64.64,0,0,0-.18-.59l-.56-.42a3,3,0,0,1-.65-.64,3.07,3.07,0,0,1-.46-1.39,5.19,5.19,0,0,0-.08-.63c0-.3-.08-.63-.11-1s-.06-.7-.08-1,0-.55,0-.66a15.06,15.06,0,0,1,.66-2,4,4,0,0,1,1.25-1.64,1.18,1.18,0,0,0,.28-.29.84.84,0,0,0,0-.29,2.25,2.25,0,0,0-.07-.4,1.12,1.12,0,0,1,0-.52s0-.08.08-.14l.14-.15a.79.79,0,0,0,.25-.12.72.72,0,0,1,.26-.12,4.2,4.2,0,0,0,.52-.53l.39-.44a2.3,2.3,0,0,1,.42-.35,2.68,2.68,0,0,1,.68-.28,2.62,2.62,0,0,1,.43-.07l.26,0a.45.45,0,0,0,.23,0,1.18,1.18,0,0,0,.34-.21,1.79,1.79,0,0,1,.21.39.57.57,0,0,0,.32.34,4.31,4.31,0,0,1,.1-.63c.07-.35.19-.56.38-.64a.61.61,0,0,0,.09.22l.15.28h.29a4.09,4.09,0,0,1,.44-.56,2.92,2.92,0,0,1,.51-.5l.14,0,.14,0,.12.05h.11a.48.48,0,0,0-.27.52v.12a.17.17,0,0,0,.06.11,2.62,2.62,0,0,0,.87-.6,1.1,1.1,0,0,0,.35-1l1.26,0,.15.28a.79.79,0,0,0,.15.22l.11.06.12-.06a1.35,1.35,0,0,0,.13-.38,1.24,1.24,0,0,1,.13-.37h.12c.19,0,.38.22.59.67a1.82,1.82,0,0,0,.59.85,1.16,1.16,0,0,1,.22-.29,1.28,1.28,0,0,1,.28-.24l.12-.06.11.05c.28.3.48.44.61.42s.36.07.67.29a7.09,7.09,0,0,1,1.18,1.2,10.6,10.6,0,0,1,1,1.64,10.94,10.94,0,0,1,.73,1.72,5.28,5.28,0,0,1,.3,1.54l0,.46c0,.07,0,.24,0,.48s0,.51-.06.78,0,.52-.07.74a2.87,2.87,0,0,0,0,.52c-.26.54-.59.82-1,.83-.23,0-.35-.06-.35-.19a2.51,2.51,0,0,0-.13-.6,8.08,8.08,0,0,1-.32-1.14c-.13-.56-.21-.94-.26-1.13s-.41-.29-1-.41a2.14,2.14,0,0,1-1.34-.79l-.29-.28-1,0a2.94,2.94,0,0,0-1,.17,3.14,3.14,0,0,1-.94.16h-.12a3.18,3.18,0,0,0-.63-.16,4.77,4.77,0,0,0-.63-.1,1,1,0,0,0-.23.12,2.1,2.1,0,0,1-.28.18s-.08,0-.14.12-.1.12-.14.12h-.23a2.76,2.76,0,0,1-.52-.1,2,2,0,0,0-.51-.1h-.23a3.07,3.07,0,0,0-2.24,1,2.9,2.9,0,0,0-.89,2.11l.63,0,1.59,1.5a.5.5,0,0,1,.11-.28.62.62,0,0,0,.1-.24h.12a8.54,8.54,0,0,1,1.4.11,15.1,15.1,0,0,1,1.7.35,8.75,8.75,0,0,1,1.59.59,3.23,3.23,0,0,1,1.14.86l.61.15.92.26c.33.11.63.21.92.29l.61.19a5,5,0,0,1,.61.24c.28.13.58.27.87.43a4.56,4.56,0,0,1,.78.56.86.86,0,0,1,.36.65.55.55,0,0,1-.27.55q-.29.15-.27.66c0,.19,0,.39,0,.6a.91.91,0,0,0,.3.6q.12-.12.36-.42a1.73,1.73,0,0,1,.37-.35h0s.06,0,.06,0,0,0,.06,0c.23,0,.35.17.38.53s.05.62.05.77,0,.44-.16.5-.16.18-.16.37a.34.34,0,0,0,.18.31.32.32,0,0,1,.18.31,6.88,6.88,0,0,1-.21.72c-.14.45-.31.93-.5,1.45s-.4,1-.59,1.47a2.39,2.39,0,0,1-.41.76.34.34,0,0,1-.29,0,.49.49,0,0,1-.24-.2c-.18.39-.44.87-.79,1.46a4.52,4.52,0,0,1-1.13,1.34c-.2-.07-.34-.28-.42-.62a3.64,3.64,0,0,1-.13-.62h-.29a4.78,4.78,0,0,0-.56.48.78.78,0,0,0-.15.57c0,.2,0,.31.15.34s.14.13.15.29a.17.17,0,0,1-.06.11.22.22,0,0,1-.08.15l-.14.14a5.56,5.56,0,0,0-.52-.38c-.27-.19-.45-.32-.53-.39l-.28.12c0,.23,0,.45,0,.66s-.19.32-.54.33a.86.86,0,0,1-.43-.07.45.45,0,0,1-.2-.23,1,1,0,0,1-.1-.34.92.92,0,0,0-.21-.42c-.27.12-.37.28-.3.49a.49.49,0,0,1-.19.55,3.81,3.81,0,0,1-.36.27,3.23,3.23,0,0,0-.37.27l-.28.29-2.74.07-.37-1.08a3.83,3.83,0,0,1-.15-1.14.41.41,0,0,0-.28.13,2.39,2.39,0,0,0-.22.23.54.54,0,0,1-.26.15.42.42,0,0,1-.32-.08,3.55,3.55,0,0,1-.28,1.3,3,3,0,0,1-.92.8,2,2,0,0,1-.3-.51q-.18-.41-.24-.51a.17.17,0,0,1-.06-.11Zm-3.56-2.48c-.08,0-.12,0-.11.12s0,.17.12.17S1382.68,181,1382.49,180.84Zm1.26,0c-.08,0-.12,0-.12.11s0,.18.12.17S1383.94,180.92,1383.75,180.81Zm0,1.31.5-.53-.51,0Zm.71-20.62c-.11,0-.17.08-.16.23s.06.23.17.22.17-.08.17-.23S1384.61,161.49,1384.49,161.5Zm1.57.93v-.23h-.28Zm-.09-3.55a1.56,1.56,0,0,0,.09.4,1.18,1.18,0,0,0,.16.34c.19,0,.28-.2.27-.47s-.11-.47-.3-.5A.2.2,0,0,0,1386,158.88Zm1,1.52a1.72,1.72,0,0,0,.25.68,3.05,3.05,0,0,0,.27.51.68.68,0,0,0,.32.28l.12,0,.11-.06a6.11,6.11,0,0,0,.62-.45.7.7,0,0,0,.16-.54c0-.23,0-.36-.13-.4a.63.63,0,0,0-.29-.05,2,2,0,0,0-.34,0,.34.34,0,0,1-.29-.08,1.33,1.33,0,0,1-.24-.51.89.89,0,0,1-.07-.51.84.84,0,0,0-.36.49A1.85,1.85,0,0,0,1387,160.4Zm.66,5.31c-.12,0-.17.09-.17.26s.07.25.18.25.23-.09.22-.26S1387.79,165.7,1387.64,165.71Zm.1-7.11c-.16,0-.23.1-.23.27s.09.25.24.25.17-.09.16-.26S1387.85,158.6,1387.74,158.6Zm1.76,1.68a2.48,2.48,0,0,0,.16.82.61.61,0,0,0,.67.41l0-2.06a.78.78,0,0,0-.54.28A.72.72,0,0,0,1389.5,160.28Zm.28,19.39c-.07,0-.11,0-.11.09s0,.14.12.14.11-.09.11-.14S1389.86,179.67,1389.78,179.67Zm1-1.85c-.11,0-.17.09-.16.26s.06.25.18.25.22-.09.22-.26S1390.92,177.81,1390.76,177.82Zm.13,4.57c-.12,0-.17.09-.17.26s.07.26.18.26.23-.1.22-.27S1391,182.39,1390.89,182.39Zm1-2h.23l0-.75h-.23Zm1.25-24a.45.45,0,0,0,.33.45,1.64,1.64,0,0,0,.6.1v-.11a.36.36,0,0,0-.35-.39A4.86,4.86,0,0,0,1393.11,156.34Zm1,13.54v-.51l-.22.24Zm1-11.47a1.39,1.39,0,0,0,.1.23l.15.28.27-.3v-.22l-.15-.29a1,1,0,0,0-.15-.22.2.2,0,0,0-.22.23v.29Zm.81,10.91a.21.21,0,0,0-.22.26c0,.18.08.26.23.26s.17-.09.17-.27S1396,169.32,1395.92,169.32Zm2.41-12.54c-.07,0-.11.05-.1.26s0,.29.12.25.11-.12.1-.26S1398.41,156.81,1398.33,156.78Zm3.27,17.2c-.08,0-.12,0-.11.12s0,.17.11.16.12-.08.11-.14S1401.67,174,1401.6,174Z' style='fill:#07435f'/></svg>") no-repeat;
    background-size: cover;
}

.fc-5-col svg {
    width: calc(20% - 1rem);
    margin: 0.5rem;
}

.reveal-arrow {
    width: 30px;
    display: block;
    height: 30px;
}

.reveal-images {
    max-width:200px;
    width: 100%;
    display: block;
    margin: 1rem 0;
}

.reveal-images svg {
    display: block;
    height: 70px;
    margin: 1rem 0 !important;
}

.reveal-text {
    padding: 0.2rem 0;
    text-align: center;
    color: #FFFFFF;
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    margin: 0 auto;
}

.reveal-button-column .reveal-text {
    padding: 3rem 0 0.2rem 0;
}

.reveal-column {
    flex-direction: column;
    justify-content: flex-start;
}

.click-to-reveal {
    width: 170px;
    display: block;
    height: 30px;
    margin: auto;
}

.rounded {
    border-radius: 10px;
}

.medium-reveal {
    min-height: 200px;
}

.big-reveal {
    min-height: 240px;
}

.elearn-pages .progress .progress-bar {
    height: 3px;
    width: 0;
    box-sizing: border-box;
    background: #08a05d;
}

.elearn-course button.red-btn {
    background: #d71000;
    border-radius: 10px;
    color: #FFFFFF;
    margin: 1rem;
}

.first-aid-items svg {
    width: 20%;
    margin: 0 0rem 1rem 0;
}

.elearn-course .elearn-pages {
    border-radius: 8px;
    background-color: rgba(255,255,255,1);
    box-sizing: border-box;
    width: 100%;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.25);
}

.elearn-pages .pages-header {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    align-items: center;
    z-index: 1;
}

.org-logo object {
    display: block;
    margin: 1rem auto;
    max-width: 200px;
}

.elearn-pages .pages-header > h4 {
    width: 230px;
    padding: 0 0 0 10px;
}

.elearn-pages .pages-header.reviewing-exam > h4 {
    display: none;
}

.elearn-pages .pages-header > h2 {
    width: calc(93% - 230px);
    text-align: center;
}


.elearn-pages .pages-header.reviewing-exam > h2 {
    width: 100%;
    padding: 1rem 0;
}

.elearn-pages .pages-header > span {
    text-align: right;
}

.elearn-pages .pages-header h2 {
    font-weight: 500 !important;
    font-size: 32px;
    color: #07435f;
}

.portal-ui nav a .el-nav-button,
.portal-ui nav a:visited .el-nav-button {
    padding: 0.5rem;
    background: #07435f;
    margin: 0;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    transition: 0.7s;
}

.portal-ui nav a:hover {
    text-decoration: none;
}

.portal-ui nav a:hover .el-nav-button {
    background: #08a05d;
    text-decoration: none;
    color: #FFF;
}

.further-instructions {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 1rem 3rem;
    align-items: center;
}

.exam-intro .further-instructions {
    display: flex;
    width: 100%;
}

.exam-intro .further-instructions .lilly-image,
.exam-intro .further-instructions .tiger-image {
    width: 30%;
}

.exam-intro .slide-controls {
    text-align: center;
}

.elearn-pages .further-instructions .pages-header h2 {
    text-transform: unset;
    width: 100%;
    font-weight: 600 !important;
    font-size: 2rem;
    line-height: 2.5rem;
}

.further-instructions .lilly-image {
    width: 40%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    flex-shrink: 0;
}

.further-instructions .lilly-image img,
.further-instructions .lilly-image svg {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.provider-elearnFirstAid svg #shirt {
    fill: var(--bfa-red);
}

.provider-elearnFirstAid svg #collar .cls-7 {
    fill: #9a191b
}

.provider-elearnFirstAid svg #TLTLogo .cls-8,
.provider-elearnFirstAid svg #TLTLogo .cls-6 {
    fill: none;
}

.provider-elearnFirstAid svg #BFALogo .cls-1 {
    fill: #FFFFFF;
}

.further-instructions .tiger-image {
    width: 40%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    flex-shrink: 0;
}

.further-instructions .tiger-image img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.further-instructions h3 {
    color: #d71000;
    font-size: 1.7rem;
    margin: 2rem 0;
}

.review-controls {
    flex-shrink: 0;
    width: 100%;
}

.elearn-course .review-controls button,
button.big-footer-button,
.next-container a.big-footer-button {
    color: #008f3a;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 2rem;
    border-radius: 8px;
    font-weight: 600;
    background: none;
    transition: 0.7s;
}

.elearn-course .review-controls button:hover {
    color: #07435f;
}

button.big-footer-button {
    background: none;
    cursor: pointer;
}

.results-images {
    width: 25%;
}

.results .end-text {
    width: 50%;
    text-align: center;
}

.results .end-text p {
    font-size: 1.2rem;
}

.results .end-text p.exam-result-note {
    font-size: 0.8rem;
}

.end-of-exam {
    min-height: 400px;
}

/*
    DEMO

*/

.demo-module .end-text {
    width: 50%;
}

.section-content-col .module-completed.demo-module h4 {
    font-size: 1.5rem;
}

.section-content-col .module-completed.demo-module h2 {
    font-size: 2.5rem;
}

.section-content-col .module-completed.demo-module .flex-container {
    padding: 2rem 0;
}

.demo-module .results-images img {
    display: block;
    width: 80%;
    margin: auto;
}

.pop-up.demo-intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(79, 39, 130,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    bottom: unset;
    opacity: 1;
    overflow: hidden;
}

.pop-up.demo-intro.open {
    animation: unset;
    animation-fill-mode: unset;
}

.section-content-col .demo-intro h2 {
    text-transform: none;
    color: #08a05d;
    font-size: 2rem;
}

.demo-content {
    width: 80%;
    padding: 4rem;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}

.elearn-page .demo-content h4 {
    font-size: 1.2rem;
}

.demo-intro .intro-image {
    width: 20%;
    padding: 2rem;
}

.demo-intro .intro-image svg {
    display: block;
    width: 80%;
    margin: auto;
    max-height: 440px;
}

.demo-intro-content {
    width: 60%;
    background: #FFFFFF;
    border-radius: 25px;
    border: 2px solid #07435f;
    position: relative;
}

.demo-intro .close-pop-up {
    position: absolute;
    top: 2rem;
    right: 2rem;
    cursor: pointer;
}

.demo-intro-content .flex-container {
    align-items: center;
}

.results .end-text h2 {
    text-transform: unset;
    width: 100%;
    font-weight: 600 !important;
    font-size: 2rem;
    line-height: 2.5rem;
    color: #07435f;
}

.exam-review {
}

.elearn-page .scc-final-assessment ul.exam-review > li {
    display: block;
}

.review-question {
    display: flex;
}

.elearn-page .scc-final-assessment .review-question h4 {
    margin: 0 0.25rem 0 0;
    white-space: nowrap;
}

.pages-footer.exam.hide-exam-progress .next-container {
    text-align: center;
    margin: 0 auto;
}

.pages-footer.exam h3 {
    margin-top: 0.25rem;
}

button.big-footer-button:hover,
.next-container a.big-footer-button:hover {
    color: #07435f;
    transition: 0.7s;
}

.elearn-pages {
    min-height: 500px;
}

.elearn-pages .pages-header h3 {
    text-align: right;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    padding: 0 20px;
    margin-right: 20px;
    border: 1px solid #00c853;
    color: #00c853;
    border-radius: 2px;
}

.elearn-pages .pages-header h3 span {
    padding: 0 5px;
    font-weight: 900;
}

.elearn-page-viewer {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.pages-footer {
    padding: 15px 30px;
    background: #d06e42;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
}

.v2 .pages-footer h4 {
    color: #FFFFFF;
    margin: 0;
    font-size: 1rem;
}

.course-footer {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    box-sizing: border-box;
    position: relative;
}

.course-footer div {
    padding: 0.25rem 0;
}

.nested-reveal-button {
    display: flex;
    width: 200px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-around;
}

img.no-show {
    opacity: 0;
}

.txt-over-img {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    font-weight: bold;
    color: #07435f;
    display: inline-block;
    background: #FFF;
    padding: 0.125rem 0.25rem;
}

txt-over-bgimg {
    padding: 2rem;
    background: rgba(255,255,255,0.1);
}

.txt-over-img.bottom {
    top: unset;
    bottom: 0.5rem;
}

.meningitis-9-txt {
    min-height: 550px;
}

.meningitis-11-txt {
    min-height: 520px;
}

.section-nav {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.section-nav svg {
    width: 40px;
}

.section-nav .prev-container {
    margin-right: 10px;
}

.prev-container,
.next-container {
    cursor: pointer;
}

.prev-container a,
.next-container a {
    color: #ffffff;
    align-items: center;
    justify-content: center;
}

.next-container svg {
    transform: rotate(180deg);
}

.elearn-page-viewer .prev-container {
}

.progress-page-info {
    font-family: sofia-pro, sans-serif;
    padding: 10px;
    color: #FFFFFF;
}

.elearn-page-viewer .next-container a .material-icons {
    top: 0 !important;
}

.elearn-page-viewer .prev-container:hover, .elearn-page-viewer .next-container:hover {
    opacity: 0.5;
}

.elearn-page-viewer .pages-footer.exam .next-container:hover {
    opacity: 1;
}

.elearn-course .elearning-nav {
    z-index: 100;
    box-sizing: border-box;
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
}

.unit-content.single.elearn-course {
    position: relative;
}

.save-and-return .fal {
    margin-right: 5px;
}

.expand-module {
    display: none;
}

.is-current .expand-module {
    display: inline-block;
}

.flex_row {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.flex_row > * {
    box-sizing: border-box;
}

.fg,
.flex-grid {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: grid;
}

.fg-2 {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:32px;
}

.fg-3 {
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:32px;
}

.fg-3-splinters-help {
    border: 5px solid #d06e42;
    border-radius: 25px;
    padding: 2rem;
    align-items: center;
    margin-top: 2rem;
}

.fg-3-splinters svg,
.fg-3-splinters-help svg {
    max-height: 300px;
}

.fg-3.fg-3-bruises {
    grid-template-columns:1fr 1.5fr 2fr;
    padding:2rem 0;
}

.fg-3.fg-3-swallowed {
    grid-template-columns:2fr 1fr 1fr;
    padding:2rem 0;
}

.fg-3.fg-3-blisters {
    grid-template-columns:1fr 1.5fr 1fr;
    padding:2rem 0;
}

.fg-1-2 {
    display:grid;
    grid-template-columns:1fr 2fr;
}

.fg-1-2 img,
.fg-1-2 svg {
    display:block;
    width:100%;
    max-width:600px;
}

.fx-2 {
    display:flex;
    flex-wrap:nowrap;
    gap:32px;
    align-items:center;
    margin:32px;
}

.fx-2 > * {
    width:calc(50% - 32px);
}

.fx-2 svg,
.fx-2 img {
    display:block;
    width:100%;
    max-width: 300px;
}

.fg-4-eye {
    grid-template-columns:2fr 1fr 1fr 1fr;
    gap:32px;
    margin:2rem 0;
    align-items:center;
}

.fg-4-nose {
    grid-template-columns:2fr 1fr 1fr 1fr;
    gap:32px;
    margin:2rem 0;
    align-items:center;
}

.svg-mw-200 svg {
    max-width:200px;
}

.italic {
    font-style: italic;
}

ul.col2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

ul.col2 li {
    margin: 0;
}

.col-right-margin {
    margin-right: 2rem;
}

strong {
    font-family: sofia-pro, sans-serif;
}

strong.green {
    color: #08a05d;
}

strong.blue {
    color: #07435f;
}

.grid-col-2 {
    grid-gap: 4%;
    grid-template-columns: 48% 48%;
}

.fg-3,
.grid-col-3 {
    grid-gap: 3%;
    grid-template-columns: 30% 30% 30%;
}

.fg-4,
.grid-col-4 {
    grid-gap: 1%;
    grid-template-columns: 24% 24% 24% 24%;
    padding-bottom: 2rem;
}

.fg-2-3 {
    grid-template-columns: 2fr 1fr;
}

.fg-2-3 img {
    display:block;
    width:100%;
    max-width:200px;
}  

.grid-col-4.poisons-2 {
    grid-gap: 5%;
    grid-template-columns: 21.25% 21.25% 21.25% 21.25%;
    padding-bottom: 2rem;
}

.grid-col-5 {
    grid-gap: 2%;
    grid-template-columns: 18% 18% 18% 18% 18%;
}

.pad_20 {
    padding: 20px;
}

.col_1_1 {
    width: 100%;
}

.col-1-2,
.col_1_2 {
    width: 50%;
}

.col-1-2.img-meningitis-03 {
    padding: 4rem;
    left: -11%;
    position: relative;
}

.col-1-4,
.col_1_4 {
    width: 25%;
}

.img-meningitis-07 .limit-height {
    height: 480px;
    margin: 0 auto;
}

.col-1-4.img-meningitis-03 {
    position: relative;
    left: -8%;
}

.col-3-4,
.col_3_4 {
    width: 75%;
}

.col-3-8 {
    width: 37.5%;
}

.col-4-5 {
    width: 80%;
}

.col-1-5 {
    width: 20%;
}

.col_1_2 img,
.col_1_3 img {
    display: block;
    max-width: 100%;
}

.col-1-3.target svg,
.col_1_3.target svg {
    margin: 1rem auto;
    max-width: 300px;
}

.col-2-3 {
    width: 66.667%;
}

.col-1-3 {
    width: 33.333%;
}

.col-1-6 {
    width: 16.667%;
}

.col-1-3.red-box-fevers-06 {
    width: 26%;
    margin: 1rem 0 1rem 5%;
}

.fc-2-3 {
    justify-content: space-between;
}

.fc-2-3 .col-2-3 {
    width: 62%;
}

.fc-2-3 .col-1-3 {
    width: 36%;
}

.col-1-5 {
    width: 20%;
}

.col-2-5 {
    width: 40%;
}

.fc-pad {
    justify-content: space-between;
}

.fc-pad .col-1-5 {
    width: 18%;
}

.fc-pad .col-2-5 {
    width: 36%;
}

.r-j-b-group {
    position: relative;
    top: -22px;
}

.red-dash.no-pad.col-1-2.j-b {
    padding-top: 22px;
}

.flex-col-txt-img {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* svg button styles*/

svg#non-emergency-seek {
    width: 120px;
}

svg#prev-button,
svg#next-button {
    fill: #07435f;
}

svg#prev-button:hover,
svg#next-button:hover {
    fill: #0e8f93;
    transition: 0.7s;
}

svg#next-timer {
    width: 60px;
    height: 60px;
    transform: none !important;
    margin: 0.5rem auto;
}

svg#next-timer path {
    stroke-width: 8px;
    stroke: #08a05d;
    fill: none;
}

.complete-activity .fas {
    color: #d71000;
}

.move-next-status {
    color: #08a05d;
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    font-size: 48px;
    display: none;
    margin: 0.5rem auto;
}

.scc-final-assessment h4 {
    color: #d71000;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.single-trainer-feedback {
    background: rgba(220, 221, 242, 0.2);
    border: 1px solid rgb(241, 241, 255);
    border-radius: 5px;
    padding: 1em;
    margin-bottom: 1em
}

.single-trainer-feedback h3 .name {
    color: #08a05d;
}

/* ================================================================================================================================================================================================================ */
/* COURSE CONTENT STYLES
/* ================================================================================================================================================================================================================ */
.section-content-col {
    padding: 0 40px;
    width: calc(100% - 240px);
    box-sizing: border-box;
}

.section-content-col.scc-final-assessment {
    width: 100%;
}

.section-content-col h2,
.section-content-col h3.pseudo-h2 {
    color: #164360;
    font-family: sofia-pro, sans-serif;
    font-size: 20px;
    font-weight:600;
}

.section-content-col h2.hidden {
    display: none;
}


.section-content-col h2.green {
    color: #08a05d;
}

.section-info-col {
    width: 240px;
    border-right: 1px solid #b3b3b3;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 0 0 20px 0;
    flex-shrink: 0;
}

.section-controls {
    display: flex;
    flex-direction: column;
}

.module-icon {
    width: 100%;
    padding-top: 0.5rem;
    margin-bottom: 1rem;
}

svg#icon-tick {
    fill: #08a05d;
    stroke: #08a05d;
}

svg#icon-cross {
    fill: #d71000;
    stroke: #d71000;
}

.module-icon img {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-height: 120px;
}

.module-icon img.bone-muscle-and-joint-injuries {
    max-width: 110px;
}

#view-greenstick, #view-complicated,
#view-closed, #view-open {
    pointer-events: bounding-box;
    cursor: pointer;
}

#complicated-greenstick-fractures #greenstick,
#open-closed-fractures #open {
    display: none;
}

#complicated-greenstick-fractures #view-complicated rect,
#open-closed-fractures #view-closed #button rect {
    fill: #d71000;
}

#complicated-greenstick-fractures #view-greenstick rect,
#open-closed-fractures #view-open #button-2 rect {
    fill: #009245;
}

.flex-container.fc-2 button.reveal-hidden-info {
    text-align: left;
}

.full-height-items .hidden-info-container button {
    height: 100%;
}

.elearn-page .full-height-items .reveal-text {
    text-align: left;
}

.elearn-page .full-height-items .reveal-text h4 {
    margin: 0 0 0.25rem 0;
}

.bordered-box {
    border: 5px solid #CCCCCC;
    border-radius: 20px;
    padding: 2rem;
    color: var(--purple);
}

.bordered-box.yellow {
    border: 5px solid var(--yellow);
    color: var(--purple);
    font-weight: 400;
}

.bordered-box.light-blue {
    border: 5px solid var(--light-blue);
    color: var(--purple);
}

.rb-circle {
}

.restrict-height svg {
    max-height: 160px;
    display: block;
    max-width: 100%;
}

.rb-circle svg {
    display: block;
    width: 100%;
}

.bordered-box.green {
    border: 5px solid var(--green);
    color: var(--purple);
    font-weight: 400;
}

.bordered-box.red {
    border: 5px solid var(--red);
}

.bordered-box.orange {
    border: 5px solid #f15a24;
}

.bordered-box.blue {
    border: 5px solid #4664a6;
}

.bordered-box.yellow {
    border: 5px solid #ffcc00;
}

.bordered-box.pink {
    border: 5px solid #f26d90;
}

.col-1-2.bordered-box.red.margin-sep {
    width: calc(50% - 1rem);
    margin: 0.5rem;
}

.elearn-page .bordered-box.red h3,
.elearn-page .bordered-box.red p {
    color: var(--red);
}

.elearn-page .bordered-box.red.blue-text h3,
.elearn-page .bordered-box.red.blue-text p {
    color: var(--purple);
}

.elearn-page .bordered-box.red.normal-text h3,
.elearn-page .bordered-box.red.normal-text p {
    color: var(--purple);
}

.elearn-page .bordered-box.red.normal-text p {
    font-size: 0.9rem;
}

.elearn-page .bordered-box h3 {
    margin: 0 0 1.5rem 0;
}

.text-content,
.elearn-page .full-height-items .reveal-text p {
    font-weight: 400;
    font-size: 1rem;
    font-size: 0.9rem;
}

.text-content .flex-container {
    margin: 0.5rem 0;
}

.tiled-steps {
    margin: 2rem 0;
}

.tiled-steps svg {
    width: 30%;
}

.tiled-steps .tile-step {
    align-items: center;
    flex-wrap: nowrap;
    background: #ededed;
    padding: 2rem;
    border-radius: 10px;
}

.tiled-steps .flex-container > p {
    padding: 0 2rem;
}

.tiled-steps .flex-container .point {
    width: 50px;
}

.reveal-content {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
}

.elearn-page .reveal-content p {
    margin: 0;
}

.hidden-info,
.reveal-content.no-border {
    border: none;
    padding: 1rem;
}

.hidden-info.has-nested-box {
    padding: 0;
}

.hidden-info .reveal-content.nested-yellow-border {
    border: 5px solid #ffd631;
    border-radius: 8px;
    padding: 1rem;
}

.hidden-info.red-border {
    background: none;
    border: 5px solid #ff1300;
}

.hidden-info .reveal-content {
    padding: 0;
}

.hidden-info .reveal-content.no-border {
    background: none;
}

.hidden-info.yellow-border,
.hidden-info.no-background {
    background: none;
    border: 5px solid #ffd631;
}

.bordered-box.green-background,
.hidden-info.green-background {
    color: #FFFFFF;
    background: #6daa6d;
}

.hidden-info.green-background h4 {
    color: #FFFFFF;
}

.bordered-box.pink-background {
    background: #fabcdb;
}

.bordered-box.blue-background {
    background: #307acf;
    color: #FFFFFF;
}

.bordered-box.yellow-background {
    background: #ffcc00;
}

.bordered-box.purple-background {
    background: #4f2685;
    color: #FFFFFF;
}

.bordered-box.red-background {
    background: #c2262e;
    color: #FFFFFF;
}

.bordered-box.orange-background {
    background: #f7941f;
}

.bordered-box.orange-background p,
.bordered-box.purple-background p,
.bordered-box.blue-background p,
.bordered-box.red-background p,
.bordered-box.green-background p {
    color: #FFFFFF;
}

.bordered-box.light-blue-background,
.hidden-info.light-blue-background {
    color: #502782;
    background: #bdccd4;
}

.grey-green-border {
    border: 5px solid #526355;
    background: none;
}

.fc-no-pad .grey-green-border {
    background: #FFF;
}

.reveal-content.no-border {
    background: none;
}

.hidden-info .reveal-content.no-flex {
    display: block;
}

.hidden-info.no-background.no-border {
    background: none;
    border: none;
}

.spaced-right {
    padding-right: 4rem;
}

.flex-container.fc-spaced > div:nth-child(2) {
    padding-left: 4rem;
}

table.green-table {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-collapse: separate !important;
    border-spacing: 0;
}

.green-table th,
.green-table td {
    padding: 0.5rem;
}

.green-table td:nth-of-type(1),
.green-table td:nth-of-type(2) {
    border-right: 3px solid var(--green);
}

.green-table {
    border: 3px solid var(--green);
}

.green-table th {
    background: var(--green);
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
}

.green-table th,
.green-table td {
    vertical-align: top;
}

.green-table .hidden-info {
    padding: 0;
}

.green-table .hidden-info-container {
    margin: 0;
    text-align: center;
}

.elearn-page .green-table td .reveal-content p {
    margin: 0 auto;
}

.col_1_2 h5 {
    margin: 1rem 0;
}

.hidden-info.red-border {
    padding: 1rem;
    background: #FFFFFF;
    border: 5px solid #CC0000;
    padding: 0;
    border-radius: 25px;
    box-sizing: border-box;
}


.hidden-info.grey-border {
    padding: 1rem;
    background: #FFFFFF;
    border: 5px solid #607F6E;
    padding: 0;
    border-radius: 25px;
    box-sizing: border-box;
}

.fc-col {
    flex-direction: column;
}

.hidden-info.grey-border .reveal-content {
    border: 0;
}

.col-1-3 img,
.hidden-info img,
.reveal-content img {
    display: block;
    width: 100%;
}

p.bulleted {
    position: relative;
    padding-left: 2rem;
}

p.bulleted::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    margin-right: 1rem;
    border-radius: 10px;
    background: #07435f;
    top: 0.55rem;
    left: 0;
}

.bullet {
    display: inline-block;
    margin-right: 0.5rem;
}

.bullet svg {
    display: block;
    width: 8px;
    position: relative;
    top: 7px;
    margin-right: 0.5rem;
}

.hidden-info.grey-border > div {
    padding: 0.5rem 1rem;
}

.reveal-content.rbc-center {
    text-align: center;
}

.reveal-content.rbc-center .reveal-images {
    margin: 0.5rem auto;
}

.reveal-content.flex-rows {
    flex-direction: column;
}

.elearn-page .reveal-content h4 {
    margin: 0;
    text-align: left;
    padding-right: 20px;
    width: 140px;
    flex-shrink: 0;
}

.elearn-page .reveal-content h4.bulleted-item {
    width: unset;
    flex-shrink: 1;
}

.elearn-page .reveal-content h4.lonely {
    width: auto;
}

.drag-question {
    border-radius: 20px;
    padding: 0.5rem;
    margin: 0 0 0.5rem 0;
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    text-align: center;
}

a.blue-text-link {
    text-decoration: none;
    color: #2196f3;
}

.dg-blue {
    background: #07435f;
    color: #FFFFFF;
}

button.submit.green-btn {
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem auto 0.5rem auto;
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    width: 240px;
    background: #009245;
    color: #FFFFFF;
    display: block;
}

.elearn-page .col-1-2:nth-of-type(1) {
    padding-right: 1rem;
}

/*
.elearn-page .col-1-3:nth-of-type(1),
.elearn-page .col-1-3:nth-of-type(2),
.elearn-page .col_1_3:nth-of-type(1),
.elearn-page .col_1_3:nth-of-type(2) {
    padding-right: 1rem;
}
*/
.flex-container.fc-2 > hidden-info,
.elearn-page .reveal-content > span {
    text-align: left;
}

.flex-container.fc-2 > button.reveal-hidden-info {
    margin: 10px 5px;
    width: calc(50% - 10px);
}

.flex-container.fc-2 > .hidden-info {
    padding: 0;
    margin: 5px 0;
}

.flex-container.fc-3 > div {
    width: calc(33.333% - 1rem);
}

.flex-container.fc-nowrap {
    flex-wrap: nowrap;
}

.flex-container.fc-ab {
    align-items: baseline;
}

.flex-container.fc-ab svg {
    margin-bottom: 1rem;
}

.flex-container.fc-ab strong {
    display: inline-block;
    margin-right: 0.5rem;
}

.centred-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.fc-circle-reveal {
    align-items: center;
    margin: 1rem;
}

.circle-letter {
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #cc0910;
    color: #FFFFFF;
    font-size: 3rem;
    margin-right: 2rem;
}

.reveal-content.rc-red,
.circle-letter.cl-red {
    background: #C1272D;
    color: #FFFFFF;
}

.reveal-content.rc-orange,
.circle-letter.cl-orange {
    background: #f7931e;
    color: #FFFFFF;
}

.reveal-content.rc-yellow,
.circle-letter.cl-yellow {
    background: #ffcc00;
    color: #07435f;
}

.reveal-content.rc-green,
.circle-letter.cl-green {
    background: #08a05d;
    color: #FFFFFF;
}

.reveal-content.rc-red,
.reveal-content.rc-yellow,
.reveal-content.rc-green {
    padding: 2rem;
    display: block;
}

.reveal-content.rc-red p,
.reveal-content.rc-yellow p,
.reveal-content.rc-green p,
.reveal-content.rc-red h5,
.reveal-content.rc-yellow h5,
.reveal-content.rc-green h5 {
    color: #FFFFFF;
}

.elearn-course .fc-sr-red button,
.sr-red,
.rc-red {
    background: #C1272D;
    color: #FFFFFF;
    border-radius: 0;
    height: 100%;
}

.elearn-course .fc-sr-orange button,
.sr-orange,
.rc-orange {
    background: #f7931e;
    color: #FFFFFF;
    border-radius: 0;
    height: 100%;
}

.elearn-course .fc-sr-yellow button,
.sr-yellow,
.rc-yellow {
    background: #ffcc00;
    color: #07435f;
    border-radius: 0;
    height: 100%;
}

.elearn-course .fc-sr-green button,
.sr-green,
.rc-green {
    background: #08a05d;
    color: #FFFFFF;
    border-radius: 0;
    height: 100%;
}

.elearn-course .fc-sr-blue button,
.sr-blue,
.rc-blue {
    background: #307bce;
    color: #FFFFFF;
    border-radius: 0;
    height: 100%;
}

.elearn-course .fc-sr-purple button,
.sr-purple,
.rc-purple {
    background: #07435f;
    color: #FFFFFF;
    border-radius: 0;
    height: 100%;
}

.elearn-course .fc-sr-red button .reveal-text,
.elearn-course .fc-sr-orange button .reveal-text,
.elearn-course .fc-sr-green button .reveal-text,
.elearn-course .fc-sr-blue button .reveal-text,
.elearn-course .fc-sr-purple button .reveal-text {
    color: #FFFFFF;
}

.fc-square-reveal {
    margin: 1rem 0;
    justify-content: stretch;
}

.fc-square-reveal > * {
    flex-grow: 1;
}

.elearn-page .fc-square-reveal .hidden-info.no-background.no-border .reveal-content {
    padding: 0;
    display: flex;
}

.elearn-page .fc-square-reveal .hidden-info .reveal-content > div {
    padding: 1rem;
}

.square-reveal {
    padding: 1rem;
    margin-right: 1rem;
    width: 200px;
    text-align: center;
    font-weight: 600;
}

.fc-square-reveal .hidden-info-container {
    margin: 0;
    min-height: unset;
    width: calc(100% - 200px - 1rem);
}

.elearn-page .fc-square-reveal .hidden-info-container .hidden-info.no-background.no-border {
    padding: 0;
}

.col-30 {
    width: 30%;
    padding: 0 0.5rem;
}

.col-40 {
    width: 40%;
    padding: 0 0.5rem;
}

.elearn-page p.no-margin {
    margin: 0;
}

.fc-7 > div {
    width: calc(100%/7);
    padding: 1rem;
    text-align: center;
    font-size: 0.8rem;
}

.module-item svg {
    display: block;
    width: 80%;
    margin: 1rem auto;
}

.fc-item-row {
    flex-wrap: nowrap;
    align-items: center;
    margin: 1rem 0;
}

.flow .flex-container {
    position: relative;
}

.flow .flex-container.fc-4 .flex-container:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #f4b821;
    position: absolute;
    right: -18px;
}

.flow .flex-container.fc-4 .flex-container:nth-child(4):after {
    display: none;
}

.fc-item-row > div {
    padding: 1rem;
    box-sizing: border-box;
}

.reveal-button-left-align {
    text-align: left;
    font-weight: 600;
}

.elearn-course button.reveal-button-column {
    height: 100%;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    flex-direction: column;
    text-align: center;
    padding: 2rem;
}

.elearn-course button.reveal-button-column .reveal-arrow {
    margin: 0.5rem auto;
}

.module-icon h3 {
    text-transform: capitalize;
    display: block;
    max-width: 180px;
    margin: 0.5rem auto 1rem auto;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.elearn-page .num-and-text p {
    margin: 0.5rem 0;
}

.slide-help,
.slide-audio {
    text-align: center;
    margin: 10px 0 20px 0;
}

.slide-help svg,
.slide-audio svg {
    width: 60px;
    margin: 0.5rem auto;
}

audio {
    outline: none;
}

#audioPlayer audio {
    display: none;
}

.red-dash {
    border: 5px solid #d71000;
    background: #FFF;
    padding: 10px;
    border-radius: 25px;
    box-sizing: border-box;
}

.content-cols-2 {
    column-count: 2;
}

.grey-dash,
.yellow-dash {
    border: 5px solid #ffd631;
    background: #FFF;
    padding: 0.5rem 1.5rem;
    border-radius: 15px;
    box-sizing: border-box;
    margin: 10px;
}

.grey-dash.has-nested-box,
.flex-grid .grey-dash,
.flex-grid .yellow-dash {
    margin: 0;
}

.red-dash.no-pad,
.grey-dash.no-pad,
.yellow-dash.no-pad,
.yellow-border.no-pad {
    padding: 0;
}

.flex-container.fc-3 > div,
.yellow-dash.col-1-3 {
    margin: 0.5rem;
    width: calc(33.333% - 1rem);
}

.flex-container.fc-2 > div,
.flex-container.fc-2 > .col-1-2 {
    width: calc(50% - 1rem);
    margin: 0.5rem;
}

.flex-container.fc-v {
    flex-direction: column;
}

.flex-container.fc-v.space-out,
.widget-sequence .flex-container.fc-v {
    justify-content: space-between;
}

.red-dash-with-bar {
    position: relative;
}

.red-join-bar {
    background: #d70f11;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 1rem 1.5rem;
    color: #FFF;
    position: absolute;
    top: -43px;
    left: -5px;
    z-index: 2;
    width: calc(200% + 20px + 1rem);
}

.yellow-dash.fc-v {
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fc-v-content {
    padding: 1rem;
}

.red-join-bar span {
    width: 200px;
    display: block;
}

.text-pad {
    padding: 0.5rem;
}

.text-pad p:first-of-type {
    margin-top: 0;
}

.red-dash-with-bar .text-pad {
    padding-top: 3.5rem;
}

.yellow-dash.flex-container {
    padding: 1rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.yellow-dash.flex-col {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.grey-dash {
    border-color: #07435f;
}

.bold-image-note {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    color: #07435f;
}

.elearn-page .yellow-dash p,
.elearn-page .grey-dash p {
    margin: 0;
}

p.pw60 {
    width: 60%;
}

.yellow-dash h3 {
    text-align: center;
}

.img-container img,
.img-container svg {
    display: block;
}


.col-1-2.yellow-dash {
    width: calc(50% - 4rem);
    margin: 0 2rem;
}

.col-1-3.red-dash {
    width: calc(33.333% - 20px);
}

.elearn-page .yellow-dash svg,
.elearn-page .yellow-dash img,
.grey-dash img,
.grey-dash svg,
.red-dash img,
.red-dash svg {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.elearn-page .yellow-dash .img-w-90 svg,
.img-w-90 svg,
.img-w-90 img {
    width: 90%;
    margin: 0 auto;
}

.img-w-50 svg,
.img-w-50 img {
    width: 50%;
    margin: 0 auto;
}

.corner-img {
    position: absolute;
    top: -47px;
    left: -21px;
}

.corner-img svg {
    display: block;
    width: 60px;
}

.mw-200 img,
.mw-200 svg {
    max-width: 200px;
}

.mw-300 img,
.mw-300 svg {
    max-width: 300px;
}

.elearn-page ol.numbered {
    padding: 1rem 2rem;
    font-family: sofia-pro, sans-serif;
}

.elearn-page ol.numbered li {
    list-style-type: decimal;
    padding: 5px 0 0 1rem !important;
    font-family: sofia-pro, sans-serif;
}

.elearn-page ol.numbered li:before {
    display: none;
}

.elearn-page {
    flex-grow: 1;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.elearn-page ul {
    max-width: 480px;
}

.elearn-page ul.mq-answers {
    max-width: 100%;
}

.col-1-2.image-container {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.col-1-2.image-container svg {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.elearn-page h2,
.elearn-page h1 {
    clear: both;
}

.big-list-headers h3 {
    font-size: 1.8rem;
}

.big-list-headers h3 strong {
    font-size: 3rem;
}

svg#call-tigerlily {
    min-width: 110px;
    margin-left: 1rem;
    flex-shrink: 0;
}

.elearn-page h4 {
    font-size: 19px;
}

.elearn-page li:before {
}

.v2 h4.bulleted-item,
.bulleted-item {
    display: flex;
}

.bulleted-item .bullet {
    margin-right: 0.5rem;
}

.drag-sequence {
    padding: 1rem;
    border-radius: 8px;
}

.drag-sequence.option {
    border: 3px solid #d71000;
    margin-bottom: 2rem;
}

.ws-yellow .drag-sequence.option {
    border: 3px solid #f4b821;
}

.drag-sequence.option svg {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.drag-sequence.num {
    background: #7cbfb5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ws-yellow .drag-sequence.num {
    background: #f4b821;
}

.drag-sequence.red.num {
    background: #d71000;
}

.drag-sequence.num > span {
    font-size: 3rem;
    font-weight: 900;
    color: #FFF;
}

.elearn-course button.widget-submit {
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem auto 0.5rem auto;
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    width: 240px;
    background: #d71000;
    color: #FFFFFF;
    display: block;
}

.elearn-course button.widget-submit:hover {
    transition: 0.7s;
    cursor: pointer;
    background: #08a05d;
    color: #FFF;
}

.yellow-slide {
    background: #f4b821;
}

.elearn-page ul.slow li:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f067";
    position: absolute;
    left: 4px;
    top: 12px;
    color: #FFFFFF;
    font-size: 28px;
    border: unset;
    border-radius: 24px;
    padding: 8px 8px 0px 8px;
    width: unset;
    line-height: 20px;
    font-weight: 200;
    height: 28px;
}

.elearn-page ul.bad li {
    color: #FFFFFF;
}

.elearn-page ul.okay li:before,
.elearn-page ul.bad li:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f058";
    position: absolute;
    left: 12px;
    width: unset;
    height: 28px;
    top: 19px;
    color: #FFFFFF;
    font-size: 38px;
    border: unset;
    border-radius: 24px;
    padding: 0px;
    background: unset;
    line-height: 20px;
    font-weight: 200;
}

.elearn-page ul.okay li,
.elearn-page ul.okay li:before {
    color: #00c853;
}

.img_center img {
    display: block;
    margin: auto;
}

.elearn-page ul.flow_text li:before,
.elearn-page ul.flex_grid li:before {
    display: none;
}

.elearn-page ul.calling li:before {
    content: "\f2a0";
}

.elearn-page ul.plus_comment li:before {
    content: "\f4a8";
}

.elearn-page ul.correct_answer li:before {
    content: "\f058";
}

.elearn-page ul.plus_list li:before {
    content: "\f055";
}

.elearn-page ul.objectives li:before {
    content: "\f46c";
}

.flex-container.fc-3,
.flex-container.fc-4,
.flex-container.fc-5 {
}

.flex-container.fc-5.fc-std {
    justify-content: flex-start;
}

.flex-container.fc-5 > div {
    width: calc(20% - 1rem );
    margin: 1rem 0.5rem;
}

.flex-container.fc-5.fc-std > div {
    width: calc(20% - 1rem);
    margin: 0.5rem;
}

.flex-container.fc-2 > div {
    width: calc(50% - 1rem);
    margin: 0.5rem;
}

.flex-container.fc-4 > div {
    width: calc(25% - 1rem);
    margin: 0.5rem;
}

.flex-container.fc-4.no-borders > div:first-child {
    padding-left: 0;
    margin-left: 0;
}

.flex-container.fc-3 > div {
    width: calc(33.333% - 1rem);
    margin: 0.5rem;
    overflow: hidden;
}

.flex-container.fc-3.fc-no-pad > div {
    padding: 0;
}

.flex-container.fc-6 > div {
    width: calc(16.667% - 1rem);
    margin: 0.5rem;
}

.img-col-40 {
    width: 40%;
}

.img-col-60 {
    width: 60%;
}

.img-col-40,
.img-col-60 {
    padding: 2rem;
}

.burns-3 {
    text-align: center;
}

.meningitis-symptoms svg {
    display: block;
    height: 100%;
    margin: auto;
    max-height: 185px;
}

.meningitis-symptoms {
    text-align: center;
}

.elearn-page ul.question li:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f05a";
    position: absolute;
    left: 4px;
    top: 19px;
    color: #00c853;
    font-size: 38px;
    border: unset;
    border-radius: 24px;
    padding: 0px;
    background: unset;
    width: unset;
    line-height: 20px;
    font-weight: 200;
}

.elearn-page ul.question li:before,
.elearn-page ul.mini-quiz li:before {
    content: "\f128";
    color: #2196f3;
    left: 14px;
}

.elearn-page .warning ul.info li:before {
    color: #FFFFFF;
}


.elearn-page ol {
    counter-reset: ol-counter;
    margin: 10px 0 10px 0;
    padding: 0;
}

.elearn-page ol li {
    padding: 5px 0 0 80px !important;
    line-height: 1.5;
}

.elearn-page ol li:before {
    font-family: sofia-pro, sans-serif;
    text-align: center;
    content: counter(ol-counter);
    counter-increment: ol-counter;
}

.elearn-page ol.drabc li:before {
    font-family: sofia-pro, sans-serif;
    font-weight: 900;
    text-align: center;
}

.elearn-page ol.drabc li.d:before {
    content: 'D'
}

.elearn-page ol.drabc li.r:before {
    content: 'R'
}

.elearn-page ol.drabc li.a:before {
    content: 'A'
}

.elearn-page ol.drabc li.b:before {
    content: 'B'
}

.elearn-page ol.drabc li.c:before {
    content: 'C'
}

.elearn-page li {
    line-height: 1.5rem;
}

.elearn-page .layout li:before {
    content: '';
    display: none;
}

.limit-reveal-width {
    width: 60%;
}

.desktop-item,
.desktop-image {
    display: block;
}

.mobile-item,
.mobile-image {
    display: none;
}

.hidden-info-container:first-of-type {
    /*margin-top: 0;*/
}

.hidden-info-container {
    margin: 0.5rem 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    max-width: 860px;
}

.mi-cg-2 .hidden-info-container svg {
    margin:2rem auto 1rem auto;
    max-height: 300px;
}

.mi-cg-2 .hidden-info-container svg#reveal-arrow {
    margin:0;
}

.elearn-course button.noflex {
    display: block;
}

.elearn-page em {
    font-style: italic;
}

.elearn-page em.green {
    background: #00c853;
}

.image_note {
    display: block;
    padding: 20px;
    text-align: center;
    color: #999999;
}

.fw_image img {
    display: block;
    width: 100%;
    padding: 40px 20px;
}

.elearn-page button.reveal {
    position: relative;
    padding-right: 40px;
    margin: 20px 0;
}

.elearn-page ul.flowed button.reveal,
.elearn-page ol.flowed button.reveal {
    display: block;
    margin-top: 10px;
}

.elearn-page button.reveal:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f061';
    font-size: 21px;
    position: absolute;
    right: 10px;
    top: 8px;
}

.fx {
    display:flex;
}

.fg {
    display:grid;
}

.fg-3-4 {
    grid-template-columns:3fr 1fr;
    gap:32px;
}

.fg-ai-c {
    align-items:center;
}

.fg-ai-e {
    align-items:flex-end;
}

.fg-3-4 svg {
    max-width:200px;
}

.elearn-page li.vbig {
    font-size:3rem;
    margin:3rem 0;
    line-height:3.6rem;
}

.elearn-page li.big {
    font-size:2rem;
    margin:2rem 0;
    line-height:2.6rem;
}

.half-width-right img {
    display:block;
    width:50%;
    margin-left:auto;
    min-width:600px;
}

.elearn-page .quiz li, .elearn-page .mini-quiz li {
    cursor: pointer;
}

.elearn-page .quiz li:hover,
.elearn-page .mini-quiz li:hover {
    background: rgba(0, 0, 0, 0.1);
}

.elearn-page .mini-quiz li.reveal:hover {
    background: inherit;
    cursor: default;
}

.elearn-page .quiz li.answer {
    display: none;
}

.elearn-page .quiz.correct {
    border-left: 4px solid #00ee00;
}

.elearn-page .quiz.incorrect {
    border-left: 4px solid #ee0000;
}

.elearn-page .quiz li.selected,
.elearn-page .mini-quiz li.selected {
    background: #2196f3;
    color: #ffffff;
}

.elearn-page .mini-quiz li:before {
    content: '\f128';
}

.elearn-page .quiz li.selected:before,
.elearn-page .mini-quiz li.selected:before {
    color: #FFFFFF;
}


.elearn-page .mini-quiz.revealed li:before {
    content: '\f00d';
}

.elearn-page .mini-quiz.revealed li[data-answer="1"] {
    background: #00c853;
    color: #ffffff;
}

.elearn-page .mini-quiz.revealed li[data-answer="1"]:before {
    content: '\f00c';
    background: #00c853;
    color: #ffffff;
    border-color: #ffffff;
}

.elearn-page .quiz li.answer:before,
.elearn-page .mini-quiz li.reveal:before {
    content: '';
    border: none;
}

.elearn-page .hidden-answer {
    display: none;
}

.elearn-page .hidden-info {
    display: none;
    height: 100%;
    border-radius: 8px;
    background: rgb(22 67 96 / 20%);
}

.elearn-page h2,
.elearn-page h3.pseudo-h2 {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

.elearn-page h2 + div.flowed {
    margin-bottom: 10px;
}

.elearn-page div.flowed,
.elearn-page ol.flowed li,
.elearn-page ul.flowed li {
    display: none;
    padding: 20px;
}

.elearn-page ul.flex_grid.flowed li {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.elearn-page div.flowed:first-child {
    display: unset;
}

.elearn-page .slow li {
    opacity: 0;
}

.elearn-page .slow li.revealed {
    animation: slowReveal 0.6s ease forwards;
}

.elearn-page p {
    line-height: 140%;
    margin: 20px 0;
}

.elearn-page .reveal-content.no-border p {
    margin: 0;
}

.elearn-page .side-by-side {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.elearn-page .side-by-side > * {
    flex-basis: 50%;
}

.elearn-page .bad {
    background-color: #F89494;
}

.elearn-page .okay {
    background-color: #E3EBE4;
}

.elearn-page ul.okay li,
.elearn-page ul.bad li {
    width: inherit;
    padding-right: 20px;
}

.elearn-page ul.okay .list-header, .elearn-page ul.bad .list-header {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.5em;
}

.elearn-page ul.bad .list-header {
    background-color: #e91e63
}

.elearn-page ul.okay .list-header {
    background-color: #00c853
}

.elearn-page ul.okay .list-header:before,
.elearn-page ul.bad .list-header:before {
    display: none;
}

.module-slide-thumbs {
    display: none;
}

.module-slide-thumbs.show {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.slide-thumb {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-size: 13px !important;
}

.elearning-index h3 {
    display: block;
    width: 100%;
    margin: 1rem 2rem;
    height: 20px;
}

.elearning-index .footer .exam-link a span,
.elearning-index .index-module > span {
    text-align: center;
    text-transform: capitalize;
    font-family: sofia-pro, sans-serif;
    display: block;
    margin-top: 0.5rem;
    font-weight: 500;
    font-size: 0.9rem;
    color: #07435f;
}

.elearning-index .footer .exam-link a span.small-note {
    text-transform: none;
    color: #969696;
}

.elearning-index .footer .exam-link a span.label {
    text-align: center;
    text-transform: uppercase;
    font-family: sofia-pro, sans-serif;
    display: block;
    margin-top: 0.5rem;
    font-weight: 500;
    font-size: 0.9rem;
    color: #07435f;
}

.allow-exam .elearning-index .footer .exam-link a span.label {
    color: #08a05d;
}

.elearning-index .index-module {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 14.28%;
    justify-content: space-between;
    padding: 0.5rem;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 2rem;
    border-radius: 8px;
}

.elearning-index,
.exam-intro {
    display: none;
    flex-wrap: wrap;
    z-index: 12;
    background: #ffffff;
    position: absolute;
    width: 100%;
    padding: 20px;
    margin: 0px 0 20px 0;
    border-radius: 8px;
    min-height: 100%;
}

.exam-intro {
    display: block;
    top: 0;
    z-index: 10;
}

.elearning-index .grid {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

.v2 .elearning-index .footer {
    margin: 1rem 0;
    padding: 1.5rem 2rem 0rem 2rem;
    border-top: 2px solid #EDEDED;
    width: 100%;
    justify-content: flex-end;
    text-align: center;
    text-decoration: none;
}

.elearning-index .footer .exam-link svg {
    fill: #969696;
    max-height: 120px;
    width: 100%;
    max-width: 80px;
}

.allow-exam .elearning-index .footer .exam-link svg {
    fill: #08a05d;
}

.elearning-index .footer .exam-link a {
    display: block;
    max-width: 120px;
    margin: 0 auto;
    text-decoration: none;
}

.elearning-index .footer .exam-link a:hover {
    text-decoration: none;
}

.elearning-index .intro-text {
    text-align: center;
    padding: 1.5rem 1rem 0.5rem 1rem;
    border-bottom: 2px solid #dcddf2;
}

.elearning-index .intro-text h1 {
    margin: 0 0 0.5rem 0;
}

.elearning-index.show {
    display: block;
}

.elearning-index .index-module:hover {
    background: rgba(0, 0, 0, 0.05);
}

.elearning-index .index-module .module-percentage {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 5px;
    top: 5px;
    margin: 0;
    padding: 0;
}

.elearning-index .index-module .module-percentage:before {
    display: inline-block;
    width: 45px;
    height: 45px;
    content: ' ';
}

.index-module img {
    display: block;
    height: 120px;
}

.close-index {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.close-index svg {
    display: block;
    width: 40px;
    height: 40px;
    fill: #d06e42;
    transition: 0.7s;
    cursor: pointer;
}

.close-index:hover svg {
    fill: #08a05d;
}

widget-drag-drop {
    width: 100%;
}

/* !!! FOR ACTUAL PERCENTAGE CLASSES SEE ELEARNINGSPRITES.CSS !!! */

/* THUMBNAIL FULL SLIDES - BETA
.slide-thumb {
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 1);
    background: #ffffff;
    margin: 10px;
    padding: 5px;
}

.slide-thumb > div {
    zoom: 0.1;
}

 .slide-thumb h1, .slide-thumb h2 {
    font-size: 800% !important;
}
*/
/* ================================================================================================================================================================================================================ */

/* pop ups */
.pop-up {
    position: fixed;
    bottom: -140px;
    left: 50%;
    margin-left: -350px;
    z-index: 21;
    box-sizing: border-box;
}

.pop-up.right {
    position: fixed;
    bottom: -120px;
    right: 5%;
    padding-left: 360px;
    margin: 0;
    z-index: 10;
    left: unset;
}

.pop-up.left {
    position: fixed;
    bottom: -160px;
    left: 5%;
    padding-right: 350px;
    margin: 0;
    z-index: 10;
}

.show-tom-button,
.show-tilly-button {
    position: fixed;
    bottom: -5px;
    left: 50%;
    margin-left: -65px;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

.show-tom-button {
    margin-left: 0px;
}

.show-tom-button svg,
.show-tilly-button svg {
    width: 60px;
}

.pop-up svg#tilly,
.pop-up svg#lilly,
.pop-up svg#tom,
.pop-up svg#tiger {
    width: 300px;
    display: none;
}

.pop-up.open svg#tilly,
.pop-up.open svg#lilly,
.pop-up.open svg#tom,
.pop-up.open svg#tiger {
    display: block;
}

.speech-bubble {
    position: absolute;
    background: #cc0910;
    border-radius: 5px;
    color: #FFFFFF;
    left: 100%;
    top: 5%;
    min-width: 280px;
    font-size: 1rem;
    font-style: italic;
    padding: 2rem 3.5rem 2rem 2rem;
    letter-spacing: 1px;
    box-sizing: border-box;
    line-height: 1.2rem;
    font-weight: 600;
    width: 125%;
    z-index: 1;
    min-height: 200px;
    display: flex;
    align-items: center;
    max-width: 380px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    display: none;
}

.pop-up.open .speech-bubble {
    display: block;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    left: 0;
    top: 56%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 36px 60px;
    border-color: transparent transparent #cc0910 transparent;
    margin-top: 12.5px;
    margin-left: -42px;
    transform: rotate(-22deg);
    z-index: -1;
}

.right .speech-bubble {
    left: 0;
    top: 0;
}

.right .speech-bubble:after {
    left: 106%;
    border-width: 0 21px 35px 59px;
    border-color: transparent transparent #cc0910 transparent;
    margin-top: 45.5px;
    margin-left: -64px;
    transform: rotate(-136deg);
    z-index: -1;
}

.left .speech-bubble {
    right: 0;
    left: unset;
    top: 33%;
}

.left .speech-bubble:after {
    left: 0;
    border-width: 0 13px 28px 46px;
    border-color: transparent transparent #cc0910 transparent;
    margin-top: -79.5px;
    margin-left: -28px;
    transform: rotate(44deg);
    z-index: -1;
}


.speech-bubble ul {
    margin: 0;
    padding: 0 0 0 1rem;
    max-width: 100%;
}

.speech-bubble ul li {
    margin: 0;
    line-height: 1.2rem;
}

.speech-bubble a,
.speech-bubble a:link,
.speech-bubble a:visited {
    font-weight: 600;
    color: #29abe2;
}

strong.red.point,
strong.red.num {
    font-size: 2rem;
    position: relative;
    top: -11px;
    margin-right: 0.5rem;
}

strong.red.num {
    margin-right: 0.25rem;
}

.num-and-text strong.red.num {
    top: 0;
    margin-right: 0.5rem;
}

.single-slide .speech-bubble h3 {
    color: #f4b821;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-style: normal;
}

.speech-bubble svg#film-camera {
    width: 60px;
    margin: 10px Auto 0 auto;
    display: block;
}

svg#burn-percent-hand {
    width: 94px;
    margin: 0 auto;
}

.slide-controls span.slide-review-module {
    font-size: 1.2rem;
    margin: 0 auto 1rem auto;
    display: block;
    width: 240px;
    background: rgba(255,255,255,0.2);
    padding: 0.5rem 0.75rem;
    border-radius: 10px;
    transition:.5s
}

.slide-controls span.slide-review-module:hover {
    color: #ffffff;
    background: #164360;
}

.yellow {
    color: #f4b821;
    font-weight: 500;
}


.close-pop-up {
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}

.close-pop-up #close-icon circle {
    fill: #ffd02e;
}

.close-pop-up:hover #close-icon circle {
    fill: #08a05d;
}

.close-pop-up #close-icon circle polygon,
.close-pop-up:hover #close-icon circle polygon {
    fill: #FFF;
}

.video-link a {
    display: flex;
    width: 70%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 15px;
    transition: 0.7s;
    margin: 3rem 0 2rem 0;
    max-width: 860px;
}

.video-link a:hover {
    background: rgba(0,0,0,0.1);
}

.video-link a img {
    width: 100%;
    display: block;
}

.col_3_4 p:first-child,
.col_2_3 p:first-child {
    margin-top: 0;
}

.single-fw-image {
    padding:32px 16px;
}

.single-fw-image img,
.single-fw-image svg {
    margin: 0 auto;
    width:100%;
    max-width: 860px;
    display: block;
}

/* Meningitis head svg animation */


svg#meningitis-head #Brain,
svg#meningitis-head #Meninges,
svg#meningitis-head #spinal_cord {
    opacity: 0;
}

svg#meningitis-head #Brain {
    animation: 2s fadesvg;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}

svg#meningitis-head #Meninges {
    animation: 2s fadesvg;
    animation-fill-mode: forwards;
    animation-delay: 2.5s;
}

svg#meningitis-head #spinal_cord {
    animation: 2s fadesvg;
    animation-fill-mode: forwards;
    animation-delay: 4s;
}

/*
    Fancy box overrides
*/

.fb-el-note {
    display: inline-block !important;
}

.fancybox-button.fancybox-button--close {
    background: #08a05d !important;
    color: #FFFFFF !important;
    width: 400px !important;
    display: flex !important;
    align-items: center;
    font-size: 1rem;
    letter-spacing: 1px;
}

.fancybox-button.fancybox-button--close svg {
    width: 28px;
    height: 28px;
    display: block;
    position: relative;
    left: 7px;
    top: 0px;
    background: rgba(0,0,0,0.2);
    padding: 3px;
    border-radius: 2px;
}

.fancybox-toolbar {
    opacity: 1 !important;
    visibility: visible !important;
}

@keyframes fadesvg {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.close-pop-up svg {
    width: 40px;
}

.single-slide h1 {
    padding: 20px 0;
}

.single-slide h2 {
}

.single-slide h3 {
    margin: 1rem 0;
}

.slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.exam-score .mark {
    font-size: 48px;
    font-weight: 900;
    border: 8px solid #007200;
    background: #009000;
    color: #ffffff;
    display: inline-flex;
    flex-direction: column;
    border-radius: 50%;
    width: 3.5em;
    height: 3.5em;
    align-items: center;
    justify-content: center;
    box-sizing: border-box !important;
}

.exam-score.failed .mark {
    background: #900000;
    border-color: #720000;
}

.exam-score .mark-label {
    font-size: 16px;
    font-weight: 400;
}

.elearn-page .scc-final-assessment li,
.elearn-page.exam .question {
    font-size: 1.2rem;
}

.elearn-page .scc-final-assessment ul {
    margin: 2rem 0 3rem 0;
    padding: 0;
    max-width: 100%;
}

.elearn-page .scc-final-assessment ul li {
    list-style-type: none;
    display: flex;
    padding: 1rem;
    border-radius: 3px;
    margin: 0.5rem 0;
}

.elearn-page .scc-final-assessment ul li:hover {
    transition: 0.7s;
    background: #d06e42;
    color: #4e2682;
}

.elearn-page .scc-final-assessment.reviewing ul li:not(.chosen):hover {
    background: transparent;
}

.elearn-page .scc-final-assessment ul.exam-review,
.elearn-page .scc-final-assessment ul.exam-review li ul {
    margin: 0;
}

.elearn-page .scc-final-assessment ul.exam-review > li {
    background: rgba(193,39,45,0.1);
    margin: 0 0 3rem 0;
}

.elearn-page .scc-final-assessment ul.exam-review li.correct {
    background: rgba(0,143,58,0.1);
}

.elearn-page .scc-final-assessment ul.exam-review > li:hover {
    background: rgba(193,39,45,0.1);
}

.elearn-page .scc-final-assessment ul.exam-review > li.correct:hover {
    background: rgba(0,143,58,0.1);
}

.elearn-page .scc-final-assessment ul.exam-review li ul li {
    background: none;
    border: 2px solid transparent;
}

.elearn-page .scc-final-assessment ul.exam-review li ul li b {
    color: #d71000;
    margin-right: 1rem;
}

.elearn-page .scc-final-assessment ul.exam-review li.correct ul li.chosen {
    background: rgba(0,143,58,1);
    color: #fff;
}

.elearn-page .scc-final-assessment ul.exam-review li.correct ul li.chosen b {
    color: #FFF;
}

.elearn-page .scc-final-assessment ul.exam-review li ul li.chosen {
    background: rgba(193,39,45,1);
    color: #fff;
}

.elearn-page .scc-final-assessment ul.exam-review li ul li.correct-choice {
    background: none;
    border-color: #08a05d;
}

.elearn-page .scc-final-assessment ul.exam-review li ul li.chosen b {
    color: #FFF;
}

.answer-abc {
    margin-right: 1rem;
    color: #d71000;
    font-weight: 900;
    font-size: 1.5rem;
}

.elearn-page .scc-final-assessment ul li:hover .answer-abc {
    color: #d71000;
}

.end-of-exam .results .mark {
    margin-right: 40px;
}

.end-of-exam .results {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    align-items: center;
}

.end-of-exam .results .mark {
    margin-right: 40px;
}

.end-of-exam .result {
    font-size: 30px;
}

.end-of-exam .cert-details > * {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.end-of-exam .cert-details label {
    display: inline-block;
    width: 20em;
    font-weight: 400;
}

.end-of-exam .cert-details > div {
    font-weight: 600;
}

a.question-submit {
    text-decoration: none;
    display: inline-block;
    background: #d70f11;
    padding: 0.5rem;
    border: 2px solid #FFF;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}

.pages-footer.exam {
    display: flex;
    justify-content: space-between;
}

.end-text h2 {
    margin-bottom: 1em;
}

.end-text h2.exam-score {
    margin-top: 1em;
    display: flex;
}

.score-container {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto;
    width: auto;
    padding: 0.5em 1em;
    border-radius: 8px;
}

.score-container .score-tln {
    position: relative;
    top: 4px;
    font-size: 12px;
    color: #244334;
    white-space: nowrap;
}

.score-container .score-value {
    font-weight: 900;
}

.score-container.pass {
    background: #4db78e;
    color: #ffffff;
}
/* ================================================================================================================================================================================================================ */
/* COURSE CONTENT STYLES - EXAMS */
.elearn-page .exam-choices li.chosen,
.elearn-page .exam-choices li.chosen:hover {
    background: #d06e42;
}

/* ================================================================================================================================================================================================================ */
/* COURSE CONTENT STYLES - IMAGES */

.el-img-right {
    clear: both;
    margin-left: 10px;
    margin-bottom: 10px;
}

.el-img-left {
    clear: both;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.w130 {
    width: 130px;
}

img.h140 {
    height: 140px;
}


/* ================================================================================================================================================================================================================ */
/* ANIMATIONS */
@keyframes slowReveal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/****************************************************************
 *
 * CSS Percentage Circle
 * Author: Andre Firchow
 *
*****************************************************************/

.slide-duration {
    position: relative;
}

.slide-duration * {
    box-sizing: unset !important;
}

.rect-auto, .c100.p30 .slice, .c100.p35 .slice, .c100.p40 .slice, .c100.p45 .slice, .c100.p50 .slice, .c100.p55 .slice, .c100.p60 .slice {
    clip: rect(auto, auto, auto, auto);
}

.pie, .c100 .bar, .c100.p30 .fill, .c100.p35 .fill, .c100.p40 .fill, .c100.p45 .fill, .c100.p50 .fill, .c100.p55 .fill, .c100.p60 .fill {
    position: absolute;
    border: 0.08em dashed #07435f;
    width: 0.84em;
    height: 0.84em;
    clip: rect(0em, 0.5em, 1em, 0em);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.pie-fill, .c100.p30 .bar:after, .c100.p30 .fill, .c100.p35 .bar:after, .c100.p35 .fill, .c100.p40 .bar:after, .c100.p40 .fill, .c100.p45 .bar:after, .c100.p45 .fill, .c100.p50 .bar:after, .c100.p50 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p60 .bar:after, .c100.p60 .fill {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c100 {
    position: relative;
    font-size: 100px;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin: 0.1em auto;
    background-color: #FFFFFF;
}

.c100 *, .c100 *:before, .c100 *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.c100.center {
    float: none;
    margin: 0 auto;
}

.c100.big {
    font-size: 240px;
}

.c100.small {
    font-size: 80px;
}

.c100 > span {
    font-family: 'Hind',sans-serif;
    font-size: 20px;
    position: absolute;
    width: 70%;
    z-index: 1;
    top: 23px;
    left: 14px;
    padding: 10px;
    line-height: 1em;
    box-sizing: border-box !important;
    color: #07435f;
    display: block;
    text-align: center;
    white-space: normal;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.c100 > span strong {
    font-size: 30px;
    display: block;
    font-weight: 600;
}

.c100:after {
    position: absolute;
    top: 0.08em;
    left: 0.08em;
    display: block;
    content: " ";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: whitesmoke;
    width: 0.84em;
    height: 0.84em;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.c100 .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0em, 1em, 1em, 0.5em);
}

.c100.p15 .bar {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.c100.p20 .bar {
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
}

.c100.p25 .bar {
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg);
}

.c100.p30 .bar {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c100.p35 .bar {
    -webkit-transform: rotate(210deg);
    -moz-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    -o-transform: rotate(210deg);
    transform: rotate(210deg);
}

.c100.p40 .bar {
    -webkit-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    transform: rotate(240deg);
}

.c100.p45 .bar {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.c100.p50 .bar {
    -webkit-transform: rotate(300deg);
    -moz-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    -o-transform: rotate(300deg);
    transform: rotate(300deg);
}

.c100.p55 .bar {
    -webkit-transform: rotate(330deg);
    -moz-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    -o-transform: rotate(330deg);
    transform: rotate(330deg);
}

.c100.p60 .bar {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.c100.dark {
    background-color: #777777;
}

.c100.dark .bar,
.c100.dark .fill {
    border-color: #c6ff00 !important;
}

.c100.dark > span {
    color: #777777;
}

.c100.dark:after {
    background-color: #666666;
}

.c100.dark:hover > span {
    color: #c6ff00;
}

.c100.green .bar, .c100.green .fill {
    border-color: #4db53c !important;
}

.c100.green:hover > span {
    color: #4db53c;
}

.c100.green.dark .bar, .c100.green.dark .fill {
    border-color: #5fd400 !important;
}

.c100.green.dark:hover > span {
    color: #5fd400;
}

.c100.orange .bar, .c100.orange .fill {
    border-color: #ffd631 !important;
}

.c100.orange:hover > span {
    color: #ffd631;
}

.c100.orange.dark .bar, .c100.orange.dark .fill {
    border-color: #e08833 !important;
}

.c100.orange.dark:hover > span {
    color: #e08833;
}

.top-margin-2rem {
    margin-top: 2rem;
}

a.booklet-link-definition {
    display: none;
}

.ls-pad {
    padding: 0 2rem;
}

.col-count-2 {
    column-count: 2;
}

.poison-5 .hidden-info-container {
    max-width: 180px;
    justify-self: center;
}


/* SEPSIS */

#shivering-active,
#slurred-active,
#die-active,
#breath-active,
#skin-active,
#urine-active,
#fit-active,
#lethargic-active,
#rash-active,
#cold-active,
#feeding-active,
#vomiting-active,
#shock-active,
#collapse-active,
#pulse-active,
#hoarse-active,
#shortness-active,
#swelling-active,
#anxiety-active,
#pain-active,
#nausea-active,
#stridor-active,
#itchy-active,
.active-item {
    display: none;
}


.svg-btn,
.svg-button {
    cursor: pointer;
    transition: 0.7s;
}

.svg-btn:hover rect,
.svg-button:hover rect {
    fill: #f4b821;
    transition: 0.7s;
}

button.submit.active {
    opacity: 1 !important;
}


/* MEDIA QUERIES */
@media all and (max-width: 1440px) {
    .grid-col-4, .grid-col-5 {
        grid-gap: 4%;
        grid-template-columns: 48% 48%;
    }

    .flex-container.fc-5 > div {
        width: calc(25% - 1rem);
    }

    .flex-container.fc-5.fc-std > div {
        width: calc(33.333% - 1rem);
    }

    .flex-container.fc-5.fc-std > div.red-dash-with-bar {
        margin-top: 8rem;
    }

    .flex-container.fc-6 > div {
        width: calc(33.333% - 1rem);
    }

    .flex-container.fc-3 > div {
        width: calc(33.333% - 1rem);
	min-width: 280px;
    }

    .flex-container.fc-4 > div {
        width: calc(50% - 1rem);
    }
}

@media all and (max-width: 1280px) {
    .flex-container.fc-5 > div {
        width: calc(33% - 1rem);
    }

    .elearning-index .index-module {
        width: 20%;
    }

    .pop-up {
        bottom: -180px
    }

    .pop-up svg#tilly,
    .pop-up svg#lilly,
    .pop-up svg#tom,
    .pop-up svg#tiger {
        width: 300px;
    }

    .electric-shock-high-low .flex-container.fc-3 > div {
        width: calc(50% - 1rem);
    }
}

@media all and (max-width: 1024px) {

    .fg-3.fg-3-bruises,
    .fg-3.fg-3-swallowed,
    .fg-3.fg-3-blisters,
    .fg-4-nose, 
    .fg-4-eye,
    .fg-4,
    .fg-3 {
        grid-template-columns:1fr;
    }

    .section-info-col {
        width: 140px;
    }

    .section-content-col {
        width: calc(100% - 140px);
    }

    .module-icon h3 {
        font-size: 15px;
    }
}

@media all and (max-width: 960px) {

    .fg-4-nose, 
    .fg-4-eye {
        grid-template-columns:1fr 1fr;
    }

    .section-content-col {
        padding: 0 20px;
    }

    .img-col-40,
    .img-col-60 {
        width: 100%;
    }

    .demo-content {
        width: 100%;
        padding: 2rem;
    }

    .demo-intro .intro-image {
        display: none;
    }

    .demo-intro-content .flex-container {
        flex-direction: row-reverse;
    }

    .further-instructions {
        flex-wrap: wrap;
        flex-direction: row-reverse;
        padding: 0;
    }

    .further-instructions .lilly-image {
        width: 100%;
    }

    .elearn-pages .further-instructions .pages-header h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .elearn-pages .further-instructions .pages-header {
        background: none;
    }

    .next-container a.big-footer-button {
        font-size: 1.2rem;
    }

    .grid-col-2,
    .grid-col-3,
    .grid-col-4,
    .grid-col-5 {
        grid-gap: 0;
        grid-template-columns: 100%;
    }

    .flex-container.fc-5.fc-std > div {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .red-join-bar {
        width: calc(100% + 10px);
    }

    .flex-container.fc-5.fc-std > div.red-dash-with-bar.rdwb-2 {
        margin-top: 0.5rem;
    }

    .col-1-2.bordered-box.red.margin-sep,
    .flex-container.fc-2 > div,
    .flex-container.fc-2 > .col-1-2,
    .limit-reveal-width,
    .col-1-2,
    .col-1-4,
    .col_1_4,
    .col-2-5,
    .col-3-4,
    .col_3_4,
    .col-4-5,
    .col-1-5,
    .col-3-8 {
        width: 100%;
    }

    .bg-image {
        background-size: cover;
    }

    .col-right-margin {
        margin-right: 0;
    }

    .flex-container.fc-spaced > div:nth-child(2) {
        padding-left: 0;
    }

    .spaced-right {
        padding-right: 0;
    }

    .ls-pad {
        padding: 0;
    }

    .meningitis-9-txt,
    .meningitis-11-txt {
        min-height: 260px;
    }

    .desktop-item,
    .desktop-image {
        display: none;
    }

    .mobile-item,
    .mobile-image {
        display: block;
    }

    .elearning-index .index-module {
        width: 33%;
    }

    .flex-container.fc-4 > div,
    .flex-container.fc-3 > div,
    .flex-container.fc-5 > div,
    .flex-container.fc-6 > div {
        width: 100%;
        margin: 0 0 1rem 0;
    }

    .circle-reveals.flex-container.fc-5 > div {
        width: 50%;
    }

    .electric-shock-high-low .flex-container.fc-3 > div {
        width: 100%;
    }

    .flex-container.fc-4.no-borders > div:first-child {
        padding: 1rem;
    }


    .elearn-page {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .section-content-col,
    .section-info-col {
        width: 100%;
    }

    .section-info-col {
        justify-content: flex-start;
        border-right: none;
        border-top: 1px solid #b3b3b3;
        padding: 0.5rem 0;
    }

    .exam .section-info-col {
        display: none;
    }

    .module-icon {
        width: 33.333%;
        align-items: center;
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .c100 {
        font-size: 80px;
    }

    .c100 > span {
        font-size: 14px;
        width: 70%;
        top: 17px;
        left: 12px;
        padding: 10px;
        line-height: 1.4em;
    }

    .module-icon {
        margin-bottom: 0;
        width: 80px;
    }

    .module-icon img {
        width: 60px;
    }

    .move-next-status {
        width: 50px;
        height: auto;
    }

    .module-icon h3 {
        width: 80px;
        font-size: 0.6rem;
    }

    .slide-help svg,
    .slide-audio svg,
    .slide-audio svg {
        width: 50px;
    }

    .section-controls {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 0 0.5rem 0 0;
    }

    .elearn-pages .pages-header {
        flex-wrap: wrap;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding: 1rem 1rem 0.75rem 1rem;
        background: #f4f3ea;
        margin-bottom: 0.5rem;
    }

    .elearn-pages .pages-header > h4 {
        width: 100%;
        padding: 0 1rem;
        margin: 0;
    }

    .elearn-pages .pages-header h2 {
        font-size: 1.5rem;
        width: 100%;
        text-align: left;
        padding: 0 1rem;
    }

    .portal-content {
        padding: 0 20px;
    }

    .pop-up {
        margin-left: -175px;
    }

    .pop-up svg#tom,
    .pop-up svg#tiger,
    .pop-up svg#tilly,
    .pop-up svg#lilly {
        width: 175px;
    }

    .col-1-3,
    .col-1-3.red-box-fevers-06,
    .col-2-3 {
        width: 100%;
    }

    .col-1-3.red-box-fevers-06 {
        margin: 1rem 0;
    }

    .elearn-page p {
        margin: 0 0 1rem 0;
    }

    .course-footer {
        flex-wrap: wrap;
    }

    .speech-bubble {
        left: 82%;
        top: -20%;
        width: 160%;
        min-width: 250px;
        font-size: 0.8rem;
        padding: 2rem 2.5rem 2rem 2rem;
        min-height: 140px;
    }

    .speech-bubble:after {
        left: 77%;
        top: unset;
        bottom: -14px;
        transform: rotate(-25deg);
    }

    .left .speech-bubble {
        right: 93px;
        left: unset;
        top: 5%;
        max-width: 280px;
    }

    .right .speech-bubble {
        left: 100px;
        top: -106px;
        line-height: 1rem;
        max-width: 300px;
    }

    .v2 .speech-bubble ul {
        margin: 0;
    }

    .elearn-page ul {
        max-width: 100%;
    }

    .mini-quiz-container {
        position: relative;
        width: 100%;
    }

    .elearn-page h4 {
        font-size: 1rem;
    }

    .section-content-col .module-completed .flex-container {
        min-height: 440px;
        padding: 0rem 0 12rem 0;
    }

    .section-content-col .module-completed h2 {
        font-size: 3rem;
    }

    .section-content-col .module-completed h4 {
        font-size: 1.5rem;
    }

    .section-content-col .module-completed {
        padding: 0;
    }

    .slide-controls {
        line-height: 2rem;
    }

    .slide-controls strong {
        margin-bottom: 0.5rem;
    }

    p.pw60 {
        width: 100%;
    }
}

@media screen and (max-height:680px) {

    .pop-up.tom,
    .pop-up.right {
        bottom: -300px;
    }
}

@media screen and (max-height:480px) {
    .speech-bubble {
        top: 0%;
    }

    .pop-up {
        bottom: -280px;
    }

    .pop-up.right {
        bottom: -400px;
    }

    .pop-up.tom {
        bottom: -200px;
    }

}


@media all and (max-width: 640px) {

    .fg-3.fg-3-bruises,
    .fg-3.fg-3-swallowed,
    .fg-3.fg-3-blisters,
    .fg-4-nose, 
    .fg-4-eye,
    .fg-4,
    .fg-3,
    .fg-2 {
        grid-template-columns:1fr;
    }

    .end-of-exam .results {
        flex-wrap: wrap;
    }

    .results-images,
    .results .end-text {
        width: 100%;
    }

    .green-table .reveal-text {
        font-size: 0.8rem;
    }

    .demo-intro-content {
        width: 90%;
    }

    .section-content-col .demo-intro h2 {
        font-size: 1.3rem;
        padding-right: 3rem;
    }

    .demo-content,
    .elearn-page .demo-content h4 {
        font-size: 1rem;
    }

    .elearning-index .index-module {
        width: 50%;
    }

    .intro-text h1,
    .intro-text p {
        text-align: left;
    }

    .left .speech-bubble {
        right: unset;
        bottom: 376px;
        top: unset;
        left: 20px;
    }

    .left .speech-bubble:after {
        margin-top: 8%;
        margin-left: 46%;
        transform: rotate(-26deg);
    }

    .right .speech-bubble {
        left: 203px;
        top: -189px;
    }

    .right .speech-bubble:after {
        margin-top: 102.5px;
        margin-left: -159px;
        transform: rotate(-103deg);
    }

    .portal-ui .header {
        flex-wrap: wrap-reverse;
        justify-content: center;
    }

    .portal-ui {
        padding-top: 1rem;
    }

    .portal-ui .header .logo {
        width: 200px;
        margin-bottom: 0;
    }

    .portal-ui nav ul {
        justify-content: center;
    }

    .course-footer div {
        font-size: 0.8rem;
    }
    /* TO 19.08.20 for FAW
    .flex-container.fc-2 > div, .flex-container.fc-2 > .col-1-2, 
    .limit-reveal-width, 
    .col-1-2, .col-1-4, .col_1_4, .col-2-5, .col-3-4, .col_3_4, .col-4-5, .col-1-5, .col-3-8 {
        padding: 0;
    }*/

    .tom .speech-bubble:after {
        left: 94px;
        top: unset;
        transform: rotate(-38deg);
        bottom: 0;
    }

    .tom.right .speech-bubble:after {
        left: unset;
        top: unset;
        bottom: -24px;
        right: 78px;
        transform: rotate(-112deg);
    }

    .speech-bubble {
        left: 38px;
        top: -50%;
    }

    .burns-7 svg {
        height: unset;
    }

    .fc-item-row.resp-wrap {
        flex-wrap: wrap;
    }

    .video-link a {
        width: 100%;
    }

    .flex-container.fc-2.resp-nopad > *,
    .flex-container.fc-3.resp-nopad > * {
        padding: 0;
        margin: 0.5rem 0;
    }

    .col-count-2 {
        column-count: 1;
    }

    .col-1-2.img-meningitis-03 {
        padding: 0rem;
        left: unset;
        margin: 2rem 0;
    }

    .col-1-4.img-meningitis-03 {
        left: unset;
    }

    .flex-container.fc-3 > div.img-meningitis-07 {
        padding: 0;
    }

    .img-meningitis-07 .limit-height {
        height: auto;
    }

    .section-content-col.scc-final-assessment {
        padding: 0;
    }

    .section-content-col.scc-final-assessment h4,
    .section-content-col.scc-final-assessment .question {
        padding: 0 20px;
    }

    .results .end-text h2 {
        font-size: 1.8rem;
    }

    .feedback-item {
        flex-wrap: wrap;
    }

    .candidate-feedback .section p {
        display: block;
        width: 100%;
    }
}

@media screen and (max-height:480px) and (max-width: 1440px) {
    .pop-up.tom {
        bottom: -300px;
    }

    .tom .speech-bubble {
        top: 20%;
    }
}


@media screen and (max-height:480px) and (max-width: 960px) {
    .tom .speech-bubble {
        top: 157px;
    }

    .pop-up.tom, .pop-up.right {
        bottom: -140px;
    }

    .tom .speech-bubble:after {
        left: 169px;
        top: -25px;
        transform: rotate(-283deg);
        bottom: unset;
    }
}

@media screen and (max-height:480px) and (max-width: 640px) {
    .speech-bubble {
        top: -20%;
    }

    .pop-up.tom, .pop-up.right {
        bottom: -140px;
    }
}


@media all and (max-width: 320px) {

    .elearning-index .index-module {
        width: 100%;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .pop-up {
        bottom: 540px;
    }

    .show-tom-button svg, .show-tilly-button svg {
        height: 69px;
    }

    .show-tom-button, .show-tilly-button {
        bottom: 69px;
    }

    .desktop-item, .desktop-image {
        height: 80%;
    }

    .elsys-slide {
        height: 100%;
    }

    .ie-message a,
    .ie-message a:visited,
    .ie-message a:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }
}
