@font-face {
  font-family: "font2";
  src: url(/templates/sites/avilinga/fonts/lato/Lato-Light.woff2) format('woff2'), url(/templates/sites/avilinga/fonts/lato/Lato-Light.woff) format('woff'), url(/templates/sites/avilinga/fonts/lato/Lato-Light.ttf) format('ttf');
}
@font-face {
  font-family: "font1";
  src: url(/templates/sites/avilinga/fonts/lato/Lato-Light.woff2) format('woff2'), url(/templates/sites/avilinga/fonts/lato/Lato-Light.woff) format('woff'), url(/templates/sites/avilinga/fonts/lato/Lato-Light.ttf) format('ttf');
}
@font-face {
  font-family: "font1";
  src: url(/templates/sites/avilinga/fonts/lato/Lato-Regular.woff2) format('woff2'), url(/templates/sites/avilinga/fonts/lato/Lato-Regular.woff) format('woff'), url(/templates/sites/avilinga/fonts/lato/Lato-Regular.ttf) format('ttf');
  font-weight: bold;
}
* {
  margin: 0;
  padding: 0;
  font-family: font1, sans-serif;
  font-size: 16px;
  font-display: swap;
}
body {
  line-height: 1.68;
  font-family: font1, sans-serif;
  font-size: 16px;
}
p {
  color: #788592;
  padding-bottom: 15px;
  font-size: 19px;
  line-height: 1.4em;
  font-family: font2, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  line-height: 1.18em;
  color: #00406e;
}
h1 {
  font-size: 36px;
  font-weight: 100;
  padding-bottom: 25px;
}
h2 {
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: 100;
  padding-bottom: 15px;
}
quote {
  border: 1px solid #788592;
  border-left: 30px solid #788592;
  padding: 15px 20px 0 20px;
  display: block;
  font-style: normal;
  margin-top: 15px;
  margin-bottom: 30px;
}
h2 span {
  position: relative;
}
h2 span::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #00406e;
  position: absolute;
  top: -10px;
  left: 0;
}
h3 {
  font-size: 20px;
  font-weight: 100;
  padding-bottom: 15px;
}
h3 span {
  position: relative;
  letter-spacing: 0.2rem;
}
h3 span::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #00406e;
  position: absolute;
  bottom: -15px;
  left: 0;
}
h4 {
  color: #788592;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-left: 25px;
}
h4 span {
  position: relative;
}
h4 span::before {
  content: '';
  width: 20px;
  height: 2px;
  background: #00406e;
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -1px;
}
ul {
  list-style-type: none;
}
header {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  color: white;
  font-weight: bold;
  white-space: nowrap;
  display: flex;
}
header.admin {
  top: 30px;
}
header .user-menu-container {
  display: flex;
}
header .user-menu-item,
header .region-select {
  cursor: pointer;
  position: relative;
}
header .user-menu-item .submenu,
header .region-select .submenu {
  position: absolute;
  right: 0;
  top: 60px;
  display: none;
  background-color: white;
  padding: 10px;
  z-index: 1;
}
header .user-menu-item .submenu .languages,
header .region-select .submenu .languages {
  margin: 10px 20px;
  white-space: nowrap;
}
header .user-menu-item .submenu .languages a,
header .region-select .submenu .languages a {
  display: block;
  color: #192045;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
  margin: 10px 0;
  font-size: 14px;
}
header .user-menu-item .submenu .languages a img,
header .region-select .submenu .languages a img {
  margin-right: 10px;
}
header .user-menu-item .submenu .languages a.active,
header .region-select .submenu .languages a.active {
  color: #192045;
}
header .user-menu-item:hover .submenu,
header .region-select:hover .submenu {
  display: flex;
}
header .user-menu-item > a,
header .region-select > a {
  transition: all 0.5s;
  position: relative;
  line-height: 90px;
  color: white;
  text-decoration: none;
  padding: 0 15px;
  font-weight: bold;
  cursor: pointer;
}
header.scrolled .region-select > a,
header.scrolled .user-menu-item > a {
  line-height: 66px;
}
nav.scrolled {
  background-color: #192045;
  height: 66px;
}
nav.scrolled .logo {
  height: 46px;
  margin: 10px;
}
nav.scrolled .menu-item > a {
  line-height: 66px;
}
nav {
  transition: all 0.5s;
  position: fixed;
  z-index: 1;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 90px;
  display: flex;
}
nav.admin {
  top: 30px;
}
nav .items-container {
  display: flex;
}
nav .logo-container {
  display: block;
}
nav .logo {
  transition: all 0.5s;
  height: 56px;
  margin: 17px;
}
nav .menu-item {
  position: relative;
  display: block;
  white-space: nowrap;
}
nav .menu-item i {
  font-size: small;
}
nav .menu-item .submenu {
  position: absolute;
  left: 0;
  top: 60px;
  display: none;
  background-color: white;
  padding: 10px;
  text-align: left;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.2);
}
nav .menu-item .submenu .submenu-items {
  padding: 20px;
  min-width: 180px;
  display: table-cell;
}
nav .menu-item .submenu .submenu-items > i {
  font-size: 32px;
  color: #768492;
  float: left;
  margin-right: 10px;
  --fa-primary-color: #192045;
  --fa-secondary-color: #b6b6b6;
  --fa-secondary-opacity: 1;
}
nav .menu-item .submenu .submenu-items > a {
  display: block;
  color: #192045;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
  margin: 5px 0 10px 0;
  font-size: 17px;
  border-bottom: 1px solid #192045;
  padding-bottom: 10px;
}
nav .menu-item .submenu .submenu-items .subsubmenu-items > a {
  display: block;
  color: #192045;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
  margin: 10px 0;
  font-size: 14px;
}
nav .menu-item .submenu .submenu-items .subsubmenu-items > a .description {
  white-space: normal;
  font-size: 13px;
  min-width: 200px;
  margin: 0;
  font-weight: normal;
  line-height: 18px;
  color: #768492;
}
nav .menu-item > a {
  transition: all 0.5s;
  line-height: 90px;
  color: white;
  text-decoration: none;
  padding: 0 15px;
  font-weight: bold;
  cursor: pointer;
}
nav .menu-item:hover .submenu {
  display: table;
}
nav .menu-button {
  display: none;
}
*[dir="rtl"] header {
  right: unset;
  left: 70px;
}
*[dir="rtl"] header .region-select .submenu {
  left: 0;
  right: unset !important;
}
*[dir="rtl"] nav .menu-item .submenu {
  left: unset !important;
  right: 0;
}
@media (max-width: 959px) {
  #main-menu-container.scrolled {
    top: 66px;
  }
  .menu-button {
    display: block !important;
    background-color: transparent;
    font-size: 22px;
    margin: 0;
  }
  header {
    right: 70px;
  }
  nav {
    justify-content: space-between;
  }
  nav .items-container {
    display: none;
    position: fixed;
    left: 0;
    top: 90px;
    bottom: 0;
    overflow: auto;
    padding: 10px;
    background-color: white;
    min-width: 450px;
  }
  nav .items-container .menu-item {
    border-bottom: 1px solid #b1bec5;
  }
  nav .items-container .menu-item > a {
    transition: none;
    color: #192045;
  }
  nav .items-container .menu-item .submenu {
    display: none;
    position: static;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
  }
  nav .items-container .menu-item[data-opened="true"] .submenu {
    display: block;
  }
}
@media (pointer: coarse), (-moz-touch-enabled: 1) {
  #user-menu-container.scrolled {
    top: 66px;
  }
  #main-menu-container.scrolled {
    top: 111px;
  }
  .menu-button {
    display: block !important;
    background-color: transparent;
    margin: 0;
  }
  .menu-button i {
    font-size: 22px;
  }
  header {
    right: 70px;
  }
  header .user-menu-container {
    display: none;
    background-color: white;
    position: fixed;
    left: 0;
    right: 0;
    top: 90px;
    line-height: 45px;
    border-bottom: 1px solid #b1bec5;
    justify-content: flex-end;
  }
  header .user-menu-container a {
    line-height: 45px !important;
    color: #192045 !important;
  }
  nav {
    justify-content: space-between;
  }
  nav .items-container {
    display: none;
    position: fixed;
    left: 0;
    top: 135px;
    bottom: 0;
    overflow: auto;
    padding: 10px;
    background-color: white;
    right: 0;
    min-width: unset;
  }
  nav .items-container .menu-item {
    border-bottom: 1px solid #b1bec5;
    white-space: normal;
  }
  nav .items-container .menu-item a {
    white-space: normal !important;
  }
  nav .items-container .menu-item > a {
    transition: none;
    color: #192045;
  }
  nav .items-container .menu-item .submenu {
    display: none;
    position: static;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
  }
  nav .items-container .menu-item[data-opened="true"] .submenu {
    display: block;
  }
}
.page-component {
  padding: 30px 20px;
}
.page-component .row {
  display: -ms-flexbox;
  display: flex;
}
.page-component .row .col-50 {
  flex-basis: 50%;
  padding-right: 30px;
}
.page-component .row .col-50:last-child {
  padding-right: 0px;
}
.page-component .row .col-33 {
  flex-basis: 33%;
  padding-right: 30px;
}
.page-component .row .col-33:last-child {
  padding-right: 0px;
}
.page-component .row .col-67 {
  flex-basis: 67%;
  width: 67%;
}
.page-component .row .col-67:last-child {
  padding-right: 0px;
}
.page-component .row .col-20 {
  flex-basis: 20%;
  padding-right: 30px;
}
.page-component .row .col-25 {
  flex-basis: 25%;
  padding-right: 30px;
}
.page-component .row .col-20:last-child {
  padding-right: 0px;
}
.page-component .row .col-25:last-child {
  padding-right: 0px;
}
.page-component .row .col-75 {
  flex-basis: 75%;
  padding-right: 30px;
}
.page-component .row .col-75:last-child {
  padding-right: 0px;
}
.page-component .row .col-50.bottom,
.page-component .row .col-25.bottom,
.page-component .row .col-33.bottom,
.page-component .row .col-67.bottom,
.page-component .row .col-75.bottom {
  align-self: flex-end;
  text-align: center;
}
.page-component .row .col-50.center,
.page-component .row .col-25.center,
.page-component .row .col-33.center,
.page-component .row .col-67.center,
.page-component .row .col-75.center {
  align-self: center;
  text-align: center;
}
.page-component .row .col-50 img,
.page-component .row .col-25 img,
.page-component .row .col-33 img,
.page-component .row .col-67 img,
.page-component .row .col-75 img {
  width: 100%;
}
.page-component .max-width {
  width: 100%;
}
.page-component .vertical-middle {
  align-items: center;
}
@media (max-width: 959px), (pointer: coarse), (-moz-touch-enabled: 1) {
  .page-component .row {
    flex-wrap: wrap;
  }
  .page-component .row .col-50,
  .page-component .row .col-20,
  .page-component .row .col-25,
  .page-component .row .col-33,
  .page-component .row .col-67,
  .page-component .row .col-75 {
    width: 100%;
    flex-basis: 100%;
    padding-right: 0;
  }
}
.variant {
  background-color: #F5F5F5;
}
.dark {
  background-color: #F5F5F5;
  margin-left: -1000px;
  margin-right: -1000px;
  padding-left: 1000px;
  padding-right: 1000px;
  padding-bottom: 30px;
}
.right {
  text-align: right;
}
button,
.button {
  background-color: #00406e;
  color: white;
  display: block;
  padding: 8px 30px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  border-radius: 4px;
  text-transform: uppercase;
  margin: 0 auto;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
}
button:focus,
.button:focus {
  outline: 0;
}
button:hover,
.button:hover {
  background: #0064ab;
}
@media (pointer: coarse), (-moz-touch-enabled: 1) {
  button:hover,
  .button:hover {
    background-color: #00406e;
  }
  .menu-button:hover {
    background-color: transparent;
  }
}
button.inverse,
.button.inverse {
  background-color: #0064ab;
  color: white;
  display: inline-block;
  padding: 8px 30px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  border-radius: 4px;
  text-transform: uppercase;
}
button.inverse:hover,
.button.inverse:hover {
  background: #00406e;
}
button.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  padding: 0;
  border-radius: 0;
}
.button.light {
  background-color: transparent;
  color: #00406e;
  text-transform: uppercase;
  padding: 12px 0;
}
.button.light::after {
  content: " \f061";
  font-family: "Font Awesome 6 Pro";
}
.icon-list-item {
  position: relative;
  margin-left: 100px;
  min-height: 90px;
  padding-top: 5px;
}
.icon-list-item .icon {
  position: absolute;
  left: -100px;
  top: 0;
  width: 70px;
  height: 70px;
  border: 1px solid #eee;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  color: #00406e;
}
label {
  font-size: 16px;
  font-weight: bold;
  display: block;
  color: #00406e;
}
input[type="text"] {
  border: 1px solid #b1bec5;
  border-radius: 4px;
  display: block;
  padding: 10px;
  color: #788592;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  line-height: 20px;
}
textarea {
  box-sizing: border-box;
  width: 100%;
  height: 167px;
  border: 1px solid #b1bec5;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
  color: #788592;
  resize: none;
}
input.error,
textarea.error {
  background-color: #eeb0b0;
}
a.unclickable {
  cursor: default !important;
}
.dimmer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #aaaaaa;
  opacity: 0.8;
  z-index: 3;
}
.popup {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 750px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.2);
  z-index: 3;
}
