.fs-14 {
  font-size: 14px;
}

.flex {
  display: flex;
  display: -webkit-flex;
}
.flex.ai-center {
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.flex.ai-flex-start {
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.flex.ai-flex-end {
  align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
}
.flex.fw-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.flex.jc-space-between {
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex.jc-flex-start {
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.flex.jc-flex-end {
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.flex.jc-center {
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.flex.fd-column {
  flex-direction: column;
}

.fg-2 {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}

.fb-33 {
  flex-basis: 33%;
  -ms-flex-basis: 33%;
  -webkit-flex-basis: 33%;
}

.fb-50 {
  flex-basis: 50%;
  -ms-flex-basis: 50%;
  -webkit-flex-basis: 50%;
}

.text--gray {
  color: #ADADAD;
}

.text--gray-dark {
  color: #818181;
}

.text--pink {
  color: #FF94F1;
}

.text--orange {
  color: #FF7900;
}

.text--red {
  color: #CD3C14;
}

.text--green {
  color: #32C832;
}

.text--blue {
  color: #527EDB;
}

.m-t-8 {
  margin-top: 8px;
}

.m-t-14 {
  margin-top: 14px;
}

.m-t-16 {
  margin-top: 16px;
}

.m-t-18 {
  margin-top: 18px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-24 {
  margin-top: 24px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-l-4 {
  margin-left: 4px;
}

.m-l-8 {
  margin-left: 8px;
}

.m-l-12 {
  margin-left: 12px;
}

.m-l-16 {
  margin-left: 16px;
}

.m-l-24 {
  margin-left: 24px;
}

.m-b-4 {
  margin-bottom: 4px;
}

.m-b-8 {
  margin-bottom: 8px;
}

.m-b-12 {
  margin-bottom: 12px;
}

.m-b-16 {
  margin-bottom: 16px;
}

.m-b-24 {
  margin-bottom: 24px;
}

.m-b-32 {
  margin-bottom: 32px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-r-4 {
  margin-right: 4px;
}

.m-r-6 {
  margin-right: 6px;
}

.m-r-8 {
  margin-right: 8px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-12 {
  margin-right: 12px;
}

.m-r-16 {
  margin-right: 16px;
}

.m-r-12 {
  margin-right: 12px;
}

.m-r-24 {
  margin-right: 24px;
}

@font-face {
  font-family: "helvetica-neue";
  src: url("fonts/HelvNeueRoman.woff") format("woff");
  src: url("fonts/HelvNeueRoman.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "helvetica-neue";
  src: url("fonts/HelvNeueBold.woff") format("woff");
  src: url("fonts/HelvNeueBold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "egeo-icons";
  src: url("fonts/egeo-icons.eot?9ky28y");
  src: url("fonts/egeo-icons.eot?9ky28y#iefix") format("embedded-opentype"), url("fonts/egeo-icons.ttf?9ky28y") format("truetype"), url("fonts/egeo-icons.woff?9ky28y") format("woff"), url("fonts/egeo-icons.svg?9ky28y#domus-font") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "egeo-icons" !important;
  speak-as: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-].i-xs, [class*=" icon-"].i-xs {
  font-size: 16px;
}
[class^=icon-].i-sm, [class*=" icon-"].i-sm {
  font-size: 24px;
}
[class^=icon-].i-md, [class*=" icon-"].i-md {
  font-size: 32px;
}
[class^=icon-].i-lg, [class*=" icon-"].i-lg {
  font-size: 40px;
}
[class^=icon-].i-xl, [class*=" icon-"].i-xl {
  font-size: 64px;
}

.icon-actions:before {
  content: "\e900";
}

.icon-admin:before {
  content: "\e901";
}

.icon-arrows-top-down:before {
  content: "\e902";
}

.icon-bell:before {
  content: "\e903";
}

.icon-book:before {
  content: "\e904";
}

.icon-building:before {
  content: "\e905";
}

.icon-calendar:before {
  content: "\e906";
}

.icon-call-outgoing:before {
  content: "\e907";
}

.icon-call-received:before {
  content: "\e908";
}

.icon-call-unanswered:before {
  content: "\e909";
}

.icon-check:before {
  content: "\e90a";
}

.icon-chevron-down:before {
  content: "\e90b";
}

.icon-chevron-left:before {
  content: "\e90c";
}

.icon-chevron-right:before {
  content: "\e90d";
}

.icon-chevron-up:before {
  content: "\e90e";
}

.icon-close:before {
  content: "\e90f";
}

.icon-desk-phone:before {
  content: "\e910";
}

.icon-dots-horizontal:before {
  content: "\e911";
}

.icon-dots-vertical:before {
  content: "\e912";
}

.icon-down-arrow:before {
  content: "\e913";
}

.icon-filter:before {
  content: "\e914";
}

.icon-help:before {
  content: "\e915";
}

.icon-home-phone:before {
  content: "\e916";
}

.icon-home:before {
  content: "\e917";
}

.icon-house:before {
  content: "\e918";
}

.icon-info:before {
  content: "\e919";
}

.icon-livebox:before {
  content: "\e91a";
}

.icon-media-folder:before {
  content: "\e91b";
}

.icon-media:before {
  content: "\e91c";
}

.icon-office-phone:before {
  content: "\e91d";
}

.icon-plus:before {
  content: "\e91e";
}

.icon-restore:before {
  content: "\e91f";
}

.icon-ringtone:before {
  content: "\e920";
}

.icon-search:before {
  content: "\e921";
}

.icon-settings:before {
  content: "\e922";
}

.icon-speech:before {
  content: "\e923";
}

.icon-trash:before {
  content: "\e924";
}

.icon-eye:before {
  content: "\e925";
}

.icon-warning-exclamation:before {
  content: "\e926";
}

.icon-warning:before {
  content: "\e927";
}

.button {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  background-color: #FF7900;
  border: 2px solid #FF7900;
  font-family: "helvetica-neue", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  padding: 10px 20px;
  letter-spacing: 0em;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.button:hover:not(disabled) {
  background-color: #FF7900;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.button i[class^=icon-] {
  font-size: 16px;
  margin-left: 8px;
  transition: all 0.15s ease-in-out;
}
.button:disabled {
  background-color: #CCCCCC;
  border-color: #CCCCCC;
  color: #FFFFFF;
  pointer-events: none;
}
.button--secondary {
  border-color: #000000;
  background-color: #FFFFFF;
  color: #000000;
}
.button--secondary:hover:not(disabled) {
  background-color: #FFFFFF;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.button--secondary:disabled {
  background-color: #FFFFFF;
  border-color: #CCCCCC;
  color: #CCCCCC;
  pointer-events: none;
}
.button-icon {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  position: relative;
  background-color: transparent;
  border: none;
  color: #000000;
  padding: 0;
  cursor: pointer;
}
.button-icon i[class^=icon-]:not(.icon-chevron-down) {
  font-size: 24px;
  transition: all 0.15s ease-in-out;
}
.button-icon .icon-chevron-down {
  font-size: 16px;
}
.button-icon .badge {
  position: absolute;
  top: -10px;
  right: -8px;
  background-color: #FF7900;
  border-color: #FF7900;
  font-size: 14px;
  color: #FFFFFF;
  border-radius: 100px;
  padding: 0;
  width: 20px;
  height: 20px;
}
.button-wrapper {
  display: flex;
  display: -webkit-flex;
  margin-top: 25px;
}
.button + .button {
  margin-left: 24px;
}

.badge {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  font-family: "helvetica-neue", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #4A5B6F;
  border: 1px solid #4A5B6F;
  border-radius: 8px;
  padding: 8px;
  line-height: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.badge--small {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  padding: 7px 8px;
}
.badge--small i[class^=icon-] {
  margin-right: 6px;
}
.badge--neutral {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #4A5B6F;
}
.badge--blue {
  border-color: #677BE7;
  color: #677BE7;
}
.badge--red {
  border-color: #E76767;
  color: #E76767;
}
.badge--pink {
  border-color: #FF79ED;
  color: #FF79ED;
}
.badge--orange {
  border-color: #FFB422;
  color: #FFB422;
}
.badge--icon {
  padding: 8px;
}
.badge--icon i[class^=icon-] {
  margin-right: 0;
}
.badge--gray {
  border-color: #818181;
  color: #818181;
  background-color: transparent;
}
.badge + .badge {
  margin-left: 8px;
}

.card {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  background-color: #EEEEEE;
  padding: 20px;
  text-align: center;
  height: 100%;
}
.card__icon {
  margin-bottom: 8px;
}
.card__icon i[class^=icon-] {
  font-size: 40px;
}
.card__title {
  font-weight: 700;
}
.card__subtitle {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-top: 12px;
  font-size: 14px;
}
.card__subtitle__icon {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  background-color: #FFD200;
  border-radius: 100px;
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.card__subtitle__icon i[class^=icon-] {
  color: #FFFFFF;
  font-size: 22px;
}

.item {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: 12px 0px;
  min-width: 0;
}
.item__addon {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  background-color: #50BE87;
  width: 37px;
  height: 37px;
  border-radius: 100px;
  margin-right: 10px;
}
.item__addon i[class^=icon-] {
  color: #FFFFFF;
  font-size: 28px;
}
.item__info {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  color: #000000;
  line-height: 22px;
}
.item__info__title {
  color: #FF7900;
  font-weight: 700;
}
.item__info__number {
  font-weight: 700;
}
.item__actions {
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.item__actions .button-icon i[class^=icon-] {
  font-size: 18px;
}
.item + .item {
  border-top: 1px solid #C8C7CC;
}

.modal-open {
  overflow: hidden;
}
.modal-open .container .content .main {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal.show {
  display: block;
}
.modal__dialog {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  margin: 100px 20px;
}
.modal__dialog__content {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  background-color: #FFFFFF;
  max-width: 600px;
  width: 100%;
}
.modal__dialog__content .content__header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: 15px;
}
.modal__dialog__content .content__header__text {
  font-weight: 700;
  font-size: 24px;
}
.modal__dialog__content .content__header .button-icon {
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  color: #000000;
}
.modal__dialog__content .content__header .button-icon i[class^=icon-] {
  font-size: 24px;
}
.modal__dialog__content .content__body__section {
  padding: 0 15px 15px 15px;
}
.modal__dialog__content .content__body__section h4 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.modal__dialog__content .content__body__section span {
  display: block;
  line-height: 20px;
}
.modal__dialog__content .content__body__section + .content__body__section {
  border-top: 1px solid #E8E8E8;
}
.modal__dialog__content .content__body__section label {
  color: #4A5B6F;
  font-size: 16px;
  font-weight: 600;
}
.modal__dialog__content .content__body__section .input-group__button {
  border: none;
}
.modal__dialog__content .content__body__section .input-group__button .input {
  border: 2px solid #CCCCCC;
}
.modal__dialog__content .content__body__section > .button-icon {
  border: 2px solid #000000;
  width: 40px;
  height: 40px;
}
.modal__dialog__content .content__footer {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: 0 40px 24px 40px;
}
.modal__dialog__content .content__footer button + button {
  margin-left: 16px;
}
.modal__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  background-color: #000;
}
.modal__backdrop.show {
  opacity: 0.4;
  visibility: visible;
}
.modal--success .modal__dialog {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin: 0px;
  height: 100vh;
}
.modal--success .modal__dialog__content {
  border: 2px solid #32C832;
  margin: 20px;
}
.modal--success .modal__dialog__content .content__header {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  position: relative;
  padding: 24px;
}
.modal--success .modal__dialog__content .content__header__image {
  position: absolute;
  top: -94px;
  left: 40px;
  width: 268px;
  height: 151px;
  background-size: cover;
}
.modal--success .modal__dialog__content .content__body__section {
  padding: 18px 40px;
}
.modal--error .modal__dialog {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin: 0px;
  height: 100vh;
}
.modal--error .modal__dialog__content {
  border: 2px solid #CD3C14;
  margin: 20px;
}
.modal--error .modal__dialog__content .content__header {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  position: relative;
  padding: 24px;
}
.modal--error .modal__dialog__content .content__header__image {
  position: absolute;
  top: -94px;
  left: 40px;
  width: 268px;
  height: 151px;
  background-size: cover;
}
.modal--error .modal__dialog__content .content__body__section {
  padding: 18px 40px;
}

.input {
  display: block;
  width: 100%;
  font-family: "helvetica-neue", sans-serif;
  background-color: #FFFFFF;
  border: 2px solid #CCCCCC;
  background-clip: padding-box;
  color: #666666;
  padding: 10px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  resize: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input:disabled {
  pointer-events: none;
  background-color: #F5F5F5;
  border-color: #CBCBCB;
  color: #ADADAD;
}
.input::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.input:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.input::placeholder {
  color: #666666;
  opacity: 1;
}
.input:focus {
  outline: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input--error {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-color: #CD3C14;
}
.input--error + span {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding-top: 4px;
  font-weight: 700;
  font-size: 14px;
}
.input--error + span i[class^=icon-] {
  font-size: 20px;
}

textarea.input {
  white-space: normal;
  overflow: auto;
  text-overflow: initial;
}

.input-group {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  width: 100%;
}
.input-group label:not(.checkbox) {
  font-size: 16px;
  margin-bottom: 9px;
  font-weight: 700;
  line-height: 19px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input-group label:not(.checkbox) i[class^=icon-] {
  background-color: #000000;
  border-radius: 100px;
  color: #FFFFFF;
  margin-left: 4px;
}
.input-group__button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 2px solid #CCCCCC;
}
.input-group__button .input {
  height: 40px;
  border: none;
}
.input-group__button .button-icon {
  padding: 8px;
  height: 40px;
  color: #000000;
}
.input-group__button .button-icon i[class^=icon-] {
  font-size: 20px;
}
.input-group__button + .input-group__button {
  margin-top: 15px;
}
.input-group__append, .input-group__prepend {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.input-group__append label:not(.checkbox), .input-group__prepend label:not(.checkbox) {
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  color: #979797;
  margin-bottom: 0;
}
.input-group__append label:not(.checkbox) {
  margin-left: 16px;
}
.input-group__prepend label:not(.checkbox) {
  margin-right: 16px;
}

.checkbox {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  font-weight: 700;
  white-space: nowrap;
  padding: 8px 0;
  cursor: pointer;
}
.checkbox__box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #CCCCCC;
  background-color: #FFFFFF;
  padding: 4px;
  margin: 0;
  margin-right: 8px;
  transition: all 0.15s ease-in-out;
}
.checkbox__box:before {
  font-family: "egeo-icons";
  content: "\e90a";
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  color: #000000;
}
.checkbox__box:checked {
  border-color: #FF7900;
  background-color: #FF7900;
  transition: all 0.15s ease-in-out;
}
.checkbox__box:checked:before {
  transform: scale(1);
}
.checkbox__box:disabled {
  background-color: #CCCCCC;
  border-color: #CCCCCC;
  pointer-events: none;
}

.dropdown {
  position: relative;
}
.dropdown-group {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
.dropdown-group label:not(.checkbox) {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 9px;
}
.dropdown-group--inline {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.dropdown-group--inline label:not(.checkbox) {
  margin-right: 12px;
  margin-bottom: 0;
}
.dropdown__trigger {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  cursor: pointer;
  border: 2px solid #CCCCCC;
  padding: 8px 12px;
  transition: border-color 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.dropdown__trigger span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  color: #000000;
  text-align: left;
}
.dropdown__trigger.button-icon i[class^=icon-]:not(.icon-chevron-down) {
  margin-left: 10px;
  font-size: 20px;
  color: #FFFFFF;
}
.dropdown__trigger i[class^=icon-]:not(.icon-chevron-down) {
  margin-left: 10px;
  font-size: 15px;
  color: #000000;
}
.dropdown__menu {
  position: absolute;
  top: 38px;
  right: 0;
  left: 0;
  border: 2px solid #CCCCCC;
  background-color: #FFFFFF;
  max-height: 0px;
  overflow: auto;
  font-weight: 700;
  line-height: 18px;
  color: #000000;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.dropdown__menu__item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  transition: all 0.15s ease-in-out;
  padding: 10px;
  cursor: pointer;
}
.dropdown__menu__item--selected {
  color: #FFFFFF;
  background-color: #000000;
  pointer-events: none;
}
.dropdown__menu__item:hover {
  transition: all 0.15s ease-in-out;
  color: #FFFFFF;
  background-color: #000000;
}
.dropdown__menu__item .checkbox {
  padding: 0;
}
.dropdown--open .dropdown__trigger {
  border-color: #000000;
  transition: border-color 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.dropdown--open .dropdown__menu {
  max-height: 215px;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.dropdown--filled .dropdown__trigger.input span {
  color: #000000;
}
.dropdown--filled .dropdown__trigger.input:disabled span {
  color: #666666;
}

.pagination {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  font-weight: 700;
}
.pagination .button-icon {
  color: #000000;
  border: 2px solid #000000;
  min-width: 40px;
  height: 40px;
}
.pagination .button-icon i[class^=icon-] {
  font-size: 16px;
}
.pagination .button-icon:disabled {
  pointer-events: none;
  background-color: #CCCCCC;
  color: #FFFFFF;
}
.pagination__pages {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.pagination__pages__page {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: 0;
  min-width: 40px;
  height: 40px;
  color: #000000;
}
.pagination__pages__page--current {
  color: #FFFFFF;
  background-color: #000000;
  pointer-events: none;
}
.pagination__pages__page:hover:not(disabled) {
  text-decoration: none;
}

.breadcrumb {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #FF7900;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb__item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.breadcrumb__item i[class^=icon-] {
  margin-right: 6px;
}
.breadcrumb__item + .breadcrumb__item:before {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "egeo-icons";
  color: #000000;
  content: "\e90d";
  font-size: 12px;
  margin: 0 4px;
}

.tile {
  background-color: #EEEEEE;
  padding: 13px 17px;
}

*[data-tooltip] {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
*[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 100%;
  bottom: 50%;
  left: auto;
  display: flex;
  display: -webkit-flex;
  content: attr(data-tooltip);
  padding: 10px;
  background-color: #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  color: #FFFFFF;
  font-weight: 700;
  pointer-events: none;
  text-align: center;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transform: translate3d(0, 0, 0);
  margin-left: 0;
  margin-bottom: -16px;
}
*[data-tooltip]:before {
  position: absolute;
  top: 3px;
  right: 100%;
  bottom: 50%;
  left: auto;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  z-index: 1001;
  border: 6px solid transparent;
  content: "";
  margin-right: -10px;
  border-left-color: #000;
}
*[data-tooltip]:hover:before, *[data-tooltip]:hover:after, *[data-tooltip]:focus:before, *[data-tooltip]:focus:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-12px);
}

.tabs {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin: 5px 0;
}
.tabs__tab {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  color: #000000;
  padding: 15px;
  line-height: 20px;
  font-weight: 700;
  border-bottom: 4px solid transparent;
}
.tabs__tab--active {
  pointer-events: none;
  border-bottom: 4px solid #FF7900;
}

.chip {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #CCCCCC;
  border-radius: 15px;
  background-color: #FFFFFF;
  padding: 3px 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.chip__body {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.chip .button-icon {
  margin-left: 12px;
}
.chip .button-icon i[class^=icon-] {
  color: #000000;
  font-size: 14px;
}
.chip + .chip {
  margin-top: 8px;
}

.banner {
  background-color: #EEEEEE;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin: 16px 0;
  padding: 15px;
}
.banner__image {
  width: 40px;
  height: 42px;
  background-size: cover;
  margin-right: 18px;
}
.banner__image img {
  width: 100%;
}
.banner__text__title {
  font-weight: 700;
}
.banner__text__text {
  font-size: 14px;
}
.banner--yellow {
  background-color: #FFD200;
}

.alert {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  background-color: #FFFFFF;
  padding: 20px;
  width: 100%;
  font-weight: 700;
  color: #000000;
  border: 2px solid #FFD200;
}
.alert .button-icon i[class^=icon-] {
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  font-size: 16px;
  color: #000000;
  font-size: 20px;
}
.alert__body {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.alert__body__icon {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  background-color: #FFD200;
  height: 20px;
  width: 20px;
  border-radius: 100px;
  margin-right: 20px;
}
.alert__body__icon i[class^=icon-] {
  color: #FFFFFF;
}
.alert__body span {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}

.table {
  caption-side: bottom;
  border-collapse: collapse;
  font-size: 14px;
  color: #000000;
  width: 100%;
  font-weight: 400;
  margin-bottom: 20px;
}
.table__cell {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.table__action {
  width: 24px;
}
.table thead th {
  background-color: #EEEEEE;
  text-align: left;
  padding: 10px 24px;
}
.table tbody tr {
  border-bottom: 1px solid #CCCCCC;
}
.table tbody tr td {
  padding: 8px 24px;
}
.table tbody tr td .table__cell i[class^=icon-] {
  font-size: 16px;
}
.table tbody tr td .table__cell a {
  color: #FF7900;
  text-decoration: underline;
}
.table tbody tr td .table__cell--name {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  font-size: 16px;
}
.table tbody tr td .table__cell--name b {
  font-size: 14px;
}
.table tbody tr td .table__cell .input,
.table tbody tr td .table__cell .dropdown {
  width: 100%;
}
.table--bulk-actions thead th:first-child {
  border-right: 1px solid #CCCCCC;
}
.table--bulk-actions thead th:last-child {
  border-left: 1px solid #CCCCCC;
}
.table--bulk-actions tbody tr td:first-child, .table--bulk-actions tbody tr td:last-child {
  background-color: #F8F6F8;
}
.table--bulk-actions tbody tr td:first-child {
  border-right: 1px solid #CCCCCC;
}
.table--bulk-actions tbody tr td:last-child {
  border-left: 1px solid #CCCCCC;
}

.switcher {
  position: relative;
  height: 30px;
  width: 60px;
  display: inline-block;
  margin: 0;
  border: 2px solid #000000;
  background: #FFFFFF;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.switcher:focus {
  outline: 0;
}
.switcher:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: "egeo-icons";
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  content: "\e90f";
  font-size: 18px;
  width: 30px;
  height: 26px;
  background: #000000;
  color: #FFFFFF;
  transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
}
.switcher:checked {
  border-color: #FF7900;
}
.switcher:checked:after {
  background: #FF7900;
  color: #000000;
  content: "\e90a";
  font-size: 18px;
  transform: translatex(-27px);
}
.switcher-group {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.switcher-group__label {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}
.switcher-group__label label {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  font-weight: 700;
  margin-right: 8px;
}
.switcher-group__label label .button-icon {
  width: 17px;
  height: 17px;
  background-color: #000000;
  border-radius: 100px;
  margin-left: 20px;
}
.switcher-group__label label .button-icon i[class^=icon-] {
  color: #FFFFFF;
  font-size: 14px;
}
.switcher-group__label a {
  font-size: 14px;
  color: #FF7900;
  text-decoration: underline;
}
.switcher--loader:checked:after {
  content: "";
  z-index: 10;
}
.switcher--loader:checked:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url("resources/loader.png");
  background-size: 70%;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  z-index: 100;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.radio-group {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
.radio-group .radio-button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.radio-group .radio-button__radio {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-right: 20px;
}
.radio-group .radio-button__radio__radio-default {
  width: 20px;
  height: 20px;
  opacity: 0;
  margin: 0;
  padding: 0;
  z-index: 100;
}
.radio-group .radio-button__radio__radio-default:checked ~ .radio-button__radio__radio-custom {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  background-color: #FF7900;
  border-color: #FF7900;
}
.radio-group .radio-button__radio__radio-default:checked ~ .radio-button__radio__radio-custom:before {
  content: "";
  background-color: #000000;
  width: 8px;
  height: 8px;
  border-radius: 100px;
}
.radio-group .radio-button__radio__radio-custom {
  display: flex;
  display: -webkit-flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #CCCCCC;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  z-index: 10;
}
.radio-group .radio-button label {
  font-weight: 700;
}
.radio-group .radio-button label + .input {
  margin-left: 20px;
  height: 40px;
}
.radio-group .radio-button label + .input-group__prepend label {
  margin-right: 0;
  margin-left: 16px;
}
.radio-group .radio-button + .radio-button {
  margin-top: 12px;
}

.toolbar {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 20px 0 18px 0;
}
.toolbar__left, .toolbar__right {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.toolbar__left {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}
.toolbar__left .input-group__button {
  width: 400px;
  margin-right: 20px;
}

.list {
  background-color: #EEEEEE;
}
.list__item {
  padding: 5px 10px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
}
.list__item:hover {
  text-decoration: none;
}

.message {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  font-size: 14px;
  padding: 20px 0;
  border-bottom: 1px solid #CCCCCC;
}
.message__body {
  padding-right: 24px;
}
.message__body h3 {
  color: #000000;
  margin-bottom: 16px;
}
.message__body span a {
  display: inline;
  color: #FF7900;
  text-decoration: underline;
}
.message__date {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  font-size: 13px;
}
.message__date__date {
  font-weight: 700;
}
.message__date__icon {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  background-color: #32C832;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  margin-top: 20px;
}
.message__date__icon i[class^=icon-] {
  color: #FFFFFF;
}
.message--new h3 {
  color: #FF7900;
}

html {
  font-family: "helvetica-neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100vh;
}
html body {
  margin: 0;
  height: 100vh;
}
html body *,
html body *::before,
html body *::after {
  box-sizing: border-box;
}
html body h6, html body .h6,
html body h5, html body .h5,
html body h4, html body .h4,
html body h3, html body .h3,
html body h2, html body .h2,
html body h1, html body .h1 {
  margin-top: 0;
  margin-bottom: 0;
}
html body h1, html body .h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}
html body h2, html body .h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
html body h3, html body .h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: #FF7900;
}
html body h4, html body .h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}
html body h5, html body .h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
html body h6, html body .h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
html body a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.15s ease-in-out;
  cursor: pointer;
}
html body a i[class^=icon-] {
  margin-right: 8px;
}
html body a:hover {
  text-decoration: underline;
  transition: color 0.15s ease-in-out;
}
html body ol,
html body ul {
  margin: 0 0 16px 0;
  padding-left: 20px;
}
html body ol li::marker,
html body ul li::marker {
  color: #FF7900;
  font-weight: 700;
}
html body ol li + li,
html body ul li + li {
  padding-top: 24px;
}
html body ol ol,
html body ul ul,
html body ol ul,
html body ul ol {
  margin-bottom: 0;
}
html body .border {
  border-top: 1px solid #CCCCCC;
  margin: 10px 0;
}
html body main.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 70px 70px 70px;
  overflow: auto;
  min-height: calc(100vh - 165px);
}
html body main.container h1 {
  margin: 35px 0 24px 0;
}
html body main .container__flex {
  display: flex;
  display: -webkit-flex;
  position: relative;
  z-index: 100;
}
html body main .container__flex .introduction {
  line-height: 20px;
  display: inline-block;
  margin-bottom: 20px;
}
html body main .container__flex .column {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}
html body main .container__flex .column + .column {
  margin-left: 54px;
}
html body main .container__flex .column--image {
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-basis: 36%;
  -ms-flex-basis: 36%;
  -webkit-flex-basis: 36%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
html body main .container__flex .column--image .image-container {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}

.header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  background-color: #000000;
  padding: 25px 70px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
.header__logo {
  background-image: url("resources/logo.svg");
  width: 50px;
  height: 50px;
  background-size: cover;
}
.header__options {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.header__options__option + .header__options__option {
  margin-left: 32px;
}
.header__options .button-icon {
  color: #FFFFFF;
}
.header__options .dropdown__trigger {
  padding: 3px 10px 3px 12px;
}
.header__options .dropdown__trigger__flag {
  background-image: url("resources/spain.svg");
  width: 30px;
  height: 30px;
  background-size: cover;
}
.header__options .dropdown__menu__item {
  font-size: 16px;
}
.header__options .dropdown__menu__item .item__bandera {
  margin-right: 5px;
  max-width: 24px;
}
.header__options .dropdown--open .dropdown__trigger {
  border-color: #FFFFFF;
}

.footer {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  background-color: #000000;
  padding: 23px 70px;
}
.footer__item a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
}
.footer__item a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.footer__item + .footer__item {
  margin-left: 20px;
}

.row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: -12px;
  margin-left: -8px;
  margin-right: -8px;
}
.row > * {
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 12px;
  padding-right: 8px;
  padding-left: 8px;
}
.row .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.row .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.row .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.row .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.row .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.row .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.row .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.row .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.row .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.row .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.row .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.row + .row {
  margin-top: 12px;
}

.login .container .login__form-login {
  max-width: 422px;
  width: 100%;
  margin: 0px auto;
}
.login .container .login__form-login__image {
  background-image: url("resources/login-image.svg");
  max-width: 422px;
  width: 100%;
  height: 180px;
  background-size: cover;
}
.login .container .login__form-login h3 {
  margin-top: 40px;
  margin-bottom: 14px;
}
.login .container .login__form-login span:not(.login__form-login__desc) {
  font-weight: 700;
}
.login .container .login__form-login__desc {
  padding: 8px 0 15px 0;
  line-height: 18px;
  display: block;
}
.login .container .login__form-login .button {
  margin: 15px 0;
}

.main .container {
  position: relative;
}
.main .container:before {
  content: "";
  position: absolute;
  right: 8%;
  bottom: 0;
  background-image: url("resources/home.svg");
  width: 485px;
  height: 234px;
  background-size: cover;
  z-index: 0;
}
.main .container h1 {
  margin: 35px 0 30px 0;
}
.main .container__flex .column .company-information {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-bottom: 40px;
}
.main .container__flex .column .company-information__logo {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  width: 63px;
  height: 63px;
  border-radius: 100px;
  background-color: #FF7900;
  margin-right: 46px;
}
.main .container__flex .column .company-information__logo i[class^=icon-] {
  color: #FFFFFF;
  font-size: 60px;
}
.main .container__flex .column .company-information__details {
  flex-grow: 2;
  -ms-flex-grow: 2;
  -webkit-flex-grow: 2;
}
.main .container__flex .column .list-items .item:last-child {
  border-bottom: 1px solid #C8C7CC;
}
.main .container__flex .column .list-items + .button {
  margin: 20px 0 30px 0;
}/*# sourceMappingURL=main.css.map */