.boxed--gradient {
  background: linear-gradient(#dff4f0, #bfe9e0);
  border-radius: 5px 5px 25px 25px;
  padding: 20px 20px 40px;
}
@media only screen and (min-width: 768px) {
  .boxed--gradient {
    padding: 20px 40px 40px;
  }
}
.boxed--light-gradient {
  background: linear-gradient(rgba(223, 244, 240, 0.3), rgba(191, 233, 224, 0.3));
  border-radius: 5px 5px 25px 25px;
  padding: 20px 20px 40px;
}
@media only screen and (min-width: 768px) {
  .boxed--light-gradient {
    padding: 20px 40px 40px;
  }
}
.boxed--even {
  border-radius: 5px;
}
.boxed {
  border-radius: 5px 5px 25px 25px;
}
.title--xl {
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .title--xl {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.title--l {
  font-size: 1.6rem;
  line-height: 2rem;
}
@media only screen and (min-width: 480px) {
  .title--l {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .title--l {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.title--m {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .title--m {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.title--s {
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 0.8rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .title--s {
    font-size: 1.2rem;
    text-align: center;
  }
}
.title--alinea {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .title--alinea {
    font-size: 1.2rem;
  }
}
.normal-text {
  font-size: 1rem;
  line-height: 1.5rem;
}
.normal-text__bold {
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
}
.title--break {
  word-break: break-all;
}
.absolute--center {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.absolute--horizontal {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.absolute--vertical {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.ellipsis--one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis--two-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis--three-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ellipsis--four-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ellipsis--five-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.ellipsis--six-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.shadow-box {
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.shadow-box--hover {
  box-shadow: 0 8px 5px -2px rgba(0, 0, 0, 0.2);
}
.shadow-box--active {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.25);
}
.depth {
  box-shadow: 0 0 0 0 rgba(44, 51, 50, 0.2);
  transform: translateY(0);
  transition: box-shadow 0.25s ease;
  transition-property: box-shadow, transform, background-color;
}
.depth:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 8px 0 rgba(44, 51, 50, 0.3);
}
.depth:active {
  transform: translateY(-2px);
  box-shadow: 0 2px 3px 0 rgba(44, 51, 50, 0.3);
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
div.spinner_fadein {
  z-index: 100;
  -webkit-animation: fadein 2s;
          animation: fadein 2s;
  border-radius: 5px 5px 25px 25px;
  pointer-events: inherit;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
div.block_input {
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  opacity: 0;
}
.aspect-ratio {
  overflow: hidden;
  position: relative;
}
.aspect-ratio > img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
}
.aspect-ratio > iframe,
.aspect-ratio div {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
.aspect-ratio--allow-scrollbars {
  overflow: auto;
}
.aspect-ratio--portrait img {
  height: 100%;
  width: auto;
}
.aspect-ratio::after {
  content: '';
  display: block;
}
.aspect-ratio--2-39-1::after {
  padding-top: 32.25%;
}
.aspect-ratio--21-9::after {
  padding-top: 40%;
}
.aspect-ratio--1-1::after {
  padding-top: 100%;
}
.aspect-ratio--16-9::after {
  padding-top: 56.25%;
}
.aspect-ratio--4-3::after {
  padding-top: 75%;
}
.aspect-ratio--3-2::after {
  padding-top: 66.66%;
}
.aspect-ratio--8-5::after {
  padding-top: 62.5%;
}
.aspect-ratio--2-3::after {
  padding-top: 110%;
}
a {
  border-bottom: 1px solid #2c3332;
  color: #2c3332;
  cursor: pointer;
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  text-decoration: none;
}
[class*="__link"] {
  border: 0;
}
.container-link {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  height: 100%;
  width: 100%;
}
.link {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #2c3332;
  border-radius: 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  line-height: 31px;
  outline: 0;
  padding: 0;
}
.link .icon {
  position: absolute;
  left: 3px;
  top: 5px;
}
.link .icon svg {
  fill: #7ed2c1;
}
.link--edit {
  background-color: transparent;
  border: 0;
  color: #51baa5;
  cursor: pointer;
  display: inline-block;
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 0.8rem;
  margin-top: 10px;
  min-height: 31px;
  padding: 0 0 0 30px;
  position: relative;
  text-align: left;
  transition: color 0.25s ease;
}
.link--edit svg {
  fill: #51baa5;
}
.link--edit span:not(.icon) {
  line-height: 31px;
}
.link--edit:hover,
.link--edit:active:hover {
  background-color: transparent;
  color: #005f96;
}
.link--edit:hover .icon svg,
.link--edit:active:hover .icon svg {
  fill: #005f96;
}
.link--read-more {
  background-color: transparent;
  border: 0;
  color: #005f96;
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 0.9rem;
  padding: 0 30px 0 0;
  position: relative;
}
.link--read-more:hover,
.link--read-more:hover:active {
  background-color: transparent;
  color: #7ed2c1;
}
.link--read-more:hover .icon,
.link--read-more:hover:active .icon {
  border-color: #7ed2c1;
}
.link--read-more:hover .icon svg,
.link--read-more:hover:active .icon svg {
  fill: #7ed2c1;
}
.link--read-more .icon {
  border-color: #005f96;
  left: auto;
  position: absolute;
  right: 0;
  top: 5px;
  transform: rotate(180deg);
}
.link--read-more .icon svg {
  fill: #005f96;
}
.link--read-more-left {
  padding: 0 0 0 30px;
}
.link--read-more-left .icon {
  left: 0;
  right: auto;
}
.link--action {
  color: #c0307e;
}
.link--action .icon svg {
  fill: #c0307e;
}
.link:disabled:hover,
.link[disabled] {
  background-color: transparent;
  color: #999999;
  cursor: not-allowed;
}
.link:disabled:hover .icon svg,
.link[disabled] .icon svg {
  fill: #999999;
}
@media only screen and (min-width: 768px) {
  .link--edit {
    margin: 0;
  }
  .link--edit .icon {
    left: 5px;
    top: 3px;
  }
}
*,
::before,
::after {
  box-sizing: border-box;
  outline: 0;
}
button:focus,
button:hover {
  outline: 0;
}
img {
  width: 100%;
}
img.alignleft {
  width: initial;
  float: left;
  margin-right: 20px;
}
body,
html {
  margin: 0 !important;
  padding: 0;
}
body.no-scroll,
html.no-scroll {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  body,
  html {
    padding-top: 0;
  }
}
strong {
  font-weight: 400;
}
.version {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
#wpadminbar {
  display: none;
}
@media only screen and (min-width: 992px) {
  #wpadminbar {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .wp-admin-active {
    padding-top: 32px;
  }
}
:root {
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #005f96;
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
h1.subtitle,
h2.subtitle,
h3.subtitle,
h4.subtitle,
h5.subtitle,
h6.subtitle {
  color: #7ed2c1;
}
strong {
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
}
h2 {
  font-size: 1.2rem;
}
p {
  color: #2c3332;
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  margin: 0;
  padding: 0;
}
.text {
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 0.9rem;
  line-height: 30px;
}
.text p {
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .text {
    font-size: 1rem;
  }
}
@font-face {
  font-family: 'PFDINTextPro';
  src: url('/wp-content/themes/euclaim/src/fonts/PFDinTextPro/PFDINTextPro-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'PFDINTextProLight';
  src: url('/wp-content/themes/euclaim/src/fonts/PFDinTextPro/PFDINTextPro-Light.woff') format('woff');
  font-display: swap;
}
.block {
  overflow: hidden;
  padding: 20px 0 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .block {
    padding: 40px 0 0;
  }
}
.block__wrapper {
  margin: 0 auto;
  width: 100%;
}
.block__wrapper--media {
  height: 80%;
  left: 50%;
  min-height: 178px;
  padding: 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
.block__wrapper--media picture {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.block__wrapper--media picture img {
  align-self: baseline;
}
.block__wrapper + .block__wrapper {
  margin-top: 20px;
}
.block__header > .block__title {
  margin-bottom: 15px;
}
.block__header > .block__title:empty {
  margin: 0;
}
.block--element {
  padding: 0;
}
.block--element--alignment-middle .block__wrapper {
  display: flex;
  justify-content: center;
}
.block--element--alignment-left .block__wrapper {
  display: flex;
  justify-content: flex-start;
}
.block--element--alignment-right .block__wrapper {
  display: flex;
  justify-content: flex-end;
}
.block--grey {
  margin: 30px auto 0 auto;
  max-width: 1060px;
}
.block--grey .block__title {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .block--grey--grey {
    margin-top: 40px;
  }
}
.block--border .block__wrapper {
  border: 4px solid #c9eae3;
  border-radius: 5px 5px 25px 25px;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .block--border .block__wrapper {
    padding: 40px;
  }
}
.block--slider {
  overflow: visible;
}
.block--background-bar .block__wrapper::after {
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  height: 110px;
  position: absolute;
  top: 75px;
  width: 83%;
  z-index: -1;
}
.block--gradient .block__title {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .block--offset {
    overflow: visible;
  }
  .block--offset .block__wrapper {
    transform: translateX(-10%);
    width: 125%;
  }
}
@media only screen and (min-width: 768px) {
  .block--side-by-side {
    width: 45%;
  }
}
[class*="--gradient"] {
  background: linear-gradient(#dff4f0, #bfe9e0);
  border-radius: 5px 5px 25px 25px;
  margin-top: 20px;
  padding: 20px 10px 10px 10px;
}
[class*="--gradient"] + .block--gradient {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  [class*="--gradient"] {
    margin-top: 40px;
    padding: 40px;
  }
  [class*="--gradient"] + .block--gradient {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .split-content {
    display: flex;
  }
  .split-content > *:not(.container-link) {
    width: 50%;
  }
  .split-content--alignment-right > *:first-child {
    order: 2;
  }
  .split-content--alignment-right > *:last-child {
    order: 1;
  }
  .split-content--alignment-left > *:first-child {
    order: 1;
  }
  .split-content--alignment-left > *:last-child {
    order: 2;
  }
}
.block__title--split {
  display: flex;
  flex-direction: column;
}
.media-content p {
  margin-top: 10px;
}
.text--icon {
  padding-left: 30px;
}
.text--small {
  font-size: 0.8rem;
  line-height: 25px;
}
.divider {
  border-top: 2px solid #c9eae3;
}
.divider--top {
  margin-top: 30px;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .block [class*="__row"],
  .block .row {
    display: flex;
    justify-content: space-between;
  }
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li {
  color: inherit;
}
.main {
  padding: 20px 15px 0 15px;
}
.main__wrapper {
  max-width: 1160px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .main__wrapper {
    padding-top: 0;
  }
}
.main__wrapper--home {
  max-width: 1160px;
}
.main--extra-headroom {
  padding-top: 80px;
}
.main--calculator-iframe {
  margin: 0;
  padding: 0;
}
.main--calculator-iframe .main__wrapper {
  max-width: 9999px;
}
.main--calculator-iframe .block {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .main__wrapper--framed {
    padding: 0 120px;
  }
  .main__wrapper--framed .block__wrapper--media {
    width: calc(100% + (120px * 2));
  }
  .main--calculator-iframe {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .main {
    margin-top: 0;
    padding: 0 60px 0 60px;
  }
  .main__wrapper--framed {
    padding: 0 160px;
  }
  .main__wrapper--framed .block__wrapper--media {
    width: calc(100% + (160px * 2));
  }
  .main--calculator-iframe {
    padding: 0;
  }
}
.hide-overflow {
  overflow-x: hidden;
}
.block__title--left {
  text-align: left;
}
.page-title {
  padding-top: 0;
}
.page-title .block__title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0;
  text-align: left;
}
.page-title .block__sub-title {
  color: #7ed2c1;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: left;
}
.page-title + .block {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .page-title .block__title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .page-title .block__sub-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
ol.breadcrumbs {
  display: flex;
  position: relative;
}
ol.breadcrumbs li {
  position: relative;
  margin-left: 0;
  width: auto;
}
ol.breadcrumbs li:first-child .icon {
  display: none;
}
ol.breadcrumbs li .icon {
  color: #005f96;
  transform: translate(-30px, 7.5px) rotate(25deg);
}
ol.breadcrumbs li + li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 40px;
}
ol.breadcrumbs a {
  border: 0;
  color: #005f96;
  font-size: 16px;
}
.header--landing + .breadcrumb {
  margin-top: 30px;
}
.breadcrumb + .block:not(.index) {
  padding-top: 20px;
}
.button {
  background-color: #005f96;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 1rem;
  height: auto;
  line-height: 29px;
  margin-top: 10px;
  text-decoration: none;
  transition: all 0.25s ease;
  width: auto;
  cursor: pointer;
}
.button:active,
.button:focus,
.button:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0 0);
  color: #ffffff;
}
.button:disabled,
.button[disabled] {
  background-color: rgba(0, 95, 150, 0.2);
  border-color: transparent;
  cursor: not-allowed;
}
.button--prim {
  border-radius: 30px;
  padding: 7.5px 25px;
  text-align: center;
}
.button--action-lead {
  border-radius: 30px;
  padding: 7.5px 25px;
  text-align: center;
}
.button--lead {
  display: block;
  background-color: #05164C;
  border-radius: 30px;
  padding: 7.5px 25px;
  text-align: center;
}
.button--sec {
  border-radius: 5px;
  padding: 7.5px 15px;
  text-align: left;
  width: 100%;
}
.button--tert {
  background-color: #ff9000;
  border-radius: 30px;
  padding: 7.5px 25px;
  text-align: center;
}
.button--icon,
.button--download {
  padding-left: 35px;
  position: relative;
}
.button--icon .icon,
.button--download .icon {
  color: #ffffff;
  position: absolute;
  left: 10px;
  transform: translateY(3px);
}
.button--active:not(.link) {
  background-color: #277eb0;
  padding-right: 40px;
  position: relative;
}
.button--active:not(.link) .icon {
  color: #ffffff;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: 10px;
  transform: translateY(-50%) scale(0.7);
}
.button--close {
  border: 0;
  display: block;
  height: 20px;
  text-decoration: none;
  width: 20px;
}
.button--close .icon {
  color: #005f96;
  pointer-events: none;
  transform: rotate(45deg);
}
.button--invisible {
  display: none;
}
.button .spinner__local {
  background-color: #005f96;
  border-radius: 5px;
  height: 100%;
  width: 100%;
}
.button .spinner__local:hover {
  background-color: #277eb0;
}
.button .spinner__local .spinner {
  height: 30px;
  margin: 0;
  width: 30px;
}
.button .spinner__local .spinner__ring {
  border-color: #ffffff transparent transparent transparent;
  height: 30px;
  width: 30px;
}
.button .spinner__local .spinner__ring--bg {
  display: none;
}
@media only screen and (min-width: 768px) {
  .button--sec {
    width: auto;
  }
}
.event-host {
  display: inline-block;
}
.event-host--block {
  display: inline-block;
  cursor: not-allowed;
  position: relative;
  z-index: 10;
}
.event-host--block .button {
  pointer-events: none;
  position: relative;
  z-index: -1;
}
.event-host .button {
  position: relative;
}
.chat--trigger {
  background-color: #ffffff;
  border: 2px solid #005f96;
  border-radius: 30px;
  bottom: 15px;
  cursor: pointer;
  height: 60px;
  right: 30px;
  overflow: hidden;
  position: fixed;
  transition: all 0.25s ease;
  width: 60px;
  z-index: 3;
}
.chat--trigger .icon {
  top: 50%;
  transform: translateY(-50%);
  color: #005f96;
  height: 40px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  width: 40px;
}
.chat--trigger .icon svg {
  height: 100%;
  width: 100%;
}
.chat--trigger.chat--active {
  width: 270px;
}
.chat--trigger .text {
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  position: absolute;
  right: 90px;
  transition: color 0.25s ease;
}
.chat--trigger:hover {
  background-color: #005f96;
}
.chat--trigger:hover .icon {
  color: #ffffff;
}
.chat--trigger:hover .text {
  color: #ffffff;
}
.chat--popup .block__title {
  color: #005f96;
  text-align: left;
}
.chat--popup .block__content {
  position: relative;
}
.chat--popup .text {
  margin-top: 20px;
}
.chat--popup .group .button {
  position: relative;
}
.chat--popup .group .text {
  font-size: 0.8rem;
}
.chat--popup .group .button[disabled] .spinner__local {
  background-color: #eaf0ef;
}
.fileview {
  display: block;
  margin-top: 10px;
}
.fileview .cell {
  width: 100%;
  word-break: break-all;
}
.fileview .cell--header {
  display: block;
}
.fileview .row {
  width: 100%;
}
.fileview .row--header + .fileview {
  margin-top: 0;
}
.fileview > .row > .cell {
  margin: 0;
}
.fileview > .row:first-child > .cell {
  margin-top: 0;
}
.fileview > .row--header .cell,
.fileview .cell--mobile {
  color: #7ed2c1;
  font-size: 0.8rem;
}
.fileview .file {
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px;
}
.fileview .file + .file {
  margin-top: 20px;
  padding-top: 20px;
}
.fileview .file .event-host .popup__box {
  display: none;
}
.fileview .file .event-host:hover .popup__box {
  display: block;
}
.fileview .cell--controls .event-host button.link {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .fileview .cell--mobile {
    display: none;
  }
  .fileview .row--header {
    display: flex;
    flex-wrap: initial;
  }
  .fileview .file {
    background-color: transparent;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
  }
  .fileview .file + .file {
    margin-top: 0;
    padding-top: 0;
  }
  .fileview.fileview--receipts .row {
    display: block;
  }
  .fileview.fileview--receipts .row--header {
    display: none;
  }
  .fileview.fileview--receipts .cell {
    width: 100%;
  }
  .fileview.fileview--receipts .cell--mobile {
    display: block;
  }
  .fileview.fileview--receipts .cell--controls {
    justify-content: flex-start;
  }
  .fileview.fileview--receipts .file + .file {
    margin-top: 20px;
    padding-top: 20px;
  }
  .fileview .cell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .fileview .cell--controls {
    overflow: visible;
  }
}
@media only screen and (min-width: 992px) {
  .fileview.fileview--receipts .row--header {
    display: flex;
  }
  .fileview.fileview--receipts .row {
    display: flex;
  }
  .fileview.fileview--receipts .cell--mobile {
    display: none;
  }
  .fileview.fileview--receipts .cell--description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 20%;
  }
  .fileview.fileview--receipts .cell--currency {
    width: 10%;
  }
  .fileview.fileview--receipts .cell--amount {
    width: 9%;
    text-align: right;
  }
  .fileview.fileview--receipts .cell--country-currency {
    width: 9%;
    text-align: right;
  }
  .fileview.fileview--receipts .cell--file {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 22%;
  }
  .fileview.fileview--receipts .cell--controls {
    padding: 0;
    width: 25%;
  }
  .fileview.fileview--receipts .file + .file {
    margin-top: 0;
    padding-top: 0;
  }
}
.hamburger {
  border: 0;
}
.hamburger__content {
  height: 30px;
  position: relative;
  transition: height;
  width: 30px;
}
.hamburger__part {
  background-color: #005f96;
  border-radius: 1.5px;
  height: 3px;
  left: 3px;
  position: absolute;
  transition: top ease 0.25s, transform ease 0.35s, background-color 0.25s ease;
  right: 3px;
  top: 15px;
}
.hamburger__part::before,
.hamburger__part::after {
  background-color: #005f96;
  border-radius: 1.5px;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: transform 0.3s, top 0.3s, bottom 0.3s;
  transition-delay: 0s, 0.3s, 0.3s;
  width: 100%;
}
.hamburger__part::before {
  top: -7.5px;
}
.hamburger__part::after {
  bottom: -6.5px;
}
.navigation--open .hamburger__part {
  background-color: transparent;
}
.navigation--open .hamburger__part::before {
  top: 0;
  transform: rotate(45deg);
  transition: transform 0.3s, top 0.3s;
  transition-delay: 0.3s, 0s;
}
.navigation--open .hamburger__part::after {
  bottom: 0;
  transform: rotate(-45deg);
  transition: transform 0.3s, bottom 0.3s;
  transition-delay: 0.3s, 0s;
}
.icon {
  display: inline-block;
  height: 20px;
  position: absolute;
  width: 20px;
}
.icon svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
.icon--stars {
  color: #7ed2c1;
  height: 30px;
  width: 160px;
}
.icon--static {
  position: static;
}
.icon--circled {
  border: 1px solid #005f96;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.icon--circled svg {
  left: 50%;
  position: absolute;
  top: 50%;
  fill: #005f96;
  height: 10px;
  transform: translate(-50%, -50%);
  width: 10px;
}
.exclamation-icon {
  position: relative;
  margin-right: 0.2rem;
  top: 0.1rem;
  background-color: #005f96;
}
.exclamation-icon svg {
  fill: #ffffff;
}
.block [class*="__list"] [class*="__sub-text"] {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 10px;
  margin-top: 7.5px;
}
@media only screen and (min-width: 768px) {
  .block [class*="__list"] [class*="__sub-text"] {
    line-height: 1rem;
    margin-top: 0;
  }
}
.modal {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  border-radius: 5px 5px 25px 25px;
  background-color: #ffffff;
  max-height: 95%;
  max-width: 100%;
  opacity: 0;
  outline: 0;
  overflow: visible;
  padding: 20px 20px 40px;
  position: fixed;
  top: 0;
  transition: all 0.25s ease;
  visibility: hidden;
  width: 90%;
  z-index: 1001;
}
.modal.dropzone--idle {
  max-height: 90%;
  max-width: 100%;
  padding: 20px 20px 40px;
}
.modal.dropzone--idle .modal__content {
  height: auto;
}
.modal--scroll {
  overflow-y: scroll;
}
.modal--background {
  background-color: rgba(44, 51, 50, 0.8);
  left: 0;
  position: fixed;
  height: 100%;
  top: 0;
  transition: all 0.15s ease;
  width: 100%;
  z-index: 1000;
}
.modal.modal--lightbox {
  height: 80%;
  overflow: hidden;
  width: 80%;
  z-index: 501;
}
.modal.modal--lightbox .aspect-ratio {
  border-radius: 5px;
}
.modal.modal--lightbox .modal__content {
  height: 95%;
}
.modal.modal--lightbox iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.modal.modal--lightbox .lightbox__image {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: auto;
}
.modal.modal--lightbox .lightbox__controls {
  bottom: 10px;
  position: absolute;
  right: 20px;
}
.modal.modal--lightbox .lightbox__controls .link {
  position: relative;
}
.modal.modal--lightbox .lightbox__controls .link + .link {
  margin-left: 10px;
}
.modal--visible {
  top: 40px;
}
.modal__wrapper {
  width: 95%;
}
.modal__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal__content .modal--background {
  height: 600%;
  left: -50%;
  top: -50%;
  width: 200%;
}
.modal__content .form__row {
  width: 100%;
}
.modal__content .button__group {
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
  padding-top: 20px;
}
.modal .button--close {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media only screen and (min-width: 768px) {
  .modal {
    max-width: 640px;
  }
  .modal--lightbox {
    max-width: 99999px;
    padding: 20px 20px 60px 20px;
  }
}
.modal--background {
  background-color: rgba(44, 51, 50, 0.8);
  left: 0;
  position: fixed;
  opacity: 0;
  height: 100%;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 500;
}
.modal--visible {
  opacity: 1;
  visibility: visible;
}
.portal .modal,
.calculator .modal,
.portal .modal--background,
.calculator .modal--background {
  opacity: 1;
  visibility: visible;
}
.portal .modal,
.calculator .modal {
  margin-top: 40px;
}
.portal .modal .button__group,
.calculator .modal .button__group {
  border: 0;
  margin-top: 0;
  padding-top: 0;
}
.refferer.modal--visible + .cookie {
  display: none;
}
.block--element.notification {
  border-radius: 5px 5px 25px 25px;
  background-color: #005f96;
  margin-top: 20px;
  padding: 20px;
  position: relative;
  transition: 0.25s ease background-color;
  width: 100%;
}
.block--element.notification--hover:hover {
  background-color: #277eb0;
}
.block--element.notification .block__wrapper {
  display: flex;
  justify-content: space-between;
}
.block--element.notification .block__content {
  width: calc(100% - 60px);
}
.block--element.notification .block__content .text a {
  border-color: #ffffff;
}
.block--element.notification__title {
  padding: 0;
}
.block--element.notification .icon {
  display: block;
  height: 30px;
  fill: #ffffff;
  position: static;
  width: 30px;
}
.block--element.notification svg {
  height: 100%;
  width: 100%;
}
.block--element.notification * {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .block--element.notification {
    order: 2;
  }
  .block--element.notification ~ .block {
    order: 3;
  }
  .block--element.notification + .header--temp,
  .block--element.notification + .header,
  .block--element.notification + .header--home {
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .block--element.notification {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.portal .notification {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  max-width: 1400px;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.pager {
  margin-top: 20px;
  text-align: center;
}
.pager__list {
  display: inline-flex;
}
.pager__item {
  text-align: center;
  width: 40px;
}
.pager__item .page-numbers {
  border: 0;
  color: #6a7a77;
  opacity: 0.7;
  text-decoration: none;
}
.pager__item .page-numbers.current {
  background-color: #005f96;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 1.2rem;
  height: 28px;
  line-height: 1.4;
  opacity: 1;
  transform: translateY(3px);
  width: 28px;
}
.pager__item:hover .page-numbers {
  opacity: 1;
}
.pager__link {
  border: 0;
  font-size: 1.2rem;
  text-decoration: none;
}
.pager .icon {
  fill: #6a7a77;
  transform: translateY(3px);
  width: 9px;
}
.popup__box {
  bottom: 40px;
  border-radius: 7.5px;
  box-shadow: 1px 2px 2px #00000099;
  background-color: #ffffff;
  color: #2c3332;
  display: block;
  font-size: 0.8rem;
  line-height: 22px;
  max-width: 100%;
  margin-top: -7.5px;
  min-width: 300px;
  padding: 10px;
  position: absolute;
  right: 0;
  word-break: keep-all;
  width: auto;
  white-space: normal;
  z-index: 900;
}
.popup__box--error {
  background-color: #c0307e;
  color: #fff;
}
.popup__box::before {
  content: " ";
  background-color: inherit;
  display: block;
  position: absolute;
  bottom: -8px;
  right: 30px;
  width: 16px;
  height: 16px;
  z-index: 800;
  transform: rotate(45deg);
  border-radius: 16px 0 0 0;
  box-shadow: 2px 2px 2px -1px #00000099;
}
[class*="__read-more"] {
  border: 0;
  bottom: 0;
  font-size: 0.9rem;
  line-height: 1;
  margin: 0;
  position: absolute;
  right: 0;
  transition: color 0.25s ease;
}
[class*="__read-more"] .icon {
  right: 0;
  top: 5px;
  transition: border-color 0.25s ease;
}
[class*="__read-more"] .icon svg {
  transform: translate(-50%, -50%) rotate(270deg);
  transition: fill 0.25s ease;
}
.social .text {
  display: inline-block;
  margin-right: 7.5px;
}
.social__list {
  display: inline-flex !important;
  transform: translateY(7.5px);
}
.social__list--list {
  display: flex !important;
  transform: translateY(0px);
}
.social__item {
  background-color: #005f96;
  border-radius: 5px;
  cursor: pointer;
  height: 32px;
  position: relative;
  width: 32px;
}
.social__item .icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  pointer-events: none;
  width: 20px;
}
.social__item .icon svg {
  fill: #ffffff;
}
.social__item:hover {
  background-color: #277eb0;
}
.social__item + .social__item {
  margin-left: 7.5px;
}
.social__item--facebook .icon {
  bottom: 0;
}
.spinner__ring,
.spinner__ring--bg {
  -webkit-animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  border: 4px solid;
  border-color: #005f96 transparent transparent transparent;
  border-radius: 50%;
  z-index: 1;
}
.spinner__ring:nth-child(1),
.spinner__ring--bg:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
.spinner__ring:nth-child(2),
.spinner__ring--bg:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.spinner__ring:nth-child(3),
.spinner__ring--bg:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
.spinner__ring--bg {
  -webkit-animation: none;
          animation: none;
  border-color: rgba(0, 95, 150, 0.1);
  z-index: 0;
}
.spinner__full-screen {
  background-color: transparent;
  height: 101%;
  left: 0;
  position: fixed;
  top: 0;
  transition: background-color 0.25s ease;
  width: 100%;
  z-index: 1000;
}
.spinner__full-screen .spinner {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  -webkit-animation: none;
          animation: none;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  background-image: none;
  opacity: 1;
  position: absolute;
}
.spinner__local {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  pointer-events: none;
  position: absolute;
  transition: background-color 0.25s ease;
}
.spinner__local .spinner {
  border: 0;
  width: 64px;
  height: 64px;
}
.spinner__logout {
  height: 68vh;
  position: relative;
}
.spinner--fade-in {
  background-color: rgba(0, 95, 150, 0.2);
}
.spinner__opaque {
  background-color: transparent;
}
.spinner__mini {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  height: 20px;
  pointer-events: none;
  position: absolute;
  width: 20px;
}
.spinner__mini .spinner__ring {
  border-width: 3px;
  height: 20px;
  width: 20px;
}
.spinner__mini .spinner__ring--bg {
  display: none;
}
.row {
  margin: 0;
}
.row--header {
  display: none;
}
.row .cell.cell--total {
  border-top-color: #005f96;
  border-top-width: thin;
  border-top-style: solid;
}
@media only screen and (min-width: 768px) {
  .row--header {
    display: flex;
    flex-wrap: wrap;
  }
  .cell--controls {
    display: flex;
    justify-content: flex-end;
  }
  .cell--controls .link + .event-host,
  .cell--controls .link + .link {
    margin-left: 10px;
  }
}
.author-footnote {
  display: flex;
  flex-flow: row nowrap;
  width: 560px;
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 600px) {
  .author-footnote {
    width: 100%;
  }
}
.author-footnote__image {
  flex-shrink: 0;
  width: 194px;
  height: 194px;
}
@media only screen and (max-width: 600px) {
  .author-footnote__image {
    width: 150px;
    height: 150px;
  }
}
.author-footnote__content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 0 0 0 15px;
}
.author-footnote__content__title {
  line-height: 35px;
}
.author-footnote__content__descr {
  display: block;
  overflow: hidden;
  height: 110px;
  padding-top: 10px;
  color: #0a0a0a;
  line-height: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  .author-footnote__content__descr {
    display: none;
  }
}
.author-footnote__content__link {
  height: 20px;
  color: #005f96;
  text-decoration: underline;
  font-size: 16px;
}
.form__group {
  margin-top: 40px;
  position: relative;
}
.form__group label {
  color: #55698c;
  display: block;
  font-size: 0.8rem;
  font-weight: 200;
  left: 0;
  position: absolute;
  top: -28px;
  transition: all 0.25s ease;
}
.form__group input:focus,
.form__group textarea:focus {
  border-color: #005f96;
}
.form__group input[value=""] {
  background-color: #ffffff;
}
.form__group:not(.form__group--error) input:-webkit-autofill,
.form__group:not(.form__group--error) input:-webkit-autofill:hover,
.form__group:not(.form__group--error) input:-webkit-autofill:focus {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  -webkit-text-fill-color: #005f96;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  border: 2px solid #005f96;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.form__group:not(.form__group--error) input:-webkit-autofill::first-line,
.form__group:not(.form__group--error) input:-webkit-autofill:hover::first-line,
.form__group:not(.form__group--error) input:-webkit-autofill:focus::first-line {
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 1rem;
}
.form__group--move .form__input--focus + label {
  color: #005f96;
  font-size: 0.8rem;
  top: -28px;
  left: 0;
}
.form__group--move .form__input--focus input[type="text"] {
  border-color: #005f96;
}
.form__group--move label {
  font-size: 0.8rem;
  left: 17px;
  pointer-events: none;
  top: 8px;
}
.form__group--touched .form__input + label {
  color: #005f96;
  font-size: 0.8rem;
  top: -28px;
  left: 0;
}
.form__group--error .error {
  display: inline-block;
  margin-top: 2px;
  width: auto;
}
.form__group--error .floating-label {
  color: #cb5595;
}
.form__group--error .error {
  background-color: #c0307e;
  border: 2px solid #c0307e;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  padding: 6px 20px 5px;
  position: relative;
  width: auto;
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  z-index: 0;
}
.form__group--error .form__input ~ .error::before {
  left: 50%;
  transform: translateX(-50%);
  background-color: #c0307e;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: auto;
  top: -7px;
  transform: translate(-20px, -2px) rotate(45deg);
  width: 20px;
  z-index: -1;
}
.form__group--hidden {
  display: none;
}
.form__group--message {
  display: none;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .form__factory {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form__factory > * {
    width: 100%;
  }
  .form__factory .form__group--error {
    margin-top: 40px;
  }
  .form__factory .form__group--small {
    width: calc(25% - (30px / 2));
  }
  .form__factory .form__group--medium {
    width: calc(50% - 10px);
  }
  .form__factory .form__group--large {
    width: 100%;
  }
  .form__group--move label {
    font-size: 1rem;
  }
  .form__row > .form__group {
    width: calc(50% - 10px);
  }
  .form__row > .form__group:only-child {
    width: 100%;
  }
  .form__row > .form__row {
    width: calc(50% - 10px);
  }
  .form__row > .form__row > .form__group {
    width: calc(50% - 10px);
  }
  .form__row > .form__row > .form__group:only-child {
    width: 100%;
  }
  .form__row--3 .form__group {
    width: calc((1/3 * 100%) - 10px);
  }
  .form__row--3-right .form__group {
    width: calc(25% - 10px);
  }
  .form__row--3-right .form__group:first-child {
    width: calc(50% - 10px);
  }
  .form__row--3-left .form__group {
    width: calc(25% - 10px);
  }
  .form__row--3-left .form__group:last-child {
    width: calc(50% - 10px);
  }
  .form__row--half .form__group:last-child {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .form__group--error .error + .error:nth-of-type(2n+2) {
    margin-left: 7.5px;
  }
}
.form__group--datepicker .form__input--focus input[type="text"] {
  border-color: #005f96;
  border-bottom-left-radius: 0;
}
.form__group--datepicker .form__input--focus > .datepicker {
  border-color: #005f96;
  opacity: 1;
  visibility: visible;
}
.form__group--datepicker.form__group--medium .form__input--focus input[type="text"] {
  border-bottom-right-radius: 0;
}
.datepicker {
  border-color: #005f96;
  background-color: #ffffff;
  border: 2px solid #005f96;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  box-shadow: 0 8px 5px -4px rgba(0, 0, 0, 0.2);
  max-width: 500px;
  position: absolute;
  top: 43px;
  transition: 0.25s ease border-color;
  width: 100%;
  z-index: 1000;
}
.datepicker__content::before {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  background-color: #eeeeee;
  content: '';
  display: block;
  height: 1px;
  top: 0;
  width: 100%;
}
.datepicker__nav {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 0 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.datepicker__nav * {
  align-self: center;
}
.datepicker__nav svg {
  fill: #005f96;
}
.datepicker__label {
  color: #005f96;
  cursor: pointer;
  font-size: 0.8rem;
}
.datepicker__week {
  display: flex;
  justify-content: space-between;
  padding: 6px 15px 5px;
}
.datepicker__week:nth-of-type(even) {
  background-color: #eaf0ef;
}
.datepicker__day,
.datepicker__dayname {
  font-size: 0.6rem;
  text-align: center;
  width: 100%;
}
.datepicker__day--greyed,
.datepicker__dayname--greyed {
  color: #999999 !important;
  pointer-events: none;
}
.datepicker__day {
  background-color: transparent !important;
  border: 0;
  color: #2c3332;
  cursor: pointer;
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 0.8rem;
  height: 30px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.datepicker__day:hover {
  background-color: transparent;
  color: #ffffff;
}
.datepicker__day:disabled,
.datepicker__day[disabled] {
  color: #999999;
  pointer-events: none;
}
.datepicker__day--selected {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.datepicker__day--selected::after {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #7ed2c1;
  border-radius: 5px;
  content: '';
  height: 100%;
  top: 15px;
  width: 90%;
  z-index: -1;
}
.datepicker__day:hover::after {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 95, 150, 0.3);
  border-radius: 5px;
  content: '';
  height: 100%;
  top: 15px;
  width: 90%;
  z-index: -1;
}
.datepicker__button {
  cursor: pointer;
  display: flex;
  font-size: 0.8rem;
  position: relative;
}
.datepicker__button .icon {
  height: 15px;
  transform: translateY(-5px);
  width: 15px;
}
.datepicker__button:hover::after {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 95, 150, 0.3);
  border-radius: 5px;
  content: '';
  height: 190%;
  top: 6px;
  width: 190%;
  z-index: -1;
}
.datepicker__content .datepicker__nav:last-child {
  display: none;
}
.mobile-datepicker {
  background-color: #ffffff;
  min-width: calc(100% - 25px);
}
.datepicker__day--other-month {
  color: #999999;
}
.dropdown {
  position: relative;
}
.dropdown .icon {
  fill: #005f96;
  pointer-events: none;
  right: 10px;
  top: 14px;
  width: 15px;
}
.dropdown .hitzone {
  height: 25px;
  position: absolute;
  top: 7px;
  right: 5px;
  width: 25px;
  z-index: 100;
}
.dropdown__content {
  background-color: #ffffff;
  border: 2px solid #005f96;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  box-shadow: 0 8px 5px -4px rgba(0, 0, 0, 0.2);
  margin: 0;
  opacity: 0;
  padding: 10px 10px 10px 15px;
  position: absolute;
  top: 41px;
  transition: border-color 0.25s ease;
  visibility: hidden;
  width: 100%;
  z-index: 30;
}
.dropdown__content--visible {
  border-color: #005f96;
  opacity: 1;
  visibility: visible;
}
.dropdown__content--visible ~ .icon {
  transform: rotate(180deg);
}
.dropdown__content--visible .link {
  top: 7.5px;
}
.dropdown__content--visible .link + .dropdown__list {
  border-top: 1px solid #eeeeee;
  margin-top: 7.5px;
}
.dropdown__content--visible + .hitzone {
  cursor: pointer;
  pointer-events: all;
}
.dropdown__content--visible + .form__input input {
  border-color: #005f96;
}
.dropdown__content--visible + label {
  top: -28px;
  color: #7ed2c1;
  font-size: 0.8rem;
  left: 0;
}
.dropdown__content::before {
  background-color: #eeeeee;
  content: '';
  height: 1px;
  position: absolute;
  top: 9px;
  width: calc(100% - 26px);
}
.dropdown.form__group--error .dropdown__content--visible {
  border-color: #c0307e;
}
.dropdown.form__group--error .form__input > .hitzone svg {
  fill: #c0307e;
}
.dropdown__listheader {
  margin-bottom: 10px;
}
.dropdown__listheader .button {
  width: 100%;
  text-align: center;
}
.dropdown__list {
  list-style-type: none;
  margin: 0 !important;
  max-height: 145px;
  overflow: auto;
  padding: 0 !important;
}
.dropdown__item {
  color: #005f96;
  cursor: pointer;
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 0.8rem;
  margin: 5px 0 !important;
}
.dropdown__item--other {
  border-top: 1px solid #eaf0ef;
  margin-top: -1px !important;
  padding-top: 10px !important;
}
.dropdown__item:hover,
.dropdown__item--selected {
  color: #7ed2c1;
}
.dropdown .dropdown__item .form__input--selection input + label::before,
.dropdown .dropdown__item .form__input--selection input + label::after {
  background-color: #eeeeee;
}
.dropdown label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 40px);
}
.dropzone {
  background-color: #005f96;
  border: 2px solid #005f96;
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px;
  position: relative;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.dropzone:hover {
  background-color: #277eb0;
  border-color: #277eb0;
}
.dropzone--border {
  border-radius: 5px;
  padding: 10px;
}
.dropzone--error {
  background-color: #c0307e;
  border-color: #c0307e;
  color: #ffffff;
  text-wrap: auto;
  word-break: break-word;
}
.dropzone--error:hover {
  background-color: #cb5595;
  border-color: #cb5595;
}
.dropzone .text {
  color: #ffffff;
  padding: 0 30px;
  text-align: center;
}
.dropzone--idle {
  border: 0;
  padding: 10px;
  overflow-y: auto;
}
.dropzone--idle:hover {
  cursor: default;
}
.dropzone--idle .dropzone__content {
  padding: 0;
}
.dropzone--idle .dropzone__content ~ form input {
  pointer-events: none;
}
.dropzone--idle .text {
  color: #2c3332;
}
.dropzone--finished {
  text-align: center;
}
.dropzone--finished > .icon {
  display: none;
}
.dropzone .spinner__local {
  background-color: transparent;
  height: 80px;
  margin: 0 auto;
  position: relative;
  left: 0;
  top: auto;
  transform: none;
}
.dropzone__content {
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.dropzone__content > .text p + p {
  margin-top: 10px;
}
.dropzone__content .form__group {
  margin: 0;
}
.dropzone__content .column span {
  margin-bottom: 7.5px;
}
.dropzone form input {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  opacity: 0;
  width: 100%;
  z-index: 1;
}
.dropzone form input:hover {
  cursor: pointer;
}
.dropzone .form__group--error {
  margin-top: 20px;
}
.dropzone > .icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  opacity: 0.5;
  width: 80px;
  z-index: 0;
}
.dropzone > .icon svg {
  fill: #ffffff;
}
.dropzone__title {
  color: #005f96;
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-align: center;
}
.dropzone__file-info {
  position: relative;
}
.dropzone__file-info > .text {
  margin-bottom: 20px;
}
.dropzone__controls {
  justify-content: flex-start;
  margin-top: 20px;
  position: relative;
}
.dropzone__controls button {
  position: relative;
}
.dropzone__controls .link {
  width: auto;
}
.dropzone__controls .link span {
  border-color: transparent;
}
.dropzone .table {
  display: block;
}
.dropzone .table .row {
  margin: 0;
  width: 100%;
}
.dropzone .table .row + .row {
  margin-top: 30px;
}
.dropzone .table .row::before,
.dropzone .table .row::after {
  display: none;
}
.dropzone .table .cell {
  border: 0;
  color: inherit;
  height: auto;
  line-height: 30px;
  margin-top: 20px;
  overflow: visible;
  padding-left: 0;
}
.dropzone .table .cell--link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.dropzone .table .cell .form__input--selection input + label::before,
.dropzone .table .cell .form__input--selection input + label::after {
  background-color: #eaf0ef;
}
.dropzone .table .cell .form__input--selection input:checked + label::before,
.dropzone .table .cell .form__input--selection input:checked + label::after {
  background-color: #005f96;
}
.dropzone .form__group--move .form__input--focus > input {
  border-color: #005f96;
}
.dropzone .form__group--move .form__input--focus + label {
  color: #005f96;
}
.dropzone .table--upload .cell--header {
  color: #005f96;
  font-size: 0.8rem;
}
.dropzone .table--upload .hitzone {
  cursor: pointer;
  pointer-events: all;
}
.dropzone .table--upload .value {
  line-height: 50px;
}
.dropzone .table--upload .value .icon {
  left: 0;
  top: -10px;
}
.dropzone .table--upload .value--link {
  color: #2c3332;
  cursor: pointer;
  padding-left: 25px;
  position: relative;
  transition: all 0.25s ease;
}
.dropzone .table--upload .value--link:hover {
  color: #005f96;
}
.dropzone .table--upload .value--link:hover .icon svg {
  fill: #005f96;
}
.dropzone .table--upload .link--action {
  width: 100%;
}
.dropzone .table--upload .dropdown .form__input--focus + label {
  font-size: 1rem;
  left: 17px;
  top: 8px;
}
@media only screen and (min-width: 480px) {
  .dropzone {
    margin-top: 20px;
    padding: 40px 30px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .dropzone {
    min-width: 430px;
    padding: 20px;
  }
  .dropzone .link--action .icon {
    left: 45%;
    top: 15px;
  }
  .dropzone .table--upload .cell {
    width: 60%;
  }
  .dropzone .table--upload .cell:first-child {
    width: 50%;
  }
  .dropzone .table--upload .cell:last-child {
    width: 20%;
  }
  .dropzone .table--upload .cell:last-child .cell--header {
    text-align: center;
  }
  .dropzone--idle .dropzone__content {
    padding: 0;
  }
  .dropzone__controls {
    display: flex;
  }
  .dropzone__controls .hitzone {
    cursor: pointer;
    pointer-events: all;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .dropzone__controls .link {
    width: auto;
  }
  .dropzone__controls .link + .link {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .dropzone .dropzone__controls .link {
    bottom: 0;
    position: relative;
  }
}
.claim__item.warning .dropzone {
  background-color: #c0307e;
  border-color: #c0307e;
}
.claim__item.warning .dropzone:hover {
  background-color: #cb5595;
  border-color: #cb5595;
}
.uploaddocuments--receipts .text--small {
  margin-top: 20px;
}
.uploaddocuments--receipts .table--upload {
  display: block;
}
.uploaddocuments--receipts .table--upload .dropdown label {
  width: 82%;
}
.uploaddocuments--receipts .table--upload .row {
  display: block;
}
.uploaddocuments--receipts .table--upload .cell,
.uploaddocuments--receipts .table--upload .cell:first-child,
.uploaddocuments--receipts .table--upload .cell:last-child {
  width: 100%;
}
.uploaddocuments--receipts .table--upload .cell .link--action {
  padding-left: 0;
}
.uploaddocuments--receipts .table--upload .cell:last-child .link-action {
  padding-right: 0;
}
.uploaddocuments--receipts .table--upload .cell:last-child .cell--header {
  text-align: left;
}
.uploaddocuments--receipts .table--upload .cell:last-child .icon {
  left: 0;
}
.uploaddocuments--receipts .table--upload .cell--amount .form__input--focus + label {
  font-size: 1rem;
  left: 17px;
  top: 8px;
}
@media only screen and (min-width: 1200px) {
  .uploaddocuments--receipts .table--upload .row {
    display: flex;
  }
  .uploaddocuments--receipts .table--upload .cell {
    padding-right: 10px;
  }
  .uploaddocuments--receipts .table--upload .cell:last-child {
    padding-right: 0;
  }
  .uploaddocuments--receipts .table--upload .cell--description:first-child {
    width: 30%;
  }
  .uploaddocuments--receipts .table--upload .cell--currency {
    width: 16%;
  }
  .uploaddocuments--receipts .table--upload .cell--amount {
    width: 11%;
  }
  .uploaddocuments--receipts .table--upload .cell--country-currency {
    width: 11%;
  }
  .uploaddocuments--receipts .table--upload .cell--file {
    width: 22%;
  }
  .uploaddocuments--receipts .table--upload .cell:last-child {
    width: 10%;
  }
  .uploaddocuments--receipts .table--upload .cell:last-child .cell--header {
    text-align: center;
  }
  .uploaddocuments--receipts .table--upload .cell:last-child .icon {
    left: 45%;
  }
}
.form__input input[type="text"],
.form__input input[type="password"],
.form__input input[type="email"],
.form__input input[type="phone"],
.form__input input[type="number"],
.form__input input[type="url"],
.form__input input[type="date"],
.form__input textarea {
  border: 2px solid white;
  border-radius: 5px;
  color: #005f96;
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 1rem;
  height: 45px;
  padding: 6px 15px 5px;
  outline: 0;
  transition: border-color 0.25s;
  width: 100%;
}
.form__input input[type="text"] [disabled],
.form__input input[type="password"] [disabled],
.form__input input[type="email"] [disabled],
.form__input input[type="phone"] [disabled],
.form__input input[type="number"] [disabled],
.form__input input[type="url"] [disabled],
.form__input input[type="date"] [disabled],
.form__input textarea [disabled],
.form__input input[type="text"]:disabled,
.form__input input[type="password"]:disabled,
.form__input input[type="email"]:disabled,
.form__input input[type="phone"]:disabled,
.form__input input[type="number"]:disabled,
.form__input input[type="url"]:disabled,
.form__input input[type="date"]:disabled,
.form__input textarea:disabled {
  background-color: #e7f7f4;
  border-color: #e7f7f4;
  color: #6a7a77;
  cursor: not-allowed;
  opacity: 1;
}
.form__input input[type="text"]:focus,
.form__input input[type="password"]:focus,
.form__input input[type="email"]:focus,
.form__input input[type="phone"]:focus,
.form__input input[type="number"]:focus,
.form__input input[type="url"]:focus,
.form__input input[type="date"]:focus,
.form__input textarea:focus {
  border-color: #005f96;
}
.form__input textarea {
  height: 80px;
}
.form__input--selection {
  position: relative;
}
.form__input--selection input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.form__input--selection input[type="checkbox"] ~ .icon {
  opacity: 0;
  visibility: hidden;
}
.form__input--selection .icon {
  height: 15px;
  left: 5px;
  pointer-events: none;
  position: absolute;
  top: 8px;
  width: 15px;
  z-index: 20;
}
.form__input--selection .icon svg {
  fill: #ffffff;
}
.form__input--selection label {
  color: #005f96;
  cursor: pointer;
  display: inline-block;
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif !important;
  font-size: 1rem;
  padding-left: 35px;
  padding-top: 7px;
  position: static !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: all;
}
.form__input--selection label:hover {
  color: #005f96;
}
.form__input--selection input[type="checkbox"] + label::before,
.form__input--selection input[type="checkbox"] + label::after {
  background-color: #ffffff;
  border-radius: 4px;
  content: '';
  display: block;
  height: 25px;
  left: 0;
  position: absolute;
  top: 8px;
  transition: background-color 0.25s ease;
  width: 25px;
}
.form__input--selection input[type="checkbox"]:checked + label::before {
  background-color: #005f96;
  z-index: 1;
}
.form__input--selection input[type="checkbox"]:checked ~ .icon {
  opacity: 1;
  visibility: visible;
}
.form__input--selection input[type="checkbox"]:disabled:checked + label::before,
.form__input--selection input[type="checkbox"][disabled]:checked + label::after {
  background-color: #cccccc;
}
.form__input--selection input[type="checkbox"]:disabled + label span {
  color: #cccccc;
}
.form__group--error .form__input input[type="text"],
.form__group--error .form__input input[type="password"],
.form__group--error .form__input input[type="email"],
.form__group--error .form__input input[type="phone"],
.form__group--error .form__input input[type="number"],
.form__group--error .form__input input[type="url"],
.form__group--error .form__input textarea {
  border-color: #c0307e;
  color: #c0307e;
}
.form__group--error .form__input + label {
  color: #c0307e;
}
.form__group--error .form__input input:-webkit-autofill,
.form__group--error .form__input input:-webkit-autofill:hover,
.form__group--error .form__input input:-webkit-autofill:focus {
  -webkit-text-fill-color: #c0307e;
  box-shadow: 0 0 0px 1000px #ffffff inset;
  border: 2px solid #c0307e;
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.wpcf7 input[type="text"],
.wpcf7 textarea {
  border: 2px solid white;
  border-radius: 5px;
  color: #005f96;
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 1rem;
  height: 45px;
  padding: 6px 15px 5px;
  outline: 0;
  transition: border-color 0.25s;
  width: 100%;
}
.wpcf7 textarea {
  height: 105px;
}
.wpcf7 label {
  color: #7ed2c1;
}
.wpcf7 input[type="submit"] {
  background-color: #005f96;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 1rem;
  height: auto;
  line-height: 30px;
  margin-top: 10px;
  text-decoration: none;
  transition: all 0.25s ease;
  width: auto;
  border-radius: 30px;
  padding: 7.5px 25px;
  text-align: center;
}
.wpcf7 input[type="submit"]:hover {
  background-color: #277eb0;
  border-color: #277eb0;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
.calculator {
  overflow: visible;
}
.calculator__step {
  background: linear-gradient(#dff4f0, #bfe9e0);
  border-radius: 5px 5px 25px 25px;
  overflow: hidden;
  transition: height 0.2s ease;
}
.calculator__step.animate--ended {
  overflow: visible;
}
.calculator__step.animate--closed {
  border-radius: 5px;
  padding: 0;
  background: linear-gradient(rgba(223, 244, 240, 0.3), rgba(191, 233, 224, 0.3));
  overflow: hidden;
}
.calculator__step.animate--closed:hover {
  background: linear-gradient(#dff4f0, #bfe9e0);
}
.calculator__step.animate {
  height: 0;
}
.calculator__step + .animate {
  margin-top: 20px;
}
.calculator__step + .animate--delete {
  margin-top: 0;
}
.calculator .no-click-zone {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1000000;
}
.calculator .modal {
  margin-top: 40px;
  min-height: 100px;
}
.calculator .modal--return-question .spinner__group {
  height: 30px;
  position: relative;
}
.calculator .modal--return-question .spinner__mini {
  bottom: -40px;
  top: unset;
}
.calculator .modal--return-question .spinner__mini,
.calculator .modal--return-question .spinner__ring {
  height: 30px;
  width: 30px;
}
.calculator .modal,
.calculator .modal--background {
  opacity: 1;
  visibility: visible;
}
.calculator .modal .button__group,
.calculator .modal--background .button__group {
  border: 0;
  margin-top: 0;
  padding-top: 0;
}
.calculator--element {
  text-align: center;
}
.calculator .step::before {
  display: none;
}
.calculator .step__sub-title {
  color: #005f96;
  line-height: 1.5rem;
  margin-bottom: 20px;
}
.calculator .step__title {
  margin: 0;
  padding: 0;
}
.calculator .step__title + .step__sub-title {
  margin-top: 20px;
}
.calculator .icon--circled svg {
  transform: translate(-50%, -50%) scale(0.7);
}
.calculator .button__group .button {
  margin-right: 7.5px;
  margin-top: 7.5px;
}
.calculator .text {
  color: #005f96;
}
.calculator .text + .text {
  margin-top: 10px;
}
.calculator .text p + p {
  margin-top: 20px;
}
.calculator .text p a {
  border-bottom: 1px solid #2c3332;
}
.calculator .text--icon {
  color: #005f96;
  font-size: 0.8rem;
  margin-top: 10px;
  position: relative;
}
.calculator .text--icon p {
  color: #005f96;
  margin: 0;
}
.calculator .text--icon .icon {
  left: 7.5px;
  top: 2px;
  width: 15px;
}
.calculator .text--icon .icon svg {
  fill: #005f96;
}
.calculator .text--small {
  color: #005f96;
  margin-top: 20px;
}
.calculator .link {
  border-bottom: transparent;
}
.calculator .link span {
  line-height: 31px;
}
.calculator .link:not(.link--edit) {
  color: #005f96;
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  text-align: left;
  text-decoration: none;
}
.calculator .link:not(.link--edit) span {
  border-bottom: #005f96 1px solid;
}
.calculator label .link:not(.link--edit) {
  border: 0;
  display: inline;
  color: #005f96;
  font-weight: 700;
}
.calculator .registerdata .link--read-more .icon {
  top: -2px;
}
@media only screen and (min-width: 768px) {
  .calculator .button__group .button {
    margin-right: 10px;
  }
}
.button__group--dev {
  background-color: #eaf0ef;
  border-top: 1px solid #999999;
  bottom: 0;
  left: 0;
  padding: 0 10px 10px 10px;
  position: fixed;
  width: 100%;
  z-index: 2000;
}
.button__group--dev .dropdown {
  margin-top: 10px;
}
.button__group--dev .dropdown .dropdown__content {
  bottom: 42px;
  top: auto;
}
.calculator .step {
  padding: 10px 20px 20px 20px;
  position: relative;
  text-align: left;
  width: 100%;
}
.calculator .step .step__wrapper > .group {
  margin-top: 0;
}
.calculator .step--spinner {
  background: linear-gradient(#dff4f0, #bfe9e0);
  border-radius: 5px 5px 25px 25px;
  padding: 20px 20px 40px;
  margin-top: 20px;
  min-height: 90px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .calculator .step--spinner {
    padding: 20px 40px 40px;
  }
}
.calculator .step--spinner .spinner {
  height: 50px;
  width: 50px;
}
.calculator .step--spinner .spinner--fade-in {
  background-color: transparent;
}
.calculator .step--spinner .spinner__ring--bg {
  border-color: transparent;
}
.calculator .step--collapsed {
  padding: 10px 20px 10px 20px;
}
.calculator .step--collapsed .step__toggle {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.calculator .step--collapsed .step__header {
  margin: 0;
  padding-right: 30px;
}
.calculator .step--collapsed .step__header .icon {
  transform: rotate(0);
}
.calculator .step--collapsed .step__title {
  font-size: 1.2rem;
}
.calculator .step--collapsed .step__title div {
  display: inline;
}
.calculator .step--collapsed .step__content {
  opacity: 0;
}
.calculator .step--collapsed .step__sub-title,
.calculator .step--collapsed .step__header .text,
.calculator .step--collapsed .step__content {
  display: none;
}
.calculator .step--hidden {
  padding: 0;
}
.calculator .step--hidden .step__wrapper {
  display: none;
}
.calculator .step--busy {
  overflow: hidden;
}
.calculator .step__toggle {
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 0;
  top: 20px;
  width: 100%;
}
.calculator .step__header {
  margin-bottom: 20px;
  padding-right: 20px;
  position: relative;
}
.calculator .step__header .text {
  color: #005f96;
  font-size: 0.9rem;
  margin-top: 10px;
}
.calculator .step__header .icon {
  left: auto;
  position: absolute;
  right: 0;
  top: 10px;
  transform: rotate(180deg);
}
.calculator .step__content > .link {
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
}
.calculator .step__content .button .icon {
  display: none;
}
.calculator .step__content .button--active .icon {
  display: block;
}
.calculator .step__content .expandable {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px 5px 15px 15px;
}
.calculator .step.calculatorexception .step__content .expandable {
  background-color: inherit;
}
.calculator .step + .step {
  margin-top: 20px;
}
.calculator .step .button--prim,
.calculator .step button.link {
  margin-top: 20px;
  margin-right: 20px;
}
.calculator .step .button.link.link--edit {
  margin-top: 0px;
}
.calculator .step .group {
  margin-bottom: 20px;
}
.calculator .step .group:last-child {
  margin-bottom: 0;
}
.calculator .step .group .button--prim:first-child {
  margin-top: 0;
}
.calculator .step .group .button.link {
  background-color: transparent;
}
.calculator .step.exception .expandable__content > * {
  padding-top: 20px;
}
.calculator .step .expandable:last-child {
  margin-top: 30px;
}
.calculator .step.submit .button--sec {
  margin-top: 30px;
}
.calculator .step.incident--corona {
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .calculator .step {
    padding: 20px 40px 40px;
  }
  .calculator .step--collapsed {
    padding: 20px 40px 20px 40px;
  }
  .calculator .step__header {
    margin-bottom: 30px;
  }
  .calculator .step--hidden {
    padding: 0;
  }
}
.expandable {
  position: relative;
}
.expandable .expandable__content {
  overflow: hidden;
  padding-left: 30px;
}
.expandable .expandable__content ul {
  list-style-type: circle;
  padding: 20px 0 0 20px;
}
.expandable .expandable__content li {
  padding: 0;
}
.expandable .expandable__content .table {
  color: #005f96;
}
.expandable__read-more {
  bottom: auto;
  color: #005f96;
  font-size: 1rem;
  left: 0;
  right: auto;
  top: 0;
}
.expandable .link--read-more .icon {
  border-color: #005f96;
  margin-right: 10px;
  transform: rotate(0deg);
}
.expandable__triggered .link--read-more .icon {
  transform: rotate(180deg);
}
.expandable .link--read-more svg {
  fill: #005f96;
}
.expandable .link--read-more:hover .icon {
  border-color: #7ed2c1;
}
.expandable .link--read-more:hover .icon svg {
  fill: #7ed2c1;
}
.calculator .form__group--move label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}
.calculator .link--read-more .icon {
  top: -2px;
}
.calculator .form__group .hitzone .icon {
  color: #005f96;
  top: 7px;
}
.calculator .form__group {
  position: relative;
}
.calculator .form__group .spinner__mini {
  left: auto;
  right: 0;
  top: 23px;
}
.calculator .form__group .spinner__mini .spinner {
  height: inherit;
  width: inherit;
}
.calculator .dropzone.dropzone--idle {
  background: none;
  background-color: #ffffff;
  width: 100%;
}
.calculator .dropzone.dropzone--idle .dropzone__content .text p {
  color: #005f96;
}
.calculator .dropzone__content .text p {
  color: #ffffff;
}
.calculator .dropzone .form__input input {
  background-color: #eaf0ef;
}
.calculator .dropzone .form__input--focus + label {
  font-size: 1rem;
  left: 17px;
  top: 8px;
}
.calculator .dropzone .dropdown__content {
  background-color: #eaf0ef;
  position: static;
}
.calculator .dropzone .dropdown__content .text p {
  color: #ffffff;
}
.calculator .dropzone .dropdown .icon {
  right: 10px;
  top: 10px;
}
.calculator .dropzone .cell .form__input--selection input + label::before,
.calculator .dropzone .cell .form__input--selection input + label::after {
  background-color: #ffffff;
}
.service {
  margin-top: 10px;
}
.service .expandable .group {
  margin-top: 0;
  padding-top: 20px;
}
.service .expandable .group .service__list {
  color: #005f96;
  list-style-type: none;
  padding: 20px 0 0 0 !important;
}
.service .expandable__content {
  padding: 0;
}
.service__title {
  margin-bottom: 20px;
}
.service__item {
  padding-left: 30px !important;
  position: relative;
}
.service__item > .icon {
  left: 0;
  top: 7.5px;
}
.service__item > .icon svg {
  fill: #005f96;
}
.service__item + .service__item {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .service .group {
    padding-top: 30px;
  }
  .service__item {
    padding-left: 40px !important;
  }
  .service > .icon {
    height: 30px;
    width: 30px;
  }
}
.advice.step--collapsed .step__sub-title,
.advice.step--collapsed .step__title {
  display: inline;
  font-size: 1.2rem;
}
.advice.step--collapsed .step__sub-title {
  margin-right: 7.5px;
}
.advice ul {
  color: #005f96;
  list-style-type: disc;
  padding-left: 20px;
}
.advice li {
  margin-left: 0;
  padding: 0;
}
.advice .text--icon + .form__group--error {
  margin-top: 20px;
}
.advice .text p {
  color: #005f96;
}
.calculator .flight-info {
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
}
.calculator .flight-info__title {
  margin: 0;
}
.calculator .flight-info .group .airport {
  color: #005f96;
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
}
.calculator .flight-info .group .timestamp {
  color: #005f96;
  font-size: 0.8rem;
}
.calculator .flight-info__arrive {
  margin-top: 20px;
}
.calculator .flight-info__arrive,
.calculator .flight-info__depart {
  position: relative;
  padding-left: 30px;
}
.calculator .flight-info__arrive .icon,
.calculator .flight-info__depart .icon {
  left: 0;
  position: absolute;
  top: 7.5px;
  width: 25px;
}
.calculator .flight-info__arrive .icon svg,
.calculator .flight-info__depart .icon svg {
  fill: #7ed2c1;
}
.calculator .flight-info .button {
  margin-top: 20px;
  width: auto;
}
.calculator .flight-info + .flight-info {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .calculator .flight-info .group {
    display: flex;
  }
  .calculator .flight-info__arrive,
  .calculator .flight-info__depart {
    margin: 0;
    padding: 30px 40px 0 0;
  }
}
.flightinvalid .form__group {
  margin-top: 0;
}
.flightinvalid .form__group .error::before {
  display: none;
}
.flightinvalid .chat {
  display: inline-block;
  position: static;
  z-index: 0;
}
.flightinvalid .chat::after {
  content: '';
}
.flightinvalid .button__group {
  margin-top: 20px;
}
.calculator .flightcode .step__header {
  margin: 0;
}
.calculator .flightcode .text {
  color: #005f96;
  font-size: 0.9rem;
  margin-top: 20px;
}
.calculator .flightcode .group {
  display: flex;
  flex-direction: column;
}
.calculator .flightcode .group .button {
  align-self: baseline;
  width: auto;
}
.calculator .flightcode .group .link {
  align-self: baseline;
  margin-top: 10px;
}
.calculator .flightcode .group + .group {
  margin-top: 0;
}
.calculator .flightcode .prefix--visible-2,
.calculator .flightcode .prefix--visible-3 {
  border-right: 1px solid #7fb9e1;
  color: #55698c;
  height: 27px;
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
  left: 20px;
  padding-right: 8px;
  position: absolute;
  top: 8px;
  width: auto;
}
.calculator .flightcode .prefix--visible-2 + .form__input input,
.calculator .flightcode .prefix--visible-3 + .form__input input {
  padding-left: 60px;
}
.calculator .flightcode .prefix--visible-2 ~ label,
.calculator .flightcode .prefix--visible-3 ~ label {
  left: 65px;
}
.calculator .flightcode .prefix--visible-3 + .form__input input {
  padding-left: 80px;
}
.calculator .flightcode .form__group--selection {
  margin-top: 7.5px;
}
.calculator .flightcode .form__group--move .prefix + .form__input--focus + label {
  left: 0;
}
.calculator .flightcode .form__group--touched .prefix + .form__input + label {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .calculator .flightcode .button__group .link {
    margin-top: 30px;
  }
  .calculator .flightcode .form__group:first-child:not(.form__group--selection) {
    width: calc((1/3 * 100%) - 10px);
  }
  .calculator .flightcode .form__group + .form__group:not(.form__group--selection) {
    width: calc((2/3 * 100%) - 10px);
  }
  .calculator .flightcode .group {
    flex-direction: row;
  }
  .calculator .flightcode .group .button {
    margin-right: 7.5px;
  }
}
.pickflight .form__group {
  margin-top: 0;
}
.pickflight .error {
  font-size: 1rem;
  padding: 30px 20px;
  width: 100%;
}
.pickflight .error::before {
  display: none;
}
.submitclaim .step__header {
  margin-bottom: 20px;
}
.submitclaim .step__sub-title {
  margin-top: 20px;
}
.submitclaim .form__group--selection,
.submitclaim .form__group--error {
  margin-top: 20px;
  margin-bottom: 20px;
}
.submitclaim .button--sec {
  margin-top: 20px;
}
.submitclaim .table {
  display: block;
}
.submitclaim .table .row {
  display: block;
}
.submitclaim .table .row .cell {
  display: block;
  overflow: visible;
  white-space: normal;
}
.submitclaim .table .row .cell--amount {
  text-align: right;
}
.submitclaim .table .row .cell--total {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .submitclaim .table .row {
    display: flex;
    justify-content: space-between;
  }
}
.thank-you {
  margin-top: 20px;
}
.thank-you__title {
  font-size: 0.9rem;
  margin: 0;
  text-align: left;
}
.thank-you .title--s {
  font-size: 1rem;
}
.thank-you__sub-title {
  color: #005f96;
}
.thank-you .form__group--error {
  margin-top: 20px;
}
.thank-you__item {
  margin-top: 30px;
  padding-left: 40px;
  position: relative;
}
.thank-you__item:last-child::before {
  display: none;
}
.thank-you__item > .icon {
  border-radius: 50%;
  background-color: #005f96;
  height: 30px;
  left: 0;
  top: 30%;
  width: 30px;
}
.thank-you__item > .icon svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #ffffff;
  height: 65%;
  width: 65%;
}
.thank-you .text p {
  margin-top: 0;
}
.thank-you .text li {
  padding-left: 10px;
  position: relative;
}
.thank-you .text li::before {
  content: '-';
  left: 0;
  position: absolute;
}
.thank-you .text.list-extracost ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}
.thank-you .text.list-extracost li::before {
  content: none !important;
  /* kill the dash */
}
.thank-you .button-orange {
  background-color: #ff9000;
  margin: 30px 0 0;
  width: auto;
}
.thank-you .password-set-message {
  border-radius: 7.5px;
  padding: 10px;
  background-color: #ffffff;
}
.thank-you .aspect-ratio {
  border-radius: 7.5px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .thank-you__title {
    font-size: 1rem;
  }
  .thank-you__item {
    padding-left: 100px;
  }
  .thank-you__item::before {
    left: 25px;
  }
  .thank-you__item > .icon {
    height: 50px;
    width: 50px;
  }
  .thank-you__item > .icon svg {
    height: 50%;
    width: 50%;
  }
}
.upload-bp-view .form__group {
  width: 100% !important;
}
.upload-bp-view .form__group .button--prim {
  margin-top: 0 !important;
}
.upload-bp-view .button__group .event-host {
  display: block;
}
.upload-bp-view .button__group .event-host .link {
  color: #005f96;
  margin-top: 0;
}
.upload-bp-view .button__group .event-host .link span:nth-of-type(2) {
  border-bottom: #005f96 1px solid;
}
.upload-bp-view .button__group .event-host .icon {
  position: relative;
  margin-right: 20px;
  border-bottom: 0;
}
.upload-bp-view .button__group .event-host .icon svg {
  fill: #005f96;
}
.upload-boarding-pass {
  border-radius: 5px;
  margin-bottom: 20px;
}
.upload-boarding-pass .drop-zone {
  position: relative;
  background-color: #005f96;
  border-color: #005f96;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 10px;
}
.upload-boarding-pass .drop-zone .upload-icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  opacity: 0.5;
  width: 50px;
  z-index: 0;
}
.upload-boarding-pass .drop-zone .upload-icon svg {
  fill: #ffffff;
}
.upload-boarding-pass .file-table {
  margin: 10px 0;
}
.upload-boarding-pass .file-table .file-header,
.upload-boarding-pass .file-table .file-row {
  display: flex;
  padding: 10px 10px 10px 0;
}
.upload-boarding-pass .file-table .file-header:not(first-child),
.upload-boarding-pass .file-table .file-row:not(first-child) {
  padding-top: 0;
}
.upload-boarding-pass .file-table .file-header p,
.upload-boarding-pass .file-table .file-row p,
.upload-boarding-pass .file-table .file-header a,
.upload-boarding-pass .file-table .file-row a {
  flex: 1;
  text-align: left;
}
.upload-boarding-pass .file-table .delete-header,
.upload-boarding-pass .file-table .file-name-header {
  font-size: 0.8rem;
  color: #005f96;
}
.upload-boarding-pass .file-table .file-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.upload-boarding-pass .file-table .delete-button {
  border: 0;
  text-align: center;
  cursor: pointer;
}
.upload-boarding-pass .file-table .delete-button .delete-icon {
  height: 30px;
  width: 30px;
}
.upload-boarding-pass .file-table .delete-button svg {
  fill: #c0307e;
}
.upload-boarding-pass .drop-zone.dragging {
  background-color: #f0f8ff;
}
.upload-boarding-pass .upload-input {
  display: none;
}
.upload-boarding-pass .click-to-upload {
  color: #ffffff;
}
.boarding-pass {
  color: #005f96;
}
.boarding-pass .boarding-pass-row:not(:first-child) {
  padding-top: 60px;
}
.boarding-pass .flight-info__row {
  margin: 0;
  padding: 0;
}
.boarding-pass .flight-info .date p {
  padding: 0;
  font-size: 0.8rem;
  line-height: 1.5rem;
}
.boarding-pass .flight-info__route {
  flex: 1;
}
.boarding-pass .flight-info__route__depart {
  display: flex;
}
.boarding-pass .flight-info__airline {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.boarding-pass .flight-info__seperator {
  border: 0;
  height: 1px;
  background: #eeeeee;
  margin: 15px 0;
}
.boarding-pass .flight-info .left-border {
  border-right: 0;
}
.boarding-pass .flight-info .text {
  padding: 0 10px;
}
.boarding-pass .flight-info .icon {
  position: relative;
}
.boarding-pass .flight-info .icon svg {
  fill: #7ed2c1;
}
@media only screen and (min-width: 768px) {
  .upload-bp-view .form__group {
    width: calc((1 / 3*100%) - 10px) !important;
  }
  .boarding-pass .flight-info .left-border {
    border-right: 1px solid #eeeeee;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 480px) {
  .upload-boarding-pass .file-table {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .upload-boarding-pass .file-table .file-row p {
    flex: 1;
    text-align: left;
  }
  .upload-boarding-pass .file-table .file-rowa {
    flex: 0;
  }
}
.error {
  background-color: #c0307e;
  border: 2px solid #c0307e;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  padding: 6px 20px 5px;
  position: relative;
  width: auto;
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  z-index: 0;
}
.date-wrapper .date-input {
  display: flex;
  align-items: center;
  padding: 6px 15px 5px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 6px;
  color: #005f96;
  margin-top: 40px;
  height: 45px;
  outline: 0;
  transition: border-color 0.25s;
  width: 100%;
  flex-wrap: wrap;
  gap: 4px;
}
.date-wrapper .date-input input:nth-child(1) {
  padding: 0;
  max-width: 3ch;
}
.date-wrapper .date-input input:nth-child(3) {
  max-width: 3ch;
  padding: 0;
}
.date-wrapper .date-input input:nth-child(5) {
  padding: 0;
  max-width: 5ch;
}
.date-wrapper .date-input:focus-within {
  border-color: #005f96;
}
.date-wrapper .date-input + label {
  position: relative;
  color: #7ed2c1;
  font-size: 0.8rem;
  top: -74px;
  left: 0;
}
.date-wrapper .date-input input {
  border: none;
  outline: none;
  text-align: left;
  font-size: 1rem;
  color: #005f96;
  background: transparent;
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  flex: 0 0 auto;
  width: auto;
  min-width: 2ch;
  max-width: 5ch;
  font-variant-numeric: tabular-nums;
}
.date-wrapper .date-input input::-moz-placeholder {
  color: #7fafd1;
  font-size: 1rem;
  box-sizing: border-box;
  cursor: default;
  display: block;
  font-family: PFDINTextProLight, "Times New Roman", tahoma, arial, sans-serif;
  font-weight: 200;
  line-height: 31px;
}
.date-wrapper .date-input input::placeholder {
  color: #7fafd1;
  font-size: 1rem;
  box-sizing: border-box;
  cursor: default;
  display: block;
  font-family: PFDINTextProLight, "Times New Roman", tahoma, arial, sans-serif;
  font-weight: 200;
  line-height: 31px;
}
.date-wrapper .date-input input.with-placeholder {
  max-width: 4ch;
  transition: width 0.2s ease;
}
.date-wrapper .date-input span {
  font-size: 16px;
  color: #005f96;
  padding-top: 2px;
}
.date-wrapper .error--text {
  background-color: #c0307e;
  border: 2px solid #c0307e;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  padding: 6px 20px 5px;
  position: relative;
  width: auto;
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  z-index: 0;
}
.error-div .date-input + label {
  color: #c0307e;
}
.error-div .date-input {
  border: 2px solid #c0307e;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  width: auto;
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  z-index: 0;
}
.error-div .date-input input {
  color: #c0307e;
}
.calendar-date-wrapper .calendar {
  position: absolute;
  background: #ffffff;
  border: 1px solid #7fafd1;
  border-radius: 5px;
  margin-top: 0.25rem;
  z-index: 999;
}
.calendar-date-wrapper .calendar .calendar-content {
  padding: 1rem;
}
.calendar-date-wrapper .calendar .calendar-content .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  color: #005f96;
}
.calendar-date-wrapper .calendar .calendar-content .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0 1.5rem;
  color: #005f96;
}
.calendar-date-wrapper .calendar .calendar-content .calendar-day {
  font-weight: bold;
  text-align: center;
  font-size: 0.8rem;
}
.calendar-date-wrapper .calendar .calendar-content .calendar-date {
  text-align: center;
  cursor: pointer;
  padding: 0.2rem 0.45rem;
  border-radius: 4px;
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 0.8rem;
}
.calendar-date-wrapper .calendar .calendar-content .calendar-date:hover {
  background-color: #7fafd1;
  color: #ffffff;
}
.calendar-date-wrapper .calendar .calendar-content .calendar-date.selected {
  background-color: #005f96;
  color: #ffffff;
}
.calendar-date-wrapper .calendar .calendar-content .calendar-date.not-current {
  color: #7fafd1;
}
.calendar-date-wrapper .calendar .calendar-content .calendar-date.not-current:hover {
  color: #ffffff;
}
.calendar-date-wrapper .calendar .calendar-content .arrow-icon {
  display: flex;
  width: 10px;
  height: 10px;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
}
.calendar-date-wrapper .calendar .calendar-content .arrow-icon svg {
  fill: #ffffff;
}
.calendar-date-wrapper .calendar .calendar-content .arrow-icon.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.calendar-date-wrapper .calendar .calendar-content .calendar-month-selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #005f96;
  color: #ffffff;
  border-radius: 5px;
  padding: 7.5px 15px;
  width: 60%;
  text-align: center;
}
.calendar-date-wrapper .calendar .calendar-content .calendar-month-selector .month-name {
  flex: 1;
  text-align: center;
}
.calendar-date-wrapper .calendar .calendar-content .calendar-year-toggle {
  margin: 0;
  display: flex;
  align-items: center;
}
.calendar-date-wrapper .calendar .calendar-content .calendar-year-toggle span {
  margin: 0 5px;
}
.calendar-date-wrapper .calendar .calendar-content .year-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 1.5em;
  padding: 10px;
  margin-bottom: 10px;
}
.calendar-date-wrapper .calendar .calendar-content .year-cell {
  padding: 8px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.2s;
  color: #005f96;
}
.calendar-date-wrapper .calendar .calendar-content .year-cell:hover {
  background: #7fafd1;
  color: #ffffff;
}
.calendar-date-wrapper .calendar .calendar-content .year-cell.selected {
  background: #005f96;
  color: #ffffff;
}
.calendar-date-wrapper .calendar .month-year-dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.calendar-date-wrapper .calendar .month-year-dialog-overlay .month-year-picker {
  display: flex;
  margin-top: 0.5rem;
  justify-content: space-around;
  max-height: 200px;
  padding: 0.5rem;
}
.calendar-date-wrapper .calendar .month-year-dialog-overlay .month-year-dialog-content {
  background: #ffffff;
  border: 1px solid #7fafd1;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.calendar-date-wrapper .calendar .month-year-dialog-overlay .scroll-wrapper {
  position: relative;
  height: 150px;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.calendar-date-wrapper .calendar .month-year-dialog-overlay .scroll-wrapper::-webkit-scrollbar {
  display: none;
}
.calendar-date-wrapper .calendar .month-year-dialog-overlay .scroll-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}
.calendar-date-wrapper .calendar .month-year-dialog-overlay .scroll-item {
  height: 50px;
  line-height: 50px;
  text-align: center;
  scroll-snap-align: center;
  font-size: 0.6rem;
  color: #7fafd1;
  width: 90%;
}
.calendar-date-wrapper .calendar .month-year-dialog-overlay .scroll-item.selected {
  color: #005f96;
  font-size: 1rem;
  border-top: 2px solid #005f96;
  border-bottom: 2px solid #005f96;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.calendar-date-wrapper .calendar .month-year-dialog-overlay .form__group--datepicker .form__input--focus input[type="text"] {
  border-color: #005f96;
  border-bottom-left-radius: 5px;
}
.calendar-date-wrapper .calendar .month-year-dialog-overlay .button__group {
  text-align: center;
  margin: 20px;
  display: flex;
  justify-content: space-between;
}
.calendar-date-wrapper .calendar .month-year-dialog-overlay .button__group .button--prim:first-child {
  background-color: #ffffff;
  color: #005f96;
  border: 1px solid #7fafd1;
}
.calendar-date-wrapper .calendar .month-year-dialog-overlay .button__group .button--prim {
  margin: 0;
}
.calendar-date-wrapper .calendar .month-year-dialog-overlay .confirm-button {
  display: flex;
  justify-content: center;
  padding: 0;
  border-top: 1px solid #7fafd1;
  margin-top: 10px;
}
.calendar-date-wrapper .calendar .month-year-dialog-overlay .confirm-button .confirm-button--pri {
  text-align: center;
  margin: 0;
  width: 100%;
  color: #005f96;
  font-size: 0.9rem;
  border-right: 1px solid #7fafd1;
  border-bottom: 0;
}
.calendar-date-wrapper .calendar .month-year-dialog-overlay .confirm-button .confirm-button--pri span {
  display: block;
  margin: 10px 20px;
}
.calendar-date-wrapper .calendar .month-year-dialog-overlay .confirm-button .confirm-button--pri:last-child {
  border-right: 0;
  background-color: #005f96;
  color: #ffffff;
  border-bottom-right-radius: 5px;
}
.calendar-date-wrapper .calendar .month-year-dialog-overlay .confirm-button .confirm-button--pri:last-child span {
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 1rem;
}
.calendar-date-wrapper .isMobileCalendar {
  /* Hide the default icon */
}
.calendar-date-wrapper .isMobileCalendar .mobileCalendar {
  width: 100%;
  height: 45px;
  padding: 6px 15px 5px;
  font-size: 1rem;
  color: #005f96;
  border: 2px solid white;
  border-radius: 5px;
  font-family: "PFDINTextProLight", "Times New Roman", Tahoma, Arial, sans-serif;
  background-color: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.calendar-date-wrapper .isMobileCalendar .mobileCalendar::-webkit-calendar-picker-indicator {
  opacity: 0;
  pointer-events: none;
}
.calendar-date-wrapper .isMobileCalendar .mobileCalendar-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 9;
}
.calendar-date-wrapper .isMobileCalendar .mobileCalendar-icon svg {
  fill: #005f96;
}
.calendar-date-wrapper .isMobileCalendar.form__input--focus > label {
  color: #7ed2c1;
  font-size: 0.8rem;
  top: -28px;
  left: 0;
  transition: all 0.2s ease;
  /* smooth transition */
}
.calendar-date-wrapper.form__group--touched .isMobileCalendar > label {
  color: #7ed2c1;
  font-size: 0.8rem;
  top: -28px;
  left: 0;
  transition: all 0.2s ease;
}
.calendar-date-wrapper.form__group--error .mobileCalendar-icon {
  top: 20%;
}
.portal {
  margin-left: -8px;
  margin-right: -8px;
}
.portal__wrapper {
  background: linear-gradient(#d4e9f3, #7ab3d4);
  margin: 0 auto;
  max-width: 1400px;
  padding: 20px 15px;
  width: 100%;
}
.portal__header h2 {
  margin-bottom: 30px;
}
.portal__content {
  border-radius: 5px;
  padding: 20px;
}
.portal ul {
  list-style-type: none;
}
.portal p {
  margin: 0;
}
.portal .icon--add svg {
  height: 80%;
  width: 80%;
}
.portal .button {
  border: 0;
  color: #ffffff;
  margin: 10px 5px 0 0;
}
.portal .button-orange {
  background-color: #ff9000 !important;
}
.portal__title {
  text-align: left;
}
.portal .text {
  font-size: 0.9rem;
  line-height: 1.25rem;
}
.portal .text--emphasis {
  color: #005f96;
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 0.7rem;
}
.portal + .portal {
  margin-top: 100px;
}
.portal .label {
  color: #51baa5;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.portal .lead-label {
  top: 0;
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
  color: #05164C;
  font-size: 1rem;
  line-height: 1.2rem;
  width: 60%;
}
.portal .lead-text {
  color: #05164C !important;
  border-color: #05164C !important;
}
.portal .value {
  color: #005f96;
  font-size: 0.9rem;
}
.portal .value .link {
  border: 0;
  color: #cb5595;
}
.portal .value--edit {
  border-color: #c0307e;
  color: #c0307e;
  cursor: pointer;
}
.portal .timestamp {
  color: #6a7a77;
  font-size: 0.8rem;
}
.portal .subject {
  color: #005f96;
}
.portal [class*="row"] {
  position: relative;
}
.portal [class*="row"]::before {
  display: none;
}
.portal [class*="row"] [class*="__cell"] {
  margin-top: 20px;
}
.portal [class*="row"] [class*="__cell"]:only-child {
  width: 100%;
}
.portal [class*="--path"] {
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  overflow: visible;
  padding: 25px 20px 20px 60px !important;
}
.portal [class*="--path"].head .icon {
  background-color: transparent;
}
.portal [class*="--path"].head .icon svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
.portal [class*="--path"] > .icon {
  background-color: #005f96;
  border-radius: 50%;
  height: 30px;
  left: 15px;
  width: 30px;
}
.portal [class*="--path"] > .icon svg {
  left: 50%;
  position: absolute;
  top: 50%;
  fill: #ffffff;
  height: 55%;
  transform: translate(-50%, -50%);
  width: 55%;
}
.portal [class*="--path"] > .icon--logo {
  background-color: #ffffff;
}
.portal [class*="--path"] > .icon--logo svg {
  height: 100%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.portal [class*="--path"] > .icon.icon--check svg {
  height: 40%;
  top: 50%;
}
.portal [class*="--path"]:not(.head)::before {
  background-color: #277eb0;
  content: '';
  display: block;
  height: 106%;
  left: 29px;
  position: absolute;
  top: -10px;
  width: 2px;
}
.portal [class*="--path"]:nth-of-type(2)::before {
  height: calc(100% - 55px);
  top: 55px;
}
.portal [class*="--path"]:last-child::before {
  height: 45px;
  margin-top: -2px;
}
.portal [class*="--path"].warning > .icon {
  background-color: #c0307e;
}
.portal [class*="--path"].warning::before {
  background-color: #c0307e;
}
.portal [class*="--slim"] {
  background-color: transparent;
  padding: 0 !important;
}
.portal [class*="--slim"] .data-edit--gradient {
  margin-top: 0;
}
.portal .message {
  margin-top: 30px;
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
}
.portal .message--warning {
  color: #c0307e;
  padding-left: 30px;
}
.portal .message--warning .icon {
  left: 0;
  top: 3px;
}
.portal .message--warning .icon svg {
  fill: #c0307e;
}
@media only screen and (min-width: 370px) {
  .portal {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .portal__wrapper {
    border-radius: 5px 25px 25px;
    padding: 60px 80px;
  }
  .portal__content {
    padding: 30px 40px;
  }
  .portal [class*="row"] {
    display: flex;
    justify-content: space-between;
  }
  .portal [class*="--path"] {
    padding: 25px 40px 40px 100px !important;
  }
  .portal [class*="--path"] > .icon {
    height: 45px;
    left: 30px;
    width: 45px;
  }
  .portal [class*="--path"]:not(.head)::before {
    left: 52px;
  }
  .portal [class*="--path"]:nth-of-type(2)::before {
    height: calc(100% - 70px);
    top: 70px;
  }
  .portal [class*="--path"]:last-child::before {
    height: 50px;
  }
}
.portal a:not(.link):not(.button) {
  border-color: #cb5595;
  color: #cb5595;
}
.portal a:not(.link):not(.button):hover {
  border-color: transparent;
}
.portal .cell--controls .link--edit {
  bottom: auto;
  margin: 0;
  position: relative;
  right: auto;
}
.claim__overview .portal__title {
  margin-bottom: 0;
}
.claim__overview .tabs {
  margin-top: 30px;
}
.claim__list {
  padding: 0;
}
.claim__list .claim-status {
  margin-bottom: 30px;
}
.claim__list .claim-status__align-bottom {
  display: flex;
  align-items: flex-end;
}
.claim__list .claim-status__bottom-0 {
  margin-bottom: 0 !important;
}
.claim__list .claim-status__section {
  margin-bottom: 20px;
}
.claim__list .claim-status__section .link:not(.link--read-more) {
  border: 0;
  color: #cb5595;
  display: table;
  font-size: 0.9rem;
}
.claim__list .claim-status__section .label {
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
}
.claim__list .claim-status .title {
  color: #7ed2c1;
  font-size: 0.7rem;
  line-height: 1rem;
}
.claim__list .claim-status .result {
  color: #005f96;
}
.claim__item {
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px !important;
  position: relative;
}
.claim__item + .claim__item {
  margin-top: 10px;
}
.claim__item .link--read-more {
  bottom: 0px;
  position: absolute;
  right: 0px;
}
.claim__item--gradient {
  margin-top: 0;
}
.claim__content {
  position: relative;
}
.claim__content > .claim__type--box {
  left: auto;
  position: absolute;
  right: 0;
  top: -20px;
}
.claim__type--box {
  background-color: #005f96;
  border-radius: 2px;
  height: 45px;
  left: 0;
  position: relative;
  width: 45px;
}
.claim__type--box .icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  width: 25px;
}
.claim__type--box .icon svg {
  fill: #ffffff;
}
.claim__type--box .icon.extra-costs,
.claim__type--box .icon.baggage {
  height: 30px;
  width: 30px;
}
.claim__client {
  display: flex;
  margin-top: 30px;
}
.claim__client__bottom {
  bottom: 20px !important;
}
.claim__client span {
  display: block;
}
.claim__client span:not(.icon) {
  align-self: center;
  color: #005f96;
  font-size: 0.8rem;
}
.claim__client .icon {
  height: 50px;
  margin-left: 10px;
  position: static;
  width: 120px;
}
.claim__client-lead {
  display: inline-flex;
  position: relative;
  right: 0;
}
.claim__client-lead span {
  display: block;
}
.claim__client-lead span:not(.icon) {
  align-self: center;
  color: #005f96;
  font-size: 0.8rem;
}
.claim__client-lead .icon {
  top: -15px;
  height: 60px;
  position: relative;
  width: 150px;
}
.claim__status .status {
  color: #7ed2c1;
}
.claim__status .claim__item--title {
  margin-bottom: 30px;
}
.claim__status .claim__item--title + .timestamp {
  margin-bottom: 30px;
  margin-top: -30px;
}
.claim__status .claim__item .passenger__info {
  margin-top: 20px;
  padding: 0 0 40px 0;
}
.claim__status .claim__item .passenger__info .link {
  bottom: 0;
  right: 0;
}
.claim__details .claim__item {
  overflow: visible;
}
.claim__details .button--add {
  margin-bottom: 10px;
}
.claim__details .button--upload {
  margin-top: 20px;
}
.claim__documents .group {
  margin-top: 30px;
}
.claim__documents .group > .row--header,
.claim__documents .group > .row > .cell:nth-of-type(2) {
  display: none;
}
.claim__documents .group > .row {
  margin-top: 7.5px;
}
.claim__documents .group > .row > .cell {
  margin: 0;
}
.claim__documents .group > .row > .cell:last-child {
  margin-top: 0;
}
.claim__documents .group > .row--header .cell {
  color: #7ed2c1;
  font-size: 0.8rem;
}
.claim__documents .cell--controls {
  display: block;
}
.claim__documents .text--small {
  margin-top: 20px;
}
.claim__documents .link {
  margin-top: 0;
}
.claim__documents .link + .link {
  margin-left: 20px;
}
@media only screen and (min-width: 768px) {
  .claim__list .split-content .button {
    width: auto;
  }
  .claim__item {
    padding: 30px 40px !important;
  }
  .claim__item .link--edit {
    bottom: 7.5px;
    margin: 0;
    position: absolute;
    right: 0;
  }
  .claim__item .link--copy {
    position: relative;
    top: 7.5px;
    left: -7px;
  }
  .claim__item .link--copy .icon {
    height: 30px;
    width: 30px;
  }
  .claim__item .link--copy .text {
    margin-left: 7.5px;
  }
  .claim__content > .claim__type--box {
    top: -30px;
  }
  .claim__client-lead {
    position: relative;
    right: 0;
  }
  .claim__client-lead span {
    display: block;
  }
  .claim__client-lead span:not(.icon) {
    align-self: center;
    color: #005f96;
    font-size: 0.8rem;
  }
  .claim__client-lead .icon {
    top: -15px;
    height: 60px;
    position: relative;
    width: 150px;
  }
  .claim__client {
    bottom: -10px;
    margin: 0;
    position: absolute;
    right: 0;
  }
  .claim__client--no-logo {
    margin-left: 7.5px;
  }
  .claim-status__section {
    width: calc((100% / 3) - 10px);
  }
  .claim-status__section > .link {
    display: block;
  }
  .claim .cell {
    width: calc(50% - 10px);
  }
  .claim__details .text {
    margin-top: 20px;
  }
  .claim__documents .link--edit {
    left: auto;
    position: relative;
    right: auto;
  }
  .claim__documents .group > .row--header {
    display: flex;
  }
  .claim__documents .group > .row--header .cell {
    color: #7ed2c1;
  }
  .claim__documents .group > .row .cell:nth-of-type(2) {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .claim__documents .link--edit:first-child {
    margin-right: 7.5px;
  }
}
.claim--open .portal__header {
  position: relative;
}
.claim--open .portal__header .portal__title {
  margin-top: 20px;
}
.claim--open .portal__header > .group {
  margin-top: 10px;
}
.claim--open .portal__header .claim__type {
  cursor: pointer;
  display: flex;
  position: relative;
}
.claim--open .portal__header .claim__type .text {
  align-self: center;
  font-size: 0.8rem;
  margin-right: 10px;
}
.claim--open .portal__header .claim__type .container-link {
  z-index: 100;
}
.claim--open .portal__header .claim__type + .claim__type {
  margin-top: 20px;
}
.claim--open .portal__header .claim__type:hover .claim__type--box {
  background-color: #277eb0;
}
.claim--open .portal__header > .link {
  border: 0;
  color: #005f96;
  margin-bottom: 20px;
  padding-left: 30px;
}
.claim--open .portal__header > .link .icon {
  height: 10px;
  left: 0;
  top: 0;
  width: 10px;
}
.claim--open .portal__header > .link .icon svg {
  fill: #005f96;
}
.claim--open .portal__header .icon svg {
  fill: #ffffff;
}
.claim--open .portal__header .flight-info {
  border: 0;
  margin-bottom: 20px;
}
.claim--open .portal__content {
  padding: 0;
}
.claim--open .claim__item {
  position: relative;
}
.claim--open .claim__item > .status {
  color: #7ed2c1;
}
.claim--open .claim__item .text {
  font-size: 0.9rem;
}
.claim--open .claim__item ul:not(.dropdown__list) {
  list-style-type: disc;
  padding-left: 30px;
}
.claim--open .claim__item .text + .text {
  margin-top: 20px;
}
.claim--open .claim__item.warning {
  border: 2px solid #c0307e;
}
.claim--open .claim__item.warning [class*="title"] {
  color: #c0307e;
}
.claim--open .claim__item.warning .messages .button,
.claim--open .claim__item.warning .button__group .button {
  background-color: #c0307e;
  border-color: #c0307e;
}
.claim--open .claim__item.warning .messages .button:hover,
.claim--open .claim__item.warning .button__group .button:hover {
  background-color: #cb5595;
  border-color: #cb5595;
}
.claim--open .claim__item.warning .button[disabled],
.claim--open .claim__item.warning .button[disabled]:hover {
  background-color: rgba(203, 85, 149, 0.2);
}
.claim--open .claim__item.passenger > .icon svg {
  top: 60%;
}
.claim--open .claim__message .text {
  margin-top: 20px;
}
@media only screen and (min-width: 480px) {
  .claim--open .portal__header > .group {
    display: flex;
  }
  .claim--open .portal__header > .group .claim__type + .claim__type {
    margin-left: 20px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .claim--open .portal__header > .group {
    position: absolute;
    right: 0;
    top: -70px;
  }
}
.data-edit {
  margin-top: 20px;
  position: relative;
}
.data-edit__content {
  position: relative;
}
.data-edit .button {
  margin-top: 20px;
}
.modal__content > .data-edit {
  padding: 10px;
}
.flight-info {
  margin-top: 30px;
}
.flight-info__section {
  margin-bottom: 40px;
  padding-left: 40px;
  position: relative;
}
.flight-info__section > * {
  color: #005f96;
}
.flight-info__section .icon {
  left: 0;
  top: 2px;
}
.flight-info__section svg {
  fill: #7ed2c1;
}
.flight-info__section.flight-info__section--dates .date,
.flight-info__section .airport-name {
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 1rem;
}
.flight-info__section .flightnumber,
.flight-info__section .date,
.flight-info__section .time {
  font-size: 0.8rem;
}
.flight-info__section + .flight-info__section {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .flight-info__section {
    margin-bottom: 0;
    padding-left: 0;
    width: calc((100% / 3) - 10px);
  }
  .flight-info__section .icon {
    position: static;
  }
  .flight-info__section + .flight-info__section {
    margin-top: 0;
  }
}
.passenger__info {
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px 20px 40px 20px;
  margin-top: 30px;
  position: relative;
}
.passenger__info:last-child {
  margin-bottom: 20px;
}
.passenger__info:only-child {
  margin: 0;
}
.passenger__content + .passenger__content {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .passenger__info {
    padding: 30px 40px;
  }
  .passenger__info .link {
    bottom: 30px;
    right: 40px;
  }
}
.claim__passenger--legal {
  margin-top: 30px;
  width: 100%;
}
.claim__passenger--legal .text {
  margin-bottom: 20px;
  margin-top: 20px;
}
.claim__passenger--legal .title--s {
  text-align: left;
}
.claim__passenger--representative {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 7.5px 10px 10px 10px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .claim__passenger--representative {
    padding: 7.5px 20px 20px 20px;
  }
}
.passenger-expand {
  position: relative;
}
.passenger-expand__list {
  overflow: hidden;
}
.passenger-expand__list--open + .link--read-more .icon {
  transform: rotate(0);
}
.passenger-expand .hide-me {
  display: none;
}
.passenger-expand .link--read-more {
  bottom: -30px;
  color: #7ed2c1;
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  left: 0;
  right: auto;
}
.passenger-expand .link--read-more .icon {
  border-color: #7ed2c1;
  left: 2px;
  top: 4px;
}
.passenger-expand .link--read-more .icon svg {
  fill: #7ed2c1;
}
.passenger-expand .link--read-more:hover {
  color: #005f96;
}
.passenger-expand .link--read-more:hover .icon {
  border-color: #005f96;
}
.passenger-expand .link--read-more:hover .icon svg {
  fill: #005f96;
}
.account__list {
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.account__item {
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
  padding: 20px;
  position: relative;
  transition: background 0.25s ease;
}
.account__item h2 {
  margin-bottom: 20px;
}
.account__item .text {
  margin-bottom: 20px;
}
.account__item--edit.account__item--gradient {
  margin: 0;
}
.account__item + .account__item {
  margin-top: 20px;
}
.account__item--edit .text {
  margin-top: 30px;
}
.account__content {
  position: relative;
}
.account__cell {
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .account__item {
    padding: 30px 40px;
  }
  .account__item .link {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  .account__item--edit .text {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .account__item--edit .button {
    margin-top: 30px;
  }
  .account__cell {
    width: calc(50% - 20px);
  }
}
.bank-details {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px 20px 40px 20px;
}
.bank-details__content {
  position: relative;
}
.bank-details .cell {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .bank-details {
    padding: 30px 40px;
  }
}
.portal .form {
  display: flex;
  flex-direction: column;
}
.portal .form > * {
  align-self: baseline;
}
.portal .form__row {
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .portal .form__row > .form__group {
    width: calc(50% - 10px);
  }
  .portal .form__row > .form__group:only-child {
    width: 100%;
  }
  .portal .form__row > .form__row {
    width: calc(50% - 10px);
  }
  .portal .form__row > .form__row > .form__group {
    width: calc(50% - 10px);
  }
  .portal .form__row > .form__row > .form__group:only-child {
    width: 100%;
  }
  .portal .form__row--3 .form__group {
    width: calc((1/3 * 100%) - 10px);
  }
}
.login .portal__content {
  background: linear-gradient(#dff4f0, #bfe9e0);
}
.login .portal__content .link--login {
  border-color: #2c3332;
  color: #2c3332;
  display: inline-block;
  margin-top: 20px;
}
.login .text--emphasis {
  color: #2c3332;
}
.login .error {
  margin-top: 10px;
  width: 100%;
}
.login .error::before {
  display: none;
}
.login .group {
  margin-top: 30px;
}
.login .button {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .login .link--login {
    margin-left: 20px;
    margin-top: 0;
  }
}
.messages__list .messages__item .logo-icon {
  background-color: transparent;
}
.messages__list .messages__item .logo-icon svg {
  height: 100%;
  width: 100%;
}
.messages__list .messages__item:not(.head) {
  position: relative;
}
.messages__list .messages__item:not(.head) .icon svg {
  transform: translate(-50%, -50%);
}
.messages__list .messages__item:not(.head)::before {
  height: calc(100% - 30px);
  top: 55px;
}
.messages__list .messages__item:not(.head):last-child::before {
  display: none;
}
.messages__collapsible {
  position: relative;
  height: 150px;
}
.messages__collapsible::before {
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  display: block;
  height: 100px;
  position: absolute;
  width: 100%;
}
.messages__collapsible--triggered::before {
  display: none;
}
.messages__collapsible--triggered .link--read-more .icon {
  transform: rotate(180deg);
}
.messages--response {
  margin-top: 30px;
}
.messages__header {
  position: relative;
}
.messages__header .subject {
  margin-bottom: 20px;
}
.messages__content .text {
  margin-top: 30px;
}
.messages__content .messages__item--title {
  color: #005f96;
}
.messages--temporary {
  color: #7ed2c1;
  margin-top: 7.5px;
  padding-left: 30px;
  position: relative;
}
.messages--temporary .icon {
  left: 0;
}
.messages--temporary .icon svg {
  fill: #7ed2c1;
}
.messages__document .claim__item--path::before {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .messages--response {
    margin-top: 40px;
  }
  .messages__list .messages__item:not(.head)::before {
    height: calc(100% - 42px);
    top: 68px;
  }
}
@media only screen and (min-width: 992px) {
  .messages__header--user-message > .message__subtitle + .timestamp {
    position: absolute;
    right: 30px;
    top: 60px;
  }
  .messages__header--user-message > .message__subtitle {
    font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
    font-size: 1rem;
  }
}
.tabs {
  color: #005f96;
}
.tabs__tab {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  display: inline-block;
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
  height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0 20px;
  position: relative;
  transition: background-color 0.25s ease;
}
.tabs__tab--active,
.tabs__tab:hover {
  background-color: #ffffff;
}
.tabs__tab:hover {
  cursor: pointer;
}
.tabs__tab.tabs__tab a {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  color: #005f96;
  height: 100%;
  width: 100%;
}
.tabs__text {
  line-height: 50px;
}
.tabs__pill {
  background-color: #c0307e;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 20px;
  font-size: 0.7rem;
  line-height: 23px;
  pointer-events: none;
  text-align: center;
  transform: translate(7px, -1px);
  width: 20px;
}
@media only screen and (min-width: 768px) {
  .tabs__tab {
    padding: 0 30px;
  }
}
[data-collapsible="content"] {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.25s ease, height 0.25s ease;
  visibility: hidden;
}
[data-collapsible="trigger"] {
  cursor: pointer;
}
[data-collapsible="trigger"] > * {
  pointer-events: none;
}
[data-collapsible="trigger"] .icon {
  transition: transform 0.3s ease;
}
.calculator [data-collapsible="close"] .icon {
  transform: rotate(0deg);
}
[class*="--triggered"] [data-collapsible="trigger"] .icon,
[class*="--triggered"] [data-collapsible="open"] .icon {
  transform: rotate(180deg);
}
[class*="--triggered"] [data-collapsible="content"] {
  opacity: 1;
  visibility: visible;
}
.simple-dropdown {
  cursor: pointer;
}
.simple-dropdown__list {
  background-color: #ffffff;
  border-radius: 5px;
  border: 2px solid #005f96;
  left: 0;
  opacity: 0;
  padding: 7.5px 7.5px 7.5px 15px !important;
  position: absolute;
  visibility: hidden;
  top: 45px;
  z-index: 1000;
}
.simple-dropdown__list--visible {
  opacity: 1;
  visibility: visible;
}
.simple-dropdown__option {
  color: #005f96;
  padding: 10px 10px 10px 25px !important;
  position: relative;
}
.simple-dropdown__option:hover {
  color: #7ed2c1;
}
.simple-dropdown__target {
  cursor: pointer;
  padding-top: 0 !important;
  position: relative;
}
.simple-dropdown__target .icon {
  top: -2px;
}
.simple-dropdown .icon {
  left: 0;
}
.simple-dropdown > .icon {
  height: 10px;
  width: 10px;
}
.simple-dropdown > .icon svg {
  fill: #005f96;
}
.slides .slick-list {
  overflow: hidden;
  position: relative;
}
.slides .slick-track {
  display: flex;
}
.slides .slick-slide {
  position: relative;
}
.slides .slick-slide:focus {
  outline: 0;
}
.slides .slick-arrow {
  border: 0;
  cursor: pointer;
  display: block;
  height: 30px;
  margin: 0;
  position: absolute;
  top: 50%;
  text-decoration: none;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  width: 30px;
  z-index: 1000;
}
.slides .slick-arrow * {
  pointer-events: none;
}
.slides .slick-arrow.slick-disabled {
  opacity: 0;
}
.slides .slick-arrow .icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slides .slick-arrow svg path,
.slides .slick-arrow svg use {
  fill: #005f96;
}
.slides .slick-prev {
  left: -5px;
}
@media only screen and (min-width: 992px) {
  .slides .slick-prev {
    left: -40px;
  }
}
.slides .slick-next {
  right: 5px;
}
@media only screen and (min-width: 992px) {
  .slides .slick-next {
    right: -40px;
  }
}
.slides .slick-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0 !important;
}
.slides .slick-dots li + li {
  margin-left: 5px;
}
.slides .slick-dots .dot {
  background-color: #7ed2c1;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  opacity: 0.4;
  text-indent: -9999px;
  transition: opacity 0.25s ease;
  width: 16px;
}
.slides .slick-dots .dot:hover {
  background-color: #7ed2c1;
  opacity: 1;
}
.slides .slick-dots .slick-active .dot {
  background-color: #7ed2c1;
  cursor: auto;
  opacity: 1;
}
.slides__vertical {
  position: relative;
}
.slides__vertical .slick-track {
  display: block;
}
.slides__vertical .slick-arrow {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  right: auto;
}
.slides__vertical .slick-next {
  bottom: -20px;
  top: auto;
  transform: translateY(35px);
}
.slides__vertical .slick-prev {
  bottom: auto;
  top: 0;
  transform: translateY(-40px);
}
.airlines .block__title {
  margin-bottom: 30px;
  text-align: center;
}
.airlines .block__sub-title {
  font-size: 1.3rem;
  margin-bottom: 7.5px;
  line-height: 1.5rem;
  text-align: center;
}
.airlines .close {
  display: none;
}
.airlines .block__content {
  margin-top: 0;
  position: relative;
}
.airlines .block__content + .block__content {
  margin-top: 30px;
}
.airlines .block__content .airlines__read-more {
  color: #005f96;
  cursor: pointer;
  display: block;
  margin-top: 10px;
  position: relative;
  text-align: right;
}
.airlines .block__content .airlines__read-more .icon {
  border-color: #005f96;
  position: relative;
}
.airlines .block__content .airlines__read-more .icon svg {
  fill: #005f96;
  transform: translate(-50%, -50%) rotate(0deg);
}
.airlines .block__content + .block__content {
  border-top: 2px solid #dff4f0;
  padding-top: 30px;
}
.airlines__item {
  margin-top: 20px !important;
}
.airlines__item--logo .button {
  text-overflow: unset;
}
.airlines .button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 55px;
  line-height: 40px;
  margin: 0;
  position: relative;
  text-align: center;
}
.airlines .button img {
  transform: translateY(6px);
  width: auto;
}
@media only screen and (min-width: 768px) {
  .airlines__list {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .airlines .button {
    width: 100%;
  }
  .airlines__item {
    margin-top: 20px !important;
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 992px) {
  .airlines__item {
    width: calc(25% - 20px);
  }
}
.airlines-foldout {
  margin-bottom: -50px;
  margin-top: 10px;
  position: relative;
}
.airlines-foldout > .spinner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 10px;
}
.airlines-foldout__item {
  color: #005f96;
  font-size: 0.9rem;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .airlines-foldout {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -80px;
  }
  .airlines-foldout__list {
    text-align: left;
    width: calc(50% - 20px);
  }
  .airlines-foldout__item {
    text-align: inherit;
  }
}
@media only screen and (min-width: 1200px) {
  .airlines-foldout__list {
    width: calc(25% - 20px);
  }
}
.collapsible--triggered .airlines-foldout {
  margin: 20px 0 0 0;
  padding: 30px 30px 40px 30px;
}
.collapsible--triggered .open {
  display: none;
}
.collapsible--triggered .close {
  display: inline;
}
.alinea .block__header .title--l {
  color: #005f96;
}
.alinea .block__header .title--l.left {
  text-align: left;
}
.alinea .block__header .title--l.center {
  text-align: center;
}
.alinea .block__header .title--l.right {
  text-align: right;
}
.alinea .block__content h2,
.alinea .block__content h3,
.alinea .block__content h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 6px;
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .alinea .block__content h2,
  .alinea .block__content h3,
  .alinea .block__content h4 {
    font-size: 1.2rem;
  }
}
.alinea .block__content h3,
.alinea .block__content h4 {
  font-size: 1.1rem;
}
.alinea .block__content p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
}
.alinea .block__content p__bold {
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
}
.alinea .block__content p:last-child {
  margin-bottom: 0;
}
.alinea .block__content ul {
  color: #2c3332;
  margin: 0 0 22px 0;
  padding-left: 26px;
  list-style-type: disc !important;
}
.alinea .block__content ol {
  color: #2c3332;
  list-style-type: decimal;
  margin: 0 0 22px 0;
  padding-left: 30px;
}
.alinea .block__content ol li {
  padding-left: 7.5px;
}
.alinea .block__content ul:last-child,
.alinea .block__content ol:last-child {
  margin: 0;
}
.alinea .block__content ul li {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 0;
}
.alinea .block__content ul li__bold {
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
}
.brands-slider .block__title {
  text-align: center;
}
.brands-slider .block__content {
  text-align: center;
}
.brands-slider .block__content .button {
  margin-top: 20px;
}
.brands-slider .slick-arrow {
  bottom: 20%;
  top: auto;
}
.brands-slider .slick-list {
  overflow: hidden;
}
.brands-slider__item {
  padding: 0 30px;
  width: calc(50vw - 20px) !important;
}
.brands-slider__item .aspect-ratio {
  overflow: visible;
}
@media only screen and (min-width: 480px) {
  .brands-slider__item {
    width: calc((100vw/3) - 18px) !important;
  }
}
.only-button .block__content {
  text-align: center;
}
.only-button .block__content.alignment--left {
  text-align: left;
}
.only-button .block__content.alignment--middle {
  text-align: center;
}
.only-button .block__content.alignment--right {
  text-align: right;
}
.only-button .button {
  margin: 0;
}
.only-button .button .icon {
  display: none;
}
.only-button .button--download .icon {
  display: inline-block;
}
.only-button.block__element + .block__element {
  margin-top: 20px;
}
.button-row .block__content {
  padding: 0 10px 30px 10px;
}
.button-row__list {
  margin-bottom: 30px !important;
}
.button-row__item + .button-row__item {
  margin-top: 20px;
}
.button-row .button {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .button-row .block__content {
    padding-bottom: 0;
  }
  .button-row__list {
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 0 !important;
  }
  .button-row__list--two-column .button-row__item {
    width: calc(50% - 20px);
  }
  .button-row__list--three-column .button-row__item {
    width: calc((1/3 * 100%) - 20px);
  }
  .button-row__list--four-column .button-row__item {
    width: calc((1/4 * 100%) - 20px);
  }
  .button-row__item {
    width: 100%;
  }
  .button-row__item + .button-row__item {
    margin-top: 0;
  }
  .button-row .button {
    text-align: center;
    width: 100%;
  }
}
.how-can-we-help .trustpilot {
  margin-top: 30px;
}
.how-can-we-help .compact {
  color: #005f96;
  font-size: 0.9rem;
  line-height: 1;
}
.how-can-we-help .footer {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .how-can-we-help .trustpilot .button {
    width: auto;
  }
  .how-can-we-help .compact {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.calculator--corona .block__content {
  text-align: center;
}
.calculator--corona .text,
.calculator--corona .block__title {
  text-align: left;
}
.calculator--corona .block__content > .button {
  margin-top: 20px;
}
.calculator--corona .modal {
  border-radius: 10px 10px 40px 40px !important;
  bottom: auto;
  height: 85%;
  overflow: auto !important;
  max-height: 99999px !important;
  min-height: 200px;
  padding-bottom: 20px !important;
  top: -40px !important;
}
.calculator--corona .modal .form__input:not(.form__input--selection) label,
.calculator--corona .modal .form__input:not(.form__input--selection) + label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 88%;
}
.calculator--corona .modal .calculator {
  margin-bottom: 30px;
}
.calculator--corona .modal,
.calculator--corona .modal--background {
  display: block;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
}
.calculator--corona .modal--background,
.calculator--corona .spinner__full-sscreen {
  transition: all 0.2s ease;
}
.calculator--corona .modal--visible {
  opacity: 1;
  visibility: visible;
}
.calculator--corona .modal--visible.modal {
  top: 40px !important;
}
.calculator--corona .calculator__step .modal {
  top: 50% !important;
  transform: translate(-50%, 450px) !important;
}
.calculator--corona .calculator__step .modal--background,
.calculator--corona .calculator__step .spinner__full-screen {
  height: 1400px;
}
.calculator--corona .calculator__step .modal,
.calculator--corona .calculator__step .modal--background {
  opacity: 1;
  visibility: visible;
}
.calculator--corona .button--close {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .calculator--corona .modal {
    height: auto;
    max-height: 80% !important;
    overflow: auto !important;
  }
  .calculator--corona .modal .calculator {
    margin-bottom: 0;
  }
  .calculator--corona .block__content > .button {
    margin-top: 40px;
  }
}
.cookie {
  max-height: 90vh;
  max-width: 800px;
  overflow: hidden;
}
.cookie .block__wrapper {
  max-height: 70vh;
  display: flex;
  flex-direction: column;
}
.cookie .block__wrapper .block__content {
  overflow-y: auto;
}
.cookie .block__content .link {
  font-size: 0.7rem;
}
.cookie .logo {
  max-width: 205px;
}
.cookie .text--emphasis {
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
}
.cookie .text,
.cookie__title {
  color: #005f96;
  font-size: 0.9rem;
  margin-top: 30px;
}
.cookie .form__group {
  margin-top: 20px;
}
.cookie .form__input--selection label {
  font-size: 0.8rem;
}
.cookie .form__input--selection label span {
  pointer-events: none;
}
.cookie .button__group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  text-align: center;
  position: relative;
  bottom: 0px;
}
.cookie .link--read-more svg {
  transform: translate(-50%, -50%) rotate(180deg);
}
.cookie__list {
  color: #005f96;
  font-size: 0.8rem;
  list-style-type: disc;
  padding-left: 30px;
}
.cookie__item {
  color: #005f96;
}
.cookie .cookie__title,
.cookie .cookie__checkmarks,
.cookie .cookie__list,
.cookie .mobile-intro,
.cookie .open-settings,
.cookie .cookie__information,
.cookie .link--read-more {
  display: none;
}
.cookie .cookie__title--visible,
.cookie .cookie__checkmarks--visible,
.cookie .cookie__list--visible,
.cookie .mobile-intro--visible,
.cookie .open-settings--visible,
.cookie .cookie__information--visible,
.cookie .link--read-more--visible {
  display: block;
}
.cookie .open-settings--visible {
  display: block;
  margin-top: 10px;
}
.cookie .desktop {
  display: none;
}
.cookie .cookie__information h2,
.cookie .cookie__information h3,
.cookie .cookie__information ul {
  margin-bottom: 20px;
}
.cookie .cookie__information p {
  margin-bottom: 10px;
}
.cookie input[type="checkbox"] + label::before,
.cookie input[type="checkbox"] + label::after {
  background-color: #eeeeee;
}
.cookie input[type="checkbox"]:checked + label::before {
  background-color: #005f96;
}
@media only screen and (min-width: 768px) {
  .cookie {
    padding: 40px;
  }
  .cookie .mobile-intro,
  .cookie .block__content > .open-settings--visible,
  .cookie .mobile {
    display: none;
  }
  .cookie__list,
  .cookie .cookie__title,
  .cookie .link--read-more {
    display: block;
  }
  .cookie .desktop {
    display: inline;
  }
  .cookie .button__group {
    text-align: left;
  }
  .cookie .button__group > .open-settings--visible {
    display: block;
    margin-top: 10px;
  }
  .cookie .cookie__list--visible {
    display: block;
  }
}
.data {
  background-color: #dff4f0;
  border-radius: 5px 5px 25px 25px;
  margin-top: 20px;
  padding: 30px;
}
.data .title--l {
  color: #005f96;
  text-align: center;
}
.data__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.data__item {
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
  width: calc((100% / 2) - 20px);
}
.data__item .number {
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 1.2rem;
}
.data__item .text {
  font-size: 0.8rem;
  line-height: 20px;
}
.data__item .icon {
  color: #005f96;
  height: 60px;
  margin-bottom: 20px;
  position: static;
  width: 60px;
}
.data__item:nth-of-type(1n+3) {
  border-top: 2px solid #ffffff;
}
@media only screen and (min-width: 768px) {
  .data {
    margin-top: 60px;
  }
  .data__list {
    justify-content: start;
  }
  .data__item {
    margin-top: 40px;
    padding: 20px 20px 20px 30px;
    width: calc((100% / 4) - 20px);
  }
  .data__item:not(:first-child) {
    margin-left: 20px;
    border-left: 2px solid #ffffff;
  }
  .data__item:nth-of-type(1n+3) {
    border-top: 0;
  }
  .data__item:nth-of-type(4n+5) {
    margin-left: 0;
    border-left: 0;
  }
}
.date,
.page-title + .date {
  padding-top: 0;
}
.distance-calculator {
  overflow: visible;
}
.distance-calculator .distance-calculator {
  padding: 0;
}
.distance-calculator .form__input input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #005f96;
  padding-right: 30px;
}
.distance-calculator .form__group {
  width: 100%;
}
.distance-calculator .form__group .icon {
  color: #005f96;
  top: 7.5px;
}
.distance-calculator .button {
  margin-top: 20px;
  white-space: nowrap;
  position: relative;
  width: auto;
}
.distance-calculator .distcalc__result {
  border-radius: 5px;
  border: 4px solid #c9eae3;
  margin-top: 30px;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .distance-calculator__form {
    display: flex;
    justify-content: space-between;
  }
  .distance-calculator .form__group {
    margin-right: 20px;
    margin-top: 0;
  }
  .distance-calculator .button {
    margin-top: 0;
  }
}
.problemflights {
  overflow: visible;
  padding-bottom: 30px;
}
.problemflights .spinner__local {
  border-radius: 20px;
  height: calc(100% + 30px);
  width: calc(100% + 30px);
}
.problemflights .block__title {
  margin: 0;
}
.problemflights .block__wrapper {
  outline: none;
}
.problemflights .form__input input[type="text"] {
  border-color: #005f96;
}
.problemflights .form__input .hitzone .icon {
  top: 7px;
}
.problemflights .animation-container {
  overflow: hidden;
}
.problemflights__view {
  margin-top: 20px;
}
.problemflights .selector__container {
  margin-top: 10px;
  padding: 20px;
}
.problemflights .selector__item {
  color: #005f96;
  cursor: pointer;
  font-size: 0.9rem;
  padding: 0 10px;
  text-align: center;
}
.problemflights__list {
  border-bottom: 2px solid #eeeeee;
  margin-top: 10px;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.4s ease;
  width: 100%;
}
.problemflights__content {
  position: relative;
}
.problemflights__item {
  border-top: 2px solid #eeeeee;
  padding: 20px 0 !important;
  position: relative;
}
.problemflights__list--open + .link--read-more .icon {
  transform: rotate(0);
}
.problemflights .link--read-more {
  bottom: -10px;
  position: absolute;
  right: 0;
}
.problemflights .flight {
  color: #005f96;
}
.problemflights .flight > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.9rem;
  margin-top: 7.5px;
  padding-left: 40px;
  position: relative;
}
.problemflights .flight__code {
  color: #005f96;
  font-size: 1.2rem;
}
.problemflights .flight__date {
  font-weight: 700;
}
.problemflights .flight__time {
  font-weight: 400;
}
.problemflights .flight .icon {
  left: 0;
  top: 4px;
}
.problemflights .flight .icon svg {
  fill: #7ed2c1;
}
.problemflights .flight .button {
  min-width: 250px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .problemflights__view {
    margin-top: 40px;
    width: 100%;
  }
  .problemflights__list {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .problemflights__item {
    width: calc(50% - 10px);
  }
  .problemflights .selector__container {
    display: flex;
    width: 100%;
  }
  .problemflights .selector__item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px 0 0;
    text-align: left;
  }
  .problemflights .selector__list {
    width: calc(1/4 * 100%);
  }
}
.footer .social__list {
  justify-content: center;
  width: 100%;
}
.footer .social__item {
  background-color: #6a7a77;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.footer .social__item .icon {
  width: 15px;
}
.footer .social__item + .social__item {
  margin-left: 15px;
}
.footer__links {
  margin-top: 40px !important;
  position: relative;
}
.footer__item {
  padding-top: 0 !important;
  text-align: center;
}
.footer__item .link,
.footer__item p {
  color: #6a7a77;
  font-size: 0.8rem;
  font-weight: 700;
  border: 0;
}
.footer__item.hide-me {
  display: none;
}
.footer__logo-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px !important;
}
.footer__logo {
  align-self: center;
  margin-top: 20px !important;
  position: relative;
}
.footer__logo img {
  height: 50px;
  width: auto;
}
.footer__airline-list .footer__column-link {
  color: #6a7a77;
  font-size: 0.8rem;
  font-weight: 400;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding-top: 40px;
  }
  .footer__airline-list {
    display: flex;
    margin: 40px auto 20px auto !important;
    max-width: 800px;
    text-align: center;
  }
  .footer__airline-list .footer__item {
    width: 100%;
  }
  .footer__links {
    margin: 30px auto 0 auto !important;
    max-width: 700px;
    text-align: center;
  }
  .footer__item {
    display: inline-block;
    padding: 0 15px !important;
  }
  .footer__logo-list {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    padding: 0 30px !important;
  }
  .footer__logo + .footer__logo {
    margin-left: 30px;
  }
}
.footer-v2 {
  background-color: #c9eae3;
  margin-top: 40px;
  padding-top: 0px;
}
.footer-v2__inner {
  background-color: #005f96;
  padding-top: 10px;
}
.footer-v2__inner .footer-v2__item .link,
.footer-v2__inner .footer-v2__item p,
.footer-v2__inner .footer-v2__item a {
  border-bottom: 0;
  color: #ffffff;
}
.footer-v2__header-list p {
  margin-top: 7px;
}
.footer-v2 .social__item {
  background-color: #005f96;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.footer-v2 .social__item .icon {
  width: 15px;
}
.footer-v2 .social__item + .social__item {
  margin-left: 15px;
}
.footer-v2__links a {
  font-weight: 700;
  position: relative;
  padding-left: 10px;
}
.footer-v2 p.footer-v2__item_title {
  font-weight: 700;
  font-size: 0.9rem;
}
.footer-v2__item div:not(.mobile) {
  display: none;
}
.footer-v2__item {
  padding: 5px 5px 5px 5px;
}
.footer-v2__item .link,
.footer-v2__item p,
.footer-v2__item a {
  color: #005f96;
  font-size: 0.8rem;
  border: 0;
}
.footer-v2__block-list .footer__column-link {
  color: #6a7a77;
  font-weight: 400;
  border-bottom: 0;
}
.footer-v2__inner a {
  color: #ffffff;
  font-size: 0.8rem;
  border-bottom: 0;
}
.footer-v2__inner a:hover {
  color: #7ab3d4;
}
.footer-v2__column-links-list {
  margin-bottom: 15px;
}
.footer-v2__column-link-item {
  line-height: 20px;
}
.footer-v2__block-list {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .footer-v2__block-list {
    display: flex;
    margin: 0px auto 0px auto;
    max-width: 1160px;
    flex-wrap: wrap;
  }
  .footer-v2__block-list .footer-v2__item {
    width: calc(100% * 1 / 4);
  }
  .footer-v2__block-list .footer-v2__item.span2 {
    width: calc(100% * 2 / 4);
  }
  .footer-v2__block-list .footer-v2__item.span3 {
    width: calc(100% * 3 / 4);
  }
  .footer-v2__links {
    margin: 0 auto 0 auto;
    max-width: 700px;
    text-align: center;
  }
  .footer-v2__item {
    display: inline-block;
    vertical-align: top;
  }
  .footer-v2__item div.desktop {
    display: inherit;
  }
  .footer-v2__item div.mobile:not(.desktop) {
    display: none;
  }
}
.form-partner__title {
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .form-partner__title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.form-partner .partnerform {
  margin: 0;
}
.form-partner .text {
  color: #005f96;
}
.form-partner .group {
  text-align: center;
}
.form-partner .error {
  display: none;
}
.form-partner .collapsible--triggered .form__content {
  overflow: visible;
}
.form-partner .api-error-message.show .error {
  display: block;
}
.form-partner .api-error-message.show .error::before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .form-partner__title {
    text-align: center;
  }
}
.form-popup-newsletter .block__content {
  text-align: center;
}
.form-popup-newsletter .text,
.form-popup-newsletter .block__title {
  text-align: left;
}
.form-popup-newsletter .modal .button--close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.form-popup-newsletter .modal input,
.form-popup-newsletter .modal textarea {
  border-color: #005f96;
}
.gmaps__iframe {
  border-radius: 5px 5px 25px 25px;
  height: 300px;
  width: 100%;
}
.header {
  min-height: 200px;
}
.header .block__wrapper--media {
  border-radius: 5px;
  overflow: hidden;
  max-height: 400px;
}
.header__underline {
  font-size: 0.8rem;
  margin: 10px 30px 0 0;
  text-align: center;
}
.header--minimal {
  overflow: visible;
}
.header--minimal .block__wrapper--media picture img {
  height: 300px;
  min-width: auto;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .header--minimal {
    margin-bottom: -100px;
  }
  .header--minimal .block__wrapper--media {
    width: calc(100% + (120px * 2));
  }
  .header--minimal .block__wrapper--media picture img {
    height: auto;
    width: 100%;
  }
  .header--minimal .header__wrapper {
    padding: 0 50px;
    transform: translateX(-120px);
    width: calc(100% + (120px * 2));
  }
  .header--minimal .header__wrapper .header__content {
    background-color: #ffffff;
    border-radius: 5px 5px 0 0;
    height: 140px;
    margin: 60px 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .header--minimal {
    margin-bottom: -180px;
    min-height: 480px;
  }
  .header--minimal .block__wrapper--media {
    width: calc(100% + (160px * 2));
  }
  .header--minimal .block__wrapper--media picture img {
    min-height: 400px;
    min-width: auto;
  }
  .header--minimal .header__wrapper {
    padding: 0 90px;
    transform: translateX(-160px);
    width: calc(100% + (160px * 2));
  }
  .header--minimal .header__wrapper .header__content {
    height: 160px;
    margin: 220px 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .header--minimal .header__wrapper {
    padding: 0 90px;
  }
}
.header--landing {
  overflow: visible;
}
.header--landing .block__title {
  color: #ffffff;
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  text-align: center;
}
.header--landing .block__wrapper--media {
  height: 80%;
}
.header--landing .block__wrapper--media picture {
  height: 100%;
}
.header--landing .block__wrapper--media picture::before {
  background-color: #005f96;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.header--landing .block__wrapper--media picture img {
  height: 100%;
  min-height: 330px;
  width: auto;
}
.header--landing .header__wrapper {
  padding: 0 30px;
}
.header--landing .block__content {
  padding-bottom: 20px;
  text-align: center;
}
.header--landing .block__content .text {
  color: #005f96;
  text-align: center;
}
.header--landing .block__content .button {
  box-shadow: 0 0 0 0 rgba(44, 51, 50, 0.2);
  transform: translateY(0);
  transition: box-shadow 0.25s ease;
  transition-property: box-shadow, transform, background-color;
  font-size: 1.3rem;
  margin-top: 30px;
  padding: 15px 40px;
  width: auto;
}
.header--landing .block__content .button:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 8px 0 rgba(44, 51, 50, 0.3);
}
.header--landing .block__content .button:active {
  transform: translateY(-2px);
  box-shadow: 0 2px 3px 0 rgba(44, 51, 50, 0.3);
}
.header--landing .block__header {
  margin-top: 25px;
}
.header--landing .rating {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.header--landing .rating__text {
  color: #005f96;
  margin-bottom: 0;
  font-size: 0.9rem;
}
.header--landing .rating .icon {
  color: #005f96;
  position: static;
  height: 20px;
  width: 160px;
}
@media only screen and (min-width: 768px) {
  .header--landing .block__wrapper {
    padding: 0 85px;
  }
  .header--landing .block__header {
    margin-top: 75px;
  }
  .header--landing .block__content .text {
    font-size: 1.2rem;
  }
  .header--landing .block__content .button {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin: 30px auto 0 auto;
  }
  .header--landing .rating {
    margin-top: 0;
    justify-content: flex-end;
  }
  .header--landing .rating__text {
    margin-bottom: 7.5px;
  }
  .header--landing .rating .icon {
    height: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .header--landing .header__wrapper {
    padding: 0 90px;
  }
  .header--landing .block__header {
    margin-top: 100px;
  }
  .header--landing .title--m {
    margin-bottom: 22px;
  }
  .header--landing .block__wrapper--media picture img {
    min-height: 400px;
    width: initial;
  }
}
@media only screen and (min-width: 768px) {
  .main__wrapper--framed .header--landing .block__wrapper {
    transform: translateX(-120px);
    width: calc(100% + (120px * 2));
  }
}
@media only screen and (min-width: 992px) {
  .main__wrapper--framed .header--landing .block__wrapper {
    transform: translateX(-160px);
    width: calc(100% + (160px * 2));
  }
}
.how-it-works {
  text-align: center;
}
.how-it-works__list {
  margin-bottom: 30px !important;
}
.how-it-works__item {
  padding: 0 40px !important;
  position: relative;
}
.how-it-works__item::after {
  border-bottom: 2px dotted #c9eae3;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 45px;
  transform: translateX(-50%);
  width: 120%;
  z-index: -1;
}
.how-it-works__item:first-child::after {
  left: 50%;
  transform: none;
}
.how-it-works__item:last-child::after {
  left: -15px;
  transform: none;
  width: 55%;
}
.how-it-works__item + .how-it-works__item {
  margin-top: 10px;
}
.how-it-works__title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.how-it-works .circle {
  background-color: #c9eae3;
  border: 8px solid #ffffff;
  border-radius: 50%;
  font-size: 30px;
  height: 90px;
  line-height: 82px;
  margin: 0 auto 10px auto;
  overflow: hidden;
  text-align: center;
  width: 90px;
}
@media only screen and (min-width: 768px) {
  .how-it-works__list {
    display: flex !important;
  }
  .how-it-works__item {
    width: calc(1/3 * 100%);
  }
  .how-it-works__item + .how-it-works__item {
    margin: 0;
  }
  .how-it-works__item::after {
    width: 100%;
  }
  .how-it-works__item:nth-of-type(2)::after {
    display: none;
  }
  .how-it-works__item:last-child::after {
    left: auto;
    right: 50%;
    width: 100%;
  }
}
.index {
  padding: 20px;
  overflow: visible;
}
.index::after {
  border: 4px solid #c9eae3;
  border-radius: 5px 5px 25px 25px;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
}
.index .block__content:not(.collapsible--triggered) .index__list {
  height: 243px !important;
}
.index .block__content:not(.collapsible--triggered) .close {
  display: none;
}
.index .block__content:not(.collapsible--triggered) .index__read-more .icon {
  transform: rotate(90deg);
}
.index .block__content {
  padding-bottom: 30px;
}
.index .block__content.collapsible--triggered [data-collapsible="open"] + .icon {
  transform: rotate(280deg);
}
.index__list {
  opacity: 1;
  visibility: visible;
}
.index__item {
  border-bottom: 1px solid #dff4f0;
  margin-bottom: 7.5px;
  padding-bottom: 7.5px;
  position: relative;
}
.index__title {
  text-align: left;
}
.index__link {
  z-index: 20;
}
.index__read-more {
  bottom: 15px;
  padding-right: 30px;
  right: 15px;
  z-index: 10;
}
.index__read-more .icon {
  top: -2px;
}
@media only screen and (min-width: 768px) {
  .index {
    padding: 40px 0;
  }
  .index::after {
    left: -30px;
    width: calc(100% + 60px);
  }
  .index__read-more {
    bottom: 20px;
    right: 20px;
  }
  .index__item {
    margin-top: 7.5px;
  }
  .index .block__content:not(.collapsible--triggered) .index__list {
    height: 250px !important;
  }
}
.img-only .alignment--left {
  justify-content: flex-start;
}
.img-only .alignment--middle {
  justify-content: center;
}
.img-only .alignment--right {
  justify-content: flex-end;
}
.img-only .width--full {
  max-width: 100%;
}
.img-only .width--boxed {
  max-width: 600px;
}
.img-only .width--boxed .img-only__author {
  max-width: 600px;
}
.img-only .aspect-ratio {
  border-radius: 5px;
  width: 100%;
}
.img-only__wrapper {
  display: flex;
}
.img-only__author {
  background-color: #eaf0ef;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  bottom: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
}
.list-collapsible .block__header {
  margin-bottom: 30px;
}
.list-collapsible__item {
  border-top: 2px solid #eeeeee;
  padding: 0 0 0 0px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.list-collapsible__item h3 {
  font-size: 1rem;
}
.list-collapsible__item .text,
.list-collapsible__item .aspect-ratio {
  margin-bottom: 30px;
}
.list-collapsible__item .width--full {
  max-width: 100%;
}
.list-collapsible__item .width--boxed {
  max-width: 600px;
}
.list-collapsible__item:hover {
  cursor: pointer;
}
.list-collapsible__item:hover h3 {
  color: #7ed2c1;
}
.list-collapsible__item:hover .icon {
  border-color: #7ed2c1;
  color: #7ed2c1;
  fill: #7ed2c1;
  transition: all 0.25s;
}
.list-collapsible__header {
  padding: 20px 40px;
}
.list-collapsible__header .icon {
  border: 2px solid #005f96;
  border-radius: 50%;
  color: #005f96;
  height: 25px;
  fill: #005f96;
  left: 0;
  top: 20px;
  width: 25px;
}
.list-collapsible__header .icon svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 10px;
  transform: translate(-50%, -5px);
  width: 10px;
}
.list-collapsible__title {
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
  margin-bottom: 0;
  transition: color 0.25s;
}
.list-collapsible__content {
  padding: 0 0 0 0px;
  cursor: initial;
}
@media only screen and (min-width: 768px) {
  .list-collapsible__content {
    padding: 0 0 0 40px;
  }
}
.post-list--custom .post-list__list .post-list__content {
  max-height: 9999px;
}
.post-list .post-list__list--video .aspect-ratio {
  position: relative;
}
.post-list .post-list__list--video .aspect-ratio .icon {
  display: block;
}
.post-list .post-list__list--video .post-list__item:hover .icon--video {
  opacity: 0.7;
}
.statements .preview__item:hover .preview__title {
  color: #005f96;
}
.statements__clipboard-link {
  display: inline-block;
  margin-top: 20px;
}
.statements .post-list__item .statements__clipboard-link--state-2 {
  display: none;
}
.statements .post-list__item--copied .statements__clipboard-link--state-1 {
  display: none;
}
.statements .post-list__item--copied .statements__clipboard-link--state-2 {
  display: inline-block;
}
.alinea + .statements .post-list__item {
  border-top: 2px solid #eeeeee;
  padding-top: 30px;
}
.live-news {
  padding: 0;
}
.live-news .block__header {
  margin-bottom: 30px;
}
.live-news .block__header .block__title {
  margin-bottom: 0;
  text-align: left;
}
.live-news .block__header .date {
  font-size: 0.9rem;
}
.live-news .block__content {
  border-bottom: 2px solid #eaf0ef;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.live-news__list {
  margin-top: 0 !important;
}
.live-news__item {
  padding-left: 50px !important;
  position: relative;
}
.live-news__item + .live-news__item .live-news__content {
  border-top: 2px solid #eaf0ef;
  margin-top: 30px;
  padding-top: 30px;
}
.live-news__item .text {
  margin-bottom: 20px;
}
.live-news__item:last-child .live-news__step::after {
  display: none;
}
.live-news__content {
  margin-top: 10px;
  text-align: center;
}
.live-news__content * {
  text-align: left;
}
.live-news__content p {
  margin: 0;
}
.live-news__content .aspect-ratio {
  border-radius: 5px;
}
.live-news__content .table {
  min-width: 900px;
}
.live-news__content .table__wrapper {
  overflow: auto;
}
.live-news__content .button {
  margin-top: 20px;
}
.live-news__title {
  margin-bottom: 7.5px;
}
.live-news__step {
  display: flex;
  margin-bottom: 20px;
  margin-left: -50px;
}
.live-news__step .icon {
  background-color: #005f96;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  position: static;
  width: 40px;
  z-index: 1;
}
.live-news__step .group {
  margin-left: 12px;
  margin-top: 2px;
}
.live-news__step p {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1rem;
}
.live-news__step .date {
  font-weight: normal;
}
.live-news__step::after {
  background-color: #005f96;
  content: '';
  display: block;
  height: 108%;
  left: 19px;
  position: absolute;
  top: 37px;
  width: 2px;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .live-news__item {
    padding-left: 70px !important;
  }
  .live-news__step {
    margin-left: -70px;
  }
  .live-news__step .group {
    margin-left: 30px;
  }
}
.meet-the-team__department {
  display: flex !important;
  flex-wrap: wrap;
  margin-top: 30px !important;
}
.meet-the-team__member {
  margin: 0;
  width: calc(50% - 10px);
}
.meet-the-team__member + .meet-the-team__member {
  margin-left: 10px;
}
.meet-the-team__member:nth-of-type(3n+1) {
  margin-left: 0;
}
.meet-the-team__title:not(:first-child) {
  margin: 60px 0 0 0;
  padding: 0;
}
.meet-the-team__title {
  text-align: left;
}
.meet-the-team .member .container-link {
  z-index: 100;
}
.meet-the-team .member__name,
.meet-the-team .member__function {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}
.meet-the-team .member__function {
  margin: 0;
}
.meet-the-team .member__image {
  background: linear-gradient(#dff4f0, #bfe9e0);
  border-radius: 5px 5px 25px 25px;
  padding: 20px 20px 40px;
  border: 3px solid #bfe9e0;
  overflow: hidden;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .meet-the-team .member__image {
    padding: 20px 40px 40px;
  }
}
.meet-the-team .member__image img {
  height: 100%;
  width: auto;
}
.meet-the-team .member .container-link {
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .meet-the-team__member {
    width: calc((1/3 * 100%) - 10px);
  }
  .meet-the-team .member__image {
    padding: 0;
  }
}
.multi-block + .multi-block {
  border-top: 2px solid #ffffff;
  margin-top: 20px;
  padding-top: 20px;
}
.multi-block__title {
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-bottom: 10px;
  text-align: center;
}
.multi-block__content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.multi-block__content .text {
  color: #005f96;
  text-align: center;
}
.multi-block a:not(.button) {
  border-color: #005f96;
  color: #005f96;
}
.multi-block__read-more {
  color: #005f96;
}
.multi-block__read-more .icon {
  border-color: #005f96;
  position: relative;
}
.multi-block__read-more .icon svg {
  fill: #005f96;
}
.multi-block__columns {
  padding-bottom: 20px;
  position: relative;
}
.multi-block__columns > .multi-block__content + .multi-block__content {
  margin-top: 7.5px;
}
.multi-block__columns .icon:not(.icon--circled) {
  display: block;
  height: 50px;
  margin: 0 auto 10px auto;
  position: static;
  width: 50px;
}
.multi-block__columns .icon:not(.icon--circled) svg {
  fill: #005f96;
}
.multi-block__text .alignment--left .text {
  text-align: left;
}
.multi-block__text .alignment--left h3 {
  text-align: left;
}
.multi-block__buttons {
  text-align: center;
}
.multi-block__buttons .text {
  margin-bottom: 20px;
}
.multi-block__buttons .button--prim {
  width: 100%;
}
.multi-block__buttons .button {
  margin: 0;
  text-align: center;
}
.multi-block__buttons .button + .button {
  margin-top: 20px;
}
.multi-block__tip .tip__title {
  color: #005f96;
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.multi-block__tip .rating {
  text-align: center;
}
.multi-block__tip .rating .text {
  margin-bottom: 20px;
}
.multi-block__tip .rating .icon {
  margin-bottom: 20px;
  color: #005f96;
  position: static;
  height: 32px;
  width: 160px;
}
.multi-block__tip .button {
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .multi-block__buttons .button--prim {
    width: auto;
  }
  .multi-block__tip .button {
    width: auto;
  }
  .multi-block__tip .multi-block__content {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .multi-block__content {
    padding-top: 15px;
  }
  .multi-block__columns {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
  }
  .multi-block__columns > .multi-block__content + .multi-block__content {
    margin-top: 0;
  }
  .multi-block__buttons .button--sec {
    height: 80px;
    padding: 10px 15px;
    position: relative;
    width: 100%;
  }
  .multi-block__buttons .button--sec span {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    max-height: calc(100% - 20px);
    width: 80%;
  }
  .multi-block__tip .multi-block__content {
    text-align: center;
  }
  .multi-block__tip .text {
    margin: 0 auto;
  }
  .multi-block__tip .button {
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .multi-block__content {
    padding-top: 15px;
  }
  .multi-block__buttons .group {
    display: flex;
    justify-content: center;
  }
  .multi-block__buttons .button {
    width: 100%;
  }
  .multi-block__buttons .button--prim {
    width: auto;
  }
  .multi-block__buttons .button + .button {
    margin: 0 0 0 20px;
  }
  .multi-block .button-layout--six .group {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .multi-block .button-layout--six .button {
    margin: 0;
    width: calc((1/3 * 100%) - 20px);
  }
  .multi-block .button-layout--six .button:nth-of-type(1n+4) {
    margin: 20px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .main__wrapper--framed .multi-block__columns .multi-block__title {
    font-size: 1.2rem;
  }
  .main__wrapper--framed .multi-block__columns .text {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}
.navigation {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  max-height: 80px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  transition: max-height 0.25s ease;
  z-index: 4 ;
}
.navigation .block__wrapper {
  max-width: 1160px;
}
.navigation a {
  border: 0;
}
.navigation [class*="__item"] {
  color: #005f96;
  font-family: "PFDINTextPro", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
}
.navigation [class*="__item"] a {
  color: inherit;
}
.navigation [class*="__item"]:hover {
  color: #7ed2c1;
}
.navigation [class*="__item"].primary__item--profile {
  color: #ffffff;
  padding: 0;
}
.navigation__top-bar {
  background-color: #c9eae3;
  order: 2;
  padding: 20px;
}
.navigation__primary {
  background-color: #ffffff;
  order: 1;
  padding: 10px 20px 20px 20px;
}
.navigation__primary .block__wrapper {
  position: relative;
}
.navigation__primary .hamburger {
  position: absolute;
  right: 7.5px;
  top: 10px;
}
.navigation__primary .primary__list {
  margin-top: 30px;
}
.navigation__primary .link-home {
  display: block;
  width: 160px;
}
@media only screen and (min-width: 992px) {
  .navigation {
    max-height: none;
    overflow: visible;
    position: static;
  }
  .navigation__top-bar {
    order: 1;
    padding: 0;
  }
  .navigation__primary {
    order: 2;
    padding: 20px 20px 10px 20px;
  }
  .navigation__primary .block__content {
    display: flex;
    justify-content: flex-start;
  }
  .navigation .hamburger {
    display: none;
  }
  .navigation .link-home {
    margin-right: auto;
    width: 190px;
  }
}
.navigation--open {
  height: 100vh;
  overflow: hidden;
}
.navigation--open .navigation {
  height: 100%;
  max-height: 900px;
  overflow: auto;
  position: fixed;
}
.navigation .top-bar__item {
  padding: 10px 0;
}
.navigation .top-bar__item--phone {
  padding-left: 20px;
  position: relative;
}
.navigation .top-bar__item--phone .icon {
  fill: #005f96;
  left: 1px;
  top: 9px;
  width: 14px;
}
.navigation .top-bar__item--phone:hover .icon {
  fill: #7ed2c1;
}
@media only screen and (min-width: 992px) {
  .navigation .top-bar__list {
    display: flex;
    height: 40px;
    justify-content: flex-end;
    width: calc(100% - 4px);
  }
  .navigation .top-bar__item + .top-bar__item {
    margin-left: 20px;
  }
  .navigation .top-bar__item--language {
    display: block;
    padding-left: 20px;
    position: relative;
  }
  .navigation .top-bar__item--language .simple-dropdown__list {
    left: auto;
    right: 0;
  }
}
.navigation .primary__item {
  font-size: 0.9rem;
  padding: 15px 0;
  position: relative;
}
.navigation .primary__item .button--sec {
  line-height: 30px;
  padding-left: 35px;
}
.navigation .primary__item--profile .icon {
  fill: #ffffff;
  left: 5px;
  pointer-events: none;
  top: 20px;
  width: 25px;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .navigation .primary__list {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
  }
  .navigation .primary__item {
    margin-right: 27px;
  }
  .navigation .primary__item--profile {
    margin: 0;
    position: relative;
  }
  .navigation .primary__item a {
    line-height: 40px;
  }
  .navigation .primary__item .button--sec {
    margin: 0;
    transform: translateY(10px);
  }
}
.simple-dropdown {
  cursor: pointer;
}
.simple-dropdown .simple-dropdown__option > span.icon > img {
  padding-top: 3px;
}
.language-visible {
  opacity: 1;
  visibility: visible;
}
.language__option {
  font-family: PFDINTextProLight;
}
.language__option__languagetext {
  white-space: nowrap;
}
.language-dropdown {
  display: flex;
  justify-content: space-between;
  font-family: PFDINTextProLight;
}
.language-dropdown .icon {
  top: 0;
}
.language-dropdown .arrow-icon {
  display: none;
}
@media only screen and (max-width: 992px) {
  .top-bar__list {
    display: flex;
    flex-direction: column;
  }
  .top-bar__list .top-bar__item--language:last-child {
    order: -1;
  }
  .language-visible {
    position: relative;
    background-color: transparent;
    border: 0;
    top: 0;
    padding-left: 0 !important;
  }
  .language-dropdown {
    border-bottom: 1px solid #B8E9DC;
  }
  .language-dropdown .arrow-icon {
    display: block;
    border: 1px solid #005f96;
    border-radius: 50%;
    height: 20px;
    width: 20px;
  }
  .language-dropdown .arrow-icon__svg {
    right: 10px;
    position: absolute;
    top: 35%;
    fill: #005f96;
    height: 10px;
    transform: translate(-50%, -50%);
    width: 10px;
  }
}
.post-list .block__header {
  margin-bottom: 40px;
}
.post-list .aspect-ratio {
  border-radius: 5px;
}
.post-list .aspect-ratio .icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  fill: #ffffff;
  height: 100px;
  opacity: 0.5;
  transition: opacity 0.25s ease;
  width: 100px;
}
.post-list .post-list__content {
  overflow: hidden;
}
.post-list .post-list__item {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  position: relative;
}
.post-list .post-list__item .link--read-more {
  position: relative;
  text-align: right;
  margin-top: auto;
}
.post-list .post-list__item .link--read-more .icon svg {
  transform: translate(-50%, -50%) rotate(90deg);
}
.post-list .post-list__content .text * {
  display: inline;
}
.post-list .post-list__content .text h2 {
  display: none;
}
.post-list .post-list__content .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.post-list__item {
  position: relative;
}
.post-list__item + .post-list__item {
  border-top: 2px solid #eeeeee;
  margin-top: 30px;
  padding-top: 30px;
}
.post-list__item [class*="__title"] {
  transition: color 0.25s ease;
}
.post-list__item:hover [class*="__title"] {
  color: #7ab3d4;
}
.post-list__item:hover .icon {
  border-color: #7ab3d4;
}
.post-list__item:hover .link--read-more {
  color: #7ab3d4;
}
.post-list__item:hover .link--read-more .icon {
  border-color: #7ab3d4;
}
.post-list__item:hover .link--read-more .icon svg {
  fill: #7ab3d4;
}
.post-list__sub-text {
  text-align: left;
}
.post-list__title {
  font-size: 1.2rem;
  margin-bottom: 7.5px;
}
.post-list .button {
  position: relative;
  z-index: 20;
}
.post-list .text {
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.post-list .text p {
  font-size: inherit;
  line-height: inherit;
}
.post-list__item--voor-de-pers .aspect-ratio {
  display: none;
}
.post-list__item--voor-de-pers .post-list__sub-text {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .post-list .aspect-ratio {
    align-self: baseline;
    width: calc(4/12 * 100%);
  }
  .post-list .group {
    padding-left: 20px;
    width: calc(8/12 * 100%);
  }
  .post-list__sub-text {
    line-height: 1rem;
    margin-top: 0;
    text-align: left;
  }
  .post-list .post-list__content {
    max-height: 180px;
  }
  .post-list .post-list__content .text {
    max-height: 80px;
  }
  .post-list__item--voor-de-pers .group {
    padding-left: 0;
    width: 100%;
  }
  .post-list__item--voor-de-pers .post-list__content {
    max-height: 200px;
  }
  .post-list__item--voor-de-pers .post-list__content .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 130px;
  }
  .post-list--horizontal .post-list__list {
    display: flex;
  }
  .post-list--horizontal .post-list__item {
    width: 100%;
  }
  .post-list--horizontal .post-list__item .aspect-ratio {
    width: 100%;
  }
  .post-list--horizontal .post-list__item .group {
    margin-top: 20px;
    padding: 0;
    width: 100%;
  }
  .post-list--horizontal .post-list__item + .post-list__item {
    border: 0;
    border-left: 1px solid #eeeeee;
    margin: 0 0 0 20px;
    padding: 0 0 30px 20px;
  }
  .post-list--horizontal .post-list__content {
    display: block;
    max-height: 9999px;
  }
}
.post-list .button__group {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}
.post-list .button__group .button + .button {
  margin-left: 20px;
}
.post-list__alt_view {
  float: right;
  margin-top: 10px;
}
.post-list__alt_view a.link--read-more {
  display: block;
  padding: 0px 30px 5px 10px;
  float: right;
  margin-left: 10px;
}
.post-list__alt_view .icon svg {
  transform: translate(-50%, -50%) rotate(90deg);
}
.problemflights {
  padding-bottom: 30px;
}
.problemflights .block__header .title--l {
  color: #005f96;
}
.problemflights .block__header .title--l.left {
  text-align: left;
}
.problemflights .block__header .title--l.center {
  text-align: center;
}
.problemflights .block__header .title--l.right {
  text-align: right;
}
.problemflights__list {
  border-bottom: 2px solid #eeeeee;
  margin-top: 10px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.problemflights__content {
  position: relative;
}
.problemflights__item {
  border-top: 2px solid #eeeeee;
  padding: 20px 0 !important;
}
.problemflights__item .icon {
  left: 0;
  top: 4px;
}
.problemflights__item .icon svg {
  fill: #7ed2c1;
}
.problemflights__item .button {
  text-align: center;
}
.problemflights .flight {
  color: #005f96;
}
.problemflights .flight > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.9rem;
  margin-top: 7.5px;
  padding-left: 40px;
  position: relative;
}
.problemflights .flight__code {
  color: #005f96;
  font-size: 1.2rem;
}
.problemflights .flight__date {
  font-weight: 700;
}
.problemflights .flight__time {
  font-weight: 400;
}
.problemflights .link--read-more {
  color: #005f96;
  cursor: pointer;
}
.problemflights .link--read-more .closed {
  display: none;
}
.problemflights .link--read-more .icon {
  border-color: #005f96;
}
.problemflights .link--read-more .icon svg {
  fill: #005f96;
}
.problemflights__list--open .link--read-more .icon {
  transform: rotate(0);
}
.problemflights__list--open .link--read-more .closed {
  display: inline;
}
.problemflights__list--open .open {
  display: none;
}
.problemflights .link--read-more {
  bottom: -7.5px;
}
@media only screen and (min-width: 768px) {
  .problemflights__list {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .problemflights__item {
    width: calc(50% - 10px);
  }
}
.old-problemflights .block__title {
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
}
.old-problemflights__item {
  border-top: 2px solid #c2cac9;
  margin: 0 10px 30px 10px !important;
  padding: 20px 0 0 0 !important;
  position: relative;
}
.old-problemflights__item .icon {
  left: 20px;
}
.old-problemflights__item .icon svg {
  fill: #7ed2c1;
}
.old-problemflights__item .button--sec {
  width: auto;
}
.old-problemflights__item .date,
.old-problemflights__item .departure,
.old-problemflights__item .arrival {
  color: #005f96;
  line-height: 25px;
  margin: 30px 0 10px 0 !important;
  padding: 0 !important;
}
.old-problemflights__item .date .info,
.old-problemflights__item .departure .info,
.old-problemflights__item .arrival .info {
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 18px;
}
.old-problemflights__item .date .time,
.old-problemflights__item .departure .time,
.old-problemflights__item .arrival .time {
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
}
.old-problemflights__code {
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin-left: 15px;
}
.old-problemflights__data {
  padding-left: 60px !important;
}
@media only screen and (min-width: 768px) {
  .old-problemflights__code {
    font-size: 30px;
  }
  .old-problemflights__item .icon {
    display: block;
    height: 25px;
    margin-bottom: 10px;
    position: static;
    width: 25px;
  }
  .old-problemflights__data {
    padding-left: 15px !important;
  }
  .old-problemflights .date,
  .old-problemflights .departure,
  .old-problemflights .arrival {
    line-height: 30px;
    margin-top: 50px !important;
  }
  .old-problemflights .date .info,
  .old-problemflights .departure .info,
  .old-problemflights .arrival .info {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .old-problemflights__item {
    padding: 30px 0 0 0 !important;
  }
  .old-problemflights__item .icon {
    height: 20px;
    width: 20px;
  }
  .old-problemflights__item .button--sec {
    margin-top: 20px;
  }
  .old-problemflights__data {
    display: flex !important;
    margin-top: 40px;
  }
  .old-problemflights__data li {
    width: 100%;
  }
  .old-problemflights .date,
  .old-problemflights .departure,
  .old-problemflights .arrival {
    margin-top: 20px !important;
    padding-right: 30px !important;
  }
}
.quote.block .block__wrapper {
  padding: 0;
}
.quote__content {
  color: #7ed2c1;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .quote__content {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.reviews-overview .block__header {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.reviews-overview .block__header .title--xl {
  margin-bottom: 10px;
  text-align: left;
}
.reviews-overview .block__header .block__sub-title {
  margin-bottom: 30px;
}
.reviews-overview .block__header .text {
  margin-bottom: 30px;
}
.reviews-overview .block__content {
  position: relative;
}
.reviews-overview .block__content .link--read-more {
  position: absolute;
  right: 0;
  top: -40px;
}
.reviews-overview .block__content .link--read-more .icon svg {
  transform: translate(-50%, -50%) rotate(90deg);
}
.reviews-overview__item {
  border-top: 2px solid #eeeeee;
  margin-top: 20px !important;
  padding-top: 20px !important;
}
.reviews-overview__item:last-child {
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
}
.reviews-overview__author .text,
.reviews-overview__content--reply p {
  font-size: 0.8rem;
  margin-bottom: 0;
}
.reviews-overview__content--reply .text {
  font-size: 0.9rem;
}
.reviews-overview__content {
  margin-bottom: 30px;
}
.reviews-overview__content .text {
  font-size: 0.9rem;
}
.reviews-overview__content--reply {
  padding-left: 60px;
}
.reviews-overview__title h3 {
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
}
.reviews-overview__message {
  text-align: center;
}
.reviews-overview__message * {
  text-align: inherit;
}
.step-list .block__title {
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 1rem;
}
.step-list__item {
  padding: 20px 0 20px 80px !important;
  position: relative;
}
.step-list__item:last-child {
  padding-bottom: 0;
}
.step-list__item .circle {
  background-color: #c9eae3;
  border-radius: 50%;
  color: #005f96;
  font-size: 35px;
  height: 60px;
  left: 0;
  line-height: 66px;
  position: absolute;
  top: 0;
  text-align: center;
  width: 60px;
}
.step-list__item::before {
  border-left: 2px #c9eae3 dotted;
  content: '';
  height: 100%;
  left: 30px;
  position: absolute;
  top: 0;
  width: 2px;
}
.step-list__item:last-child::before {
  display: none;
}
.step-list__item .text {
  line-height: 1.3rem;
}
.step-list__item .group {
  text-align: center;
}
.step-list__title {
  color: #005f96;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.reviews-slider .block__title {
  text-align: center;
}
.reviews-slider .slick-arrow {
  top: 60%;
}
.reviews-slider__item {
  padding: 0 30px;
}
.reviews-slider__rating {
  margin: 0 auto;
  width: 160px;
}
.reviews-slider__author .text {
  font-size: 0.8rem;
  text-align: center;
}
.reviews-slider__content {
  background-color: #ffffff;
  height: 80px;
  margin: 0 auto;
}
.reviews-slider__content > .text {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .reviews-slider__content > .text {
    margin-top: 30px;
  }
}
.slider {
  overflow: visible;
  text-align: center;
}
.slider .block__title {
  text-align: center;
}
.slider .block__content {
  overflow: hidden;
  position: relative;
}
.slider__arrow {
  color: #005f96;
  cursor: pointer;
  height: 30px;
  position: absolute;
  top: 30%;
  width: 30px;
}
.slider__arrow--left {
  left: -10px;
}
.slider__arrow--right {
  right: -10px;
}
.slider__arrow .icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slider__track {
  display: flex;
  transition: margin-left 0.35s ease;
}
.slider__item {
  padding: 0 30px;
  width: 100%;
}
.slider__rating {
  margin: 0 auto;
}
.slider__rating .icon {
  color: #7ed2c1;
  display: block;
  height: 40px;
  margin: 0 auto;
  position: static;
  width: 160px;
}
.slider__author {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.slider__author .text {
  font-size: 0.8rem;
  text-align: center;
}
.slider__content {
  background-color: #ffffff;
  margin: 0 auto;
  height: 100%;
  position: relative;
  padding-bottom: 40px;
}
.slider__content .slider-image {
  z-index: 3;
  filter: grayscale(1);
  opacity: 0.5;
}
.slider__content .slider-image:hover {
  opacity: 1;
  filter: grayscale(0);
}
.slider__content .container-link-position {
  position: unset;
}
.slider__content .group {
  padding: 0 30px;
  position: relative;
}
.slider__content .text {
  margin-top: 20px;
  text-align: center;
}
.slider__dots {
  display: flex;
  justify-content: center;
  margin: 30px 0 10px 0;
  position: relative;
}
.slider__dots--dot {
  background-color: #7ed2c1;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  opacity: 0.4;
  text-indent: -9999px;
  transition: opacity 0.25s ease;
  width: 16px;
}
.slider__dots--dot:hover,
.slider__dots--dot-active {
  opacity: 1;
}
.slider__dots--dot + .slider__dots--dot {
  margin-left: 7.5px;
}
@media only screen and (min-width: 768px) {
  .slider__content > .text {
    margin-top: 30px;
  }
}
.table {
  display: flex;
}
.table .block__content {
  overflow: auto;
}
.table .table {
  min-width: 800px;
}
.table .column {
  border-color: #005f96;
  color: #005f96;
  width: 100%;
}
.table .column > span {
  border-bottom: 2px solid #005f96;
  display: block;
  padding-left: 10px;
}
.table .column:first-child span,
.table .column:first-child .cell {
  padding-left: 0;
}
.table .cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #eeeeee;
  color: #7ab3d4;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .table .table {
    min-width: 0;
  }
}
.tip {
  overflow: visible;
}
.tip .icon {
  display: block;
  height: 150px;
  margin: 0 auto -180px auto;
  width: 150px;
}
.tip__content {
  background-color: #eeeeee;
  border-radius: 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 80px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.tip__title {
  color: #2c3332;
  font-size: 1.1rem;
  margin-top: 100px;
  text-align: center;
}
.tip .text {
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: center;
}
.tip .button {
  margin-top: 20px;
}
.tip .button--sec {
  width: auto;
}
.tip__item + .tip__item {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .tip__item {
    display: flex;
    position: relative;
  }
  .tip__item + .tip__item {
    margin-top: 40px;
  }
  .tip__content {
    margin: 0;
    padding-left: 220px;
    text-align: center;
  }
  .tip__title {
    margin-bottom: 7.5px;
    margin-top: 0;
  }
  .tip .icon {
    height: calc(100% + 40px);
    left: 0;
    margin: 0;
    max-width: 200px;
    position: absolute;
    transform: translateY(-20px);
    width: auto;
  }
  .tip .button {
    margin-top: 15px;
    min-width: 150px;
    text-align: center;
  }
}
.tiles {
  padding-top: 60px;
  padding-bottom: 40px;
}
.tiles .block__header {
  text-align: center;
}
.tiles .block__header .title--l {
  margin-bottom: 20px;
}
.tiles__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tiles__tile {
  box-shadow: 0 0 0 0 rgba(44, 51, 50, 0.2);
  transform: translateY(0);
  transition: box-shadow 0.25s ease;
  transition-property: box-shadow, transform, background-color;
  background-color: #c9eae3;
  border-radius: 5px 5px 25px 25px;
  transition-property: background-color, border-color, transform, box-shadow;
  width: calc((100% / 2) - 10px);
}
.tiles__tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 8px 0 rgba(44, 51, 50, 0.3);
}
.tiles__tile:active {
  transform: translateY(-2px);
  box-shadow: 0 2px 3px 0 rgba(44, 51, 50, 0.3);
}
.tiles__tile .icon {
  background-color: #ffffff;
  border: 1px solid #005f96;
  border-radius: 50%;
  height: 55%;
  width: 55%;
  transform: translateY(0);
  position: static;
}
.tiles__tile .icon svg {
  left: 50%;
  position: absolute;
  top: 50%;
  fill: #005f96;
  height: 60%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.tiles__tile span {
  color: #005f96;
  font-size: 1.2rem;
  line-height: 1.1rem;
}
.tiles__tile .text {
  position: static;
}
.tiles__tile:nth-of-type(1n+3) {
  margin-top: 10px;
}
.tiles__content {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 350px) {
  .tiles__tile {
    width: calc((100% / 2) - 7.5px);
  }
  .tiles__tile span {
    font-size: 1rem;
    line-height: 1rem;
  }
}
@media only screen and (min-width: 480px) {
  .tiles__list {
    margin: 0 auto;
    max-width: 450px;
  }
  .tiles__tile {
    width: calc((100% / 2) - 20px);
  }
  .tiles__tile span {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .tiles__list {
    max-width: 99999px;
  }
  .tiles__tile {
    width: calc((100% / 4) - 10px);
    margin: 0 auto;
  }
  .tiles__tile .text {
    line-height: 1.1rem;
  }
  .tiles__tile:nth-of-type(1n+3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .tiles__list {
    margin: 0;
    max-width: 99999px;
  }
  .tiles__content {
    padding: 20px;
  }
  .tiles__tile {
    width: calc((100% / 4) - 20px);
  }
}
@media only screen and (min-width: 1200px) {
  .tiles__list {
    margin: 0;
  }
  .tiles__content {
    padding: 30px;
  }
  .tiles__tile {
    width: calc((100% / 4) - 30px);
  }
}
.usps {
  background-color: #ffffff;
  border-radius: 5px 5px 25px 25px;
  margin-top: 0;
  padding: 0 20px 0 0;
}
.usps .block__header .title--l {
  color: #005f96;
}
.usps .block__header .title--l.left {
  text-align: left;
}
.usps .block__header .title--l.center {
  text-align: center;
}
.usps .block__header .title--l.right {
  text-align: right;
}
.usps .title--m {
  color: #005f96;
  margin-bottom: 10px;
}
.usps__item {
  padding-left: 30px;
  position: relative;
}
.usps .icon {
  background-color: #7ed2c1;
  border-color: #7ed2c1;
  left: 0;
  top: 2px;
}
.usps .icon svg {
  fill: #ffffff;
}
.usps--alt-view {
  background-color: #7ed2c1;
}
.usps--alt-view .icon {
  background-color: #005f96;
  border-color: #005f96;
}
@media only screen and (min-width: 768px) {
  .usps__list {
    margin-top: 30px;
  }
  .usps__item {
    padding-left: 40px;
  }
  .usps__item span {
    line-height: 40px;
  }
  .usps__item .icon {
    height: 30px;
    width: 30px;
  }
  .usps__item .icon svg {
    height: 15px;
    width: 15px;
  }
  .usps__item + .usps__item {
    margin-top: 10px;
  }
}
.uniquesellingpoints {
  background-color: #ffffff;
  padding-bottom: 0;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
}
.uniquesellingpoints__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uniquesellingpoints__list.hideitemsthatdonotfit {
  height: 31px;
  overflow: hidden;
}
.uniquesellingpoints__list.mobile--animation {
  height: 31px;
  overflow: hidden;
}
.uniquesellingpoints__list.mobile--hide {
  display: none;
}
.uniquesellingpoints__item {
  display: none;
  padding-left: 30px;
  position: relative;
  margin-left: 20px;
}
.uniquesellingpoints__item.mobile {
  display: block;
}
.uniquesellingpoints .icon {
  background-color: #7ed2c1;
  border-color: #7ed2c1;
  left: 0;
  top: 1px;
  width: 25px;
  height: 25px;
}
.uniquesellingpoints .icon svg {
  fill: #ffffff;
}
.uniquesellingpoints .link,
.uniquesellingpoints .text {
  font-size: 0.7rem;
  border-bottom: none;
  display: block;
}
.uniquesellingpoints .link:hover {
  color: #005f96;
}
.uniquesellingpoints__item.mobile--animation {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  position: absolute;
  transform: translateX(100vw);
  margin-left: 0;
  padding-left: 0;
  display: flex;
  justify-content: center;
  min-width: 100%;
}
.uniquesellingpoints__item.mobile--animation .icon {
  position: relative;
  margin-right: 7.5px;
}
.uniquesellingpoints__item.mobile--animation-item-2 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.uniquesellingpoints__item.mobile--animation-item-3 {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.uniquesellingpoints__item.mobile--animation-item-4 {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.uniquesellingpoints__item.mobile--animation-item-5 {
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}
.uniquesellingpoints__item.mobile--animation-item-6 {
  -webkit-animation-delay: 25s;
          animation-delay: 25s;
}
.uniquesellingpoints__item.mobile--animation-version-1 {
  min-width: 100%;
  transform: translateX(0);
  visibility: visible;
}
.uniquesellingpoints__item.mobile--animation-version-2 {
  -webkit-animation-name: keyframes_slide_left_2;
          animation-name: keyframes_slide_left_2;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
.uniquesellingpoints__item.mobile--animation-version-3 {
  -webkit-animation-name: keyframes_slide_left_3;
          animation-name: keyframes_slide_left_3;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}
.uniquesellingpoints__item.mobile--animation-version-4 {
  -webkit-animation-name: keyframes_slide_left_4;
          animation-name: keyframes_slide_left_4;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
.uniquesellingpoints__item.mobile--animation-version-5 {
  -webkit-animation-name: keyframes_slide_left_5;
          animation-name: keyframes_slide_left_5;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
}
.uniquesellingpoints__item.mobile--animation-version-6 {
  -webkit-animation-name: keyframes_slide_left_6;
          animation-name: keyframes_slide_left_6;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media only screen and (min-width: 992px) {
  .uniquesellingpoints {
    display: block;
    margin-top: 0;
    padding-top: 0;
  }
  .uniquesellingpoints__container.mobile--animation {
    margin-left: inherit;
    margin-right: inherit;
  }
  .uniquesellingpoints__list {
    justify-content: space-between;
  }
  .uniquesellingpoints__list.mobile--hide {
    display: flex;
  }
  .uniquesellingpoints__item.mobile--animation {
    padding-left: 30px;
    position: relative;
    margin-left: 20px;
  }
  .uniquesellingpoints__item.mobile--animation .icon {
    position: absolute;
  }
  .uniquesellingpoints__item:nth-child(1) {
    margin-left: 0;
  }
  .uniquesellingpoints__item:nth-child(1).desktop {
    display: inline-block;
  }
  .uniquesellingpoints__item.desktop {
    display: inline-block;
  }
  .uniquesellingpoints__item.mobile:not(.desktop) {
    display: none;
  }
  .uniquesellingpoints__list.mobile--animation:not(.hideitemsthatdonotfit) {
    height: inherit;
    overflow: inherit;
  }
  .uniquesellingpoints__item.mobile--animation-version-1,
  .uniquesellingpoints__item.mobile--animation-version-2,
  .uniquesellingpoints__item.mobile--animation-version-3,
  .uniquesellingpoints__item.mobile--animation-version-4,
  .uniquesellingpoints__item.mobile--animation-version-5,
  .uniquesellingpoints__item.mobile--animation-version-6 {
    min-width: initial;
    transform: inherit;
    visibility: inherit;
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
  }
}
@-webkit-keyframes keyframes_slide_left_2 {
  0% {
    visibility: visible;
    transform: translateX(100vw);
  }
  10% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-250vw);
  }
  to {
    transform: translateX(-250vw);
    visibility: hidden;
  }
}
@keyframes keyframes_slide_left_2 {
  0% {
    visibility: visible;
    transform: translateX(100vw);
  }
  10% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-250vw);
  }
  to {
    transform: translateX(-250vw);
    visibility: hidden;
  }
}
@-webkit-keyframes keyframes_slide_left_3 {
  0% {
    visibility: visible;
    transform: translateX(100vw);
  }
  6.6% {
    transform: translateX(0);
  }
  33.3% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-250vw);
  }
  to {
    transform: translateX(-250vw);
    visibility: hidden;
  }
}
@keyframes keyframes_slide_left_3 {
  0% {
    visibility: visible;
    transform: translateX(100vw);
  }
  6.6% {
    transform: translateX(0);
  }
  33.3% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-250vw);
  }
  to {
    transform: translateX(-250vw);
    visibility: hidden;
  }
}
@-webkit-keyframes keyframes_slide_left_4 {
  0% {
    visibility: visible;
    transform: translateX(100vw);
  }
  4% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-250vw);
  }
  to {
    transform: translateX(-250vw);
    visibility: hidden;
  }
}
@keyframes keyframes_slide_left_4 {
  0% {
    visibility: visible;
    transform: translateX(100vw);
  }
  4% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-250vw);
  }
  to {
    transform: translateX(-250vw);
    visibility: hidden;
  }
}
@-webkit-keyframes keyframes_slide_left_5 {
  0% {
    visibility: visible;
    transform: translateX(100vw);
  }
  2% {
    transform: translateX(0);
  }
  18% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-250vw);
  }
  to {
    transform: translateX(-250vw);
    visibility: hidden;
  }
}
@keyframes keyframes_slide_left_5 {
  0% {
    visibility: visible;
    transform: translateX(100vw);
  }
  2% {
    transform: translateX(0);
  }
  18% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-250vw);
  }
  to {
    transform: translateX(-250vw);
    visibility: hidden;
  }
}
@-webkit-keyframes keyframes_slide_left_6 {
  0% {
    visibility: visible;
    transform: translateX(100vw);
  }
  1% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-250vw);
  }
  to {
    transform: translateX(-250vw);
    visibility: hidden;
  }
}
@keyframes keyframes_slide_left_6 {
  0% {
    visibility: visible;
    transform: translateX(100vw);
  }
  1% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-250vw);
  }
  to {
    transform: translateX(-250vw);
    visibility: hidden;
  }
}
.uniquesellingpoints.hide {
  display: none;
}
.video-only.block--side-by-side .aspect-ratio {
  margin-top: 40px;
}
.video-only .aspect-ratio {
  border-radius: 5px;
  overflow: hidden;
}
.video-only .text {
  margin-bottom: 30px;
}
#distance-calculator,
#problem-flights {
  background-color: #eaf0ef;
  border-radius: 5px;
  color: #2c3332;
  display: block;
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-align: center;
  width: 100%;
}
#distance-calculator::before,
#problem-flights::before {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  content: 'Vue block';
  display: block;
}
[data-slider-mount] {
  content: 'Slider VUE block';
}
#distance-calculator::before {
  content: 'Distance Calculator VUE block';
}
#problem-flights::before {
  content: 'Problem Flights VUE block';
}
.vue-load--background {
  background-color: #ffffff;
  min-height: 100px;
  position: relative;
}
.vue-load--background > .spinner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
}
.why-euclaim {
  color: #005f96;
  margin-top: 30px;
}
.why-euclaim__usps {
  display: flex;
  flex-flow: column;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .why-euclaim__usps {
    flex-direction: row;
  }
}
.why-euclaim__usps__usp {
  text-align: center;
  padding: 10px;
  width: 100%;
}
.why-euclaim__usps__usp > .icon {
  width: auto;
}
.why-euclaim__usps__usp .icon {
  border-color: #005f96;
}
.why-euclaim__usps__usp .icon svg {
  fill: #005f96;
  transform: translate(-50%, -50%) rotate(0deg);
}
.why-euclaim__usps__usp h3 {
  font-size: 24px;
}
.why-euclaim__read__more {
  display: block;
  margin: 10px 0 10px 0;
  text-align: right;
}
.why-euclaim__read__more a {
  border: 0;
  color: #005f96;
}
.why-euclaim .hreview-aggregate {
  text-align: center;
}
.why-euclaim .line {
  border-color: #ffffff;
  margin-bottom: 30px;
}
.foldoutnav {
  overflow: visible;
  padding: 10px;
}
.foldoutnav .animate {
  height: 0;
  overflow: hidden;
  transition: all 0.25s ease;
}
.foldoutnav__logo {
  border: 0;
  display: block;
  width: 160px;
}
.foldoutnav .block__wrapper > .group {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.foldoutnav .block__content {
  background-color: #005f96;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  right: -100%;
  top: 0;
  transform: translateX(0);
  transition: transform 0.25s ease;
  width: calc(100vw - 30px);
  z-index: 100;
}
.foldoutnav .block__content > .group {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  justify-content: flex-end;
}
.foldoutnav .block__content .button--close {
  background-color: #ffffff;
  border-radius: 2px;
  left: 20px;
  position: absolute;
  top: 30px;
}
.foldoutnav--open .block__content {
  box-shadow: 5px 5px 8px 11px rgba(44, 51, 50, 0.2);
  transform: translateX(calc(-100% - 30px));
}
.foldoutnav__text {
  color: #ffffff;
  font-size: 0.9rem;
  margin-top: 7.5px;
}
.foldoutnav__item {
  position: relative;
}
.foldoutnav__item:not([data-foldoutnav-cancel]) {
  border-bottom: #ffffff 1px solid;
}
.foldoutnav__title {
  border-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
}
.foldoutnav__title .hitzone {
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
}
.foldoutnav__title .icon {
  border: 0;
  background-color: #ffffff;
  right: 0;
  top: 7.5px;
  transform: rotate(-130deg);
  transition: transform 0.25s ease;
}
.foldoutnav__title .icon svg {
  fill: #005f96;
}
.foldoutnav__title span:not(.icon) {
  display: block;
  font-size: 1rem;
  margin: 7.5px 0;
  white-space: nowrap;
}
.foldoutnav--triggered .icon {
  transform: rotate(-220deg);
}
.foldoutnav__bottom {
  margin-top: 60px;
  padding: 20px;
}
.foldoutnav__bottom .foldoutnav__logo {
  display: none;
}
.foldoutnav__bottom a {
  border: 0;
  color: #ffffff;
  font-size: 0.8rem;
}
.foldoutnav__bottom .button {
  font-size: 1rem;
}
.foldoutnav__bottom .button--tert {
  margin: 0;
  position: absolute;
  right: 20px;
  top: 20px;
}
.foldoutnav__bottom .controls {
  margin-bottom: 40px;
}
.foldoutnav__top {
  margin-top: auto;
  padding: 20px;
}
.foldoutnav__top .foldoutnav__logo--minimal {
  display: none;
}
.foldoutnav__contact {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 30px;
}
.foldoutnav__contact > .group {
  margin-bottom: 20px;
  position: relative;
}
.foldoutnav__contact > .group a {
  border: 0;
}
.foldoutnav__contact > .group .icon {
  background-color: #005f96;
  border: 0;
  top: 3px;
}
.foldoutnav__contact > .group .icon svg {
  fill: #ffffff;
}
.foldoutnav__contact > .group .icon + span {
  padding-left: 30px;
}
.foldoutnav__contact .button:not(.button--icon) {
  display: none;
}
.foldoutnav__contact .button {
  margin: 0;
  width: auto;
}
.foldoutnav__contact h3,
.foldoutnav__contact .group {
  color: #005f96;
}
.foldoutnav__list h2,
.foldoutnav__list--background {
  display: none;
}
.foldoutnav__sub-list {
  padding-bottom: 20px;
  padding-top: 7.5px;
  padding-left: 30px;
}
.foldoutnav__sub-list .cta-group {
  display: none;
}
.foldoutnav__sub-item a:hover {
  text-decoration: underline;
}
.foldoutnav__deeper-item {
  margin-left: 30px;
}
.foldoutnav__deeper-item a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 480px) {
  .foldoutnav .block__content {
    width: calc(100vw - 60px);
  }
  .foldoutnav--open .block__content {
    transform: translateX(calc(-100% - 60px));
  }
}
@media only screen and (min-width: 992px) {
  .foldoutnav {
    padding: 0;
  }
  .foldoutnav--minimal .foldoutnav__bottom {
    display: none;
  }
  .foldoutnav--minimal .foldoutnav__top {
    position: relative;
  }
  .foldoutnav--minimal .foldoutnav__top .foldoutnav__logo--minimal {
    border: 0;
    display: block;
    height: auto;
    position: absolute;
    left: 0;
    top: 3px;
    width: 180px;
  }
  .foldoutnav .block__wrapper > .group,
  .foldoutnav .button--close,
  .foldoutnav__list > .button--tert {
    display: none;
  }
  .foldoutnav .block__content {
    background-color: #dff4f0;
    box-shadow: none;
    height: auto;
    overflow: visible;
    position: static;
    transform: none;
    width: 100%;
  }
  .foldoutnav .block__content > .group {
    flex-direction: column;
    justify-content: flex-start;
  }
  .foldoutnav__top {
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 1160px;
    padding: 15px 15px;
    width: 100%;
  }
  .foldoutnav__contact {
    background-color: transparent;
    display: flex;
    padding: 0;
    position: relative;
  }
  .foldoutnav__contact .foldoutnav__title {
    display: none;
  }
  .foldoutnav__contact .button:not(.button--icon) {
    display: block;
  }
  .foldoutnav__contact .button {
    margin-left: 20px;
  }
  .foldoutnav__contact > .group {
    align-items: center;
    display: flex;
    margin: 0;
  }
  .foldoutnav__contact > .group .icon {
    top: 10px;
    transform: rotate(90deg);
  }
  .foldoutnav__bottom {
    background-color: #ffffff;
    margin-top: 0;
    padding: 10px 10px 0 10px;
    position: relative;
  }
  .foldoutnav__bottom > .group {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1160px;
    width: 100%;
  }
  .foldoutnav__bottom > .group > .group {
    width: 100%;
  }
  .foldoutnav__bottom .foldoutnav__logo {
    display: block;
  }
  .foldoutnav__bottom .cta-group {
    margin-bottom: 0;
  }
  .foldoutnav__item {
    position: static;
  }
  .foldoutnav__item > .foldoutnav__title *:not(.container-link) {
    pointer-events: none;
  }
  .foldoutnav--triggered-background .foldoutnav__list--background {
    opacity: 1;
    visibility: visible;
  }
  .foldoutnav__item[data-foldoutnav-cancel]:hover {
    cursor: pointer;
  }
  .foldoutnav__item[data-foldoutnav-cancel]:hover > a {
    color: #7ed2c1;
  }
  .foldoutnav__list {
    display: flex;
    justify-content: flex-end;
  }
  .foldoutnav__list--background {
    background-color: #005f96;
    box-shadow: 5px 5px 8px 0 rgba(44, 51, 50, 0.2);
    display: block;
    height: auto;
    left: 0;
    min-height: 265px;
    opacity: 0;
    position: absolute;
    top: 90px;
    transition: all 0.3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 1;
  }
  .foldoutnav__list .foldoutnav__title {
    color: #005f96;
    display: block;
    font-size: 1rem;
    padding: 20px 20px 30px 30px;
    position: relative;
    text-align: center;
  }
  .foldoutnav__list .foldoutnav__title span:not(.icon) {
    margin: 0;
  }
  .foldoutnav__list .foldoutnav__title .hitzone {
    left: 0;
    right: auto;
  }
  .foldoutnav__list .foldoutnav__title .icon {
    background-color: #c9eae3;
    left: 0;
    right: auto;
    transition: all 0.25s ease;
    top: 22px;
  }
  .foldoutnav__list .foldoutnav__title .icon svg {
    fill: #ffffff;
  }
  .foldoutnav__list .animate {
    height: auto;
    left: 0;
    height: 265px;
    opacity: 0;
    position: absolute;
    top: 89px;
    transition: opacity 0.25s ease;
    visibility: hidden;
    width: 100%;
    z-index: 100;
  }
  .foldoutnav--triggered .animate {
    opacity: 1;
    visibility: visible;
  }
  .foldoutnav--triggered .block-event {
    height: 90px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .foldoutnav--triggered .foldoutnav__title {
    color: #7ed2c1;
    z-index: 3;
  }
  .foldoutnav--triggered .foldoutnav__title .icon {
    background-color: #005f96;
  }
  .foldoutnav__sub-list {
    height: 100%;
    margin: 0 auto;
    max-width: 1160px;
    padding: 40px;
    position: relative;
    width: 70%;
  }
  .foldoutnav__sub-list .foldoutnav__text {
    font-size: 1rem;
    margin-bottom: 10px;
    width: 100%;
  }
  .foldoutnav__sub-list > .group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 80%;
    width: 70%;
  }
  .foldoutnav__sub-list .cta-group {
    display: block;
    margin-bottom: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 250px;
  }
  .foldoutnav__sub-list .cta-group h2 {
    color: #ffffff;
    display: block;
    margin-bottom: 30px;
  }
  .foldoutnav__sub-list .cta-group .button {
    position: static;
  }
  .foldoutnav__sub-item {
    width: 50%;
  }
  .foldoutnav__deeper-item {
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .foldoutnav__sub-list {
    padding: 30px 0 30px 0;
  }
}
.author-collection {
  display: block;
}
.author-collection .block__header {
  padding: 0 12px 10px 12px;
}
.author-collection .block__header__title {
  display: inline-block;
  width: 80%;
}
.author-collection .block__header__pagination {
  float: right;
}
.author-collection .block__content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (min-width: 1100px) {
  .author-collection .block__content {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.author-collection__item {
  margin-bottom: 30px;
  box-shadow: 0 0 0 0 rgba(44, 51, 50, 0);
  transition: all 200ms;
}
@media (min-width: 1100px) {
  .author-collection__item {
    width: calc(47%);
  }
}
@media (min-width: 1297px) {
  .author-collection__item {
    width: calc(30%);
  }
  .author-collection__item h3 {
    padding: 0 5px 0 5px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
}
.author-collection__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 8px 0 rgba(44, 51, 50, 0.3);
}
.banner {
  overflow: visible;
}
.banner .icon {
  display: block;
  height: 150px;
  margin: 0 auto -180px auto;
  width: 150px;
}
.banner__content {
  background-color: #eeeeee;
  border-radius: 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 80px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.banner__title {
  color: #2c3332;
  font-size: 1.1rem;
  margin-top: 100px;
  text-align: center;
}
.banner .text {
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: center;
}
.banner .button {
  margin-top: 20px;
}
.banner .button--sec {
  width: auto;
}
.banner__item + .tip__item {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .banner__item {
    display: flex;
    position: relative;
  }
  .banner__item + .banner__item {
    margin-top: 40px;
  }
  .banner__content {
    margin: 0;
    padding-left: 220px;
    text-align: center;
  }
  .banner__title {
    margin-bottom: 7.5px;
    margin-top: 0;
  }
  .banner .icon {
    height: calc(100% + 40px);
    left: 0;
    margin: 0;
    max-width: 200px;
    position: absolute;
    transform: translateY(-20px);
    width: auto;
  }
  .banner .button {
    margin-top: 15px;
    min-width: 150px;
    text-align: center;
  }
}
.weereenclassdienergensgaatkomen {
  visibility: hidden;
}
.legacy {
  margin: 0 auto;
  max-width: 1160px;
}
.legacy .banner {
  background-position: center;
  background-size: cover;
  border-radius: 7.5px;
  display: none;
  height: 200px;
}
.legacy .article {
  background-color: #ffffff;
  border-radius: 7.5px;
  line-height: 31px;
  padding-top: 30px;
}
.legacy .article header h1 {
  line-height: 40px;
}
.legacy .article .post_date {
  display: block;
  margin-top: 0;
  padding-bottom: 20px;
  font-size: 16px;
}
.legacy .article .social-share-wrapper {
  display: flex;
  margin-bottom: 30px;
}
.legacy .article .social-share-wrapper a {
  border: 0;
  border-radius: 4px;
  background-color: #005f96;
  color: #ffffff;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.legacy .article .social-share-wrapper a span {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 64%;
  display: block;
  width: 100%;
  height: 100%;
}
.legacy .article .social-share-wrapper div {
  margin-right: 20px;
  overflow: hidden;
  padding: 0;
}
.legacy .article .social-share-wrapper .share-text {
  font-weight: bold;
  line-height: 40px;
}
.legacy .article .social-share-wrapper .facebook-icon {
  background-position: center bottom;
  background-image: url(/wp-content/themes/euclaim/img/facebook.svg);
  background-size: 44%;
}
.legacy .article .social-share-wrapper .twitter-icon {
  background-image: url(/wp-content/themes/euclaim/img/twitter.svg);
  background-size: 70%;
}
.legacy .article .social-share-wrapper .linkedin-icon {
  background-image: url(/wp-content/themes/euclaim/img/linkedin.svg);
}
.legacy .article .social-share-wrapper .email-icon {
  background-image: url(/wp-content/themes/euclaim/img/mail-share.svg);
  background-size: 70%;
}
.legacy .article .social-share-wrapper .whatsapp-icon {
  background-image: url(/wp-content/themes/euclaim/img/whatsapp.svg);
}
.legacy .article .social-share-wrapper .instagram-icon {
  background-image: url(/wp-content/themes/euclaim/img/instagram.svg);
}
.legacy .article p {
  font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 30px 0;
}
.legacy .article h2 {
  font-size: 20px;
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
  line-height: 30px;
  margin-bottom: 5px;
  padding-top: 8px;
}
.legacy .article h3 {
  font-size: 18px;
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
  line-height: 25px;
}
.legacy .article h4 {
  font-size: 16px;
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
  line-height: 25px;
}
.legacy .article ul,
.legacy .article ol {
  list-style-type: initial;
  margin: initial;
  padding: revert;
}
.legacy .article .breadcrumb ul,
.legacy .article .breadcrumb ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.legacy .article textarea {
  font-family: "PFDINTextPro", "Times New Roman", tahoma, arial, sans-serif;
  outline: 0;
  position: relative;
}
.legacy .article figure {
  border-radius: 7.5px;
  margin: 0 0 40px;
  overflow: hidden;
}
.legacy .article figure img {
  border: 0;
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .legacy .banner {
    display: block;
    margin-bottom: -150px;
  }
  .legacy .article {
    margin-left: 8.33333%;
    padding: 60px 80px 0px 80px;
    width: 83.33333%;
  }
  .legacy .article header h1 {
    font-family: "PFDINTextProLight", "Times New Roman", tahoma, arial, sans-serif;
    font-size: 50px;
    line-height: 60px;
  }
  .legacy .article p {
    font-size: 20px;
    line-height: 30px;
  }
  .legacy .article figure {
    max-width: 100%;
  }
  .legacy .article figure img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .legacy .banner {
    height: 400px;
  }
}
.prev_next_post {
  font-size: 16px;
  margin: 30px 0 20px 0;
}
.prev_next_post .previous_post,
.prev_next_post .next-post {
  display: block;
  width: 40%;
}
.prev_next_post .previous_post {
  text-align: left;
  float: left;
}
.prev_next_post .next_post {
  text-align: right;
  float: right;
}
.prev_next_post .next-prev-text {
  font-weight: bold;
}
.prev_next_post a {
  color: #2c3332;
  font-size: 18px;
}
.sitemap table {
  width: 100%;
}
.sitemap tr,
.sitemap td {
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .sitemap table,
  .sitemap tr,
  .sitemap td {
    display: block;
    height: auto !important;
    width: 100% !important;
  }
}
.sitemap > h2,
.sitemap strong {
  display: block;
  margin-top: 30px;
}
p > strong {
  display: inline-block;
  margin: 20px 0;
}

/*# sourceMappingURL=eu-claim.css.map */
