.animated, .animated * {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.animatedSlow, .animatedSlow * {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.animated1, .animated1 * {
  -webkit-transition: all 1.3s ease-in-out;
  -moz-transition: all 1.3s ease-in-out;
  -o-transition: all 1.3s ease-in-out;
  transition: all 1.3s ease-in-out;
}
.animated2, .animated2 * {
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.d-none-special {
  display: inline-block;
  font-size: 0px;
  overflow: hidden;
  text-indent: -9999999px;
  width: 0px;
  height: 0px;
}
body {
  overflow-x: hidden;
}
footer * {
  text-decoration: none;
  color: #fff;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: var(--bs-secondary);
}
img {
  max-width: 100%;
  height: auto !important;
}
p, h1, h2, h3, h4, h5, h6 {
  hyphens: auto;
  hyphenate-limit-chars: 6 3 4;
}
.locale-link-holder {
  padding: 0.5rem 2.5rem;
}
.locale-link-holder a {
  text-decoration: none;
  padding: 0rem 0.5rem;
}
.locale-link-holder a:not(.locale-link-current) {
  filter: grayscale(100%);
}
main ol li:not(.nav-item)::before, main ul li:not(.nav-item)::before {
  content: "-";
  display: inline-block;
  padding: 0 0.5rem;
}
/* customised bootstrap default */
.btn-secondary:hover {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn-outline-secondary {
  color: var(--bs-primary);
}
.userform {
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
}
.userform .form-step {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}
.userform .form-step > div.field {
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-bottom: 1rem;
}
.userform .form-step > div.field:not([class^="col-lg-"]):not([class*=" col-lg-"]) {
  flex-shrink: 0;
  width: 100%;
}
.userform .form-step > div.field *:not(.checkbox):not(.radio) {
  width: 100%;
}
.userform .form-step > div.field.text label {
  font-size: 0;
  display: none;
}
.userform .form-step > div.field.text input {
  border: 0px;
  background-color: var(--bs-light);
  padding: 5px 10px;
  color: var(--bs-primary);
  font-weight: 300;
}
.userform .form-step > div.field.text input::placeholder {
  color: var(--bs-primary);
  font-weight: 300;
}
.userform .form-step > div.field.textarea label {
  font-size: 0;
  display: none;
}
.userform .form-step > div.field.textarea textarea {
  border: 0px;
  background-color: var(--bs-light);
  padding: 5px 10px;
  color: var(--bs-primary);
  font-weight: 300;
}
.userform .form-step > div.field.textarea textarea::placeholder {
  color: var(--bs-primary);
  font-weight: 300;
}
.userform .form-step > div.field.checkbox .middleColumn {
  display: flex;
  align-items: center;
}
.userform .form-step > div.field.checkbox .middleColumn input {
  margin-right: 0.5rem;
}
.userform .form-step > div.field.checkbox .middleColumn label {
  margin-bottom: 0;
  width: 90% !important;
  color: var(--bs-primary);
  font-weight: 300;
  font-size: 1rem;
}
.userform .form-step > div.field.checkbox .middleColumn.checkbox-inline {
  margin-right: 1rem;
}
.userform .form-step > div.field.radio {
  display: flex;
  align-items: center;
}
.userform .form-step > div.field.radio input {
  margin-right: 0.5rem;
}
.userform .form-step > div.field.radio label {
  margin-bottom: 0;
}
.userform .form-step > div.field.radio.radio-inline {
  margin-right: 1rem;
}
.userform .form-step > div.field .error.message {
  color: var(--bs-red);
  font-size: 12px;
}
.userform .btn-toolbar input {
  display: inline-block;
  width: auto;
  padding: var(--bs-btn-padding-y, 0.375rem) var(--bs-btn-padding-x, 0.75rem);
  font-family: var(--bs-btn-font-family, inherit);
  font-size: var(--bs-btn-font-size, 1rem);
  font-weight: var(--bs-btn-font-weight, 400);
  line-height: var(--bs-btn-line-height, 1.5);
  color: var(--bs-btn-color, #fff);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: var(--bs-btn-bg, var(--bs-primary));
  border: var(--bs-btn-border-width, 1px) solid var(--bs-btn-border-color, var(--bs-primary));
  border-radius: var(--bs-btn-border-radius, 0.375rem);
  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;
}
.userform .btn-toolbar input:hover {
  color: var(--bs-btn-hover-color, #fff);
  background-color: var(--bs-btn-hover-bg, #0b5ed7);
  border-color: var(--bs-btn-hover-border-color, #0a58ca);
}
.card {
  border-radius: 15px;
  overflow: hidden;
}
.card-img-top {
  padding-top: 1.5rem;
  background: transparent url(/_resources/themes/tiv/images/worker_bg.png) no-repeat top center;
  background-size: cover;
  text-align: center;
}
.card-img-top img {
  min-height: 150px;
}
.card-title {
  margin: 0px;
}
.card-text {
  font-weight: 300;
}
.card-text a {
  text-decoration: none;
}
.download-column .btn {
  text-align: left;
}
.download-column .btn img {
  transform: translateY(-3px);
}
.element-tabs .nav-link.active {
  color: var(--bs-primary);
  background: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.element-tabs .tab-content .tab-pane {
  border-radius: 15px;
  background-color: #fff;
  padding: 30px;
}
.element-tabs .tab-content .tab-pane.active:first-child {
  border-top-left-radius: 0px;
}
.element-tabs .tab-content .tab-pane.active:last-child {
  border-top-right-radius: 0px;
}
.element-tabs .tab-content .tab-pane .tab-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.hero-block {
  background-size: cover;
  background-position: center;
}
.hero-block--left {
  position: relative;
}
.hero-block--left::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(17, 63, 116, 0.8);
}
.hero-block--left > div {
  position: relative;
}
.hero-block--left > div p, .hero-block--left > div h1, .hero-block--left > div h2, .hero-block--left > div h3, .hero-block--left > div h4, .hero-block--left > div h5, .hero-block--left > div h6 {
  color: #fff;
}
.hero-block--right {
  position: relative;
}
.hero-block--right::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.7);
}
.hero-block--right > div {
  position: relative;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Ftiv%2Fcss%2Flayout.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAlFH%3BAA%2BFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%22%7D */