@font-face {
  font-family: "Locke";
  font-display: swap;
  font-weight: 700;
  src: url("../../../fonts/locke-bold.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-weight: 400;
  src: url("../../../fonts/Montserrat-Regular.woff") format("woff"); }

@font-face {
  font-family: "OpenSans";
  font-display: swap;
  font-weight: 400;
  src: url("../../../fonts/OpenSans-Regular.woff") format("woff"); }

@keyframes bounce {
  from, to {
    transform: translate3d(0, 0, 0); }
  0% {
    transform: translateY(0); }
  30% {
    transform: translateY(-6px); }
  60% {
    transform: translateY(2px); }
  80% {
    transform: translateY(-2px); }
  100% {
    transform: translateY(0); } }

@keyframes react {
  from, to {
    transform: translate3d(0, 0, 0); }
  0% {
    transform: translateY(0); }
  30% {
    transform: translateY(0); }
  60% {
    transform: translateY(2px); }
  80% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }

*, *::before, *::after {
  box-sizing: border-box; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px; }

body {
  font-family: "Locke", "Montserrat";
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #000000;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 40px; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 18px;
      line-height: 32px; } }

a {
  transition: all 150ms ease;
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  background: none; }
  a:hover {
    color: #000000; }

button {
  transition: all 150ms ease;
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #000000;
  background: none;
  cursor: pointer;
  -webkit-appearance: none !important; }

p {
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Locke", "Montserrat";
  color: #000000; }

h1 {
  font-size: 38px;
  line-height: 48px; }

h2 {
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 35px; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 32px;
      line-height: 42px; } }

ol {
  margin: 50px 0;
  padding: 0;
  counter-reset: counter; }
  @media only screen and (max-width: 767px) {
    ol {
      margin: 40px 0; } }
  ol li {
    counter-increment: counter;
    text-align: left;
    position: relative;
    padding: 0 0 0px 30px;
    margin: 0;
    margin-bottom: 15px;
    list-style: none; }
    ol li:before {
      content: counter(counter) "";
      position: relative;
      color: #000000;
      position: absolute;
      left: 0; }
    ol li:last-child {
      margin-bottom: 0; }

.talsu-brunci-wrapper {
  position: relative;
  font-family: "Locke"; }
  .talsu-brunci-wrapper .born-container {
    width: 100%;
    max-width: calc(1400px + 100px + 100px);
    padding: 0 100px;
    margin: 0 auto; }
    @media only screen and (max-width: 1400px) {
      .talsu-brunci-wrapper .born-container {
        padding: 0 75px; } }
    @media only screen and (max-width: 1200px) {
      .talsu-brunci-wrapper .born-container {
        max-width: calc(1100px + 50px + 50px);
        padding: 0 50px; } }
    @media only screen and (max-width: 992px) {
      .talsu-brunci-wrapper .born-container {
        max-width: calc(900px + 50px + 50px);
        padding: 0 50px; } }
    @media only screen and (max-width: 767px) {
      .talsu-brunci-wrapper .born-container {
        padding: 0 20px;
        max-width: 100%; } }
  .talsu-brunci-wrapper a, .talsu-brunci-wrapper button {
    outline: none; }
    .talsu-brunci-wrapper a:focus-visible, .talsu-brunci-wrapper button:focus-visible {
      outline: 2px solid #007565;
      transition: 150ms all;
      outline-offset: 3px; }
  .talsu-brunci-wrapper ul {
    padding: 0; }
  .talsu-brunci-wrapper li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .talsu-brunci-wrapper img {
    color: #000000; }
  .talsu-brunci-wrapper .accessibility {
    right: 0;
    top: 0;
    position: absolute;
    height: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 1; }
    .talsu-brunci-wrapper .accessibility .highcontrast {
      font-size: 0.938rem;
      padding: 4px 8px;
      margin-right: 70px;
      padding-left: 3em;
      line-height: 1.75em;
      color: #383838;
      font-family: "Montserrat", "OpenSans"; }
      .talsu-brunci-wrapper .accessibility .highcontrast svg {
        position: absolute;
        left: 1em;
        top: 50%;
        transform: translateY(-50%);
        fill: #383838; }
      .talsu-brunci-wrapper .accessibility .highcontrast:hover {
        color: #000000; }
        .talsu-brunci-wrapper .accessibility .highcontrast:hover svg {
          fill: #000000; }
      @media only screen and (max-width: 992px) {
        .talsu-brunci-wrapper .accessibility .highcontrast {
          color: #ffffff; }
          .talsu-brunci-wrapper .accessibility .highcontrast svg {
            fill: #ffffff; }
          .talsu-brunci-wrapper .accessibility .highcontrast:hover {
            color: #cdcdcd; }
            .talsu-brunci-wrapper .accessibility .highcontrast:hover svg {
              fill: #cdcdcd; }
          .talsu-brunci-wrapper .accessibility .highcontrast:focus-visible {
            outline: 2px solid #ffffff; } }
      @media only screen and (max-width: 767px) {
        .talsu-brunci-wrapper .accessibility .highcontrast {
          margin-right: 30px; } }
    .talsu-brunci-wrapper .accessibility .font-size {
      margin-right: 35px;
      display: flex;
      text-align: flex-end; }
      .talsu-brunci-wrapper .accessibility .font-size button {
        font-family: "Montserrat", "OpenSans";
        padding: 0.25em 0.5em;
        padding: 4px 8px;
        line-height: 26px;
        color: #383838; }
        .talsu-brunci-wrapper .accessibility .font-size button:hover {
          color: #000000; }
        .talsu-brunci-wrapper .accessibility .font-size button:disabled {
          pointer-events: none;
          color: #cdcdcd; }
        @media only screen and (max-width: 992px) {
          .talsu-brunci-wrapper .accessibility .font-size button {
            color: #ffffff; }
            .talsu-brunci-wrapper .accessibility .font-size button:hover {
              color: #cdcdcd; }
            .talsu-brunci-wrapper .accessibility .font-size button:focus-visible {
              outline: 2px solid #ffffff; }
            .talsu-brunci-wrapper .accessibility .font-size button:disabled {
              color: #383838; } }
      .talsu-brunci-wrapper .accessibility .font-size .font-size-plus {
        font-size: 1.188rem; }
      .talsu-brunci-wrapper .accessibility .font-size .font-size-minus {
        font-size: 1.063rem; }
      @media only screen and (max-width: 767px) {
        .talsu-brunci-wrapper .accessibility .font-size {
          margin-right: 10px; } }
  .talsu-brunci-wrapper .talsu-brunci-top {
    position: relative;
    background-color: #007565;
    background: linear-gradient(to right, #007565 calc(50% - 177px), #fff calc(50% - 177px)); }
    @media only screen and (max-width: 1400px) {
      .talsu-brunci-wrapper .talsu-brunci-top {
        background: linear-gradient(to right, #007565 calc(50% - 127px), #fff calc(50% - 127px)); } }
    @media only screen and (max-width: 1200px) {
      .talsu-brunci-wrapper .talsu-brunci-top {
        background: linear-gradient(to right, #007565 calc(50% - 87px), #fff calc(50% - 87px)); } }
    @media only screen and (max-width: 992px) {
      .talsu-brunci-wrapper .talsu-brunci-top {
        background: #ffffff;
        background: linear-gradient(to bottom, #007565 710px, #ffffff 710px); } }
    .talsu-brunci-wrapper .talsu-brunci-top .content {
      display: flex; }
      @media only screen and (max-width: 992px) {
        .talsu-brunci-wrapper .talsu-brunci-top .content {
          flex-wrap: wrap; } }
      .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-information {
        min-height: 810px;
        width: calc(50% - 177px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px;
        padding-left: 0; }
        @media only screen and (max-width: 1400px) {
          .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-information {
            width: calc(50% - 127px); } }
        @media only screen and (max-width: 1200px) {
          .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-information {
            width: calc(50% - 87px); } }
        @media only screen and (max-width: 992px) {
          .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-information {
            width: 100%;
            min-height: 710px; } }
        .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-information .title {
          font-size: 5.313rem;
          color: #ffffff;
          font-weight: 700;
          line-height: 1.117em;
          margin-bottom: 0.8em;
          font-family: "Locke"; }
          @media only screen and (max-width: 992px) {
            .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-information .title {
              margin-bottom: 0.5em;
              text-align: center; } }
          @media only screen and (max-width: 767px) {
            .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-information .title {
              font-size: 4.313rem; } }
        .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-information .text {
          font-size: 1.188rem;
          color: #ffffff;
          line-height: 1.684em;
          font-family: "OpenSans", "Montserrat"; }
          @media only screen and (max-width: 992px) {
            .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-information .text {
              text-align: center;
              font-size: 1rem; } }
      .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main {
        padding: 115px 0 100px 100px;
        background-color: #ffffff;
        width: calc(50% + 177px); }
        @media only screen and (max-width: 1400px) {
          .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main {
            width: calc(50% + 127px); } }
        @media only screen and (max-width: 1200px) {
          .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main {
            width: calc(50% + 87px); } }
        @media only screen and (max-width: 1400px) {
          .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main {
            padding: 100px 0 75px 75px; } }
        @media only screen and (max-width: 1200px) {
          .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main {
            min-height: 300px;
            padding-left: 50px;
            padding: 85px 0 50px 50px; } }
        @media only screen and (max-width: 992px) {
          .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main {
            width: 100%;
            padding: 50px 0 30px 0; } }
        .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list {
          margin: 0 !important; }
          .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item {
            max-width: 740px;
            min-height: 210px;
            text-decoration: none;
            margin-bottom: 20px !important;
            padding-left: 0 !important;
            box-shadow: 0 0 27px 2px rgba(0, 0, 0, 0.07); }
            @media only screen and (max-width: 992px) {
              .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item {
                width: 100%;
                max-width: 100%; } }
            .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a {
              display: flex; }
              @media only screen and (max-width: 767px) {
                .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a {
                  flex-wrap: wrap; } }
              .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a .card-body {
                position: relative;
                width: 57%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 30px 59px 30px 60px; }
                @media only screen and (max-width: 1400px) {
                  .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a .card-body {
                    padding: 25px 40px 25px 45px; } }
                @media only screen and (max-width: 767px) {
                  .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a .card-body {
                    width: 100%;
                    min-height: 200px;
                    padding: 40px; } }
                .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a .card-body .title {
                  transition: 200ms transform ease;
                  line-height: 1.357em;
                  font-size: 1.75rem !important;
                  font-weight: 700;
                  color: #000000;
                  max-width: 250px;
                  padding: 20px 20px 0.714em 0; }
                  @media only screen and (max-width: 767px) {
                    .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a .card-body .title {
                      max-width: 100%;
                      padding: 40px 20px 40px 0; } }
                .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a .card-body .downlaod {
                  position: absolute;
                  visibility: hidden;
                  bottom: 20px;
                  font-size: 1.125rem;
                  line-height: 2.111em;
                  color: #000000; }
                .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a .card-body .icon {
                  position: relative;
                  min-width: 29px;
                  min-height: 33px; }
                  .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a .card-body .icon svg {
                    fill: #000000;
                    fill-rule: evenodd;
                    transition: 150ms all; }
                  .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a .card-body .icon .dot {
                    position: absolute;
                    top: 0;
                    left: 50%;
                    transform: translateX(-50%); }
                  .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a .card-body .icon .arrow-line {
                    position: absolute;
                    left: 50%;
                    bottom: 0;
                    transform: translateX(-50%); }
              .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a:hover .image,
              .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a:focus-visible .card-image-wrapper .image {
                left: 0 !important; }
              .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a:hover .title,
              .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a:focus-visible .card-body .title {
                transform: translateY(-3px);
                color: #007565; }
              .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a:hover .downlaod,
              .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a:focus-visible .card-body .downlaod {
                color: #007565;
                visibility: visible; }
              .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a:hover .icon svg,
              .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a:focus-visible .card-body .icon svg {
                fill: #007565; }
              .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a:hover .icon .dot,
              .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a:focus-visible .card-body .icon .dot {
                transform: translate(-50%, -3px); }
              .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a .card-image-wrapper {
                width: 43%;
                position: relative;
                overflow: hidden;
                min-height: 210px; }
                .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a .card-image-wrapper .image {
                  position: absolute;
                  min-width: calc(100% + 5px);
                  height: 100%;
                  object-fit: cover;
                  left: -5px;
                  transition: 200ms all ease; }
                @media only screen and (max-width: 767px) {
                  .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a .card-image-wrapper {
                    min-height: 180px;
                    width: 100%;
                    order: -1; } }
          .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small {
            min-height: 130px;
            margin-bottom: 0; }
            .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a {
              display: flex;
              align-items: center;
              padding: 30px 35px 30px 34px; }
              @media only screen and (max-width: 767px) {
                .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a {
                  justify-content: center;
                  min-height: 130px; } }
              .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a .card-image-wrapper-small {
                position: relative;
                min-width: 70px;
                height: 70px;
                border-radius: 50%;
                overflow: hidden; }
                .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a .card-image-wrapper-small .small-image {
                  position: absolute;
                  left: 0;
                  top: 0;
                  width: 100%;
                  height: 100%;
                  object-fit: cover; }
                @media only screen and (max-width: 767px) {
                  .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a .card-image-wrapper-small {
                    display: none; } }
              .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a .card-body-small {
                display: flex;
                justify-content: space-between;
                align-items: center;
                width: 100%;
                padding: 0;
                padding-left: 20px; }
                .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a .card-body-small .title {
                  transition: 200ms all ease;
                  font-size: 1.5rem;
                  width: 100%;
                  line-height: 1.583em;
                  padding-right: 20px;
                  flex-grow: 1;
                  color: #000000; }
                .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a .card-body-small .icon {
                  position: relative;
                  min-width: 19px;
                  min-height: 17px; }
                  .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a .card-body-small .icon svg {
                    fill: #000000;
                    fill-rule: evenodd;
                    transition: 150ms all; }
                  .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a .card-body-small .icon .dot {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%); }
                  .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a .card-body-small .icon .arrow {
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%); }
              .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a:hover .title,
              .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a:focus-visible .card-body-small .title {
                transform: translateX(3px);
                color: #007565; }
              .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a:hover .icon svg,
              .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a:focus-visible .card-body-small .icon svg {
                fill: #007565; }
              .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a:hover .icon .dot,
              .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a:focus-visible .card-body-small .icon .dot {
                transform: translate(-3px, -50%); }
  .talsu-brunci-wrapper .talsu-brunci-line {
    min-height: 330px;
    background-color: #02302f;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -200px center;
    margin-bottom: 35px; }
    @media only screen and (max-width: 1400px) {
      .talsu-brunci-wrapper .talsu-brunci-line {
        min-height: 300px; } }
    @media only screen and (max-width: 1200px) {
      .talsu-brunci-wrapper .talsu-brunci-line {
        min-height: 275px; } }
    @media only screen and (max-width: 992px) {
      .talsu-brunci-wrapper .talsu-brunci-line {
        min-height: 250px; } }
  .talsu-brunci-wrapper .brunci-usage {
    padding: 0; }
    .talsu-brunci-wrapper .brunci-usage .usage-list {
      margin: 0 !important; }
      .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item {
        border-bottom: 2px solid #f0f1f1;
        padding: 0 !important;
        box-sizing: border-box !important;
        padding: 34px 0 36px 0 !important;
        margin-bottom: 0 !important; }
        .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button {
          position: relative;
          width: 100%; }
          .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button:hover .title, .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button:focus .title {
            color: #0a9784; }
          .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button:hover svg, .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button:focus svg {
            fill: #0a9784; }
          .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button .title {
            width: 100%;
            display: flex;
            justify-content: space-between;
            position: relative;
            color: #007565;
            font-size: 1.563rem;
            line-height: 1.2em;
            padding: 0.5em 0;
            transition: color 150ms; }
            @media only screen and (max-width: 767px) {
              .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button .title {
                padding-right: 20px; } }
          .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button svg {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            transition: 150ms all;
            fill: #007565; }
        .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button-active:active {
          outline: none !important; }
        .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button-active svg {
          transform: rotate(-90deg) translate(10px, calc(-50% + 5px)); }
        .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button-active + .content {
          max-height: 1000px; }
          @media only screen and (max-width: 767px) {
            .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button-active + .content {
              max-height: 1300px; } }
          .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button-active + .content a {
            display: inline-block;
            opacity: 1; }
            .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button-active + .content a:hover, .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button-active + .content a:focus {
              color: #0a9784 !important; }
        .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .content {
          max-height: 0px;
          overflow: hidden;
          transition: 500ms max-height ease;
          padding: 0; }
          .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .content p {
            color: #000000;
            font-size: 1.188rem;
            line-height: 1.579em;
            font-family: "OpenSans", "Montserrat"; }
            @media only screen and (max-width: 767px) {
              .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .content p {
                font-size: 1em;
                line-height: 1.4em; } }
          .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .content .text-info {
            margin-top: 30px;
            margin-bottom: 2.1rem; }
          .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .content .text-contacts {
            margin-bottom: 3.3rem; }
          .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .content .link-wrapper {
            min-height: 80px; }
          .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .content .link {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23px' height='30px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 117, 101)' d='M20.346,30.000 L2.654,30.000 C1.190,30.000 0.000,28.817 0.000,27.363 L0.000,2.637 C0.000,1.183 1.190,0.000 2.654,0.000 L15.038,0.000 C15.273,0.000 15.499,0.093 15.664,0.258 L22.741,7.289 C22.899,7.445 23.000,7.670 23.000,7.910 L23.000,27.363 C23.000,28.817 21.810,30.000 20.346,30.000 ZM15.923,3.001 L15.923,6.152 C15.923,6.637 16.320,7.031 16.808,7.031 L19.980,7.031 L15.923,3.001 ZM21.231,8.789 L16.808,8.789 C15.344,8.789 14.154,7.606 14.154,6.152 L14.154,1.758 L2.654,1.758 C2.166,1.758 1.769,2.152 1.769,2.637 L1.769,27.363 C1.769,27.848 2.166,28.242 2.654,28.242 L20.346,28.242 C20.834,28.242 21.231,27.848 21.231,27.363 L21.231,8.789 ZM16.808,21.211 L6.192,21.211 C5.704,21.211 5.308,20.817 5.308,20.332 C5.308,19.847 5.704,19.453 6.192,19.453 L16.808,19.453 C17.296,19.453 17.692,19.847 17.692,20.332 C17.692,20.817 17.296,21.211 16.808,21.211 ZM16.808,17.695 L6.192,17.695 C5.704,17.695 5.308,17.302 5.308,16.816 C5.308,16.331 5.704,15.938 6.192,15.938 L16.808,15.938 C17.296,15.938 17.692,16.331 17.692,16.816 C17.692,17.302 17.296,17.695 16.808,17.695 ZM16.808,14.180 L6.192,14.180 C5.704,14.180 5.308,13.786 5.308,13.301 C5.308,12.815 5.704,12.422 6.192,12.422 L16.808,12.422 C17.296,12.422 17.692,12.815 17.692,13.301 C17.692,13.786 17.296,14.180 16.808,14.180 ZM6.192,22.969 L13.269,22.969 C13.758,22.969 14.154,23.362 14.154,23.848 C14.154,24.333 13.758,24.727 13.269,24.727 L6.192,24.727 C5.704,24.727 5.308,24.333 5.308,23.848 C5.308,23.362 5.704,22.969 6.192,22.969 Z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: left center;
            padding: 3px 1em;
            padding-left: 50px;
            margin-left: 5px !important;
            margin-bottom: 39px !important;
            font-size: 1.188rem;
            line-height: 1.875em;
            color: #007565 !important;
            font-weight: 600;
            display: none;
            opacity: 0;
            transition: all 150ms; }
            .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .content .link:hover {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23px' height='30px'%3E%3Cpath fill-rule='evenodd' fill='rgb(10, 151, 132)' d='M20.346,30.000 L2.654,30.000 C1.190,30.000 0.000,28.817 0.000,27.363 L0.000,2.637 C0.000,1.183 1.190,0.000 2.654,0.000 L15.038,0.000 C15.273,0.000 15.499,0.093 15.664,0.258 L22.741,7.289 C22.899,7.445 23.000,7.670 23.000,7.910 L23.000,27.363 C23.000,28.817 21.810,30.000 20.346,30.000 ZM15.923,3.001 L15.923,6.152 C15.923,6.637 16.320,7.031 16.808,7.031 L19.980,7.031 L15.923,3.001 ZM21.231,8.789 L16.808,8.789 C15.344,8.789 14.154,7.606 14.154,6.152 L14.154,1.758 L2.654,1.758 C2.166,1.758 1.769,2.152 1.769,2.637 L1.769,27.363 C1.769,27.848 2.166,28.242 2.654,28.242 L20.346,28.242 C20.834,28.242 21.231,27.848 21.231,27.363 L21.231,8.789 ZM16.808,21.211 L6.192,21.211 C5.704,21.211 5.308,20.817 5.308,20.332 C5.308,19.847 5.704,19.453 6.192,19.453 L16.808,19.453 C17.296,19.453 17.692,19.847 17.692,20.332 C17.692,20.817 17.296,21.211 16.808,21.211 ZM16.808,17.695 L6.192,17.695 C5.704,17.695 5.308,17.302 5.308,16.816 C5.308,16.331 5.704,15.938 6.192,15.938 L16.808,15.938 C17.296,15.938 17.692,16.331 17.692,16.816 C17.692,17.302 17.296,17.695 16.808,17.695 ZM16.808,14.180 L6.192,14.180 C5.704,14.180 5.308,13.786 5.308,13.301 C5.308,12.815 5.704,12.422 6.192,12.422 L16.808,12.422 C17.296,12.422 17.692,12.815 17.692,13.301 C17.692,13.786 17.296,14.180 16.808,14.180 ZM6.192,22.969 L13.269,22.969 C13.758,22.969 14.154,23.362 14.154,23.848 C14.154,24.333 13.758,24.727 13.269,24.727 L6.192,24.727 C5.704,24.727 5.308,24.333 5.308,23.848 C5.308,23.362 5.704,22.969 6.192,22.969 Z'/%3E%3C/svg%3E"); }
  .talsu-brunci-wrapper .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 200px;
    padding: 20px 0; }
    @media only screen and (max-width: 992px) {
      .talsu-brunci-wrapper .footer {
        flex-wrap: wrap; } }
    .talsu-brunci-wrapper .footer .link-list {
      display: flex;
      margin: 0 !important; }
      @media only screen and (max-width: 992px) {
        .talsu-brunci-wrapper .footer .link-list {
          flex-wrap: wrap;
          justify-content: center;
          width: 100%;
          justify-content: space-between; } }
      .talsu-brunci-wrapper .footer .link-list .link-item {
        padding: 0 !important;
        margin: 0 !important;
        margin-right: 50px !important; }
        .talsu-brunci-wrapper .footer .link-list .link-item:last-child {
          margin-right: 0px !important; }
    .talsu-brunci-wrapper .footer a {
      font-size: 1.25rem !important;
      line-height: 4.5em !important;
      color: #cdcdcd !important;
      letter-spacing: 1px;
      font-weight: 700;
      padding: 0.25em 0.5em 0.25em 0;
      transition: 200ms all ease;
      font-family: "Montserrat", "OpenSans"; }
      .talsu-brunci-wrapper .footer a:hover, .talsu-brunci-wrapper .footer a:focus-visible {
        color: #afafaf !important; }
    .talsu-brunci-wrapper .footer .privacy a {
      padding: 0.25em 0em 0.25em 0.5em;
      font-family: "Montserrat", "OpenSans"; }
    @media only screen and (max-width: 992px) {
      .talsu-brunci-wrapper .footer .privacy {
        width: 100%;
        text-align: end; } }

@media only screen and (min-width: 1600px) {
  .talsu-brunci-top {
    background: linear-gradient(to right, #007565 calc(50% - 177px), #fff calc(50% - 177px)) !important; }
    .talsu-brunci-top .born-container-wide {
      width: 100%;
      max-width: 100%;
      padding: 0; }
      .talsu-brunci-top .born-container-wide .content {
        justify-content: center;
        width: 100%; }
        .talsu-brunci-top .born-container-wide .content .brunci-information {
          max-width: 560px;
          width: calc(50% - 177px);
          margin: 0 auto; }
        .talsu-brunci-top .born-container-wide .content .brunci-main {
          max-width: 840px;
          padding-left: 0;
          width: calc(50% + 177px);
          margin: 0 auto !important; }
          .talsu-brunci-top .born-container-wide .content .brunci-main .cards-list .card-item {
            margin: 0 auto !important;
            margin-bottom: 20px !important; } }

.talsu-brunci-wrapper .accessibility .font-size {
  justify-content: flex-end; }
  @media only screen and (max-width: 992px) {
    .talsu-brunci-wrapper .accessibility .font-size button:disabled {
      color: #4e9c91; } }

@media only screen and (max-width: 992px) {
  .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-information {
    padding: 40px 0; } }

.talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a .card-body {
  padding: 2.5rem 59px 2.5rem 60px; }
  @media only screen and (max-width: 1400px) {
    .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a .card-body {
      padding: 2.5rem 40px 2.5rem 45px; } }
  @media only screen and (max-width: 767px) {
    .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a .card-body {
      padding: 2.5rem 40px 2.5rem 40px; } }
  @media only screen and (max-width: 767px) {
    .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a .card-body .title {
      padding: 30px 20px 30px 0; } }
  .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a .card-body .downlaod {
    bottom: 1.25rem; }
    @media only screen and (max-width: 767px) {
      .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a .card-body .downlaod {
        bottom: 1.5rem; } }

.talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a .card-body-small {
  padding-left: 20px; }
  @media only screen and (max-width: 992px) {
    .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a .card-body-small {
      padding-left: 60px; }
      .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a .card-body-small .title {
        text-align: left; } }
  .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a .card-body-small .title {
    text-align: center;
    padding-right: 40px; }
    @media only screen and (max-width: 1400px) {
      .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a .card-body-small .title {
        padding-right: 20px; } }
    @media only screen and (max-width: 1200px) {
      .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a .card-body-small .title {
        padding-right: 20px; } }
    @media only screen and (max-width: 992px) {
      .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a .card-body-small .title {
        text-align: left;
        padding-right: 30px; } }
    @media only screen and (max-width: 767px) {
      .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a .card-body-small .title {
        padding-right: 20px; } }

@media only screen and (max-width: 992px) {
  .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a {
    padding: 30px 40px 30px 45px; } }

@media only screen and (max-width: 767px) {
  .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a {
    padding: 40px; }
    .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item-small a .card-body-small {
      padding-left: 0; } }

.talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button .title {
  padding-right: 40px;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button .title {
      padding-right: 25px; } }

.talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button-active + .content {
  max-height: none; }
  @media only screen and (max-width: 767px) {
    .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button-active + .content {
      max-height: none; } }

.talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .content {
  max-height: none !important;
  transition: height 400ms ease;
  height: 0; }
  .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .content .text-contacts {
    margin-bottom: 2.1rem; }
  .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .content .link-wrapper {
    min-height: 0;
    padding-top: 27px;
    padding-bottom: 34px; }
  .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .content .link {
    display: inline-block;
    opacity: 1;
    padding: 3px 0em;
    padding-left: 50px;
    margin-left: 0px !important;
    margin-bottom: 0px !important; }
    .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .content .link:hover, .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .content .link:focus {
      color: #0a9784 !important; }

@media only screen and (max-width: 767px) {
  .talsu-brunci-wrapper .footer .link-list {
    justify-content: center; } }

.talsu-brunci-wrapper .footer .link-list .link-item a {
  padding: 0.25em 0; }

@media only screen and (max-width: 767px) {
  .talsu-brunci-wrapper .footer .link-list .link-item {
    text-align: center;
    margin: 0 !important;
    width: 100%; } }

.talsu-brunci-wrapper .footer .privacy a {
  padding: 0.25em 0; }

@media only screen and (max-width: 767px) {
  .talsu-brunci-wrapper .footer .privacy {
    text-align: center; } }

.is-highcontrast .talsu-brunci-wrapper .accessibility .font-size button:disabled {
  color: #000000 !important; }

.is-highcontrast .talsu-brunci-wrapper {
  background-color: #ffff00; }
  .is-highcontrast .talsu-brunci-wrapper .accessibility .highcontrast {
    color: #000000 !important; }
    .is-highcontrast .talsu-brunci-wrapper .accessibility .highcontrast svg {
      fill: #000000; }
    .is-highcontrast .talsu-brunci-wrapper .accessibility .highcontrast:hover, .is-highcontrast .talsu-brunci-wrapper .accessibility .highcontrast:focus-visible {
      background-color: #000000;
      color: #ffff00 !important; }
      .is-highcontrast .talsu-brunci-wrapper .accessibility .highcontrast:hover svg, .is-highcontrast .talsu-brunci-wrapper .accessibility .highcontrast:focus-visible svg {
        fill: #ffff00; }
  .is-highcontrast .talsu-brunci-wrapper .accessibility .font-size button {
    color: #000000; }
    .is-highcontrast .talsu-brunci-wrapper .accessibility .font-size button:hover, .is-highcontrast .talsu-brunci-wrapper .accessibility .font-size button:focus-visible {
      background-color: #000000;
      color: #ffff00 !important; }
    .is-highcontrast .talsu-brunci-wrapper .accessibility .font-size button:disabled {
      color: #cdcdcd; }
  .is-highcontrast .talsu-brunci-wrapper .talsu-brunci-top {
    background: #ffff00 !important; }
    .is-highcontrast .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-information .title,
    .is-highcontrast .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-information .text {
      color: #000000 !important; }
    .is-highcontrast .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main {
      background: #ffff00 !important; }
      .is-highcontrast .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item .card-body svg {
        fill: #000000 !important; }
      .is-highcontrast .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item .card-body span {
        color: #ffff00; }
      .is-highcontrast .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a:hover .card-body, .is-highcontrast .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a:focus-visible .card-body {
        background-color: #000000 !important; }
        .is-highcontrast .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a:hover .card-body .title, .is-highcontrast .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a:focus-visible .card-body .title {
          color: #ffff00 !important; }
        .is-highcontrast .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a:hover .card-body span, .is-highcontrast .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a:focus-visible .card-body span {
          color: #ffff00 !important; }
        .is-highcontrast .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a:hover .card-body svg, .is-highcontrast .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .cards-list .card-item a:focus-visible .card-body svg {
          fill: #ffff00 !important; }
      .is-highcontrast .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .card-item-small a .card-body-small svg {
        fill: #000000 !important; }
      .is-highcontrast .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .card-item-small a:hover, .is-highcontrast .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .card-item-small a:focus-visible {
        background-color: #000000; }
        .is-highcontrast .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .card-item-small a:hover .card-body-small .title, .is-highcontrast .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .card-item-small a:focus-visible .card-body-small .title {
          color: #ffff00 !important; }
        .is-highcontrast .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .card-item-small a:hover .card-body-small svg, .is-highcontrast .talsu-brunci-wrapper .talsu-brunci-top .content .brunci-main .card-item-small a:focus-visible .card-body-small svg {
          fill: #ffff00 !important; }
  .is-highcontrast .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item {
    border-bottom: 2px solid #000000; }
    .is-highcontrast .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button:hover, .is-highcontrast .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button:focus-visible {
      background-color: #000000; }
      .is-highcontrast .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button:hover .title, .is-highcontrast .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button:focus-visible .title {
        color: #ffff00; }
      .is-highcontrast .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button:hover svg, .is-highcontrast .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button:focus-visible svg {
        fill: #ffff00; }
    .is-highcontrast .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button .title {
      color: #000000; }
    .is-highcontrast .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .usage-button svg {
      fill: #000000; }
    .is-highcontrast .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .content p {
      color: #000000 !important; }
    .is-highcontrast .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .content a {
      color: #000000 !important;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23px' height='30px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M20.346,30.000 L2.654,30.000 C1.190,30.000 0.000,28.817 0.000,27.363 L0.000,2.637 C0.000,1.183 1.190,0.000 2.654,0.000 L15.038,0.000 C15.273,0.000 15.499,0.093 15.664,0.258 L22.741,7.289 C22.899,7.445 23.000,7.670 23.000,7.910 L23.000,27.363 C23.000,28.817 21.810,30.000 20.346,30.000 ZM15.923,3.001 L15.923,6.152 C15.923,6.637 16.320,7.031 16.808,7.031 L19.980,7.031 L15.923,3.001 ZM21.231,8.789 L16.808,8.789 C15.344,8.789 14.154,7.606 14.154,6.152 L14.154,1.758 L2.654,1.758 C2.166,1.758 1.769,2.152 1.769,2.637 L1.769,27.363 C1.769,27.848 2.166,28.242 2.654,28.242 L20.346,28.242 C20.834,28.242 21.231,27.848 21.231,27.363 L21.231,8.789 ZM16.808,21.211 L6.192,21.211 C5.704,21.211 5.308,20.817 5.308,20.332 C5.308,19.847 5.704,19.453 6.192,19.453 L16.808,19.453 C17.296,19.453 17.692,19.847 17.692,20.332 C17.692,20.817 17.296,21.211 16.808,21.211 ZM16.808,17.695 L6.192,17.695 C5.704,17.695 5.308,17.302 5.308,16.816 C5.308,16.331 5.704,15.938 6.192,15.938 L16.808,15.938 C17.296,15.938 17.692,16.331 17.692,16.816 C17.692,17.302 17.296,17.695 16.808,17.695 ZM16.808,14.180 L6.192,14.180 C5.704,14.180 5.308,13.786 5.308,13.301 C5.308,12.815 5.704,12.422 6.192,12.422 L16.808,12.422 C17.296,12.422 17.692,12.815 17.692,13.301 C17.692,13.786 17.296,14.180 16.808,14.180 ZM6.192,22.969 L13.269,22.969 C13.758,22.969 14.154,23.362 14.154,23.848 C14.154,24.333 13.758,24.727 13.269,24.727 L6.192,24.727 C5.704,24.727 5.308,24.333 5.308,23.848 C5.308,23.362 5.704,22.969 6.192,22.969 Z'/%3E%3C/svg%3E"); }
    .is-highcontrast .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .content a:hover, .is-highcontrast .talsu-brunci-wrapper .brunci-usage .usage-list .usage-item .content a:focus-visible {
      background-color: #000000 !important;
      color: #ffff00 !important;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23px' height='30px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 0)' d='M20.346,30.000 L2.654,30.000 C1.190,30.000 0.000,28.817 0.000,27.363 L0.000,2.637 C0.000,1.183 1.190,0.000 2.654,0.000 L15.038,0.000 C15.273,0.000 15.499,0.093 15.664,0.258 L22.741,7.289 C22.899,7.445 23.000,7.670 23.000,7.910 L23.000,27.363 C23.000,28.817 21.810,30.000 20.346,30.000 ZM15.923,3.001 L15.923,6.152 C15.923,6.637 16.320,7.031 16.808,7.031 L19.980,7.031 L15.923,3.001 ZM21.231,8.789 L16.808,8.789 C15.344,8.789 14.154,7.606 14.154,6.152 L14.154,1.758 L2.654,1.758 C2.166,1.758 1.769,2.152 1.769,2.637 L1.769,27.363 C1.769,27.848 2.166,28.242 2.654,28.242 L20.346,28.242 C20.834,28.242 21.231,27.848 21.231,27.363 L21.231,8.789 ZM16.808,21.211 L6.192,21.211 C5.704,21.211 5.308,20.817 5.308,20.332 C5.308,19.847 5.704,19.453 6.192,19.453 L16.808,19.453 C17.296,19.453 17.692,19.847 17.692,20.332 C17.692,20.817 17.296,21.211 16.808,21.211 ZM16.808,17.695 L6.192,17.695 C5.704,17.695 5.308,17.302 5.308,16.816 C5.308,16.331 5.704,15.938 6.192,15.938 L16.808,15.938 C17.296,15.938 17.692,16.331 17.692,16.816 C17.692,17.302 17.296,17.695 16.808,17.695 ZM16.808,14.180 L6.192,14.180 C5.704,14.180 5.308,13.786 5.308,13.301 C5.308,12.815 5.704,12.422 6.192,12.422 L16.808,12.422 C17.296,12.422 17.692,12.815 17.692,13.301 C17.692,13.786 17.296,14.180 16.808,14.180 ZM6.192,22.969 L13.269,22.969 C13.758,22.969 14.154,23.362 14.154,23.848 C14.154,24.333 13.758,24.727 13.269,24.727 L6.192,24.727 C5.704,24.727 5.308,24.333 5.308,23.848 C5.308,23.362 5.704,22.969 6.192,22.969 Z'/%3E%3C/svg%3E"); }
  .is-highcontrast .talsu-brunci-wrapper .footer .link-list a {
    color: #000000 !important;
    transition: all 100ms; }
    .is-highcontrast .talsu-brunci-wrapper .footer .link-list a:hover, .is-highcontrast .talsu-brunci-wrapper .footer .link-list a:focus-visible {
      color: #ffff00 !important;
      background-color: #000000 !important; }
  .is-highcontrast .talsu-brunci-wrapper .footer .privacy a {
    color: #000000 !important; }
    .is-highcontrast .talsu-brunci-wrapper .footer .privacy a:hover, .is-highcontrast .talsu-brunci-wrapper .footer .privacy a:focus-visible {
      color: #ffff00 !important;
      background-color: #000000 !important; }
  .is-highcontrast .talsu-brunci-wrapper a:focus,
  .is-highcontrast .talsu-brunci-wrapper button:focus {
    outline: none; }
  .is-highcontrast .talsu-brunci-wrapper a:active,
  .is-highcontrast .talsu-brunci-wrapper button:active {
    outline: none; }

.is-highcontrast button:focus-visible, .is-highcontrast a:focus-visible {
  outline: 2px solid #000000 !important;
  transition: 150ms all;
  outline-offset: 3px; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #000000 inset !important;
  font-family: "Locke", "Montserrat" !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 30px !important; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea {
  transition: all 150ms ease;
  font-family: "Locke", "Montserrat";
  font-weight: 300;
  width: 100%;
  height: 70px;
  line-height: normal;
  padding: 14px 0 16px 0;
  border: 1px solid #e1e1e1 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  outline: none !important;
  color: #000000 !important; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    border: 1px solid #cacaca !important;
    opacity: 1 !important; }
  input[type="text"].has-error,
  input[type="email"].has-error,
  input[type="password"].has-error,
  input[type="tel"].has-error,
  input[type="number"].has-error,
  input[type="search"].has-error,
  textarea.has-error {
    background: #ffe4e4 !important;
    color: #ec0000 !important; }

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

::placeholder {
  color: #a1a6ab;
  opacity: 1; }

:-ms-input-placeholder {
  color: #007565; }

::-ms-input-placeholder {
  color: #007565; }

input[type="submit"],
button[type="submit"] {
  transition: all 150ms ease;
  font-family: "Locke", "Montserrat";
  font-weight: 300;
  background: #0a9784;
  color: #ffffff;
  display: inline-block;
  padding: 15px 20px;
  text-decoration: none;
  margin: 0 !important;
  min-height: 80px;
  border: none;
  -webkit-appearance: none !important;
  cursor: pointer !important; }
  input[type="submit"]:hover,
  button[type="submit"]:hover {
    background: #0a9784; }

input[type="checkbox"] {
  display: none;
  position: absolute; }
  input[type="checkbox"] + label {
    transition: all 150ms ease;
    font-size: 23px;
    line-height: 33px;
    font-family: "Locke", "Montserrat";
    margin: 0;
    padding-left: 0;
    position: relative;
    color: #000000;
    opacity: 1;
    cursor: pointer;
    display: flex;
    align-items: flex-start; }
    input[type="checkbox"] + label a {
      font-weight: 300 !important;
      color: #0a9784 !important;
      text-decoration: none !important; }
      input[type="checkbox"] + label a:hover {
        color: #000000 !important; }
    input[type="checkbox"] + label:before {
      transition: all 150ms ease;
      content: "";
      width: 30px;
      height: 30px;
      margin: 2px 15px 0 0;
      vertical-align: middle;
      background: transparent;
      border: 1px solid #e1e1e1;
      border-radius: 0;
      display: inline-block; }
    input[type="checkbox"] + label:after {
      transition: all 150ms ease;
      width: 14px;
      height: 8px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='8px'%3E%3Cpath fill-rule='evenodd' fill='rgb(215, 42, 47)' d='M13.994,1.347 L7.263,7.995 L7.000,7.774 L6.737,7.995 L0.006,1.347 L1.606,0.005 L7.000,5.332 L12.394,0.005 L13.994,1.347 Z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      transform-origin: center center;
      content: "";
      display: block;
      position: absolute;
      top: 13px;
      left: 8px;
      opacity: 0; }
    input[type="checkbox"] + label:hover {
      color: #0a9784; }
  input[type="checkbox"]:checked + label:after {
    opacity: 1 !important; }

input[type="radio"] {
  display: none;
  position: absolute; }
  input[type="radio"] + label {
    display: flex;
    align-items: center;
    font-family: "Locke", "Montserrat";
    margin: 0;
    padding-left: 0;
    position: relative;
    opacity: 1;
    cursor: pointer; }
    input[type="radio"] + label:before {
      transition: all 150ms ease;
      content: "";
      width: 30px;
      height: 30px;
      margin: 0 15px 0 0;
      vertical-align: middle;
      background: transparent;
      border: 1px solid #e1e1e1;
      border-radius: 100%;
      display: inline-block; }
    input[type="radio"] + label:after {
      transition: all 150ms ease;
      width: 9px;
      height: 9px;
      transform-origin: center center;
      content: "";
      display: block;
      background: #0a9784;
      border-radius: 100%;
      position: absolute;
      top: 11px;
      left: 11px;
      opacity: 0; }
  input[type="radio"]:checked + label:after {
    opacity: 1; }

.input-wrapper {
  display: flex;
  position: relative; }
  .input-wrapper.has-error {
    flex-wrap: wrap; }
    .input-wrapper.has-error .form-error {
      font-size: 14px;
      font-weight: 700;
      color: #0a9784;
      margin-top: 10px; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #007565 !important;
  transition: none !important;
  -webkit-box-shadow: 0 0 0 1000px #000000 inset !important;
  font-family: "Locke", "Montserrat" !important;
  font-weight: 700 !important;
  font-size: 19px !important;
  line-height: 32px !important; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

.nf-form-cont {
  margin-bottom: 0; }
  .nf-form-cont input[type="text"],
  .nf-form-cont input[type="email"],
  .nf-form-cont input[type="tel"],
  .nf-form-cont textarea {
    transition: all 150ms ease;
    font-size: 23px;
    line-height: 23px;
    padding: 0 20px !important;
    width: 100%;
    height: 70px;
    resize: none;
    box-shadow: none;
    border: 1px solid #dddddd !important;
    background: #ffffff;
    display: block; }
    @media only screen and (max-width: 767px) {
      .nf-form-cont input[type="text"],
      .nf-form-cont input[type="email"],
      .nf-form-cont input[type="tel"],
      .nf-form-cont textarea {
        font-size: 18px;
        line-height: 18px; } }
    .nf-form-cont input[type="text"]:focus,
    .nf-form-cont input[type="email"]:focus,
    .nf-form-cont input[type="tel"]:focus,
    .nf-form-cont textarea:focus {
      border: 1px solid #c5c5c5 !important; }
  .nf-form-cont textarea {
    height: 150px !important;
    padding: 20px 20px !important; }
  .nf-form-cont input[type="button"] {
    transition: all 150ms ease;
    font-size: 23px;
    letter-spacing: 0.5px;
    font-weight: 300;
    font-family: "Locke", "Montserrat";
    min-height: 70px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    margin-top: 20px;
    cursor: pointer;
    background: #0a9784;
    color: #ffffff;
    border-radius: 0 !important;
    border: none;
    text-decoration: none;
    width: 100% !important;
    -webkit-appearance: none;
    opacity: 1 !important; }
    .nf-form-cont input[type="button"]:hover {
      background: #098d7c; }
    @media only screen and (max-width: 767px) {
      .nf-form-cont input[type="button"] {
        font-size: 18px;
        line-height: 18px; }
        .nf-form-cont input[type="button"]:hover {
          background: #0a9784 !important; } }
  .nf-form-cont .select2-container {
    width: 100% !important; }
    .nf-form-cont .select2-container .select2-selection--single {
      border: none !important;
      height: 70px !important; }
      .nf-form-cont .select2-container .select2-selection--single .select2-selection__arrow {
        transition: all 150ms ease;
        position: absolute;
        right: 20px;
        top: 31px;
        width: 16px;
        height: 9px; }
        .nf-form-cont .select2-container .select2-selection--single .select2-selection__arrow b {
          margin: 0;
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 16px;
          height: 9px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='9px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M16.013,1.293 L8.024,9.013 L8.000,8.990 L7.976,9.013 L-0.014,1.293 L1.338,-0.013 L8.000,6.425 L14.663,-0.013 L16.013,1.293 Z'/%3E%3C/svg%3E");
          border: none; }
    .nf-form-cont .select2-container .select2-selection__rendered {
      transition: all 150ms ease;
      padding: 20px 20px !important;
      width: 100%;
      height: 70px;
      resize: none;
      font-size: 23px;
      line-height: 23px;
      border: 1px solid #e1e1e1 !important;
      border-radius: 0px !important;
      background: #ffffff;
      color: #c2c2c2;
      font-family: "Locke", "Montserrat";
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none;
      position: relative; }
    .nf-form-cont .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
      transform: rotate(90deg); }
  .nf-form-cont select::-ms-expand {
    display: none; }
  .nf-form-cont select {
    padding: 0px 20px !important;
    width: 100%;
    height: 70px;
    resize: none;
    font-weight: 300;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: .3px;
    border: 1px solid #e1e1e1 !important;
    border-radius: 0px !important;
    background: #ffffff;
    color: #c2c2c2;
    font-family: "Locke", "Montserrat";
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='9px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M16.013,1.293 L8.024,9.013 L8.000,8.990 L7.976,9.013 L-0.014,1.293 L1.338,-0.012 L8.000,6.425 L14.663,-0.012 L16.013,1.293 Z'/%3E%3C/svg%3E");
    background-position: calc(100% - 30px) center;
    background-repeat: no-repeat; }
    .nf-form-cont select [disabled] {
      display: none; }
    .nf-form-cont select option {
      color: #000000; }
    @media only screen and (max-width: 767px) {
      .nf-form-cont select {
        font-size: 18px;
        line-height: 18px;
        padding: 0px 20px !important; } }
  .nf-form-cont label {
    display: inline-block;
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: .5px;
    color: #007565;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .nf-form-cont label {
        font-size: 18px;
        line-height: 28px; } }
  .nf-form-cont input[type="checkbox"] + label,
  .nf-form-cont input[type="radio"] + label {
    font-size: 23px;
    line-height: 33px; }
    @media only screen and (max-width: 767px) {
      .nf-form-cont input[type="checkbox"] + label,
      .nf-form-cont input[type="radio"] + label {
        font-size: 18px;
        line-height: 28px; } }
  .nf-form-cont form {
    display: flex;
    justify-content: center; }
    .nf-form-cont form > div {
      width: 100%; }
  .nf-form-cont .nf-form-fields-required {
    display: none; }
  .nf-form-cont .nf-form-title h3 {
    font-family: "Locke", "Montserrat";
    font-size: 35px;
    text-align: left;
    margin-bottom: 20px; }
  .nf-form-cont .nf-error-msg {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0 10px 0;
    color: red;
    opacity: 1; }
  .nf-form-cont .ninja-forms-req-symbol {
    margin-left: 5px;
    color: #0a9784;
    display: inline-block;
    position: absolute;
    right: -19px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #0a9784;
    font-size: 0;
    line-height: 0; }
  .nf-form-cont .html-wrap, .nf-form-cont .html-container {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 300; }
    .nf-form-cont .html-wrap p, .nf-form-cont .html-container p {
      font-size: 20px;
      line-height: 34px;
      color: #ffffff;
      font-weight: 300;
      padding-top: 0; }
  .nf-form-cont .submit-wrap {
    position: relative; }
    .nf-form-cont .submit-wrap .nf-field-label {
      display: none; }
    .nf-form-cont .submit-wrap .nf-field-element {
      position: relative; }
  .nf-form-cont .nf-after-form-info {
    font-size: 16px;
    line-height: 26px;
    color: #999999;
    margin-top: 30px; }
    .nf-form-cont .nf-after-form-info p:last-child {
      margin-bottom: 0; }
    .nf-form-cont .nf-after-form-info a {
      text-decoration: none; }
  .nf-form-cont nf-field {
    margin-bottom: 20px;
    display: block; }
    .nf-form-cont nf-field:last-child {
      margin-bottom: 0; }
    .nf-form-cont nf-field .hr-wrap .nf-field-label {
      display: none; }
    .nf-form-cont nf-field .hr-wrap hr {
      height: 1px;
      background: #ededed;
      border: 0;
      margin: 30px 0 20px 0; }
    .nf-form-cont nf-field ul {
      margin: 0 !important; }
      .nf-form-cont nf-field ul li {
        padding: 0 !important;
        margin-bottom: 10px; }
        .nf-form-cont nf-field ul li:after {
          display: none; }
  .nf-form-cont .file_upload-container .nf-field-element {
    display: flex;
    align-items: center;
    flex-flow: column; }
  .nf-form-cont .file_upload-container input[type=file] {
    position: absolute; }
  .nf-form-cont .file_upload-container .nf-fu-fileinput-button {
    width: 100%;
    letter-spacing: 0.5px;
    font-family: "Locke", "Montserrat";
    font-weight: 300;
    height: 70px;
    color: #0a9784;
    background: #f9f9f9;
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 23px;
    line-height: 33px;
    text-transform: none;
    margin-bottom: 10px; }
    .nf-form-cont .file_upload-container .nf-fu-fileinput-button:hover {
      background: #f4f4f4; }
  .nf-form-cont .file_upload-container .nf-fu-button-cancel {
    width: 100%;
    letter-spacing: 0.5px;
    font-family: "Locke", "Montserrat";
    font-weight: 300;
    height: 70px;
    color: #0a9784;
    background: #f9f9f9;
    text-align: center;
    padding: 20px;
    font-size: 23px;
    line-height: 33px;
    text-transform: none; }
    .nf-form-cont .file_upload-container .nf-fu-button-cancel:hover {
      background: #f4f4f4; }
  .nf-form-cont .file_upload-container .nf-fu-progress {
    width: 100%;
    height: 2px;
    margin-bottom: 20px;
    margin-top: 10px !important;
    overflow: hidden;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important; }
  .nf-form-cont .file_upload-container .nf-fu-progress-bar {
    font-size: 0 !important;
    line-height: 0 !important;
    float: left;
    width: 0;
    height: 100%;
    background: #0a9784 !important;
    box-shadow: none !important;
    transition: width .6s ease; }
  .nf-form-cont .file_upload-container .files_uploaded {
    width: 100%;
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 10px; }
    .nf-form-cont .file_upload-container .files_uploaded p {
      display: block;
      margin-bottom: 10px; }
      .nf-form-cont .file_upload-container .files_uploaded p:last-child {
        margin-bottom: 0; }
      .nf-form-cont .file_upload-container .files_uploaded p .delete {
        font-size: 20px;
        line-height: 30px;
        float: right; }
        .nf-form-cont .file_upload-container .files_uploaded p .delete:hover {
          color: #007565; }
  .nf-form-cont .nf-form-hp {
    position: absolute;
    visibility: hidden; }
  .nf-form-cont nf-rows-wrap {
    display: flex;
    flex-flow: column; }
    .nf-form-cont nf-rows-wrap .nf-row {
      display: flex;
      margin-bottom: 10px; }
      .nf-form-cont nf-rows-wrap .nf-row nf-cells {
        flex-grow: 1;
        display: flex;
        margin: 0 -10px; }
        @media only screen and (max-width: 767px) {
          .nf-form-cont nf-rows-wrap .nf-row nf-cells {
            flex-wrap: wrap; } }
        .nf-form-cont nf-rows-wrap .nf-row nf-cells .nf-cell {
          margin: 0 10px; }
          @media only screen and (max-width: 767px) {
            .nf-form-cont nf-rows-wrap .nf-row nf-cells .nf-cell {
              width: 100% !important;
              margin-bottom: 10px; }
              .nf-form-cont nf-rows-wrap .nf-row nf-cells .nf-cell:last-child {
                margin-bottom: 0; } }
