@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-regular.woff') format('woff'), url('../fonts/roboto-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-regular-italic.woff') format('woff'), url('../fonts/roboto-regular-italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto Bold';
  src: url('../fonts/roboto-bold.woff') format('woff'), url('../fonts/roboto-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Bold';
  src: url('../fonts/roboto-bold-italic.woff') format('woff'), url('../fonts/roboto-bold-italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto Light';
  src: url('../fonts/roboto-light.woff') format('woff'), url('../fonts/roboto-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Light';
  src: url('../fonts/roboto-light-italic.woff') format('woff'), url('../fonts/roboto-light-italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Itau Display Regular';
  src: url('../fonts/ItauDisplay_Rg.0c951fba.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Itau Text Regular';
  src: url('../fonts/ItauText_Bd.d362af4e.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Itau Text Bold';
  src: url('../fonts/ItauText_XBd.37c3bea5.ttf');
  font-weight: normal;
  font-style: normal;
}
.grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto 0 auto;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.grid.grid--no-spacing {
  padding: 0;
}
.grid-cell.grid--no-margin {
  margin: 0;
  width: 100% !important;
}
.grid-cell {
  box-sizing: border-box;
}
.grid-cell--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.grid-cell--middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.grid-cell--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.grid-cell--stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.grid.grid--no-spacing > .grid-cell {
  margin: 0;
}
.grid-cell--order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.grid-cell--order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.grid-cell--order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.grid-cell--order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.grid-cell--order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.grid-cell--order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.grid-cell--order-7 {
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.grid-cell--order-8 {
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.grid-cell--order-9 {
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.grid-cell--order-10 {
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.grid-cell--order-11 {
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}
.grid-cell--order-12 {
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}
@media (max-width: 479px) {
  .grid {
    padding: 8px;
  }
  .grid-cell {
    margin: 8px;
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell {
    width: 100%;
  }
  .grid-cell--hide-phone {
    display: none !important;
  }
  .grid-cell--order-1-phone.grid-cell--order-1-phone {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .grid-cell--order-2-phone.grid-cell--order-2-phone {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .grid-cell--order-3-phone.grid-cell--order-3-phone {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .grid-cell--order-4-phone.grid-cell--order-4-phone {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .grid-cell--order-5-phone.grid-cell--order-5-phone {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .grid-cell--order-6-phone.grid-cell--order-6-phone {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .grid-cell--order-7-phone.grid-cell--order-7-phone {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .grid-cell--order-8-phone.grid-cell--order-8-phone {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .grid-cell--order-9-phone.grid-cell--order-9-phone {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .grid-cell--order-10-phone.grid-cell--order-10-phone {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .grid-cell--order-11-phone.grid-cell--order-11-phone {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .grid-cell--order-12-phone.grid-cell--order-12-phone {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .grid-cell--1-col,
  .grid-cell--1-col-phone.grid-cell--1-col-phone {
    width: calc(25% - 16px);
  }
  .grid--no-spacing > .grid-cell--1-col,
  .grid--no-spacing > .grid-cell--1-col-phone.grid-cell--1-col-phone {
    width: 25%;
  }
  .grid-cell--2-col,
  .grid-cell--2-col-phone.grid-cell--2-col-phone {
    width: calc(50% - 16px);
  }
  .grid--no-spacing > .grid-cell--2-col,
  .grid--no-spacing > .grid-cell--2-col-phone.grid-cell--2-col-phone {
    width: 50%;
  }
  .grid-cell--3-col,
  .grid-cell--3-col-phone.grid-cell--3-col-phone {
    width: calc(75% - 16px);
  }
  .grid--no-spacing > .grid-cell--3-col,
  .grid--no-spacing > .grid-cell--3-col-phone.grid-cell--3-col-phone {
    width: 75%;
  }
  .grid-cell--4-col,
  .grid-cell--4-col-phone.grid-cell--4-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--4-col,
  .grid--no-spacing > .grid-cell--4-col-phone.grid-cell--4-col-phone {
    width: 100%;
  }
  .grid-cell--5-col,
  .grid-cell--5-col-phone.grid-cell--5-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--5-col,
  .grid--no-spacing > .grid-cell--5-col-phone.grid-cell--5-col-phone {
    width: 100%;
  }
  .grid-cell--6-col,
  .grid-cell--6-col-phone.grid-cell--6-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--6-col,
  .grid--no-spacing > .grid-cell--6-col-phone.grid-cell--6-col-phone {
    width: 100%;
  }
  .grid-cell--7-col,
  .grid-cell--7-col-phone.grid-cell--7-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--7-col,
  .grid--no-spacing > .grid-cell--7-col-phone.grid-cell--7-col-phone {
    width: 100%;
  }
  .grid-cell--8-col,
  .grid-cell--8-col-phone.grid-cell--8-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--8-col,
  .grid--no-spacing > .grid-cell--8-col-phone.grid-cell--8-col-phone {
    width: 100%;
  }
  .grid-cell--9-col,
  .grid-cell--9-col-phone.grid-cell--9-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--9-col,
  .grid--no-spacing > .grid-cell--9-col-phone.grid-cell--9-col-phone {
    width: 100%;
  }
  .grid-cell--10-col,
  .grid-cell--10-col-phone.grid-cell--10-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--10-col,
  .grid--no-spacing > .grid-cell--10-col-phone.grid-cell--10-col-phone {
    width: 100%;
  }
  .grid-cell--11-col,
  .grid-cell--11-col-phone.grid-cell--11-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--11-col,
  .grid--no-spacing > .grid-cell--11-col-phone.grid-cell--11-col-phone {
    width: 100%;
  }
  .grid-cell--12-col,
  .grid-cell--12-col-phone.grid-cell--12-col-phone {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--12-col,
  .grid--no-spacing > .grid-cell--12-col-phone.grid-cell--12-col-phone {
    width: 100%;
  }
  .grid-cell--1-offset,
  .grid-cell--1-offset-phone.grid-cell--1-offset-phone {
    margin-left: calc(25% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--1-offset,
  .grid.grid--no-spacing > .grid-cell--1-offset-phone.grid-cell--1-offset-phone {
    margin-left: 25%;
  }
  .grid-cell--2-offset,
  .grid-cell--2-offset-phone.grid-cell--2-offset-phone {
    margin-left: calc(50% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--2-offset,
  .grid.grid--no-spacing > .grid-cell--2-offset-phone.grid-cell--2-offset-phone {
    margin-left: 50%;
  }
  .grid-cell--3-offset,
  .grid-cell--3-offset-phone.grid-cell--3-offset-phone {
    margin-left: calc(75% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--3-offset,
  .grid.grid--no-spacing > .grid-cell--3-offset-phone.grid-cell--3-offset-phone {
    margin-left: 75%;
  }
}
@media (min-width: 480px) and (max-width: 839px) {
  .grid {
    padding: 8px;
  }
  .grid-cell {
    margin: 8px;
    width: calc(50% - 16px);
  }
  .grid--no-spacing > .grid-cell {
    width: 50%;
  }
  .grid-cell--hide-tablet {
    display: none !important;
  }
  .grid-cell--order-1-tablet.grid-cell--order-1-tablet {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .grid-cell--order-2-tablet.grid-cell--order-2-tablet {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .grid-cell--order-3-tablet.grid-cell--order-3-tablet {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .grid-cell--order-4-tablet.grid-cell--order-4-tablet {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .grid-cell--order-5-tablet.grid-cell--order-5-tablet {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .grid-cell--order-6-tablet.grid-cell--order-6-tablet {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .grid-cell--order-7-tablet.grid-cell--order-7-tablet {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .grid-cell--order-8-tablet.grid-cell--order-8-tablet {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .grid-cell--order-9-tablet.grid-cell--order-9-tablet {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .grid-cell--order-10-tablet.grid-cell--order-10-tablet {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .grid-cell--order-11-tablet.grid-cell--order-11-tablet {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .grid-cell--order-12-tablet.grid-cell--order-12-tablet {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .grid-cell--1-col,
  .grid-cell--1-col-tablet.grid-cell--1-col-tablet {
    width: calc(12.5% - 16px);
  }
  .grid-cell--1-0-col-tablet.grid-cell--1-0-col-tablet {
    width: calc(10.5% - 16px);
  }
  .grid--no-spacing > .grid-cell--1-col,
  .grid--no-spacing > .grid-cell--1-col-tablet.grid-cell--1-col-tablet {
    width: 12.5%;
  }
  .grid-cell--2-col,
  .grid-cell--2-col-tablet.grid-cell--2-col-tablet {
    width: calc(25% - 16px);
  }
  .grid--no-spacing > .grid-cell--2-col,
  .grid--no-spacing > .grid-cell--2-col-tablet.grid-cell--2-col-tablet {
    width: 25%;
  }
  .grid-cell--3-col,
  .grid-cell--3-col-tablet.grid-cell--3-col-tablet {
    width: calc(37.5% - 16px);
  }
  .grid--no-spacing > .grid-cell--3-col,
  .grid--no-spacing > .grid-cell--3-col-tablet.grid-cell--3-col-tablet {
    width: 37.5%;
  }
  .grid-cell--4-col,
  .grid-cell--4-col-tablet.grid-cell--4-col-tablet {
    width: calc(50% - 16px);
  }
  .grid--no-spacing > .grid-cell--4-col,
  .grid--no-spacing > .grid-cell--4-col-tablet.grid-cell--4-col-tablet {
    width: 50%;
  }
  .grid-cell--5-col,
  .grid-cell--5-col-tablet.grid-cell--5-col-tablet {
    width: calc(62.5% - 16px);
  }
  .grid--no-spacing > .grid-cell--5-col,
  .grid--no-spacing > .grid-cell--5-col-tablet.grid-cell--5-col-tablet {
    width: 62.5%;
  }
  .grid-cell--6-col,
  .grid-cell--6-col-tablet.grid-cell--6-col-tablet {
    width: calc(75% - 16px);
  }
  .grid--no-spacing > .grid-cell--6-col,
  .grid--no-spacing > .grid-cell--6-col-tablet.grid-cell--6-col-tablet {
    width: 75%;
  }
  .grid-cell--7-col,
  .grid-cell--7-col-tablet.grid-cell--7-col-tablet {
    width: calc(87.5% - 16px);
  }
  .grid--no-spacing > .grid-cell--7-col,
  .grid--no-spacing > .grid-cell--7-col-tablet.grid-cell--7-col-tablet {
    width: 87.5%;
  }
  .grid-cell--8-col,
  .grid-cell--8-col-tablet.grid-cell--8-col-tablet {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--8-col,
  .grid--no-spacing > .grid-cell--8-col-tablet.grid-cell--8-col-tablet {
    width: 100%;
  }
  .grid-cell--9-col,
  .grid-cell--9-col-tablet.grid-cell--9-col-tablet {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--9-col,
  .grid--no-spacing > .grid-cell--9-col-tablet.grid-cell--9-col-tablet {
    width: 100%;
  }
  .grid-cell--10-col,
  .grid-cell--10-col-tablet.grid-cell--10-col-tablet {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--10-col,
  .grid--no-spacing > .grid-cell--10-col-tablet.grid-cell--10-col-tablet {
    width: 100%;
  }
  .grid-cell--11-col,
  .grid-cell--11-col-tablet.grid-cell--11-col-tablet {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--11-col,
  .grid--no-spacing > .grid-cell--11-col-tablet.grid-cell--11-col-tablet {
    width: 100%;
  }
  .grid-cell--12-col,
  .grid-cell--12-col-tablet.grid-cell--12-col-tablet {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--12-col,
  .grid--no-spacing > .grid-cell--12-col-tablet.grid-cell--12-col-tablet {
    width: 100%;
  }
  .grid-cell--1-offset,
  .grid-cell--1-offset-tablet.grid-cell--1-offset-tablet {
    margin-left: calc(12.5% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--1-offset,
  .grid.grid--no-spacing > .grid-cell--1-offset-tablet.grid-cell--1-offset-tablet {
    margin-left: 12.5%;
  }
  .grid-cell--2-offset,
  .grid-cell--2-offset-tablet.grid-cell--2-offset-tablet {
    margin-left: calc(25% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--2-offset,
  .grid.grid--no-spacing > .grid-cell--2-offset-tablet.grid-cell--2-offset-tablet {
    margin-left: 25%;
  }
  .grid-cell--3-offset,
  .grid-cell--3-offset-tablet.grid-cell--3-offset-tablet {
    margin-left: calc(37.5% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--3-offset,
  .grid.grid--no-spacing > .grid-cell--3-offset-tablet.grid-cell--3-offset-tablet {
    margin-left: 37.5%;
  }
  .grid-cell--4-offset,
  .grid-cell--4-offset-tablet.grid-cell--4-offset-tablet {
    margin-left: calc(50% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--4-offset,
  .grid.grid--no-spacing > .grid-cell--4-offset-tablet.grid-cell--4-offset-tablet {
    margin-left: 50%;
  }
  .grid-cell--5-offset,
  .grid-cell--5-offset-tablet.grid-cell--5-offset-tablet {
    margin-left: calc(62.5% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--5-offset,
  .grid.grid--no-spacing > .grid-cell--5-offset-tablet.grid-cell--5-offset-tablet {
    margin-left: 62.5%;
  }
  .grid-cell--6-offset,
  .grid-cell--6-offset-tablet.grid-cell--6-offset-tablet {
    margin-left: calc(75% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--6-offset,
  .grid.grid--no-spacing > .grid-cell--6-offset-tablet.grid-cell--6-offset-tablet {
    margin-left: 75%;
  }
  .grid-cell--7-offset,
  .grid-cell--7-offset-tablet.grid-cell--7-offset-tablet {
    margin-left: calc(87.5% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--7-offset,
  .grid.grid--no-spacing > .grid-cell--7-offset-tablet.grid-cell--7-offset-tablet {
    margin-left: 87.5%;
  }
}
@media (min-width: 840px) {
  .float-right {
    float: right;
    margin: 8px;
    width: unset !important;
  }
  .margin-right-minus--desktop {
    margin-right: 24px;
  }
  .align-vertically-center--desktop {
    display: inline-flex;
    align-items: center !important;
  }
  .grid {
    padding: 8px;
  }
  .grid-cell {
    margin: 8px;
    width: calc(33.33333333% - 16px);
  }
  .grid--no-spacing > .grid-cell {
    width: 33.33333333%;
  }
  .grid-cell--hide-desktop {
    display: none !important;
  }
  .grid-cell--order-1-desktop.grid-cell--order-1-desktop {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .grid-cell--1-0-col-desktop {
    width: calc(5.333333% - 16px);
  }
  .grid-cell--order-2-desktop.grid-cell--order-2-desktop {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .grid-cell--order-3-desktop.grid-cell--order-3-desktop {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .grid-cell--order-4-desktop.grid-cell--order-4-desktop {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .grid-cell--order-5-desktop.grid-cell--order-5-desktop {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .grid-cell--order-6-desktop.grid-cell--order-6-desktop {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .grid-cell--order-7-desktop.grid-cell--order-7-desktop {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .grid-cell--order-8-desktop.grid-cell--order-8-desktop {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .grid-cell--order-9-desktop.grid-cell--order-9-desktop {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .grid-cell--order-10-desktop.grid-cell--order-10-desktop {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .grid-cell--order-11-desktop.grid-cell--order-11-desktop {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .grid-cell--order-12-desktop.grid-cell--order-12-desktop {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .grid-cell--1-col,
  .grid-cell--1-col-desktop.grid-cell--1-col-desktop {
    width: calc(8.33333333% - 16px);
  }
  .grid--no-spacing > .grid-cell--1-col,
  .grid--no-spacing > .grid-cell--1-col-desktop.grid-cell--1-col-desktop {
    width: 8.33333333%;
  }
  .grid-cell--2-col,
  .grid-cell--2-col-desktop.grid-cell--2-col-desktop {
    width: calc(16.66666667% - 16px);
  }
  .grid--no-spacing > .grid-cell--2-col,
  .grid--no-spacing > .grid-cell--2-col-desktop.grid-cell--2-col-desktop {
    width: 16.66666667%;
  }
  .grid-cell--3-col,
  .grid-cell--3-col-desktop.grid-cell--3-col-desktop {
    width: calc(25% - 16px);
  }
  .grid--no-spacing > .grid-cell--3-col,
  .grid--no-spacing > .grid-cell--3-col-desktop.grid-cell--3-col-desktop {
    width: 25%;
  }
  .grid-cell--4-col,
  .grid-cell--4-col-desktop.grid-cell--4-col-desktop {
    width: calc(33.33333333% - 16px);
  }
  .grid--no-spacing > .grid-cell--4-col,
  .grid--no-spacing > .grid-cell--4-col-desktop.grid-cell--4-col-desktop {
    width: 33.33333333%;
  }
  .grid-cell--5-col,
  .grid-cell--5-col-desktop.grid-cell--5-col-desktop {
    width: calc(41.66666667% - 16px);
  }
  .grid--no-spacing > .grid-cell--5-col,
  .grid--no-spacing > .grid-cell--5-col-desktop.grid-cell--5-col-desktop {
    width: 41.66666667%;
  }
  .grid-cell--6-col,
  .grid-cell--6-col-desktop.grid-cell--6-col-desktop {
    width: calc(50% - 16px);
  }
  .grid--no-spacing > .grid-cell--6-col,
  .grid--no-spacing > .grid-cell--6-col-desktop.grid-cell--6-col-desktop {
    width: 50%;
  }
  .grid-cell--7-col,
  .grid-cell--7-col-desktop.grid-cell--7-col-desktop {
    width: calc(58.33333333% - 16px);
  }
  .grid--no-spacing > .grid-cell--7-col,
  .grid--no-spacing > .grid-cell--7-col-desktop.grid-cell--7-col-desktop {
    width: 58.33333333%;
  }
  .grid-cell--8-col,
  .grid-cell--8-col-desktop.grid-cell--8-col-desktop {
    width: calc(66.66666667% - 16px);
  }
  .grid--no-spacing > .grid-cell--8-col,
  .grid--no-spacing > .grid-cell--8-col-desktop.grid-cell--8-col-desktop {
    width: 66.66666667%;
  }
  .grid-cell--9-col,
  .grid-cell--9-col-desktop.grid-cell--9-col-desktop {
    width: calc(75% - 16px);
  }
  .grid--no-spacing > .grid-cell--9-col,
  .grid--no-spacing > .grid-cell--9-col-desktop.grid-cell--9-col-desktop {
    width: 75%;
  }
  .grid-cell--10-col,
  .grid-cell--10-col-desktop.grid-cell--10-col-desktop {
    width: calc(83.33333333% - 16px);
  }
  .grid--no-spacing > .grid-cell--10-col,
  .grid--no-spacing > .grid-cell--10-col-desktop.grid-cell--10-col-desktop {
    width: 83.33333333%;
  }
  .grid-cell--11-col,
  .grid-cell--11-col-desktop.grid-cell--11-col-desktop {
    width: calc(91.66666667% - 16px);
  }
  .grid--no-spacing > .grid-cell--11-col,
  .grid--no-spacing > .grid-cell--11-col-desktop.grid-cell--11-col-desktop {
    width: 91.66666667%;
  }
  .grid-cell--12-col,
  .grid-cell--12-col-desktop.grid-cell--12-col-desktop {
    width: calc(100% - 16px);
  }
  .grid--no-spacing > .grid-cell--12-col,
  .grid--no-spacing > .grid-cell--12-col-desktop.grid-cell--12-col-desktop {
    width: 100%;
  }
  .grid-cell--1-offset,
  .grid-cell--1-offset-desktop.grid-cell--1-offset-desktop {
    margin-left: calc(8.33333333% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--1-offset,
  .grid.grid--no-spacing > .grid-cell--1-offset-desktop.grid-cell--1-offset-desktop {
    margin-left: 8.33333333%;
  }
  .grid-cell--2-offset,
  .grid-cell--2-offset-desktop.grid-cell--2-offset-desktop {
    margin-left: calc(16.66666667% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--2-offset,
  .grid.grid--no-spacing > .grid-cell--2-offset-desktop.grid-cell--2-offset-desktop {
    margin-left: 16.66666667%;
  }
  .grid-cell--3-offset,
  .grid-cell--3-offset-desktop.grid-cell--3-offset-desktop {
    margin-left: calc(25% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--3-offset,
  .grid.grid--no-spacing > .grid-cell--3-offset-desktop.grid-cell--3-offset-desktop {
    margin-left: 25%;
  }
  .grid-cell--4-offset,
  .grid-cell--4-offset-desktop.grid-cell--4-offset-desktop {
    margin-left: calc(33.33333333% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--4-offset,
  .grid.grid--no-spacing > .grid-cell--4-offset-desktop.grid-cell--4-offset-desktop {
    margin-left: 33.33333333%;
  }
  .grid-cell--5-offset,
  .grid-cell--5-offset-desktop.grid-cell--5-offset-desktop {
    margin-left: calc(41.66666667% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--5-offset,
  .grid.grid--no-spacing > .grid-cell--5-offset-desktop.grid-cell--5-offset-desktop {
    margin-left: 41.66666667%;
  }
  .grid-cell--6-offset,
  .grid-cell--6-offset-desktop.grid-cell--6-offset-desktop {
    margin-left: calc(50% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--6-offset,
  .grid.grid--no-spacing > .grid-cell--6-offset-desktop.grid-cell--6-offset-desktop {
    margin-left: 50%;
  }
  .grid-cell--7-offset,
  .grid-cell--7-offset-desktop.grid-cell--7-offset-desktop {
    margin-left: calc(58.33333333% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--7-offset,
  .grid.grid--no-spacing > .grid-cell--7-offset-desktop.grid-cell--7-offset-desktop {
    margin-left: 58.33333333%;
  }
  .grid-cell--8-offset,
  .grid-cell--8-offset-desktop.grid-cell--8-offset-desktop {
    margin-left: calc(66.66666667% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--8-offset,
  .grid.grid--no-spacing > .grid-cell--8-offset-desktop.grid-cell--8-offset-desktop {
    margin-left: 66.66666667%;
  }
  .grid-cell--9-offset,
  .grid-cell--9-offset-desktop.grid-cell--9-offset-desktop {
    margin-left: calc(75% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--9-offset,
  .grid.grid--no-spacing > .grid-cell--9-offset-desktop.grid-cell--9-offset-desktop {
    margin-left: 75%;
  }
  .grid-cell--10-offset,
  .grid-cell--10-offset-desktop.grid-cell--10-offset-desktop {
    margin-left: calc(83.33333333% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--10-offset,
  .grid.grid--no-spacing > .grid-cell--10-offset-desktop.grid-cell--10-offset-desktop {
    margin-left: 83.33333333%;
  }
  .grid-cell--11-offset,
  .grid-cell--11-offset-desktop.grid-cell--11-offset-desktop {
    margin-left: calc(91.66666667% + 8px);
  }
  .grid.grid--no-spacing > .grid-cell--11-offset,
  .grid.grid--no-spacing > .grid-cell--11-offset-desktop.grid-cell--11-offset-desktop {
    margin-left: 91.66666667%;
  }
}
* {
  box-sizing: border-box;
  outline-color: #134C93;
}
html {
  font-family: 'Itau Display Regular';
  font-size: 16px;
  color: #373A3C;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
button::-moz-focus-inner {
  border: 0;
}
a,
a:visited,
a:hover {
  color: #134C93;
  text-decoration: underline;
}
select::-ms-expand {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  font-family: 'Itau Display Regular';
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.heading1 {
  font-size: 40px;
  color: #373A3C;
  line-height: 50px;
}
.heading2 {
  color: #373A3C;
  font-size: 30px;
  line-height: 35px;
}
.heading3 {
  color: #373A3C;
  font-size: 20px;
  line-height: 30px;
}
.p1 {
  font-family: 'Itau Display Regular';
  color: #373A3C;
  font-size: 16px;
  line-height: 25px;
}
.p2 {
  font-family: 'Itau Display Regular';
  color: #373A3C;
  font-size: 14px;
  line-height: 25px;
}
.p3 {
  color: #373A3C;
  font-family: 'Itau Display Regular';
  font-size: 12px;
  line-height: 22px;
}
.head-money {
  font-size: 22px;
  line-height: 30px;
}
.head-length-data {
  line-height: 35px;
  font-size: 25px;
}
.grid-container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
.align-right {
  text-align: right;
  justify-content: flex-end !important;
}
.align-left {
  text-align: left;
  justify-content: left !important;
}
.align-center {
  text-align: center !important;
  justify-content: center !important;
}
@media all and (min-width: 840px) {
  .align-right--desktop {
    text-align: right;
    flex-direction: row-reverse;
  }
}
@media all and (max-width: 839px) {
  .align-center--tablet {
    text-align: center !important;
    justify-content: center !important;
  }
}
@media all and (max-width: 479px) {
  .align-center--phone {
    text-align: center !important;
    justify-content: center !important;
  }
}
.align-vertically-center {
  display: inline-flex;
  align-items: center !important;
}
.align-vertically-bottom {
  display: inline-flex;
  align-items: flex-end !important;
}
.horizontal-stack {
  display: block;
}
.horizontal-stack > * {
  margin: 15px 17px 15px 0;
}
.horizontal-stack > *:not(.margin-right-last):last-child {
  margin-right: 0;
}
.horizontal-stack.horizontal-stack-compact > * {
  margin: 15px 20px 15px 0;
}
@media all and (max-width: 479px) {
  .horizontal-stack {
    display: block;
  }
  .horizontal-stack > * {
    display: block;
    margin-bottom: 30px;
  }
  .horizontal-stack > *:not(.margin-right-last):last-child {
    margin-bottom: 15px;
  }
}
.table-info {
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #373A3C;
  text-align: right;
}
.table-info > * {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 2px solid #D4D5D6;
}
.table-info > *:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.table-info select {
  margin-left: 10px;
}
.table-radius {
  border-radius: 5px;
}
.table-height-minus thead th {
  padding: 18px 18px !important;
  height: 0px !important;
}
.table-info.align-left {
  text-align: left;
}
.decorated.table:before,
.decorated.form:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background-color: #FFFFFF;
  height: 86px /* grid padding */;
  width: 100%;
}
.decorated.form:before {
  height: 70px;
}
.decorated.form {
  margin-top: 70px;
}
.decorated.table.no-spacing:before {
  height: 70px;
}
.mirror-horizontally {
  transform: scaleX(-1);
}
.user-icon {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-position-x: center;
  background-position-y: center;
  background-color: #D4D5D6;
  background-size: cover;
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  color: #134C93;
  font-family: 'Itau Display Regular';
  font-size: 30px;
}
.link {
  text-decoration: none;
  display: inline-block;
  text-align: right;
  margin: 0 10px;
  color: #373A3C !important;
}
.link > * {
  display: inline-flex;
  align-items: center;
}
.link > * > * {
  display: inline-block;
}
.link > * > *:nth-child(2) {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-left: 10px;
}
a.link,
a.link:focus,
a.link:hover {
  text-decoration: none;
}
.link:hover,
.link:focus {
  color: #EC7000 !important;
}
@media all and (max-width: 479px) {
  .grid--no-spacing.vertical-space-between-cells--phone .grid-cell {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .grid--no-spacing.vertical-space-between-cells--phone .grid-cell:first-child {
    margin-top: 0;
  }
  .grid--no-spacing.vertical-space-between-cells--phone .grid-cell:last-child {
    margin-bottom: 0;
  }
  .grid--no-spacing.vertical-space-between-cells--phone .grid-cell:first-child:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid--no-spacing.horizontal-space-between-cells--phone .grid-cell {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid--no-spacing.horizontal-space-between-cells--phone .grid-cell:first-child {
    padding-left: 0;
  }
  .grid--no-spacing.horizontal-space-between-cells--phone .grid-cell:last-child {
    padding-right: 0;
  }
  .grid--no-spacing.horizontal-space-between-cells--phone .grid-cell:first-child:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 839px) and (min-width: 480px) {
  .grid--no-spacing.vertical-space-between-cells--tablet .grid-cell {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .grid--no-spacing.vertical-space-between-cells--tablet .grid-cell:first-child {
    margin-top: 0;
  }
  .grid--no-spacing.vertical-space-between-cells--tablet .grid-cell:last-child {
    margin-bottom: 0;
  }
  .grid--no-spacing.vertical-space-between-cells--tablet .grid-cell:first-child:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid--no-spacing.horizontal-space-between-cells--tablet .grid-cell {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid--no-spacing.horizontal-space-between-cells--tablet .grid-cell:first-child {
    padding-left: 0;
  }
  .grid--no-spacing.horizontal-space-between-cells--tablet .grid-cell:last-child {
    padding-right: 0;
  }
  .grid--no-spacing.horizontal-space-between-cells--tablet .grid-cell:first-child:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 840px) {
  .grid--no-spacing.vertical-space-between-cells--desktop .grid-cell {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .grid--no-spacing.vertical-space-between-cells--desktop .grid-cell:first-child {
    margin-top: 0;
  }
  .grid--no-spacing.vertical-space-between-cells--desktop .grid-cell:last-child {
    margin-bottom: 0;
  }
  .grid--no-spacing.vertical-space-between-cells--desktop .grid-cell:first-child:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid--no-spacing.horizontal-space-between-cells--desktop .grid-cell {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid--no-spacing.horizontal-space-between-cells--desktop .grid-cell:first-child {
    padding-left: 0;
  }
  .grid--no-spacing.horizontal-space-between-cells--desktop .grid-cell:last-child {
    padding-right: 0;
  }
  .grid--no-spacing.horizontal-space-between-cells--desktop .grid-cell:first-child:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}
.hide {
  display: none !important;
}
.hide-accessibility {
  position: absolute;
  opacity: 0;
  height: 0;
}
.not-active {
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
  color: black;
}
.livesearch-columns {
  display: inline-table;
  width: 100%;
  height: 100%;
}
.livesearch-columns > div {
  display: table-cell;
}
.livesearch-columns > div:nth-child(1) {
  width: 40%;
  padding-right: 12px;
  word-break: break-all;
}
.grid-align-horizontal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.grid-margin-right {
  margin-right: 20px;
}
.grid-margin-top-first {
  margin-top: 30px;
}
.disabled-signatory {
  background-color: #D4D5D6;
}
#modalTitle:focus {
  outline: none;
}
main {
  display: block;
  margin-bottom: 20px;
}
.reset-default-margin {
  margin-top: -20px;
  margin-bottom: 0px;
}
.text-uppercase {
  text-transform: uppercase;
}
.bold {
  font-weight: bold;
}
h1 {
  font-size: 32px;
}
@media all and (max-width: 479px) {
  h1 {
    font-size: 18px;
  }
}
h2 {
  font-size: 24px;
}
@media all and (max-width: 479px) {
  h2 {
    font-size: 16px;
  }
}
h3 {
  font-size: 20px;
}
@media all and (max-width: 479px) {
  h3 {
    font-size: 15px;
  }
}
.skipnav {
  text-align: left;
}
.skipnav a {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.skipnav a:focus,
.skipnav a:active {
  position: absolute;
  overflow: visible;
  text-decoration: underline;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(191, 82, 4, 0.6);
  clip: auto;
  color: #23477F;
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  top: 5px;
  left: 5px;
  width: 160px;
  z-index: 100000;
}
.card-link a {
  text-decoration: none;
}
.card-link a h2 {
  color: #134C93;
}
.card-link a p {
  color: #000000;
}
.card-link a span {
  color: #000000;
}
.accessibility-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.showPending {
  background-color: yellow;
  text-align: center;
  color: #C70039;
  font-size: 30px;
  padding: 20px 0;
}
.chat {
  background-color: #373A3C;
  border-radius: 10px;
  padding: 15px;
  height: 350px;
  overflow: scroll;
}
.chat .chat-row {
  width: 100%;
}
.chat .chat-row .chat-msg {
  background-color: #EFE9E5;
  border-radius: 10px;
  position: relative;
  clear: both;
  display: inline-block;
  padding: 10px 40px 10px 20px;
  margin: 0 0 20px 0;
}
.chat .chat-row .chat-msg .msg {
  font-size: 18px;
}
.chat .chat-row .chat-msg .date-msg {
  font-size: 14px;
  font-style: italic;
}
.header-user-terms.show {
  visibility: visible;
  transform: scaleY(1);
  max-height: 250px;
  padding: 10px 0;
  border-bottom: 5px solid #efebe6;
}
.header-user-terms {
  text-align: center;
  background-color: #ffffff;
  font-size: 16px;
  transition: all ease-in-out 200ms;
  transform: scaleY(0);
  transform-origin: top;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
}
.header-user-terms .grid-container {
  text-align: center;
  display: inline-block;
  width: 1200px;
}
.header-user-terms .grid-container .grid .grid-cell {
  box-sizing: border-box;
}
.header-user-terms .grid-container .grid .grid-cell a {
  color: #403f3d;
  text-decoration: underline;
}
.header-user-terms .grid-container .grid .grid-cell .button.dark {
  color: #ffffff;
  background-color: #403f3d;
  border: 2px solid #403f3d;
  padding: 14px 60px;
  justify-content: center;
}
.header-user-terms .grid-container .grid .align-vertically-center {
  display: inline-flex;
  align-items: center !important;
}
.header-user-terms .grid-container .grid .align-left {
  text-align: left;
  justify-content: left !important;
}
@media (min-width: 1200px) {
  .header-user-terms .grid-container .grid .grid-cell--10-col,
  .header-user-terms .grid-container .grid .grid-cell--10-col-desktop.grid-cell--10-col-desktop {
    width: calc(83.33333333% - 30px);
  }
}
@media (max-width: 839px) {
  .header-user-terms .grid-container .grid .grid-cell {
    width: 100%;
  }
  .header-user-terms .grid-container .grid .button.dark {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .header-user-terms .grid-container {
    width: 840px;
  }
}
@media (max-width: 839px) {
  .header-user-terms .grid-container {
    min-width: 320px;
    width: 100%;
  }
}
.header {
  background-color: #EFE9E5;
  margin-bottom: 20px;
}
.header > .grid-container > .grid {
  padding-top: 0;
  padding-bottom: 0;
}
.header > .grid-container > .grid .grid-cell {
  display: flex;
  align-items: center;
  margin: 7px 8px 7px 8px;
}
.header > .grid-container > .grid .menu-grid-logo {
  justify-content: flex-start;
}
.header > .grid-container > .grid .menu-grid-logo a {
  display: flex;
  color: #373A3C;
  text-decoration: none;
  align-items: center;
}
.header > .grid-container > .grid .menu-grid-logo a img {
  height: 50px;
}
.header > .grid-container > .grid .menu-grid-site-name {
  justify-content: center;
}
@media all and (max-width: 839px) {
  .header > .grid-container > .grid .menu-grid-site-name {
    display: none;
  }
}
.header > .grid-container > .grid .menu-grid-site-name .site-name {
  font-size: 20px;
}
.header > .grid-container > .grid .menu-grid-user {
  justify-content: flex-end;
  margin: 0;
}
.header > .grid-container > .grid .menu-grid-user .user-menu {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 7px 25px 7px 0;
  border-bottom: 1px solid #EFE9E5;
}
@media all and (max-width: 839px) {
  .header > .grid-container > .grid .menu-grid-user .user-menu {
    padding-right: 0;
  }
}
.header > .grid-container > .grid .menu-grid-user .user-menu .user-icon {
  width: 40px;
  height: 40px;
  font-size: 14px;
  margin-left: 15px;
}
@media all and (max-width: 839px) {
  .header > .grid-container > .grid .menu-grid-user .user-menu .user-icon {
    margin-left: 5px;
  }
}
.header > .grid-container > .grid .menu-grid-user .user-menu .user-name {
  font-size: 20px;
  margin-left: 15px;
}
@media all and (max-width: 839px) {
  .header > .grid-container > .grid .menu-grid-user .user-menu .user-name {
    font-size: 18px;
    margin-left: 5px;
  }
}
@media all and (max-width: 479px) {
  .header > .grid-container > .grid .menu-grid-user .user-menu .user-name {
    display: none;
    margin-left: 5px;
  }
}
.header > .grid-container > .grid .menu-grid-user .user-menu .arrow-menu {
  background-image: url('../images/sort-solid-down.svg');
  background-repeat: no-repeat;
  width: 16px;
  height: 9px;
  margin-left: 22px;
}
@media all and (max-width: 839px) {
  .header > .grid-container > .grid .menu-grid-user .user-menu .arrow-menu {
    margin-left: 5px;
  }
}
.header > .grid-container > .grid .menu-grid-user .user-menu ul {
  display: inline-block;
  position: absolute;
  right: 0;
  top: calc(100% + 1px);
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #FFFFFF;
  box-shadow: 0 30px 50px 0 rgba(51, 51, 51, 0.15);
  border-radius: 5px;
  text-align: left;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-in-out;
  text-align: center;
  width: 100%;
}
@media all and (max-width: 839px) {
  .header > .grid-container > .grid .menu-grid-user .user-menu ul {
    min-width: 244px;
  }
}
.header > .grid-container > .grid .menu-grid-user .user-menu ul li {
  color: #373A3C;
  margin: 10px 15px;
  border-radius: 10px;
}
.header > .grid-container > .grid .menu-grid-user .user-menu ul li a {
  display: block;
  padding: 12px 0px;
  text-decoration: none;
  color: #373A3C;
  font-size: 24px;
}
@media all and (max-width: 839px) {
  .header > .grid-container > .grid .menu-grid-user .user-menu ul li a {
    font-size: 18px;
  }
}
@media all and (max-width: 479px) {
  .header > .grid-container > .grid .menu-grid-user .user-menu ul li a {
    font-size: 16px;
  }
}
.header > .grid-container > .grid .menu-grid-user .user-menu ul li:hover {
  background-color: #134C93;
}
.header > .grid-container > .grid .menu-grid-user .user-menu ul li:hover a {
  color: #FFFFFF;
}
.header > .grid-container > .grid .menu-grid-user .user-menu ul li:nth-child(1) {
  font-size: 20px;
  line-height: 30px;
}
.header > .grid-container > .grid .menu-grid-user .user-menu ul li:not(:nth-child(1)):before {
  display: inline-block;
  content: ' ';
  position: absolute;
  left: 0;
  top: 100%;
  width: 15px;
  height: 2px;
}
.header > .grid-container > .grid .menu-grid-user .user-menu ul li:not(:nth-child(1)):after {
  display: inline-block;
  content: ' ';
  position: absolute;
  right: 0;
  top: 100%;
  width: 15px;
  height: 2px;
}
.header > .grid-container > .grid .menu-grid-user .user-menu ul li:last-child {
  border-bottom: 0;
}
.header > .grid-container > .grid .menu-grid-user .user-menu ul li:last-child:before {
  display: none;
}
.header > .grid-container > .grid .menu-grid-user .user-menu ul li:last-child:after {
  display: none;
}
.header > .grid-container > .grid .menu-grid-user .user-menu.show {
  background-color: #FFFFFF;
  border-bottom: 1px solid #134C93;
}
.header > .grid-container > .grid .menu-grid-user .user-menu.show ul {
  visibility: visible;
  opacity: 1;
}
.header > .grid-container > .grid .menu-grid-user .user-menu.show .arrow-menu {
  background-image: url('../images/sort-solid-up.svg');
}
.header > .grid-container > .grid .menu-grid-user .notifications {
  display: inline-flex;
  position: relative;
  height: 100%;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  margin-right: 5px;
}
.header > .grid-container > .grid .menu-grid-user .notifications img {
  width: 22px;
  align-self: center;
}
.header > .grid-container > .grid .menu-grid-user .notifications ul {
  display: inline-block;
  position: absolute;
  overflow-y: auto;
  max-height: 480px;
  right: 0;
  top: calc(100% + 1px);
  padding: 0;
  margin: 0 -14px 0 0;
  list-style: none;
  background-color: #FFFFFF;
  box-shadow: 0 30px 50px 0 rgba(51, 51, 51, 0.15);
  border-radius: 5px;
  min-width: 570px;
  text-align: left;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-in-out;
}
.header > .grid-container > .grid .menu-grid-user .notifications ul li {
  color: #373A3C;
  padding: 20px 30px;
  border-bottom: 2px solid #EFE9E5;
  position: relative;
}
.header > .grid-container > .grid .menu-grid-user .notifications ul li a,
.header > .grid-container > .grid .menu-grid-user .notifications ul li a:hover,
.header > .grid-container > .grid .menu-grid-user .notifications ul li a:visited {
  font-size: 16px;
  line-height: 25px;
  color: #373A3C;
  text-decoration: none;
}
.header > .grid-container > .grid .menu-grid-user .notifications ul li a:hover,
.header > .grid-container > .grid .menu-grid-user .notifications ul li a:focus {
  color: #134C93;
}
.header > .grid-container > .grid .menu-grid-user .notifications ul li a > div {
  display: inline-table;
  width: 100%;
}
.header > .grid-container > .grid .menu-grid-user .notifications ul li a > div > div {
  display: table-cell;
}
.header > .grid-container > .grid .menu-grid-user .notifications ul li a > div > div:nth-child(1) {
  width: 50px;
}
.header > .grid-container > .grid .menu-grid-user .notifications ul li a > div > div:nth-child(2) {
  padding-right: 42px;
  text-align: justify;
}
.header > .grid-container > .grid .menu-grid-user .notifications ul li a > div > div:nth-child(2) > div > div {
  display: inline-table;
  width: 100%;
}
.header > .grid-container > .grid .menu-grid-user .notifications ul li a > div > div:nth-child(2) > div > div > div {
  display: table-cell;
}
.header > .grid-container > .grid .menu-grid-user .notifications ul li a > div > div:nth-child(2) > div > div > div:last-child {
  text-align: right;
}
.header > .grid-container > .grid .menu-grid-user .notifications ul li.not-readed {
  font-family: 'Itau Display Regular';
}
.header > .grid-container > .grid .menu-grid-user .notifications ul li:nth-child(1) a > div > div > div:nth-child(1) {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #134C93;
  color: #EFE9E5;
  border-radius: 15px;
  font-size: 12px;
}
.header > .grid-container > .grid .menu-grid-user .notifications ul li:nth-child(1) a > div > div > div:nth-child(2) {
  font-size: 20px;
  line-height: 30px;
}
.header > .grid-container > .grid .menu-grid-user .notifications ul li:not(:nth-child(1)) a > div > div:nth-child(2) > div:nth-child(1) {
  font-size: 16px;
  line-height: 25px;
}
.header > .grid-container > .grid .menu-grid-user .notifications ul li:not(:nth-child(1)) a > div > div:nth-child(2) > div:nth-child(2) {
  font-size: 14px;
  line-height: 25px;
}
.header > .grid-container > .grid .menu-grid-user .notifications ul li:not(:nth-child(1)):before {
  display: inline-block;
  content: ' ';
  position: absolute;
  left: 0;
  top: 100%;
  width: 30px;
  height: 2px;
  background-color: #EFE9E5;
}
.header > .grid-container > .grid .menu-grid-user .notifications ul li:not(:nth-child(1)):after {
  display: inline-block;
  content: ' ';
  position: absolute;
  right: 0;
  top: 100%;
  width: 30px;
  height: 2px;
  background-color: #EFE9E5;
}
.header > .grid-container > .grid .menu-grid-user .notifications ul li:last-child {
  border-bottom: 0;
}
.header > .grid-container > .grid .menu-grid-user .notifications ul li:last-child:before {
  display: none;
}
.header > .grid-container > .grid .menu-grid-user .notifications ul li:last-child:after {
  display: none;
}
.header > .grid-container > .grid .menu-grid-user .notifications .close-button {
  display: inline-block;
  position: absolute;
  top: 26px;
  right: 30px;
  width: 12px;
  height: 12px;
}
.header > .grid-container > .grid .menu-grid-user .notifications .close-button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
}
.header > .grid-container > .grid .menu-grid-user .notifications.show ul {
  visibility: visible;
  opacity: 1;
}
@media all and (max-width: 839px) {
  .header > .grid-container > .grid .menu-grid-user .notifications ul {
    margin: 0 -72px 0 0;
    min-width: 480px;
  }
}
@media all and (max-width: 479px) {
  .header > .grid-container > .grid .menu-grid-user .notifications ul {
    margin: 0 -80px 0 0;
    min-width: 320px;
  }
}
.footer {
  background-color: #EFE9E5;
  text-align: center;
}
.footer > .grid-container > .grid {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
}
@media all and (max-width: 479px) {
  .footer > .grid-container > .grid {
    font-size: 14px;
  }
}
.footer > .grid-container > .grid .grid-cell {
  position: relative;
}
.footer > .grid-container > .grid .grid-cell .text-footer-copy {
  position: absolute;
  font-size: 12px;
  left: 0%;
  top: 30%;
}
.footer > .grid-container > .grid .grid-cell .text-footer-term-link a {
  position: absolute;
  font-size: 12px;
  color: #403f3d;
  right: 0%;
  top: 30%;
}
@media (max-width: 1199px) {
  .footer .grid-container .grid .grid-cell .text-footer-copy {
    position: initial;
    display: block;
  }
  .footer .grid-container .grid .grid-cell .text-footer-term-link a {
    position: initial;
    display: block;
  }
}
.footer.float {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
}
.tabs {
  text-align: left;
  margin-bottom: 26px;
}
.tabs .tab {
  margin-right: 30px;
}
.tabs a.tab,
.tabs .tab a {
  display: inline-block;
  font-size: 22px;
  color: #373A3C;
  line-height: 30px;
  padding-bottom: 5px;
  text-decoration: none;
  border-bottom: 2px solid #EFE9E5;
  transition: border ease-in-out 200ms;
}
.tabs .tab:last-child {
  margin-right: 0;
}
.tabs a.tab.selected,
.tabs .tab.selected a {
  border-bottom-color: #EC7000;
}
.tabs a.tab:hover,
.tabs .tab a:hover,
.tabs a.tab:focus,
.tabs .tab a:focus {
  color: #EC7000;
  border-bottom-color: #EC7000;
}
.tabs label {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 2px;
}
.tabs-narrow {
  text-align: center;
  position: relative;
  border-bottom: 5px solid #EFE9E5;
  margin-bottom: 50px;
}
.tabs-narrow .tab {
  margin-right: 30px;
}
@media all and (max-width: 839px) {
  .tabs-narrow .tab {
    margin: 0 auto;
    display: block;
  }
}
.tabs-narrow a.tab,
.tabs-narrow .tab a {
  display: inline-block;
  font-size: 20px;
  color: #373A3C;
  line-height: 30px;
  padding: 20px;
  text-decoration: none;
  transition: border ease-in-out 200ms;
}
.tabs-narrow a.tab-arrow,
.tabs-narrow .tab-arrow a {
  border-bottom: none;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.tabs-narrow .tab-arrow {
  padding: 20px;
}
.tabs-narrow .tab:last-child {
  margin-right: 0;
}
.tabs-narrow .tab.selected a {
  border-bottom: 5px solid #EC7000;
  margin-bottom: -5px;
  position: relative;
}
.tabs-narrow .tab a::after {
  content: '';
  border: none;
  transition: border-top ease-in-out 500ms;
}
.tabs-narrow .tab.selected a::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-48%);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #EC7000;
  clear: both;
}
.tabs-narrow a.tab:hover,
.tabs-narrow .tab a:hover,
.tabs-narrow a.tab:focus,
.tabs-narrow .tab a:focus {
  color: #EC7000;
  border-bottom-color: #EC7000;
}
.tabs-narrow label {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 2px;
}
.tab-content {
  display: none;
}
.tab-content.selected {
  display: block;
}
.status-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.status-dot.finished {
  background-color: #40DA9D;
}
.status-dot.pending {
  background-color: #FFAA00;
}
.status-dot.risk {
  background-color: #FFAA00;
}
.status-dot.denied {
  background-color: #FC5C49;
}
.status-dot.alert {
  background: #EC7000;
}
.status-dot.not-started {
  background: #D4D5D6;
}
.tabs.align-center {
  text-align: center;
}
@media all and (max-width: 479px) {
  .tabs .tab {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .tabs .tab:last-child {
    margin-bottom: 0;
  }
}
a.button,
.button {
  display: inline-flex;
  align-items: center;
  color: #373A3C;
  font-size: 16px;
  line-height: 25px;
  padding: 13px 20px;
  border: 2px solid #B5BFC7;
  background-color: #FFFFFF;
  border-radius: 5px;
  transition: all ease-in-out 200ms;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
a.button.decorated,
.button.decorated {
  color: #FFFFFF;
  background-color: #134C93;
  border-color: #134C93;
}
@media all and (max-width: 479px) {
  .grid-cell .button {
    width: 100%;
    justify-content: center;
  }
}
.button.icon-plus:before {
  display: inline-block;
  content: ' ';
  width: 16px;
  height: 16px;
  margin-right: 16px;
  background-image: url('../images/icon-plus.png');
  background-image: -webkit-image-set(url('../images/icon-plus.png') 1x, url('../images/icon-plus@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-plus.png') 1x, url('../images/icon-plus@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-plus.png') 1x, url('../images/icon-plus@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-plus.png') 1x, url('../images/icon-plus@2x.png') 2x);
  background-image: image-set(url('../images/icon-plus.png') 1x, url('../images/icon-plus@2x.png') 2x);
}
.button.icon-plus:focus:before,
.button.icon-plus:hover:before,
.button.icon-plus.decorated:before {
  background-image: url('../images/icon-plus-white.png');
  background-image: -webkit-image-set(url('../images/icon-plus-white.png') 1x, url('../images/icon-plus-white@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-plus-white.png') 1x, url('../images/icon-plus-white@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-plus-white.png') 1x, url('../images/icon-plus-white@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-plus-white.png') 1x, url('../images/icon-plus-white@2x.png') 2x);
  background-image: image-set(url('../images/icon-plus-white.png') 1x, url('../images/icon-plus-white@2x.png') 2x);
}
.button.icon-plus {
  border-color: #D4D5D6;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
  white-space: nowrap;
}
.button.icon-filter:before {
  display: inline-block;
  content: ' ';
  width: 23px;
  height: 21px;
  margin-right: 10px;
  background-image: url('../images/icon-filter.png');
  background-image: -webkit-image-set(url('../images/icon-filter.png') 1x, url('../images/icon-filter@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-filter.png') 1x, url('../images/icon-filter@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-filter.png') 1x, url('../images/icon-filter@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-filter.png') 1x, url('../images/icon-filter@2x.png') 2x);
  background-image: image-set(url('../images/icon-filter.png') 1x, url('../images/icon-filter@2x.png') 2x);
  background-repeat: no-repeat;
}
.button.icon-filter:focus:before,
.button.icon-filter:hover:before,
.button.icon-filter.decorated:before {
  background-image: url('../images/icon-filter-white.png');
  background-image: -webkit-image-set(url('../images/icon-filter-white.png') 1x, url('../images/icon-filter-white@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-filter-white.png') 1x, url('../images/icon-filter-white@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-filter-white.png') 1x, url('../images/icon-filter-white@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-filter-white.png') 1x, url('../images/icon-filter-white@2x.png') 2x);
  background-image: image-set(url('../images/icon-filter-white.png') 1x, url('../images/icon-filter-white@2x.png') 2x);
  background-repeat: no-repeat;
}
.button.has-badge {
  padding-right: 50px;
  padding-left: 10px;
}
.button .badge {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #EC7000;
  color: #FFFFFF;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  transition: all ease-in-out 200ms;
}
.button:focus .badge,
.button:hover .badge {
  color: #EC7000;
  background-color: #FFFFFF;
}
.button.button-small {
  color: #373A3C;
  font-size: 14px;
  line-height: 25px;
  padding: 5px 10px;
}
.button.button-small:hover,
.button.button-small:focus {
  color: #FFFFFF;
}
.button.button-no-border {
  border: 0;
}
.button.button-small.decorated {
  color: #FFFFFF;
}
.button.button-link {
  background-color: transparent;
  border: none;
  color: #373A3C;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  transition: none;
}
.button.button-link:focus,
.button.button-link:hover {
  color: #EC7000;
  background-color: transparent;
}
.button.icon-remove:before {
  display: inline-block;
  content: ' ';
  width: 23px;
  height: 21px;
  margin-right: 10px;
  background-image: url('../images/icon-remove.png');
  background-image: -webkit-image-set(url('../images/icon-remove.png') 1x, url('../images/icon-remove@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-remove.png') 1x, url('../images/icon-remove@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-remove.png') 1x, url('../images/icon-remove@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-remove.png') 1x, url('../images/icon-remove@2x.png') 2x);
  background-image: image-set(url('../images/icon-remove.png') 1x, url('../images/icon-remove@2x.png') 2x);
  background-repeat: no-repeat;
}
.button.icon-remove:focus:before,
.button.icon-remove:hover:before {
  background-image: url('../images/icon-remove-hover.png');
  background-image: -webkit-image-set(url('../images/icon-remove-hover.png') 1x, url('../images/icon-remove@2x-hover.png') 2x);
  background-image: -moz-image-set(url('../images/icon-remove-hover.png') 1x, url('../images/icon-remove@2x-hover.png') 2x);
  background-image: -o-image-set(url('../images/icon-remove-hover.png') 1x, url('../images/icon-remove@2x-hover.png') 2x);
  background-image: -ms-image-set(url('../images/icon-remove-hover.png') 1x, url('../images/icon-remove@2x-hover.png') 2x);
  background-image: image-set(url('../images/icon-remove-hover.png') 1x, url('../images/icon-remove@2x-hover.png') 2x);
  background-repeat: no-repeat;
}
a.button:focus,
a.button:hover,
.button:focus,
.button:hover {
  color: #FFFFFF;
  border-color: #EC7000;
  background-color: #EC7000;
  text-decoration: none;
}
a.transparent {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.badge {
  position: relative;
}
.badge[data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  top: -12px;
  right: -13px;
  font-size: 0.8em;
  background: #595959;
  color: white;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  box-shadow: 0 0 1px #333;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.field {
  display: inline-block;
  padding: 0;
  margin: 0 0 30px 0;
  border: 0;
}
.field label + input + .checkbox-compact-container,
.field select + a,
.field input + a {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 25px;
}
label {
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #373A3C;
  margin-bottom: 6px;
  text-align: left;
}
textarea {
  display: inline-block;
  width: 100%;
  border: 2px solid #D4D5D6;
  border-radius: 5px;
  resize: none;
  padding: 10px;
  transition: all ease-in-out 200ms;
}
textarea:focus,
textarea:hover {
  border-color: #EC7000;
}
select,
input[type="phone"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="text"],
input[type="color"] {
  color: #373A3C;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 7px;
  transition: all ease-in-out 200ms;
  border: none;
  border-bottom: 2px solid #D4D5D6;
  border-radius: 0;
  background: #FFFFFF;
  outline: none;
}
select,
input[type="phone"]:focus,
input[type="phone"]:hover,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="text"]:focus,
input[type="text"]:hover {
  border-bottom-color: #EC7000;
}
select:disabled,
input[type="phone"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="text"]:disabled,
input[type="checkbox"]:disabled ~ span,
textarea:disabled,
label.disabled {
  pointer-events: none;
}
input.cb-livesearch-input,
input[type="text"].icon-magnifier {
  padding-right: 30px;
}
input.cb-livesearch-input,
input[type="text"].icon-magnifier {
  content: ' ';
  background-size: 20px 20px;
  background-image: url('../images/icon-magnifier.png');
  background-image: -webkit-image-set(url('../images/icon-magnifier.png') 1x, url('../images/icon-magnifier@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-magnifier.png') 1x, url('../images/icon-magnifier@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-magnifier.png') 1x, url('../images/icon-magnifier@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-magnifier.png') 1x, url('../images/icon-magnifier@2x.png') 2x);
  background-image: image-set(url('../images/icon-magnifier.png') 1x, url('../images/icon-magnifier@2x.png') 2x);
  background-repeat: no-repeat;
  background-position: right top;
}
input.cb-livesearch-input:focus,
input.cb-livesearch-input:hover,
input[type="text"].icon-magnifier:focus,
input[type="text"].icon-magnifier:hover {
  background-image: url('../images/icon-magnifier-hover.png');
  background-image: -webkit-image-set(url('../images/icon-magnifier-hover.png') 1x, url('../images/icon-magnifier@2x-hover.png') 2x);
  background-image: -moz-image-set(url('../images/icon-magnifier-hover.png') 1x, url('../images/icon-magnifier@2x-hover.png') 2x);
  background-image: -o-image-set(url('../images/icon-magnifier-hover.png') 1x, url('../images/icon-magnifier@2x-hover.png') 2x);
  background-image: -ms-image-set(url('../images/icon-magnifier-hover.png') 1x, url('../images/icon-magnifier@2x-hover.png') 2x);
  background-image: image-set(url('../images/icon-magnifier-hover.png') 1x, url('../images/icon-magnifier@2x-hover.png') 2x);
}
#searchSubhomeType {
  padding-right: 30px;
}
#searchSubhomeType {
  content: ' ';
  background-size: 20px 20px;
  background-image: url('../images/icon-plus.png');
  background-image: -webkit-image-set(url('../images/icon-plus.png') 1x, url('../images/icon-plus.png') 2x);
  background-image: -moz-image-set(url('../images/icon-plus.png') 1x, url('../images/icon-plus.png') 2x);
  background-image: -o-image-set(url('../images/icon-plus.png') 1x, url('../images/icon-plus.png') 2x);
  background-image: -ms-image-set(url('../images/icon-plus.png') 1x, url('../images/icon-plus.png') 2x);
  background-image: image-set(url('../images/icon-plus.png') 1x, url('../images/icon-plus.png') 2x);
  background-repeat: no-repeat;
}
#searchSubhomeType:focus,
#searchSubhomeType:hover {
  background-image: url('../images/icon-plus.png');
  background-image: -webkit-image-set(url('../images/icon-plus.png') 1x, url('../images/icon-plus@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-plus.png') 1x, url('../images/icon-plus@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-plus.png') 1x, url('../images/icon-plus@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-plus.png') 1x, url('../images/icon-plus@2x.png') 2x);
  background-image: image-set(url('../images/icon-plus.png') 1x, url('../images/icon-plus@2x.png') 2x);
}
input.calendar {
  padding-left: 30px;
  content: ' ';
  background-size: 20px 20px;
  background-image: url('../images/icon-calendar.png');
  background-image: -webkit-image-set(url('../images/icon-calendar.png') 1x, url('../images/icon-calendar@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-calendar.png') 1x, url('../images/icon-calendar@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-calendar.png') 1x, url('../images/icon-calendar@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-calendar.png') 1x, url('../images/icon-calendar@2x.png') 2x);
  background-image: image-set(url('../images/icon-calendar.png') 1x, url('../images/icon-calendar@2x.png') 2x);
  background-repeat: no-repeat;
  background-position: left top;
}
input.calendar:focus,
input.calendar:hover {
  background-image: url('../images/icon-calendar-hover.png');
  background-image: -webkit-image-set(url('../images/icon-calendar-hover.png') 1x, url('../images/icon-calendar@2x-hover.png') 2x);
  background-image: -moz-image-set(url('../images/icon-calendar-hover.png') 1x, url('../images/icon-calendar@2x-hover.png') 2x);
  background-image: -o-image-set(url('../images/icon-calendar-hover.png') 1x, url('../images/icon-calendar@2x-hover.png') 2x);
  background-image: -ms-image-set(url('../images/icon-calendar-hover.png') 1x, url('../images/icon-calendar@2x-hover.png') 2x);
  background-image: image-set(url('../images/icon-calendar-hover.png') 1x, url('../images/icon-calendar@2x-hover.png') 2x);
}
input.cb-livesearch-input {
  padding-right: 0;
  padding-left: 30px;
  background-position: left 0px top 2px;
}
input.cb-livesearch-input.offline {
  padding-left: 0;
  background-image: none;
}
input.cb-livesearch-input.offline:hover,
input.cb-livesearch-input.offline:focus {
  background-image: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:not([multiple]),
.arrow-down {
  content: ' ';
  cursor: pointer;
  background-position: right 10px top 10px;
  background-size: 14px 8px;
  background-repeat: no-repeat;
  background-image: url('../images/icon-user-arrow-down.png');
  background-image: -webkit-image-set(url('../images/icon-user-arrow-down.png') 1x, url('../images/icon-user-arrow-down@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-user-arrow-down.png') 1x, url('../images/icon-user-arrow-down@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-user-arrow-down.png') 1x, url('../images/icon-user-arrow-down@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-user-arrow-down.png') 1x, url('../images/icon-user-arrow-down@2x.png') 2x);
  background-image: image-set(url('../images/icon-user-arrow-down.png') 1x, url('../images/icon-user-arrow-down@2x.png') 2x);
}
select:not([multiple]) input,
.arrow-down input {
  background-color: transparent;
  padding-right: 30px;
}
select {
  padding-right: 30px;
}
select[multiple] {
  height: 200px;
  border: none !important;
}
select[multiple]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #373A3C;
  border-radius: 10px;
  background-color: #FFFFFF;
}
select[multiple]::-webkit-scrollbar {
  width: 8px;
}
select[multiple]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #373A3C;
  background-color: #373A3C;
}
select.compact {
  display: inline-block;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 25px;
  color: #373A3C;
  padding: 5px 25px 5px 10px;
  border-radius: 5px;
  border: 2px solid #D4D5D6;
  transition: all ease-in-out 200ms;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url('../images/icon-arrow-down.png');
  background-image: -webkit-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
}
select.compact:focus,
select.compact:hover {
  border-color: #EC7000;
}
label.checkbox-container,
.label-progress {
  color: #373A3C;
  font-size: 16px;
  line-height: 25px;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox-container input,
.label-progress input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
label.checkbox-container .check-mark,
.label-progress .check-mark {
  position: relative;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  border-radius: 5px;
  border: 2px solid #D4D5D6;
  transition: background-color ease-in-out 200ms, border ease-in-out 200ms;
}
label.checkbox-container .check-mark-medium,
.label-progress .check-mark-medium {
  height: 25px;
  width: 25px;
}
label.checkbox-container input:checked ~ .check-mark,
.label-progress input:checked ~ .check-mark {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/icon-checked.png');
  background-image: -webkit-image-set(url('../images/icon-checked.png') 1x, url('../images/icon-checked@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-checked.png') 1x, url('../images/icon-checked@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-checked.png') 1x, url('../images/icon-checked@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-checked.png') 1x, url('../images/icon-checked@2x.png') 2x);
  background-image: image-set(url('../images/icon-checked.png') 1x, url('../images/icon-checked@2x.png') 2x);
}
label.checkbox-container input:checked ~ .check-mark-medium,
.label-progress input:checked ~ .check-mark-medium {
  background-image: url('../images/icon-checked-compact.png');
  background-image: -webkit-image-set(url('../images/icon-checked-compact.png') 1x, url('../images/icon-checked-compact@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-checked-compact.png') 1x, url('../images/icon-checked-compact@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-checked-compact.png') 1x, url('../images/icon-checked-compact@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-checked-compact.png') 1x, url('../images/icon-checked-compact@2x.png') 2x);
  background-image: image-set(url('../images/icon-checked-compact.png') 1x, url('../images/icon-checked-compact@2x.png') 2x);
  background-color: #EC7000;
  border-color: #EC7000;
}
label.checkbox-container .info-container,
.label-progress .info-container {
  position: relative;
}
label.checkbox-container .info-container .info,
.label-progress .info-container .info {
  position: absolute;
  color: #373A3C;
  font-size: 12px;
  line-height: 20px;
}
label.checkbox-compact-container {
  color: #373A3C;
  font-size: 16px;
  line-height: 25px;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox-compact-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
label.checkbox-compact-container .check-mark {
  position: relative;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  border-radius: 5px;
  border: 2px solid #D4D5D6;
  transition: background-color ease-in-out 200ms, border ease-in-out 200ms;
  background-color: #FFFFFF;
}
label.checkbox-compact-container input:checked ~ .check-mark {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/icon-checked-compact.png');
  background-image: -webkit-image-set(url('../images/icon-checked-compact.png') 1x, url('../images/icon-checked-compact@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-checked-compact.png') 1x, url('../images/icon-checked-compact@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-checked-compact.png') 1x, url('../images/icon-checked-compact@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-checked-compact.png') 1x, url('../images/icon-checked-compact@2x.png') 2x);
  background-image: image-set(url('../images/icon-checked-compact.png') 1x, url('../images/icon-checked-compact@2x.png') 2x);
  background-color: #EC7000;
  border-color: #EC7000;
}
label.checkbox-compact-container .info-container {
  position: relative;
}
label.checkbox-compact-container .info-container .info {
  position: absolute;
  color: #373A3C;
  font-size: 12px;
  line-height: 20px;
}
.checkbox-compact-container:focus input ~ .check-mark,
.checkbox-compact-container:hover input ~ .check-mark,
.checkbox-container:focus input ~ .check-mark,
.checkbox-container:hover input ~ .check-mark {
  background-color: #EC7000;
  border-color: #EC7000;
}
.checkbox-compact-container input:focus ~ .check-mark,
.checkbox-container input:focus ~ .check-mark {
  background-color: #EC7000;
  border-color: #EC7000;
}
.checkbox-compact-container input:checked:focus ~ .check-mark {
  background-color: #373A3C;
  border-color: #373A3C;
}
.checkbox-compact-container:focus,
.checkbox-compact-container:hover,
.checkbox-container:focus,
.checkbox-container:hover {
  color: #EC7000;
}
label.radio-container {
  color: #373A3C;
  font-size: 16px;
  line-height: 25px;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
label.radio-container .check-mark {
  position: relative;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #D4D5D6;
  margin: 0 5px;
}
label.radio-container:hover input ~ .check-mark {
  background-color: #D4D5D6;
}
label.radio-container input:checked ~ .check-mark:after {
  display: block;
}
label.radio-container input:checked ~ .check-mark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #EC7000;
  content: '';
  position: absolute;
}
.grid-cell input[type="phone"],
.grid-cell input[type="email"],
.grid-cell input[type="password"],
.grid-cell input[type="text"] {
  width: 100%;
}
.grid-cell .arrow-down {
  width: 100%;
}
.grid-cell .field {
  width: 100%;
}
.grid-cell select:not(.compact) {
  width: 100%;
}
.form-page {
  border-radius: 5px;
  box-shadow: 0 30px 50px 0 rgba(51, 51, 51, 0.15);
  padding-bottom: 22px;
  position: relative;
  background-color: #FFFFFF;
}
.form-page > *:nth-child(1) {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 30px;
  color: #373A3C;
  background-color: #EFE9E5;
  min-height: 70px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 36px;
}
.form-page > *:nth-child(1) h1 {
  font-size: 20px;
  line-height: 30px;
  color: #373A3C;
}
.form-page > h1:nth-child(1) {
  font-size: 20px;
  line-height: 30px;
  color: #373A3C;
  padding: 0 15px;
}
.form-page .buttons-container {
  margin: 4px 0 0 0;
  border-top: 5px solid #EFE9E5;
  padding: 22px 0 0 0;
}
.form-page .buttons-container .button {
  margin-right: 6px;
}
.form-page .buttons-container .button:last-of-type {
  margin-right: 0;
}
@media all and (max-width: 479px) {
  .form-page .buttons-container .button {
    margin: 0 0 10px 0;
  }
  .form-page .buttons-container .button:last-of-type {
    margin: 0;
  }
}
.form-page legend {
  display: block;
  color: #373A3C;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
.form-page .form-session {
  margin-top: 4px;
  border-top: 5px solid #EFE9E5;
  padding-top: 42px;
}
.form-page .form-sub-session {
  margin: 44px 0;
}
.form-page .form-sub-session .form-sub-session-title {
  display: block;
  color: #373A3C;
  font-size: 16px;
  line-height: 30px;
  margin: 14px 0 10px;
  border-bottom: 2px solid #D4D5D6;
}
.form-page .form-sub-session:last-child:last-child {
  margin-bottom: 0;
}
.form-page-top {
  margin-bottom: 40px;
}
.form-page-middle {
  margin-bottom: 40px;
}
.form-page-middle > *:nth-child(1) {
  display: block;
  color: #373A3C;
  background-color: #FFFFFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  border-bottom: 2px solid #D4D5D6;
  min-height: auto;
}
.file-upload-container {
  display: flex;
  align-items: self-start;
}
.file-upload-container .button-link {
  font-size: 16px;
  line-height: 25px;
}
.file-upload-container .file-upload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.file-upload-container .files-container {
  display: inline-block;
}
.pill {
  display: inline-flex;
  background-color: #D4D5D6;
  padding: 5px 10px;
  border-radius: 5px;
  align-items: center;
  margin: 0 0 10px 10px;
}
.pill img {
  max-height: 16px;
}
.pill a:first-child img {
  margin-right: 8px;
}
.pill div {
  color: #373A3C;
  font-size: 16px;
  line-height: 25px;
}
.pill a:last-child img {
  margin-left: 8px;
}
.modal .cb-modal-body form {
  margin-top: 30px;
}
.modal .cb-modal-body form .field:last-child {
  margin-bottom: 20px;
}
.info-session {
  margin-bottom: 50px;
}
.info-session .info-session-header {
  color: #373A3C;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
}
.info-session .info-session-field {
  margin-bottom: 20px;
}
.info-session .info-session-value,
.info-session .info-session-label {
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #373A3C;
  margin-bottom: 6px;
  text-align: left;
}
.info-session .info-session-label {
  color: #EC7000;
}
.info-session.info-session--no-margin {
  margin-bottom: 0;
}
.info-session-date .info-session-date-value > *:nth-child(1) {
  margin-right: 10px;
}
.info-session-date .info-session-date-value > *:nth-child(2) {
  color: #373A3C;
  font-size: 16px;
  line-height: 25px;
}
.form-table input:hover,
.form-table select:hover,
.form-table input:focus,
.form-table select:focus,
.form-table input,
.form-table select {
  background-color: transparent;
  border-bottom-color: #373A3C;
  font-size: 16px;
  line-height: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.status-history {
  text-align: left;
  color: #373A3C;
  padding: 30px 0;
  font-size: 16px;
  line-height: 25px;
  border-bottom: 2px solid #D4D5D6;
}
.status-history .status-dot {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.status-history > *:nth-child(1) {
  height: 25px;
  width: 770px;
  color: #373A3C;
  font-size: 16px;
  line-height: 25px;
}
@media all and (max-width: 839px) {
  .status-history > *:nth-child(1) {
    width: auto;
  }
}
.status-history > *:nth-child(2) {
  margin: 10px 0;
}
.status-history > *:nth-child(3) {
  display: inline-block;
}
.status-history > *:nth-child(4) {
  text-align: right;
  display: inline-block;
  float: right;
}
.status-commentary {
  text-align: left;
  color: #373A3C;
  padding: 20px 0 10px;
  font-size: 16px;
  line-height: 25px;
}
.status-commentary .commentary {
  margin: 10px 0 20px;
}
.status-commentary .section-title {
  border-bottom: 2px solid #D4D5D6;
  font-size: 16px;
  line-height: 25px;
}
.status-commentary > *:nth-child(4) {
  display: inline-block;
}
.status-commentary > *:nth-child(3) {
  text-align: right;
  display: inline-block;
  float: right;
}
.status-summary .grid-cell {
  position: relative;
  padding-bottom: 90px;
}
.status-summary .section-title {
  border-bottom: 2px solid #D4D5D6;
  font-size: 20px;
  line-height: 25px;
}
.status-summary .status-summary-title {
  color: #373A3C;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}
.status-summary .status-summary-step {
  color: #373A3C;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 5px;
}
.status-summary .status-summary-tab {
  position: absolute;
  bottom: 0;
  border-top: 2px solid #D4D5D6;
  width: 90%;
}
.status-summary .status-summary-tab a {
  padding-top: 10px;
  display: inline-block;
  color: #373A3C;
  font-size: 16px;
  line-height: 25px;
  cursor: pointer;
}
.status-summary .status-summary-tab img {
  transform: rotate(270deg);
  margin-right: 15px;
}
.status-section-title {
  border-bottom: 2px solid #D4D5D6;
  font-size: 20px;
  line-height: 25px;
}
.status-section-title h2 {
  font-size: 20px;
  line-height: 30px;
  display: block;
}
.status-section-title h3 {
  font-size: 16px;
  line-height: 25px;
  display: block;
  padding-bottom: 5px;
}
.status-section-title a {
  float: right;
}
.homologation-status .homologation-status-label {
  color: #373A3C;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
}
.homologation-status .homologation-status-value {
  color: #373A3C;
  font-size: 20px;
  line-height: 30px;
}
.char-limit-info {
  display: block;
  color: #373A3C;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  margin-top: 10px;
}
.only-my-items-container {
  position: relative;
}
.only-my-items-container .only-my-items {
  position: absolute;
  right: 0;
  top: -42px;
}
@media all and (max-width: 839px) {
  .only-my-items-container {
    display: block;
  }
  .only-my-items-container .only-my-items {
    position: relative;
    top: auto;
    right: auto;
  }
}
.progress-bar {
  height: 10px;
  position: relative;
  background: #D4D5D6;
  border-radius: 8px;
}
.progress-bar > span {
  display: block;
  height: 100%;
  border-radius: 8px;
  background-color: #40DA9D;
  position: relative;
  overflow: hidden;
  transition: width 2s, height 4s;
}
.progress-bar label {
  margin: 10px 0;
  font-size: 16px;
}
.info-box {
  background-color: #D4D5D6;
  padding: 15px;
  border-radius: 5px;
  color: #373A3C;
}
.info-box span {
  text-transform: uppercase;
  font-family: 'Itau Display Regular';
  color: #EC7000;
  margin-right: 8px;
}
.info-box p span {
  color: #373A3C;
  font-family: 'Itau Display Regular';
  text-transform: initial;
  margin-bottom: 5px;
  display: block;
}
.info-box #budgetInfoBox span {
  margin-bottom: 10px;
}
.alert-box {
  background-color: #FC5C49;
  padding: 22px;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 25px;
  margin-top: 30px;
  text-align: center;
}
.alert-box span {
  text-transform: uppercase;
  font-family: 'Itau Display Regular';
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  margin-right: 6px;
}
.import-help img {
  width: 30px;
  height: 30px;
}
.accordion .accordion-title {
  font-weight: bold;
  margin-left: 30px;
  font-size: 16px;
  position: relative;
}
.accordion .accordion-title:before {
  content: '';
  background-image: url('../images/icon-user-arrow-down.png');
  background-image: -webkit-image-set(url('../images/icon-user-arrow-down.png') 1x, url('../images/icon-user-arrow-down@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-user-arrow-down.png') 1x, url('../images/icon-user-arrow-down@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-user-arrow-down.png') 1x, url('../images/icon-user-arrow-down@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-user-arrow-down.png') 1x, url('../images/icon-user-arrow-down@2x.png') 2x);
  background-image: image-set(url('../images/icon-user-arrow-down.png') 1x, url('../images/icon-user-arrow-down@2x.png') 2x);
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  position: absolute;
  left: -30px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.accordion .accordion-title.closed:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion .accordion-body {
  -webkit-animation: slide-down 1s ease-out;
  -moz-animation: slide-down 1s ease-out;
  animation: slide-down 1s ease-out;
}
.accordion .accordion-body.closed {
  display: none;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: 1000px;
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: 1000px;
  }
}
.resolution {
  margin: 10px 0 20px 0;
}
.resolution label {
  font-size: 15px;
  font-weight: bold;
}
.resolution .detail {
  margin: 10px 0;
}
.resolution .detail .status {
  color: #FFFFFF;
  padding: 1px 10px;
  border-radius: 12px;
  margin-right: 15px;
}
.resolution .detail .status.denied {
  background-color: #C70039;
}
.resolution .detail .status.approved {
  background-color: #40DA9D;
}
.resolution .detail .edit {
  text-decoration: none;
  position: relative;
  margin-left: 22px;
  color: #373A3C;
}
.resolution .detail .edit:before {
  content: '';
  background-image: url('../images/icon-edit.png');
  background-image: -webkit-image-set(url('../images/icon-edit.png') 1x, url('../images/icon-edit@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-edit.png') 1x, url('../images/icon-edit@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-edit.png') 1x, url('../images/icon-edit@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-edit.png') 1x, url('../images/icon-edit@2x.png') 2x);
  background-image: image-set(url('../images/icon-edit.png') 1x, url('../images/icon-edit@2x.png') 2x);
  position: absolute;
  height: 18px;
  width: 18px;
  left: -20px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.resolution .detail span {
  margin-right: 15px;
}
.resolution .commentary {
  margin-top: 5px;
  font-style: italic;
}
.table-container {
  overflow-x: auto;
  overflow-y: hidden;
  box-shadow: 0 30px 50px 0 rgba(35, 71, 127, 0.15);
  background-color: #FFFFFF;
  position: relative;
}
.table-container.no-shadow {
  box-shadow: none;
}
.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  table-layout: fixed;
}
@media all and (max-width: 1000px) {
  .table {
    table-layout: auto;
  }
}
.table .status-column img {
  width: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.table .status-column span {
  margin-left: 45px;
  text-align: left;
  display: inline-block;
}
.table .select-column {
  text-align: center;
}
.table .cell-icon {
  margin: 0 10px;
  width: 26px;
  vertical-align: middle;
}
.table .section-icon {
  margin: 0 10px;
  vertical-align: middle;
}
.table .nowrap {
  white-space: nowrap;
}
.table .status-dot {
  vertical-align: middle;
  margin: 0 22px;
}
.table thead th {
  padding: 22px 10px;
  color: #373A3C;
  background-color: #EFE9E5;
  height: 70px;
}
.table .orderly {
  cursor: pointer;
  position: relative;
}
.table .orderly.desc:after,
.table .orderly.asc:after {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/icon-arrow-down.png');
  background-image: -webkit-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  transition: transform ease-in-out 200ms;
}
.table .orderly.desc:after {
  transform: rotate(180deg);
}
.table thead th:first-child {
  border-top-left-radius: 5px;
}
.table thead th:last-child {
  border-top-right-radius: 5px;
}
.table tbody td {
  color: #373A3C;
  padding: 22px 10px;
  background-color: #FFFFFF;
  border-bottom: 2px solid #D4D5D6;
  position: relative;
}
.table tbody td:first-child:after {
  content: '';
  background-color: #FFFFFF;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 10px;
}
.table tbody td:last-child:after {
  content: '';
  background-color: #FFFFFF;
  height: 2px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 10px;
}
.table tbody tr:last-child td {
  border-bottom: none;
}
table.form-table {
  width: 100%;
  border-spacing: 0;
}
table.form-table .focus {
  background-color: #FC5C49 !important;
}
table.form-table .orderly {
  cursor: pointer;
  position: relative;
}
table.form-table .orderly.desc:after,
table.form-table .orderly.asc:after {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/icon-arrow-down.png');
  background-image: -webkit-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  background-image: image-set(url('../images/icon-arrow-down.png') 1x, url('../images/icon-arrow-down@2x.png') 2x);
  transition: transform ease-in-out 200ms;
}
table.form-table .orderly.desc:after {
  transform: rotate(180deg);
}
table.form-table .nowrap {
  white-space: nowrap;
}
table.form-table thead th {
  color: #373A3C;
  font-size: 16px;
  line-height: 25px;
  padding: 8px 20px;
  height: auto;
  border-radius: unset;
  background-color: transparent;
}
table.form-table thead th:last-child:not(:first-child) {
  text-align: right;
  padding: 8px 10px 8px 8px;
  max-width: 135px;
}
table.form-table tbody tr:first-child td {
  border-top: 2px solid #EFE9E5;
}
table.form-table tbody tr:last-child td {
  border-bottom: 2px solid #EFE9E5;
}
table.form-table tbody tr td:first-child {
  border-left: 2px solid #EFE9E5;
}
table.form-table tbody tr td:first-child.border-red {
  border-left: 5px solid #FC5C49;
}
table.form-table tbody tr td:first-child.border-green {
  border-left: 5px solid #40DA9D;
}
table.form-table tbody tr td:first-child.border-yellow {
  border-left: 5px solid #FFAA00;
}
table.form-table tbody tr td:last-child {
  border-right: 2px solid #EFE9E5;
  white-space: nowrap;
}
table.form-table tbody tr td:nth-child(1) span {
  width: 100%;
  display: block;
  margin: 5px 0;
}
table.form-table tbody td {
  color: #373A3C;
  font-size: 16px;
  line-height: 25px;
  padding: 8px 20px;
  position: relative;
}
table.form-table tbody td .checkbox-compact-container {
  margin: 0 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60%;
}
table.form-table tbody td:last-child:not(:first-child) {
  text-align: right;
  padding: 8px 10px 8px 8px;
  max-width: 135px;
}
table.form-table tbody td:last-child:not(:first-child) a {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
table.form-table tbody td:last-child:not(:first-child) a:last-child {
  margin-right: 1px;
}
table.form-table tbody tr:nth-child(even) {
  background-color: #EFE9E5;
}
table.form-table#tableProjects tbody tr td:nth-child(1) span,
table.form-table#tableActivities tbody tr td:nth-child(1) span {
  width: 20px;
}
.max-two-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  height: 59px;
}
.list-horizontal-style {
  display: table;
  list-style-position: inside;
  text-align: left;
}
.list-horizontal-style li {
  /*text-align: left;*/
  /*display: table-cell;*/
}
.list-filters-horizontal {
  padding-left: 0 !important;
}
.list-filters-horizontal li {
  position: relative;
  display: inline-block;
  border: 2px solid #D4D5D6;
  padding: 5px;
  width: 110px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.pagination {
  text-align: center;
  margin: 20px 0 20px 0;
}
.cb-modal .pagination {
  margin-bottom: 0;
}
ul.alert {
  display: block;
  width: 100%;
  color: #FC5C49;
  font-size: 16px;
  line-height: 25px;
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}
ul.alert h4 {
  font-size: 16px;
  font-weight: bold;
}
ul.alert li {
  display: block;
  position: relative;
}
ul.alert li:before {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 21px;
  width: 21px;
  height: 21px;
  margin-right: 8px;
  margin-top: -4px;
  content: ' ';
  background-image: url('../images/icon-alert.png');
  background-image: -webkit-image-set(url('../images/icon-alert.png') 1x, url('../images/icon-alert@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-alert.png') 1x, url('../images/icon-alert@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-alert.png') 1x, url('../images/icon-alert@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-alert.png') 1x, url('../images/icon-alert@2x.png') 2x);
  background-image: image-set(url('../images/icon-alert.png') 1x, url('../images/icon-alert@2x.png') 2x);
}
ul.alert li:first-child {
  margin-top: 25px;
}
ul.alert li:last-child {
  margin-bottom: 0;
}
.soft-alert {
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  font-size: 16px;
  line-height: 25px;
  color: #EC7000;
  margin-top: 8px;
}
.soft-alert:before {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  width: 17px;
  height: 16px;
  margin-right: 5px;
  content: ' ';
  background-image: url('../images/icon-soft-alert.png');
  background-image: -webkit-image-set(url('../images/icon-alert.png') 1x, url('../images/icon-alert@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-alert.png') 1x, url('../images/icon-alert@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-alert.png') 1x, url('../images/icon-alert@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-alert.png') 1x, url('../images/icon-alert@2x.png') 2x);
  background-image: image-set(url('../images/icon-alert.png') 1x, url('../images/icon-alert@2x.png') 2x);
}
.cb-modal-blur {
  filter: blur(16px) !important;
}
.modal .cb-modal {
  width: 100%;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 30px 50px 0 rgba(51, 51, 51, 0.15) !important;
}
.modal .cb-modal-head {
  border-bottom: 3px solid #D4D5D6;
  margin-bottom: 20px;
  color: #373A3C;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 19px 8px;
  position: relative;
}
.modal .cb-modal-head h2 {
  font-size: 20px;
  line-height: 30px;
}
.modal .cb-modal-head .close-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 26px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.modal .cb-modal-head .close-button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}
.modal .cb-modal-body {
  padding: 0 8px;
  color: #373A3C;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.modal .cb-modal-foot {
  padding: 0 8px;
  text-align: center;
  margin-bottom: 50px;
}
.modal .cb-modal-foot .button {
  margin-right: 6px;
}
.modal .cb-modal-foot .button:last-of-type {
  margin-right: 0;
}
@media all and (max-width: 479px) {
  .modal .cb-modal-foot .button {
    margin: 0 0 10px 0;
  }
  .modal .cb-modal-foot .button:last-of-type {
    margin: 0;
  }
}
.modal .cb-modal-foot.buttons-container {
  border-top: 3px solid #D4D5D6;
  padding: 30px 0;
  margin: 0;
}
@media all and (max-width: 839px) {
  .modal .cb-modal-foot.buttons-container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.modal .icon-alert,
.modal .icon-success,
.modal .icon-confirm {
  display: inline-block;
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center;
  background-size: initial;
  background-image: url('../images/icon-success-modal.png');
  background-image: -webkit-image-set(url('../images/icon-success-modal.png') 1x, url('../images/icon-success-modal@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-success-modal.png') 1x, url('../images/icon-success-modal@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-success-modal.png') 1x, url('../images/icon-success-modal@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-success-modal.png') 1x, url('../images/icon-success-modal@2x.png') 2x);
  background-image: image-set(url('../images/icon-success-modal.png') 1x, url('../images/icon-success-modal@2x.png') 2x);
}
.modal .icon-alert {
  background-image: url('../images/icon-alert-modal.png');
  background-image: -webkit-image-set(url('../images/icon-alert-modal.png') 1x, url('../images/icon-alert-modal@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-alert-modal.png') 1x, url('../images/icon-alert-modal@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-alert-modal.png') 1x, url('../images/icon-alert-modal@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-alert-modal.png') 1x, url('../images/icon-alert-modal@2x.png') 2x);
  background-image: image-set(url('../images/icon-alert-modal.png') 1x, url('../images/icon-alert-modal@2x.png') 2x);
}
.modal .icon-confirm {
  background-image: url('../images/icon-confirm-modal.png');
  background-image: -webkit-image-set(url('../images/icon-confirm-modal.png') 1x, url('../images/icon-confirm-modal@2x.png') 2x);
  background-image: -moz-image-set(url('../images/icon-confirm-modal.png') 1x, url('../images/icon-confirm-modal@2x.png') 2x);
  background-image: -o-image-set(url('../images/icon-confirm-modal.png') 1x, url('../images/icon-confirm-modal@2x.png') 2x);
  background-image: -ms-image-set(url('../images/icon-confirm-modal.png') 1x, url('../images/icon-confirm-modal@2x.png') 2x);
  background-image: image-set(url('../images/icon-confirm-modal.png') 1x, url('../images/icon-confirm-modal@2x.png') 2x);
}
.modal.cb-modal-backdrop.show {
  background-color: rgba(89, 89, 89, 0.7);
}
.modification-history .cb-modal-head .icon-list {
  max-width: 28px;
}
.modification-history .modification-history-record {
  text-align: left;
  color: #373A3C;
  padding: 10px 0;
  border-bottom: 2px solid #D4D5D6;
}
.modification-history .modification-history-record > *:nth-child(1) {
  font-size: 16px;
  line-height: 25px;
}
.modification-history .modification-history-record > *:nth-child(2) {
  font-size: 12px;
  line-height: 20px;
}
.modification-history .modification-history-record:first-child {
  margin-top: 20px;
}
.modification-history .modification-history-record:last-child {
  margin-bottom: 30px;
}
.sync-history .cb-modal-head .icon-list {
  max-width: 48px;
}
.sync-history .form-session {
  margin-top: 4px;
  border-bottom: 5px solid #D4D5D6;
  border-top: 5px solid #D4D5D6;
  padding: 26px 0 30px;
}
.sync-history legend {
  text-align: left;
  margin-bottom: 20px;
}
.sync-history .cb-modal-head {
  border-bottom: none;
  margin-bottom: 0;
}
.status-modal-notification {
  background: #FFE4D5;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
}
.status-modal-notification .status-notification-warning {
  font-style: italic;
}
.status-modal-notification .status-notification-highlight {
  color: #EC7000;
  font-weight: bold;
}
.status-modal-notification .status-notification-action {
  font-weight: bold;
}
.cb-modal-arrow .cb-modal:after {
  content: '';
  position: absolute;
  left: 70%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #FFFFFF;
  clear: both;
}
.cb-modal-arrow .status-summary .grid-cell {
  padding-bottom: 0;
}
.cb-modal-arrow .cb-modal-head {
  border-bottom: none;
  margin-bottom: 0;
}
.cb-modal-arrow .cb-modal-head .close-button {
  top: 100%;
}
.cb-modal-arrow .cb-modal-body {
  margin-bottom: 0;
}
.cb-modal-arrow .status-commentary,
.cb-modal-arrow #statusHistory {
  display: none;
}
.cb-modal-arrow .acess-link {
  display: none;
}
.table-approver-modal {
  margin: 20px auto;
}
.table-approver-modal tr td:first-child span {
  width: 20px !important;
}
.table-approver-modal tr td {
  text-align: left !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cb-livesearch-input {
  transition: border 200ms ease-in-out !important;
}
.cb-livesearch-list {
  display: none;
  position: absolute;
  margin-top: 10px;
  border: 2px solid #D4D5D6;
  border-radius: 5px;
  padding: 10px;
  box-shadow: none;
  background-color: #FFFFFF;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
  min-height: 0;
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1001;
}
.cb-livesearch-list.show {
  opacity: 1;
  transform: scale(1);
}
.cb-livesearch-list-table {
  width: 100%;
  border-spacing: 0;
}
.cb-livesearch-list-table {
  width: 100%;
  border-spacing: 0;
}
.cb-livesearch-list-table td {
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
}
.cb-livesearch-list-table tr {
  cursor: pointer;
  transition: background-color ease-in-out 100ms;
}
.cb-livesearch-message-box {
  display: none;
  width: 100%;
  text-align: center;
  transition: all 200ms ease-in-out;
  overflow: hidden;
  white-space: nowrap;
}
.cb-livesearch-message-box.show {
  font-size: 12px;
  display: inline-block;
  padding: 0 8px;
  line-height: 50px;
}
.cb-livesearch-list-table tr {
  cursor: pointer;
}
.cb-livesearch-list-table tr td {
  color: #373A3C;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 20px;
  position: relative;
  border-bottom: 2px solid #D4D5D6;
}
.cb-livesearch-list-table tr:last-child td {
  border-bottom: none;
}
.cb-livesearch-list-table tr.selection td:before,
.cb-livesearch-list-table tr:hover td:before {
  color: #373A3C;
  background-color: #D4D5D6;
  position: absolute;
  border-radius: 5px;
  height: calc(100% - 10px);
  width: 100%;
  content: ' ';
  display: inline-block;
  left: 0;
  top: 0;
  margin-top: 5px;
  z-index: -1;
}
.cb-livesearch-list-table tr.selection td:before {
  background-color: #EC7000;
}
.cb-livesearch-list-table tr.selection td {
  color: #FFFFFF;
}
.filter-popup {
  display: none;
  position: absolute;
  margin-top: 10px;
  border: 2px solid #D4D5D6;
  border-radius: 5px;
  padding: 10px 10px 0 0;
  box-shadow: none;
  background-color: #FFFFFF;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
  z-index: 1001;
  text-align: left;
}
.filter-popup .pill {
  word-break: break-all;
}
.filter-popup .empty-text:after {
  padding: 0 0 10px 10px;
  content: 'Vazio';
  text-align: center;
  display: none;
  font-size: 16px;
  line-height: 25px;
  color: #373A3C;
}
.filter-popup .empty-text.show:after {
  display: block;
}
.filter-popup.show {
  opacity: 1;
  transform: scale(1);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #D4D5D6;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #D4D5D6;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #FFFFFF;
  background: #134C93;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #373A3C;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #FC5C49;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #FC5C49;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  color: #FFFFFF;
  border: none;
  background: #134C93;
}
.datepicker--cell.-selected-.-current- {
  color: #FFFFFF;
  background: #134C93;
}
.datepicker--cell.-selected-.-focus- {
  background: #373A3C;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--day-name {
  color: #EC7000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.datepicker--cell-day {
  width: 14.28571%;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--years {
  height: 170px;
}
.datepicker--cells-years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #D4D5D6;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #D4D5D6;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #FFFFFF;
  background: #134C93;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #373A3C;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #FFFFFF;
  border: 2px solid #D4D5D6;
  border-radius: 5px;
  padding: 10px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}
.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.-only-timepicker- .datepicker--content {
  display: none;
}
.datepicker--pointer {
  position: absolute;
  background: #FFFFFF;
  border-top: 2px solid #dbdbdb;
  border-right: 2px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
  left: 10px;
}
.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  right: 10px;
}
.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}
.datepicker--body {
  display: none;
}
.datepicker--body.active {
  display: block;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #D4D5D6;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #D4D5D6;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #FFFFFF;
  background: #134C93;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #373A3C;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}
.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker--nav-action:hover {
  background: #f0f0f0;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}
.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}
.datepicker--button {
  color: #FC5C49;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #D4D5D6;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #D4D5D6;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #FFFFFF;
  background: #134C93;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #373A3C;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}
.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  text-align: center;
  margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #D4D5D6, #D4D5D6) left 0.5% 1px no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:focus {
  outline: none;
}
.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #134C93;
  border-color: #134C93;
}
.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #134C93;
  border-color: #134C93;
}
.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #134C93;
  border-color: #134C93;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #D4D5D6;
  background: #FFFFFF;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #D4D5D6;
  background: #FFFFFF;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #D4D5D6;
  background: #FFFFFF;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
}
.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #D4D5D6;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #D4D5D6;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #FFFFFF;
  background: #134C93;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #373A3C;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
.list-filter-input {
  position: relative;
  display: inline-block;
  width: 100%;
}
.list-filter-input input {
  padding-right: 30px;
}
.list-filter-input .remove,
.list-filter-input .magnifier {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  margin-top: 0;
  top: 0;
  right: 0;
}
.progressbar {
  margin: 0 auto;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 30px 0 100px;
}
.progressbar-step {
  text-align: center;
  position: relative;
  width: 100%;
}
.progressbar-step:before,
.progressbar-step:after {
  content: "";
  height: 5px;
  background-color: #D4D5D6;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: -50%;
  top: 50%;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  transition: all 0.25s ease-out;
}
.progressbar-step:first-child:before,
.progressbar-step:first-child:after {
  display: none;
}
.progressbar-step:after {
  background-color: #40DA9D;
  width: 0;
}
.progressbar-step.is-complete + .progressbar-step.is-current:after,
.progressbar-step.is-complete + .progressbar-step.is-complete:after {
  width: 100%;
}
.progressbar-icon {
  width: 20px;
  height: 20px;
  background-color: #D4D5D6;
  fill: #D4D5D6;
  border-radius: 50%;
  max-width: 100%;
  z-index: 5;
  position: relative;
  transition: all 0.25s ease-out;
}
.is-complete .progressbar-icon {
  fill: #40DA9D;
  background-color: #40DA9D;
  border: 3px solid #40DA9D;
}
.is-finished .progressbar-icon {
  fill: #C70039;
  background-color: #C70039;
  border: 3px solid #134C93;
}
.is-current .progressbar-icon {
  fill: #FFAA00;
  background-color: #FFAA00;
  border: 3px solid #134C93;
}
.is-complete-back .progressbar-icon {
  background-color: #D4D5D6 !important;
  fill: #D4D5D6 !important;
  border: 3px solid #D4D5D6 !important;
}
.progressbar-step-label {
  display: block;
  color: #D4D5D6;
  position: absolute;
  padding-top: 10px;
  width: 100%;
  max-width: 140px;
  transition: all 0.25s ease-out;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 479px) {
  .progressbar-step-label {
    font-size: 10px;
    line-height: 18px;
  }
}
.is-current > .progressbar-step-label {
  color: #134C93;
}
.is-complete > .progressbar-step-label {
  color: #373A3C;
}
.progressbar-step .tooltip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 90px;
}
.progressbar-step .tooltip img {
  width: 22px;
}
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip img {
  width: 22px;
}
.tooltip .tooltip-text {
  visibility: hidden;
  max-width: 300px;
  min-width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  left: -100%;
  opacity: 0;
  transition: opacity 0.3s;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}
.tooltip-bottom {
  top: 135%;
  left: 50%;
  margin-left: -60px;
}
.tooltip-bottom:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}
.tooltip-left {
  top: -120% !important;
  left: -1300% !important;
}
.tooltip-left:after {
  content: "";
  position: absolute;
  top: 60%;
  right: -3.5%;
  margin-left: -12px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #555;
}
.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
[data-title]::before {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  background: #555;
  color: #fff;
  font-family: sans-serif;
  z-index: 10;
  max-width: 300px;
  visibility: visible;
  font-size: 16px;
  line-height: 20px;
  transition: all ease-in-out 300ms;
  transition-delay: 700ms;
  opacity: 0;
}
[data-title]:hover::before {
  opacity: 1;
}
@media all and (max-width: 479px) {
  .tooltip .tooltip-text {
    min-width: 160px;
  }
}
.not-logged-form {
  background-color: #D4D5D6;
}
.not-logged-form .header {
  margin-bottom: 36px;
}
.not-logged-form .form-page {
  margin-bottom: 50px;
}
.not-logged-form .form-page h1 {
  background-color: #FFFFFF;
  justify-content: center;
  border-bottom: 3px solid #D4D5D6;
}
.error-page h1 {
  color: #373A3C;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.error-page h2 {
  font-family: monospace;
  color: #373A3C;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 80px;
  display: block;
  text-align: center;
}
.error-page .error {
  font-family: monospace;
  color: #373A3C;
  font-size: 10px;
  line-height: 14px;
  word-break: break-word;
}
.back-to-page a {
  font-family: Roboto;
  font-size: 16px;
  text-decoration: none;
  color: #373A3C;
}
.back-to-page a:hover {
  color: #EC7000;
  text-decoration: none;
}
.communication-page h1,
.communication-page h2,
.communication-page h3,
.communication-page h4,
.communication-page h5,
.communication-page h6 {
  display: block;
}
.communication-page .header-communication {
  background-color: #EFE9E5;
  text-align: center;
  padding: 40px 0 20px 0;
}
.communication-page .header-communication .page-title {
  font-size: 40px;
}
@media all and (max-width: 839px) {
  .communication-page .header-communication .page-title {
    font-size: 20px;
  }
}
.communication-page #section-content .backgroud {
  position: relative;
}
.communication-page #section-content .backgroud-color {
  position: absolute;
  background-color: #EFE9E5;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
}
@media all and (max-width: 839px) {
  .communication-page #section-content .backgroud-color {
    display: none;
  }
}
.communication-page #section-content .backgroud-image {
  position: relative;
  padding: 0 20px;
}
@media all and (max-width: 839px) {
  .communication-page #section-content .backgroud-image {
    position: relative;
    padding: 0;
  }
}
.communication-page #section-content .backgroud-image img {
  width: 100%;
  max-height: 174px;
}
@media all and (max-width: 839px) {
  .communication-page #section-content .backgroud-image img {
    height: 125px;
  }
}
@media all and (max-width: 479px) {
  .communication-page #section-content .backgroud-image img {
    height: 100px;
  }
}
.communication-page #section-content .text {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.communication-page #section-content .content {
  margin-bottom: 30px;
}
.communication-page #section-content .content #communication-text {
  font-size: 16px;
}
@media all and (max-width: 479px) {
  .communication-page #section-content .content #communication-text {
    font-size: 14px;
  }
  .communication-page #section-content .content #communication-text img {
    width: 100%;
    height: 100%;
  }
}
.communication-page #section-content .attachments .title {
  margin-bottom: 20px;
}
.communication-page #section-content .attachments .attachments-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.communication-page #section-content .attachments .attachments-items .attachment {
  width: 10%;
  margin-right: 40px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #373A3C;
}
.communication-page #section-content .attachments .attachments-items .attachment:visited,
.communication-page #section-content .attachments .attachments-items .attachment:active,
.communication-page #section-content .attachments .attachments-items .attachment:link {
  text-decoration: none;
}
.communication-page #section-content .attachments .attachments-items .attachment:hover {
  text-decoration: underline;
}
.communication-page #section-content .attachments .attachments-items .attachment:last-child {
  margin: 0;
}
.communication-page #section-content .attachments .attachments-items .attachment .file-icon {
  display: block;
  background-color: #EC7000;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 5px;
  font-size: 70px;
  padding: 10px 15px;
}
.communication-page #section-content .attachments .attachments-items .attachment .link-icon {
  display: block;
  background-color: #134C93;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 5px;
  font-size: 70px;
  padding: 10px 10px;
}
.communication-page #section-content .attachments .attachments-items .attachment .title {
  display: block;
  font-size: 18px;
}
.communication-page #section-content .attachments .attachments-items .attachments-empty {
  margin-bottom: 20px;
}
.communication-page #section-content .buttons .button {
  display: inline-block;
  text-align: center;
  min-width: 166px;
  padding: 8px 0;
  margin-left: 40px;
  margin-bottom: 20px;
}
.communication-page #section-content .buttons .button:first-child {
  margin-left: 0;
}
@media all and (max-width: 839px) {
  .communication-page #section-content .buttons .button {
    margin-left: 10px;
  }
}
@media all and (max-width: 479px) {
  .communication-page #section-content .buttons .button {
    margin-left: 0;
    font-size: 14px;
  }
}
.communication-page #section-related .title {
  border-top: 1px solid #373A3C;
  padding-top: 40px;
}
.communication-page #section-related .relateds .related {
  margin-bottom: 40px;
}
.communication-page #section-related .relateds .related:visited,
.communication-page #section-related .relateds .related:active,
.communication-page #section-related .relateds .related:link {
  text-decoration: none;
}
.communication-page #section-related .relateds .related:hover h3 {
  text-decoration: underline;
}
.communication-page #section-related .relateds .related a {
  text-decoration: none;
  color: #373A3C;
}
.communication-page #section-related .relateds .related .resume {
  margin-top: 10px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media all and (max-width: 479px) {
  .communication-page #section-related .relateds .related .resume {
    font-size: 14px;
  }
}
.search-page h1,
.search-page h2,
.search-page h3,
.search-page h4,
.search-page h5,
.search-page h6 {
  display: block;
}
.search-page .header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  position: relative;
}
.search-page .header .background {
  position: relative;
  width: 100%;
  max-height: 109px;
}
@media all and (max-width: 839px) {
  .search-page .header .background {
    min-height: 80px;
  }
}
.search-page .header .title {
  position: absolute;
  font-size: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
@media all and (max-width: 839px) {
  .search-page .header .title {
    font-size: 20px;
  }
}
.search-page .search {
  margin-bottom: 35px;
}
@media all and (max-width: 839px) {
  .search-page .search {
    margin-bottom: 15px;
  }
}
.search-page .search .grid-search {
  display: flex;
}
.search-page .search .grid-search .inputSearch {
  width: 90%;
  height: 57px;
  background-color: #FFFFFF;
  border: 1px solid #373A3C;
  border-radius: 10px 0px 0px 10px;
  padding: 22px 0 22px 22px;
  font-size: 20px;
  color: #373A3C;
}
@media all and (max-width: 479px) {
  .search-page .search .grid-search .inputSearch {
    width: 80%;
  }
}
.search-page .search .grid-search .buttonSearch {
  width: 10%;
  height: 57px;
  border: 1px solid #373A3C;
  background-color: #134C93;
  border-radius: 0px 10px 10px 0px;
  cursor: pointer;
}
@media all and (max-width: 479px) {
  .search-page .search .grid-search .buttonSearch {
    width: 20%;
  }
}
.search-page #section-content .filters {
  border-right: 1px solid #373A3C;
}
@media all and (max-width: 839px) {
  .search-page #section-content .filters {
    border-right: none;
    border-bottom: 1px solid #373A3C;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
.search-page #section-content .filters .title {
  margin-bottom: 40px;
}
@media all and (max-width: 839px) {
  .search-page #section-content .filters .title {
    margin-bottom: 30px;
  }
}
.search-page #section-content .filters ul {
  padding-left: 0;
  list-style-type: none;
}
.search-page #section-content .filters ul li {
  margin-bottom: 20px;
}
.search-page #section-content .filters ul li .checkbox-container:hover .check-mark,
.search-page #section-content .filters ul li .checkbox-container:focus .check-mark {
  background-color: transparent;
}
.search-page #section-content .filters ul li .checkbox-container input:hover ~ .check-mark,
.search-page #section-content .filters ul li .checkbox-container input:focus ~ .check-mark {
  background-color: transparent;
}
.search-page #section-content .filters ul li .checkbox-container .check-mark {
  height: 20px;
  width: 20px;
  border-radius: 3px;
  border: 2px solid #373A3C;
  margin-right: 15px;
}
.search-page #section-content .filters ul li .checkbox-container .info-container {
  color: #373A3C;
  font-size: 20px;
}
@media all and (max-width: 479px) {
  .search-page #section-content .filters ul li .checkbox-container .info-container {
    font-size: 16px;
  }
}
.search-page #section-content .communications {
  padding-left: 15px;
}
@media all and (max-width: 479px) {
  .search-page #section-content .communications {
    padding-left: 0px;
  }
}
.search-page #section-content .communications .communication {
  display: block;
  margin-bottom: 50px;
  text-decoration: none;
  color: #373A3C;
}
.search-page #section-content .communications .communication:visited,
.search-page #section-content .communications .communication:active,
.search-page #section-content .communications .communication:link {
  text-decoration: none;
}
.search-page #section-content .communications .communication:hover h2 {
  text-decoration: underline;
}
.search-page #section-content .communications .communication .title {
  color: #134C93;
}
.search-page #section-content .communications .communication .description {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media all and (max-width: 479px) {
  .search-page #section-content .communications .communication .description {
    font-size: 14px;
  }
}
.search-page #section-content .pagination {
  margin-bottom: 40px;
}
.search-page #section-content .pagination .buttons-pagination button {
  background: #FFFFFF;
  border: 1px solid #EFE9E5;
  border-left: 0;
  color: #134C93;
  padding: 6px 16px;
  font-size: 18px;
  cursor: pointer;
  margin-left: -1px;
  margin-right: -1px;
}
@media all and (max-width: 479px) {
  .search-page #section-content .pagination .buttons-pagination button {
    font-size: 16px;
  }
}
.search-page #section-content .pagination .buttons-pagination button:first-child {
  border-left: 1px solid #EFE9E5;
  border-radius: 4px 0px 0px 4px;
}
.search-page #section-content .pagination .buttons-pagination button:last-child {
  border-radius: 0px 4px 4px 0px;
}
.search-page #section-content .pagination .buttons-pagination button.active {
  background: #134C93;
  color: #FFFFFF;
  pointer-events: none;
}
.search-page #section-content .pagination .buttons-pagination button.disabled {
  color: #B5BFC7;
  cursor: not-allowed;
}
.search-page #section-content .pagination .buttons-pagination button.hide {
  display: none;
}
.area-page h1,
.area-page h2,
.area-page h3,
.area-page h4,
.area-page h5,
.area-page h6 {
  display: block;
}
.area-page #header-content {
  margin-bottom: 50px;
}
.area-page #header-content .backgroud {
  position: relative;
}
.area-page #header-content .backgroud-image {
  position: relative;
  padding: 0;
}
@media all and (max-width: 839px) {
  .area-page #header-content .backgroud-image {
    position: relative;
    padding: 0;
  }
}
.area-page #header-content .backgroud-image img {
  width: 100%;
  max-height: 110px;
}
@media all and (max-width: 839px) {
  .area-page #header-content .backgroud-image img {
    height: 125px;
  }
}
@media all and (max-width: 479px) {
  .area-page #header-content .backgroud-image img {
    height: 100px;
  }
}
.area-page #header-content .text {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area-page #header-content .text #area-title {
  font-size: 40px;
  text-align: center;
}
@media all and (max-width: 479px) {
  .area-page #header-content .text #area-title {
    font-size: 25px;
  }
}
.area-page .section-midia {
  margin-bottom: 40px;
}
.area-page .section-midia .area-midia-conteiner .area-video {
  width: 100%;
  min-height: 350px;
}
@media all and (max-width: 479px) {
  .area-page .section-midia .area-midia-conteiner .area-video {
    min-height: auto;
  }
}
.area-page .section-midia .area-midia-conteiner img {
  width: 100%;
}
.area-page .section-midia p {
  font-size: 18px;
  margin: 0;
}
@media all and (max-width: 479px) {
  .area-page .section-midia p {
    font-size: 14px;
  }
}
.area-page .section-flow {
  margin-bottom: 20px;
  background-color: #EFE9E5;
  width: 100%;
  padding: 10px 0 50px 0;
}
.area-page .section-flow .title {
  margin-bottom: 10px;
}
.area-page .section-flow .flow-img {
  width: 100%;
}
.area-page .section-link {
  min-height: 260px;
}
.area-page .section-link .title {
  margin-bottom: 10px;
}
.area-page .section-link .border {
  border-bottom: 1px solid #373A3C;
}
.area-page .section-link .links .link {
  text-decoration: none;
  margin: 0px 94px 40px 0;
  text-align: left;
}
.area-page .section-link .links .link:visited,
.area-page .section-link .links .link:active,
.area-page .section-link .links .link:link {
  text-decoration: none;
}
.area-page .section-link .links .link .fa-external-link-alt {
  background-color: #134C93;
  color: #FFFFFF;
  font-size: 100px;
  padding: 15px;
}
.area-page .section-link .links .link:hover {
  color: #373A3C !important;
  text-decoration: underline;
}
@media all and (max-width: 839px) {
  .area-page .section-link .links .link {
    margin-right: 20px;
  }
}
.area-page .section-link .links .link .img {
  margin-bottom: 3px;
}
.area-page .section-link .links .link .text {
  display: block;
  margin-left: 0;
  font-size: 16px;
}
@media all and (max-width: 479px) {
  .area-page .section-link .links .link .text {
    font-size: 14px;
  }
}
@media all and (max-width: 479px) {
  .area-page .section-link .links .link {
    margin-bottom: 25px;
  }
}
.area-page .section-document .title {
  margin-bottom: 10px;
}
.area-page .section-document .border {
  border-bottom: 1px solid #373A3C;
}
.area-page .section-document .documents {
  padding-bottom: 50px;
}
.area-page .section-document .documents .document {
  margin-bottom: 50px;
}
.area-page .section-document .documents .document .left .file-icon {
  background-color: #EC7000;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
  font-size: 80px;
  padding: 10px 10px;
}
.area-page .section-document .documents .document .left a {
  display: block;
  padding: 8px 0px;
  text-align: center;
}
.area-page .section-document .documents .document .right {
  padding-left: 25px;
}
.area-page .section-document .documents .document .right .title {
  margin-bottom: 10px;
}
.area-page .section-document .documents .document .right .description {
  margin: 0;
  font-size: 16px;
}
@media all and (max-width: 479px) {
  .area-page .section-document .documents .document .right .description {
    font-size: 14px;
  }
}
.area-page .section-communicated .title {
  margin-bottom: 10px;
}
.area-page .section-communicated .items .info-empty {
  font-size: 16px;
}
.area-page .section-communicated .items .item {
  margin-bottom: 40px;
}
.area-page .section-communicated .items .item a {
  text-decoration: none;
  color: #373A3C;
}
.area-page .section-communicated .items .item a:visited,
.area-page .section-communicated .items .item a:active,
.area-page .section-communicated .items .item a:link {
  text-decoration: none;
}
.area-page .section-communicated .items .item a:hover h3 {
  color: #373A3C;
  text-decoration: underline;
}
.area-page .section-communicated .items .item a .title {
  margin-bottom: 10px;
}
.area-page .section-communicated .items .item a .description {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.area-page .section-text {
  margin-bottom: 40px;
}
.area-page .section-text p {
  margin: 0;
}
@media all and (max-width: 479px) {
  .area-page .section-text p {
    font-size: 14px;
  }
}
.area-page #chartContainer {
  background-color: #EFE9E5;
}
@media all and (max-width: 839px) {
  .area-page #chartContainer {
    display: none;
  }
}
.area-page #chartContainer #chart {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
}
@media all and (max-width: 1024px) {
  .area-page #chartContainer #chart {
    overflow-x: scroll;
  }
}
.area-page #chartContainer #chart > .sector:last-child .hierarchy.lv2 {
  padding-bottom: 0;
}
.area-page #chartContainer #chart .sector {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.area-page #chartContainer #chart .sector .hierarchy {
  display: flex;
  flex-direction: row;
}
.area-page #chartContainer #chart .sector .hierarchy .people {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}
.area-page #chartContainer #chart .sector .hierarchy .people :last-child {
  margin-bottom: 0;
}
.area-page #chartContainer #chart .sector .hierarchy .people .info {
  padding: 0 100px;
  max-width: 360px;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  color: #373A3C;
  position: relative;
}
.area-page #chartContainer #chart .sector .hierarchy .people .info .name {
  margin-top: 5px;
}
.area-page #chartContainer #chart .sector .hierarchy .people .info .name .nickname {
  width: 160px;
  font-weight: bold;
  color: #000;
}
.area-page #chartContainer #chart .sector .hierarchy .people .info .name .email {
  width: 160px;
  color: #000;
  font-size: 14px;
}
.area-page #chartContainer #chart .sector .hierarchy .people .info .image {
  position: relative;
  display: flex;
  width: 132px;
  height: 129px;
  margin: 0 auto;
}
.area-page #chartContainer #chart .sector .hierarchy .people .info .image .content-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.area-page #chartContainer #chart .sector .hierarchy .people .info .image .content-image img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.area-page #chartContainer #chart .sector .hierarchy .people .info .image .fistElementHierarchyLv2 {
  left: -98%;
  position: absolute;
  width: 2px;
  bottom: 50%;
  background-color: #EFE9E5;
  height: 2000px !important;
}
.area-page #chartContainer #chart .sector .hierarchy .people .info .image .lastElementHierarchyLv2 {
  left: -98%;
  position: absolute;
  width: 2px;
  top: 51%;
  background-color: #EFE9E5;
}
.area-page #chartContainer #chart .sector .hierarchy .people .info .image .fistElementHierarchyLv3 {
  left: -98%;
  position: absolute;
  width: 2px;
  bottom: 50%;
  background-color: #EFE9E5;
}
.area-page #chartContainer #chart .sector .hierarchy .people .info .image .lastElementHierarchyLv3 {
  left: -98%;
  position: absolute;
  width: 2px;
  top: 51%;
  background-color: #EFE9DD;
}
.area-page #chartContainer #chart .sector .hierarchy .people .info .image img {
  width: 100%;
}
.area-page #chartContainer #chart .sector .hierarchy .people .info .image:after {
  content: ' ';
  position: absolute;
  width: 94%;
  height: 1px;
  background-color: #707070;
  right: -98%;
  top: 50%;
  display: block;
}
.area-page #chartContainer #chart .sector .hierarchy .people .info .image:before {
  content: ' ';
  position: absolute;
  height: 1px;
  background-color: #707070;
  width: 94%;
  left: -98%;
  top: 50%;
  display: block;
}
.area-page #chartContainer #chart .sector .hierarchy.lv2 {
  display: flex;
  flex-direction: column;
  border-left: 1px solid;
  justify-content: space-between;
}
.area-page #chartContainer #chart .sector .hierarchy.lv3 {
  display: flex;
  flex-direction: column;
  border-left: 1px solid;
  justify-content: space-between;
}
.area-page #chartContainer #chart .sector .hierarchy.lv3 :last-child {
  margin-bottom: 0 !important;
}
.area-page #chartContainer #chart .sector .hierarchy.lv1 > .people:nth-child(1) {
  margin: 0;
  border-left: 0;
}
.area-page #chartContainer #chart .sector .hierarchy.lv1 > .people > .info > .image:before {
  display: none;
}
.area-page #chartContainer #chart .sector .hierarchy.lv3 .people .info .image:after,
.area-page #chartContainer #chart .sector .hierarchy .people.no-hierarchy .info .image:after {
  display: none;
}
.area-page #chartContainer #functions {
  justify-content: center;
  display: flex;
  margin: 20px auto 50px auto;
  flex-wrap: wrap;
}
.area-page #chartContainer #functions .function {
  display: flex;
  align-items: center;
  margin-right: 64px;
  margin-top: 30px;
}
.area-page #chartContainer #functions .function .block {
  border: 5px solid;
  width: 55px;
  height: 55px;
  margin-right: 11px;
}
.area-page #chartContainer #functions .function .name {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4,
.home-page h5,
.home-page h6 {
  display: block;
}
@media all and (max-width: 479px) {
  .home-page html {
    font-size: 14px;
  }
}
.home-page #section-banner {
  margin-bottom: 40px;
}
.home-page #section-banner .swiper-pagination-bullet {
  background-color: #373A3C;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.home-page #section-banner .swiper-pagination-bullet-active {
  background-color: #EC7000;
}
.home-page #section-banner .grid-arrow {
  display: flex;
  align-items: center;
}
.home-page #section-banner .grid-arrow .arrow {
  border-radius: 50%;
  background-color: #134C93;
  margin: 0% 5%;
  width: 40px;
  height: 40px;
  text-align: center;
}
.home-page #section-banner .grid-arrow .arrow.arrow-left {
  cursor: pointer;
}
.home-page #section-banner .grid-arrow .arrow.arrow-left img {
  width: 60%;
  height: 60%;
  transform: rotate(90deg);
  margin: 20% 0%;
}
.home-page #section-banner .grid-arrow .arrow.arrow-right {
  cursor: pointer;
}
.home-page #section-banner .grid-arrow .arrow.arrow-right img {
  width: 60%;
  height: 60%;
  transform: rotate(-90deg);
  margin: 20% 25%;
}
.home-page #section-banner .content {
  margin-bottom: 10px;
}
.home-page #section-banner .content .title {
  color: #134C93;
  margin-bottom: 20px;
}
.home-page #section-banner .content .resume {
  margin: 0 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.home-page #section-banner .content .area {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}
@media all and (max-width: 479px) {
  .home-page #section-banner .content .area {
    font-size: 16px;
  }
}
.home-page #section-banner .content .button {
  padding: 7px 30px;
}
.home-page #section-banner .content:visited,
.home-page #section-banner .content:active,
.home-page #section-banner .content:link {
  text-decoration: none;
}
.home-page #section-banner .content:hover h2 {
  text-decoration: underline;
}
.home-page #section-banner .grid-pagination {
  display: flex;
  justify-content: center;
}
.home-page #section-links {
  background-color: #134C93;
  color: #FFFFFF;
}
.home-page #section-links .title {
  color: #FFFFFF;
  padding: 10px 0 0;
}
.home-page #section-links .itens {
  display: grid;
  grid-gap: 16px 72px;
  grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  justify-content: center;
}
.home-page #section-links .itens .item-link {
  display: inline-block;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  text-align: left;
}
.home-page #section-links .itens .item-link .fa-external-link-alt {
  background-color: #FFFFFF;
  color: #134C93;
  font-size: 90px;
  padding: 10px;
}
.home-page #section-links .itens .item-link p {
  margin-top: 5px;
}
.home-page #section-links .itens .item-link:visited,
.home-page #section-links .itens .item-link:active,
.home-page #section-links .itens .item-link:link {
  text-decoration: none;
}
.home-page #section-links .itens .item-link:hover {
  text-decoration: underline;
}
.home-page #section-areas .grid-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.home-page #section-areas .grid-area a {
  width: 223px;
  height: 100px;
  background: linear-gradient(135deg, #ff8c84 0%, #f99b27 100%);
  margin-top: 26px;
  font-size: 18px;
  font-weight: bolder;
  border: 0;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.home-page #section-areas .grid-area a:visited,
.home-page #section-areas .grid-area a:active,
.home-page #section-areas .grid-area a:link {
  text-decoration: none;
}
.home-page #section-areas .grid-area a:hover {
  color: #373A3C;
  text-decoration: underline;
}
.home-page #section-communicated {
  background-color: #EFE9E5;
  padding-top: 50px;
}
.home-page #section-communicated .items .item {
  color: #373A3C;
  text-decoration: none;
  margin-bottom: 20px;
}
.home-page #section-communicated .items .item .title {
  padding: 0px;
}
.home-page #section-communicated .items .item:visited,
.home-page #section-communicated .items .item:active,
.home-page #section-communicated .items .item:link {
  text-decoration: none;
}
.home-page #section-communicated .items .item:hover h3 {
  text-decoration: underline;
}
.home-page #section-communicated .items .item .resume {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home-page #section-communicated .button-show-more {
  padding: 10px 50px;
}
