html {
  color: #213652 !important;
  font-size: 1rem;
  font-weight: 400 !important;
  line-height: 1.4;
}
body {
  font-smoothing: antialiased !important;
  margin: 0;
  background: #f5f7f9;
  box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);
}
.Site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.Site-content {
  flex: 1;
  width: 100%;
  padding: 0.8em;
  -ms-flex-preferred-size: auto;
}
.Container {
  max-width: 100rem;
  margin: 0 auto;
}
.Grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.Grid-cell {
  flex: 1;
}
.Grid-cell-Rev {
  flex: 0;
}
.Grid--flexCells>.Grid-cell {
  display: flex;
}
.Grid--top {
  align-items: flex-start;
}
.Grid--bottom {
  align-items: flex-end;
}
.Grid--center {
  align-items: center;
}
.Grid--justifyCenter {
  justify-content: center;
}
.Grid-cell--top {
  align-self: flex-start;
}
.Grid-cell--bottom {
  align-self: flex-end;
}
.Grid-cell--center {
  align-self: center;
}
.Grid-cell--autoSize {
  flex: none;
}
.Grid--fit>.Grid-cell {
  flex: 1;
}
.Grid--full>.Grid-cell {
  flex: 0 0 100%;
}
.Grid--1of2>.Grid-cell {
  flex: 0 0 50%;
}
.Grid--1of3>.Grid-cell {
  flex: 0 0 33.3333%;
}
.Grid--1of4>.Grid-cell {
  flex: 0 0 25%;
}
.Grid--1of5>.Grid-cell {
  flex: 0 0 20%;
}
@media (min-width: 385px) {
  .small-Grid--fit>.Grid-cell {
    flex: 1;
  }
  .small-Grid--full>.Grid-cell {
    flex: 0 0 100%;
  }
  .small-Grid--1of2>.Grid-cell {
    flex: 0 0 50%;
  }
  .small-Grid--1of3>.Grid-cell {
    flex: 0 0 33.3333%;
  }
  .small-Grid--1of4>.Grid-cell {
    flex: 0 0 25%;
  }
  .small-Grid--1of5>.Grid-cell {
    flex: 0 0 20%;
  }
}
@media (min-width: 577px) {
  .med-Grid--fit>.Grid-cell {
    flex: 1;
  }
  .med-Grid--full>.Grid-cell {
    flex: 0 0 100%;
  }
  .med-Grid--1of2>.Grid-cell {
    flex: 0 0 50%;
  }
  .med-Grid--1of3>.Grid-cell {
    flex: 0 0 33.3333%;
  }
  .med-Grid--1of4>.Grid-cell {
    flex: 0 0 25%;
  }
  .med-Grid--1of5>.Grid-cell {
    flex: 0 0 20%;
  }
}
@media (min-width: 769px) {
  .large-Grid--fit>.Grid-cell {
    flex: 1;
  }
  .large-Grid--full>.Grid-cell {
    flex: 0 0 100%;
  }
  .large-Grid--1of2>.Grid-cell {
    flex: 0 0 50%;
  }
  .large-Grid--1of3>.Grid-cell {
    flex: 0 0 33.3333%;
  }
  .large-Grid--1of4>.Grid-cell {
    flex: 0 0 25%;
  }
  .large-Grid--1of5>.Grid-cell {
    flex: 0 0 20%;
  }
}
@media (min-width: 1024px) {
  .xlarge-Grid--fit>.Grid-cell {
    flex: 1;
  }
  .xlarge-Grid--full>.Grid-cell {
    flex: 0 0 100%;
  }
  .xlarge-Grid--1of2>.Grid-cell {
    flex: 0 0 50%;
  }
  .xlarge-Grid--1of3>.Grid-cell {
    flex: 0 0 33.3333%;
  }
  .xlarge-Grid--1of4>.Grid-cell {
    flex: 0 0 25%;
  }
  .xlarge-Grid--1of5>.Grid-cell {
    flex: 0 0 20%;
  }
}
.Box {
  width: 100%;
  padding: 0.8em 1em;
  margin-bottom: 1em;
  background: rgba(33,54,82,0);
  border-radius: 5px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.u-full {
  width: 100% !important;
}
.u-full,
.u-1of2 {
  flex: none !important;
}
.u-1of2 {
  width: 50% !important;
}
.u-1of3 {
  width: 33.3333% !important;
}
.u-1of3,
.u-2of3 {
  flex: none !important;
}
.u-2of3 {
  width: 66.6667% !important;
}
.u-1of4 {
  width: 25% !important;
}
.u-1of4,
.u-3of4 {
  flex: none !important;
}
.u-3of4 {
  width: 75% !important;
}
.u-1of5 {
  width: 20% !important;
}
.u-1of5,
.u-4of5 {
  flex: none !important;
}
.u-2of5 {
  width: 40% !important;
}
.u-3of5 {
  width: 60% !important;
}
.u-4of5 {
  width: 80% !important;
}
@media (min-width: 385px) {
  .u-small-full {
    width: 100% !important;
  }
  .u-small-full,
  .u-small-1of2 {
    flex: none !important;
  }
  .u-small-1of2 {
    width: 50% !important;
  }
  .u-small-1of3 {
    width: 33.3333% !important;
  }
  .u-small-1of3,
  .u-small-2of3 {
    flex: none !important;
  }
  .u-small-2of3 {
    width: 66.6667% !important;
  }
  .u-small-1of4 {
    width: 25% !important;
  }
  .u-small-1of4,
  .u-small-3of4 {
    flex: none !important;
  }
  .u-small-3of4 {
    width: 75% !important;
  }
  .u-small-1of5 {
    width: 20% !important;
  }
  .u-small-1of5,
  .u-small-4of5 {
    flex: none !important;
  }
  .u-small-2of5 {
    width: 40% !important;
  }
  .u-small-2of5,
  .u-small-3of5 {
    flex: none !important;
  }
  .u-small-3of5 {
    width: 60% !important;
  }
  .u-small-4of5 {
    width: 80% !important;
  }
}
@media (min-width: 577px) {
  .u-med-full {
    width: 100% !important;
  }
  .u-med-full,
  .u-med-1of2 {
    flex: none !important;
  }
  .u-med-1of2 {
    width: 50% !important;
  }
  .u-med-1of3 {
    width: 33.3333% !important;
  }
  .u-med-1of3,
  .u-med-2of3 {
    flex: none !important;
  }
  .u-med-2of3 {
    width: 66.6667% !important;
  }
  .u-med-1of4 {
    width: 25% !important;
  }
  .u-med-1of4,
  .u-med-3of4 {
    flex: none !important;
  }
  .u-med-3of4 {
    width: 75% !important;
  }
  .u-med-1of5 {
    width: 20% !important;
  }
  .u-med-1of5,
  .u-med-4of5 {
    flex: none !important;
  }
  .u-med-2of5 {
    width: 40% !important;
  }
  .u-med--2of5,
  .u-med--3of5 {
    flex: none !important;
  }
  .u-med-3of5 {
    width: 60% !important;
  }
  .u-med-4of5 {
    width: 80% !important;
  }
}
@media (min-width: 769px) {
  .u-large-full {
    width: 100% !important;
  }
  .u-large-full,
  .u-large-1of2 {
    flex: none !important;
  }
  .u-large-1of2 {
    width: 50% !important;
  }
  .u-large-1of3 {
    width: 33.3333% !important;
  }
  .u-large-1of3,
  .u-large-2of3 {
    flex: none !important;
  }
  .u-large-2of3 {
    width: 66.6667% !important;
  }
  .u-large-1of4 {
    width: 25% !important;
  }
  .u-large-1of4,
  .u-large-3of4 {
    flex: none !important;
  }
  .u-large-3of4 {
    width: 75% !important;
  }
  .u-large-1of5 {
    width: 20% !important;
  }
  .u-large-1of5,
  .u-large-4of5 {
    flex: none !important;
  }
  .u-large-4of5 {
    width: 80% !important;
  }
  .u-large-2of5 {
    width: 40% !important;
  }
  .u-large--2of5,
  .u-large--3of5 {
    flex: none !important;
  }
  .u-large-3of5 {
    width: 60% !important;
  }
}
@media (min-width: 1024px) {
  .u-xlarge-full {
    width: 100% !important;
  }
  .u-xlarge-full,
  .u-large-1of2 {
    flex: none !important;
  }
  .u-xlarge-1of2 {
    width: 50% !important;
  }
  .u-xlarge-1of3 {
    width: 33.3333% !important;
  }
  .u-xlarge-1of3,
  .u-large-2of3 {
    flex: none !important;
  }
  .u-xlarge-2of3 {
    width: 66.6667% !important;
  }
  .u-xlarge-1of4 {
    width: 25% !important;
  }
  .u-xlarge-1of4,
  .u-large-3of4 {
    flex: none !important;
  }
  .u-xlarge-3of4 {
    width: 75% !important;
  }
  .u-xlarge-1of5 {
    width: 20% !important;
  }
  .u-xlarge-1of5,
  .u-large-4of5 {
    flex: none !important;
  }
  .u-xlarge-2of5 {
    width: 40% !important;
  }
  .u-xlarge--2of5,
  .u-xlarge--3of5 {
    flex: none !important;
  }
  .u-xlarge-3of5 {
    width: 60% !important;
  }
  .u-xlarge-4of5 {
    width: 80% !important;
  }
}
@media (min-width: 577px) {
  .u-med-full {
    width: 100% !important;
  }
  .u-med-full,
  .u-med-fixed {
    flex: none !important;
  }
  .u-med-fixed {
    width: fixedMed !important;
  }
}
@media (min-width: 769px) {
  .u-large-full {
    width: 100% !important;
  }
  .u-large-full,
  .u-large-fixed {
    flex: none !important;
  }
  .u-large-fixed {
    width: fixedLarge !important;
  }
}
@media (min-width: 1024px) {
  .u-xlarge-full {
    width: 100% !important;
  }
  .u-xlarge-full,
  .u-large-fixed {
    flex: none !important;
  }
  .u-xlarge-fixed {
    width: fixedXLarge !important;
  }
}
.LtoR {
  order: 0 !important;
}
@media (min-width: 769px) {
  .LtoR {
    order: 2 !important;
  }
}
.RtoL {
  order: 0 !important;
}
@media (min-width: 769px) {
  .RtoL {
    order: 1 !important;
  }
}
.LtoR-med {
  order: 0 !important;
}
@media (min-width: 577px) {
  .LtoR-med {
    order: 2 !important;
  }
}
.RtoL-med {
  order: 0 !important;
}
@media (min-width: 577px) {
  .RtoL-med {
    order: 1 !important;
  }
}
.Grid--gutters {
  margin-left: -1em;
}
.Grid--gutters>.Grid-cell {
  padding-left: 1em;
}
.Grid--guttersLarge {
  margin-left: -1.5em;
}
.Grid--guttersLarge>.Grid-cell {
  padding-left: 1.5em;
}
.Grid--gutters2x {
  margin-left: -2em;
}
.Grid--gutters2x>.Grid-cell {
  padding-left: 2em;
}
.Grid--gutters3x {
  margin-left: -3em;
}
.Grid--gutters3x>.Grid-cell {
  padding-left: 3em;
}
@media (min-width: 24em) {
  .small-Grid--gutters {
    margin-left: -1em;
  }
  .small-Grid--gutters>.Grid-cell {
    padding-left: 1em;
  }
  .small-Grid--gutters {
    margin-left: -1em;
  }
  .small-Grid--gutters>.Grid-cell {
    padding-left: 1em;
  }
  .small-Grid--guttersLarge {
    margin-left: -1.5em;
  }
  .small-Grid--guttersLarge>.Grid-cell {
    padding-left: 1.5em;
  }
  .small-Grid--gutters2x {
    margin-left: -2em;
  }
  .small-Grid--gutters2x>.Grid-cell {
    padding-left: 2em;
  }
  .small-Grid--gutters3x {
    margin-left: -3em;
  }
  .small-Grid--gutters3x>.Grid-cell {
    padding-left: 3em;
  }
}
@media (min-width: 36em) {
  .med-Grid--gutters {
    margin-left: -1em;
  }
  .med-Grid--gutters>.Grid-cell {
    padding-left: 1em;
  }
  .med-Grid--guttersLarge {
    margin-left: -1.5em;
  }
  .med-Grid--guttersLarge>.Grid-cell {
    padding-left: 1.5em;
  }
  .med-Grid--gutters2x {
    margin-left: -2em;
  }
  .med-Grid--gutters2x>.Grid-cell {
    padding-left: 2em;
  }
  .med-Grid--gutters3x {
    margin-left: -3em;
  }
  .med-Grid--gutters3x>.Grid-cell {
    padding-left: 3em;
  }
}
@media (min-width: 48em) {
  .large-Grid--gutters {
    margin-left: -1em;
  }
  .large-Grid--gutters>.Grid-cell {
    padding-left: 1em;
  }
  .large-Grid--guttersLarge {
    margin-left: -1.5em;
  }
  .large-Grid--guttersLarge>.Grid-cell {
    padding-left: 1.5em;
  }
  .large-Grid--gutters2x {
    margin-left: -2em;
  }
  .large-Grid--gutters2x>.Grid-cell {
    padding-left: 2em;
  }
  .large-Grid--gutters3x {
    margin-left: -3em;
  }
  .large-Grid--gutters3x>.Grid-cell {
    padding-left: 3em;
  }
}
@supports not (flex-wrap: wrap) {
  .Grid--ffMultilineSupport {
    display: block;
  }
  .Grid--ffMultilineSupport>.Grid-cell {
    display: inline-block;
    vertical-align: top;
  }
  .Grid--full,
  .Grid--full>.Grid-cell {
    display: block;
  }
  .Grid--fit,
  .Grid--1of2,
  .Grid--1of3,
  .Grid--1of4 {
    display: flex;
  }
@media (min-width: 24em) {
    .small-Grid--full,
    .small-Grid--full>.Grid-cell {
      display: block;
    }
    .small-Grid--fit,
    .small-Grid--1of2,
    .small-Grid--1of3,
    .small-Grid--1of4 {
      display: flex;
    }
}
@media (min-width: 36em) {
    .med-Grid--full,
    .med-Grid--full>.Grid-cell {
      display: block;
    }
    .med-Grid--fit,
    .med-Grid--1of2,
    .med-Grid--1of3,
    .med-Grid--1of4 {
      display: flex;
    }
}
@media (min-width: 48em) {
    .large-Grid--full,
    .large-Grid--full>.Grid-cell {
      display: block;
    }
    .large-Grid--fit,
    .large-Grid--1of2,
    .large-Grid--1of3,
    .large-Grid--1of4 {
      display: flex;
    }
}
}
.u-spaceAN {
  margin: 0 !important;
}
.u-spaceVN {
  margin-bottom: 0 !important;
}
.u-spaceVN,
.u-spaceTN {
  margin-top: 0 !important;
}
.u-spaceRN {
  margin-right: 0 !important;
}
.u-spaceBN {
  margin-bottom: 0 !important;
}
.u-spaceLN {
  margin-left: 0 !important;
}
.u-spaceAS {
  margin: 0.5em !important;
}
.u-spaceVS {
  margin-bottom: 0.5em !important;
}
.u-spaceVS,
.u-spaceTS {
  margin-top: 0.5em !important;
}
.u-spaceRS {
  margin-right: 0.5em !important;
}
.u-spaceBS {
  margin-bottom: 0.5em !important;
}
.u-spaceLS {
  margin-left: 0.5em !important;
}
.u-spaceAM {
  margin: 1em !important;
}
.u-spaceVM {
  margin-bottom: 1em !important;
}
.u-spaceVM,
.u-spaceTM {
  margin-top: 1em !important;
}
.u-spaceRM {
  margin-right: 1em !important;
}
.u-spaceBM {
  margin-bottom: 1em !important;
}
.u-spaceLM {
  margin-left: 1em !important;
}
.u-spaceAL {
  margin: 2em !important;
}
.u-spaceVL {
  margin-bottom: 2em !important;
}
.u-spaceVL,
.u-spaceTL {
  margin-top: 2em !important;
}
.u-spaceRL {
  margin-right: 2em !important;
}
.u-spaceBL {
  margin-bottom: 2em !important;
}
.u-spaceLL {
  margin-left: 2em !important;
}
.u-spaceBox {
  padding: 1em;
}
.yel {
  background: rgba(255,0,100,0.1);
}
.grn {
  background: rgba(0,155,0,0.1);
}
.blu {
  background: rgba(0,0,255,0.1);
}
.red {
  background: rgba(155,0,255,0.1);
}
.Button {
  transition: background-color 0.2s;
  display: inline-block;
  padding: 0.6em 3em;
  background: rot;
  color: #fff;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
}
.Button:focus {
  outline: thin dotted #666;
}
.Button:hover,
.Button:active,
.Button:focus {
  border: 0;
  background: #343b43;
  text-decoration: none;
}
.Button--action {
  background-color: #46b980;
  color: #fff;
}
.Button--action:hover,
.Button--action:active,
.Button--action:focus {
  background-color: #389466;
}
.Button--wide {
  padding-right: 1.5em;
  padding-left: 1.5em;
}
.Media {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}
.Media-figure {
  margin-right: 1em;
}
.Media-body {
  flex: 1 0 0;
}
.Media-body,
.Media-body :last-child {
  margin-bottom: 0;
}
.Media--center {
  align-items: center;
}
.Media--reverse>.Media-figure {
  order: 1;
  margin: 0 0 0 1em;
}
.InputAddOn {
  display: flex;
  margin-bottom: 1em;
}
.InputAddOn-field {
  flex: 1;
}
.InputAddOn-field:not(:first-child) {
  border-left: 0;
}
.InputAddOn-field:not(:last-child) {
  border-right: 0;
}
.InputAddOn-item {
  background-color: rgba(147,128,108,0.1);
  color: #666;
  font: inherit;
  font-weight: 400;
}
.InputAddOn-field,
.InputAddOn-item {
  border: 1px solid rgba(147,128,108,0.25);
  padding: 0.5em 0.75em;
}
.InputAddOn-field:first-child,
.InputAddOn-item:first-child {
  border-radius: 2px 0 0 2px;
}
.InputAddOn-field:last-child,
.InputAddOn-item:last-child {
  border-radius: 0 2px 2px 0;
}
.u-textBreak {
  word-wrap: break-word !important;
}
.u-textCenter {
  text-align: center !important;
}
.u-textLeft {
  text-align: left !important;
}
.u-textRight {
  text-align: right !important;
}
.u-textCenterLeft-small {
  text-align: center !important;
}
@media (min-width: 24em) {
  .u-textCenterLeft-small {
    text-align: left !important;
  }
}
.u-textInheritColor {
  color: inherit !important;
}
.u-textKern {
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
.u-textNoWrap,
.u-textTruncate {
  white-space: nowrap !important;
}
.u-textTruncate {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  word-wrap: normal !important;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
li {
  list-style: none;
}
.cd-tabs {
  position: relative;
/*width: 90%
  max-width: 960px
  margin: 2em auto*/
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs::after {
/* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to left, #1379b7, rgba(19,121,183,0));
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
  display: none;
}
.cd-tabs.is-ended::after {
/* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #1379b7;
}
@media only screen and (min-width: 960px) {
  .cd-tabs nav {
    position: relative;
    float: none;
    background: transparent;
  }
}
section#cd-tab-docking {
  padding-top: 0 !important;
}
.cd-tabs-navigation {
  text-align: center;
  padding: 0 1em 0 1em;
  margin: 0;
/*@media only screen and (max-width: 600px)*/
/*width: 600px /*scroll Nav auf Mobile*/
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation li {
/*display: inline-block*/
  background: #095b89;
/*margin-bottom: 0.2em*/
}
@media only screen and (min-width: 640px) {
  .cd-tabs-navigation li {
    display: inline-block;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.6);
  }
}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  height: 30px;
/*width: 120px*/
  text-align: center;
  font-size: 0.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  color: #fff;
  padding-top: 8px;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 640px) {
  .cd-tabs-navigation a {
    height: 60px;
    padding-top: 24px;
    margin-bottom: 0;
    width: 120px;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-navigation a {
    font-size: 1rem;
  }
}
.no-touch .cd-tabs-navigation a:hover {
  background-color: #ecf0f1 !important;
  box-shadow: inset 0 2px 0 #eab024;
  color: #1379b7;
  transition: color 0.2s, background 0.2s;
}
.cd-tabs-navigation a.selected {
  background-color: #fff !important;
  box-shadow: inset 0 2px 0 #eab024;
  color: #1379b7;
}
@media only screen and (min-width: 524px) {
  .cd-tabs-navigation li {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-navigation {
/* tabbed on top on big devices */
    width: auto;
    background-color: #1379b7;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
  }
  .cd-tabs-navigation a {
    height: 60px;
    line-height: 60px;
    width: auto;
    text-align: left;
    font-size: 1rem;
    padding: 0 3em;
  }
  .cd-tabs-navigation a.selected {
    box-shadow: inset 0 2px 0 #eab024;
  }
  .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
}
.cd-tabs-content {
  padding: 0;
  -webkit-padding-start: 0px;
}
.cd-tabs-content li {
  display: none;
  padding: 1.4em;
}
.cd-tabs-content li.selected {
  display: block;
  animation: cd-fade-in 0.5s;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  .cd-tabs-content {
    min-height: 0;
  }
  .cd-tabs-content li {
    padding: 0em;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.Row {
  margin: 0 auto !important;
  max-width: 100rem !important;
  padding: 0.8em !important;
}
.Site-content {
  padding: 0em !important;
}
.Grid-cell {
  max-width: 100%;
}
.u-spaceBXL {
  margin-bottom: 22em !important;
}
@media only screen and (max-width: 50em) {
  .u-spaceBXL {
    margin-bottom: 12em !important;
  }
}
@media only screen and (max-width: 50em) and (max-width: 24em) {
  .u-spaceBXL {
    margin-bottom: 0em !important;
  }
}
.u-spaceBL-large {
  margin-bottom: 0em !important;
}
@media (min-width: 48em) {
  .u-spaceBL-large {
    margin-bottom: 2em !important;
  }
}
.u-textLeft-Center-med {
  text-align: center !important;
}
@media (min-width: 36em) {
  .u-textLeft-Center-med {
    text-align: left !important;
  }
}
.u-textLeft-Center-large {
  text-align: center !important;
}
@media (min-width: 48em) {
  .u-textLeft-Center-large {
    text-align: left !important;
  }
}
.u-textCenter-Left-large {
  text-align: left !important;
}
@media (min-width: 48em) {
  .u-textCenter-Left-large {
    text-align: Center !important;
  }
}
.u-1of8 {
  width: 12% !important;
}
.u-1of8,
.u-7of8 {
  flex: none !important;
}
.u-7of8 {
  width: 88% !important;
}
@media (min-width: 48em) {
  .u-large-1of8 {
    width: 12% !important;
  }
  .u-large-1of8,
  .u-large-7of8 {
    flex: none !important;
  }
}
.u-large-7of8 {
  width: 88% !important;
}
.Anniversary img {
  display: none;
}
@media (min-width: 36em) {
  .Anniversary img {
    display: block;
    min-width: 100%;
    padding: 2em;
  }
}
@media (min-width: 72em) {
  .Anniversary img {
    width: 100%;
  }
}
.Hero {
  background-image: url("../../images/hero.jpg");
  background-position: center 33%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 1em;
}
@media (min-width: 50em) {
  .Hero {
    background-position: center 33% !important;
    min-height: 450px;
    padding: 0 5em;
  }
}
@media (min-width: 72em) {
  .Hero {
    padding: 0 9.5em;
  }
}
.Hero h1 {
  font-weight: 600;
}
.Hero h2 {
  font-weight: 600;
}
.Emergency {
  line-height: 1.5;
}
.Emergency p,
.Emergency a,
.Emergency h3,
.Emergency h4 {
  color: #fff !important;
  margin: 0;
}
#hello {
  padding: 4em 0;
}
.u-divider-H {
  border-bottom: 2px #fff solid;
}
.u-divider-H-mobile {
  border-bottom: 0;
}
@media (max-width: 36em) {
  .u-divider-H-mobile {
    border-bottom: 2px #fff solid;
  }
}
.u-divider-V {
  border-left: 2px #fff solid;
}
.u-divider-V-mobile {
  border-left: 0;
}
@media (min-width: 36em) {
  .u-divider-V-mobile {
    border-left: 2px #fff solid;
  }
}
.Nav-cell {
  max-width: 100%;
  padding: 1em 0;
  transition: all 0.4s;
  color: #6f7c82;
}
a.Nav-cell:hover {
  background: #ecf0f1;
}
@media (max-width: 56em) {
  .glueboy {
    display: none !important;
  }
}
a {
  text-decoration: none;
}
@media only screen and (max-width: 1169px) {
  body.nav-on-left.overflow-hidden {
    overflow: hidden;
  }
}
input {
  font-family: sans-serif;
  font-size: 1.6rem;
}
input[type="search"]::-ms-clear {
/* removes close icon - IE */
  display: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.cd-main-content,
.cd-main-header {
/* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  will-change: transform;
}
.cd-main-content,
.cd-main-header {
  position: relative;
  transition: transform 0.3s;
}
@media only screen and (max-width: 1169px) {
  .cd-main-content.nav-is-visible,
  .cd-main-header.nav-is-visible {
    transform: translateX(-260px);
  }
  .nav-on-left .cd-main-content.nav-is-visible,
  .nav-on-left .cd-main-header.nav-is-visible {
    transform: translateX(260px);
  }
}
.cd-main-content {
  background: #fff;
  z-index: 2;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.cd-main-header {
  height: 80px;
  background: #fff;
  z-index: 3;
  border-bottom: 1px solid #c0c0c0;
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}
.nav-is-fixed .cd-main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1170px) {
  .nav-is-fixed .cd-main-header {
    position: fixed;
    top: 0;
    left: auto;
    max-width: 100rem;
  }
}
@media only screen and (min-width: 1170px) {
  .nav-is-fixed {
    max-width: 100rem;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-main-header {
    height: 93px;
  }
  .cd-main-header::after {
    clear: both;
    content: "";
    display: table;
  }
}
.cd-logo {
  position: absolute;
  top: 12px;
  left: 5%;
  z-index: 99;
}
.cd-logo img {
  display: block;
  width: 140px;
}
@media only screen and (max-width: 1169px) {
  .cd-logo img {
    width: 110px;
  }
}
@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-logo {
    left: auto;
    right: 5%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-logo {
    top: 10px;
    left: 2em;
  }
}
.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 20px;
  right: 5%;
  margin-top: 0;
}
.cd-header-buttons li {
  display: inline-block;
}
@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%;
  }
  .nav-on-left .cd-header-buttons li {
    float: right;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-header-buttons {
    top: 18px;
    right: 4em;
  }
}
.cd-search-trigger,
.cd-nav-trigger {
  position: relative;
  display: block;
  width: 80px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
/* hide text */
  color: transparent;
  z-index: 3;
}
.cd-search-trigger::before,
.cd-search-trigger::after {
/* search icon */
  content: '';
  position: absolute;
  transition: opacity 0.3s;
/* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-search-trigger::before {
/* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #6f7c82;
}
.cd-search-trigger::after {
/* handle */
  height: 3px;
  width: 8px;
  background: #6f7c82;
  bottom: 14px;
  right: 11px;
  transform: rotate(45deg);
}
.cd-search-trigger span {
/* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.cd-search-trigger span::before,
.cd-search-trigger span::after {
/* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #6f7c82;
  opacity: 0;
/* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
  transform: rotate(45deg);
}
.cd-search-trigger span::after {
  transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
/* hide search icon */
  opacity: 0;
}
.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
/* show close icon */
  opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
  transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
  transform: rotate(45deg);
}
.cd-nav-trigger span,
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
/* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #6f7c82;
}
.cd-nav-trigger span {
/* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  transition: background 0.3s 0.3s;
}
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
/* other 2 lines */
  content: '';
  right: 0;
/* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 0% 50%;
  transition: transform 0.3s 0.3s;
}
.cd-nav-trigger span::before {
/* menu icon top line */
  top: -6px;
}
.cd-nav-trigger span::after {
/* menu icon bottom line */
  top: 6px;
}
.cd-nav-trigger.nav-is-visible span {
/* hide line in the center */
  background: rgba(46,50,51,0);
}
.cd-nav-trigger.nav-is-visible span::before,
.cd-nav-trigger.nav-is-visible span::after {
/* keep visible other 2 lines */
  background: #6f7c82;
}
.cd-nav-trigger.nav-is-visible span::before {
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}
@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
    display: none;
  }
}
.cd-primary-nav,
.cd-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  padding-left: 0.25em;
  margin-top: 0;
  height: 100%;
  width: 260px;
  background: #2e3233;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
/* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  transform: translateX(0);
  transition: transform 0.3s;
}
.cd-primary-nav a,
.cd-primary-nav ul a {
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  color: #6f7c82;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #3a3f40;
  transform: translateZ(0);
  will-change: transform, opacity;
  transition: transform 0.3s, opacity 0.3s;
}
@media only screen and (max-width: 1169px) {
  .cd-primary-nav a,
  .cd-primary-nav ul a {
    color: #ecf0f1;
  }
}
.cd-primary-nav.is-hidden,
.cd-primary-nav ul.is-hidden {
/* secondary navigations hidden by default */
  transform: translateX(100%);
}
.cd-primary-nav.moves-out > li > a,
.cd-primary-nav ul.moves-out > li > a {
/* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  transform: translateX(-100%);
  opacity: 0;
}
@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-primary-nav,
  .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
  }
}
.cd-primary-nav .see-all a {
/* different style for the See all button on mobile and tablet */
  padding-left: 2.5em;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item,
.cd-primary-nav .cd-nav-icons .cd-nav-item {
/* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item h3,
.cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 0;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 2.5em;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: none;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 2.5em;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #2e3233;
  font-size: 1.3rem;
/* hide description on small devices */
  display: none;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
/* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
@media only screen and (max-width: 1169px) {
  .cd-primary-nav {
/* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    transition: visibility 0s 0.3s;
  }
  .cd-primary-nav.nav-is-visible {
    visibility: visible;
    transition: visibility 0s 0s;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-primary-nav {
    position: static;
    padding: 52px 60px 0 0;
    height: auto;
    width: 100%;
    float: right;
    overflow: visible;
    background: transparent;
    text-align: right;
  }
  .cd-primary-nav::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav.moves-out > li > a {
/* reset mobile style */
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav ul {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3;
  }
  .cd-primary-nav ul.is-hidden {
/* reset mobile style */
    transform: translateX(0);
  }
  .cd-primary-nav ul.moves-out > li > a {
/* reset mobile style */
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav > li {
    display: inline-block;
    margin-left: 3em;
  }
  .cd-primary-nav > li > a {
/* main navigation buttons style */
    position: relative;
    display: inline-block;
    height: 40px;
    font-size: 1.3rem;
    line-height: 40px;
    padding: 0 10px;
    overflow: visible;
    border-bottom: none;
    transition: color 0.3s, box-shadow 0.3s;
  }
  .cd-primary-nav > li > a:hover {
    box-shadow: inset 0 -2px 0 #eab024;
  }
  .cd-primary-nav > li > a.selected {
    color: #1379b7;
  }
  .cd-primary-nav .go-back,
  .cd-primary-nav .see-all {
    display: none;
  }
  .cd-primary-nav .cd-secondary-nav,
  .cd-primary-nav .cd-nav-gallery,
  .cd-primary-nav .cd-nav-icons {
/* dropdown menu style */
    position: absolute;
/*text-align: center*/
    padding-left: 0;
    top: 93px;
/*width: 100vw nur bei voller Breite */
    width: 100%;
    background: rgba(255,255,255,0.9);
    text-align: center;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0,0,0,0.05);
    transform: translateX(0);
    transition: opacity 0.3s 0s, visibility 0s 0s;
  }
  .cd-primary-nav .cd-secondary-nav::after,
  .cd-primary-nav .cd-nav-gallery::after,
  .cd-primary-nav .cd-nav-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav .cd-secondary-nav.is-hidden,
  .cd-primary-nav .cd-nav-gallery.is-hidden,
  .cd-primary-nav .cd-nav-icons.is-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all,
  .cd-primary-nav .cd-nav-gallery > .see-all,
  .cd-primary-nav .cd-nav-icons > .see-all {
/* this is the BIG See all button at the bottom of the dropdown menu */
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
/* reset some inherited style */
    margin: 0;
    padding: 0;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a,
  .cd-primary-nav .cd-nav-gallery > .see-all a,
  .cd-primary-nav .cd-nav-icons > .see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    border-top: 1px solid #e2e3df;
/* reset some inherited style */
    border-bottom: none;
    margin: 0;
    padding: 0;
    transition: color 0.2s, background 0.2s, border 0.2s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a:hover,
  .cd-primary-nav .cd-nav-gallery > .see-all a:hover,
  .cd-primary-nav .cd-nav-icons > .see-all a:hover {
    background: #f5f7f9;
    border-color: #2e3233;
    color: #1379b7;
    font-size: 1.2rem;
  }
  .cd-primary-nav .cd-secondary-nav > li {
/* change the height according to your needs - you can even set height: auto */
    height: auto;
/* here you set the number of columns - use width percentage
    width: 23%
    float: left
    margin-right: 2.66% */
    border-right: 1px solid #e2e3df;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cd-primary-nav .cd-secondary-nav > li > a {
/* secondary nav title */
    color: #1379b7;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 0.6em;
  }
  .cd-primary-nav .cd-secondary-nav a {
    height: 30px;
    line-height: 30px;
    padding: 0 18% 0 0;
    color: #2e3233;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .cd-primary-nav .cd-secondary-nav a:hover {
    color: #1379b7;
  }
  .cd-primary-nav .cd-secondary-nav ul {
/* Force Hardware Acceleration in WebKit */
    transform: translateZ(0);
  }
  .cd-primary-nav .cd-secondary-nav ul ul {
/* tertiary navigation */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
    transform: translateX(100%);
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
    color: transparent;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .see-all {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
/* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
    transform: translateX(-100%);
  }
  .cd-primary-nav .cd-nav-gallery li {
/* set here number of columns - use width percentage */
    width: 14.28%;
    float: left;
    padding: 1em 2%;
  }
  .cd-primary-nav .cd-nav-gallery li:hover {
    background: #dfedf6;
  }
  .cd-primary-nav .cd-nav-gallery a:hover {
/*border-bottom: #dfedf6 1px solid*/
    color: #1379b7;
    transition: color 0.3s;
    border-radius: 2px 2px 2px 2px;
  }
  .cd-primary-nav .cd-nav-gallery li:nth-child(7n+1) {
/* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: static;
    display: block;
    margin: 0 auto;
    height: auto;
    width: 40%;
    margin-bottom: 0.6em;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    color: #1379b7;
    padding: 0 0.4em;
    font-size: 1rem;
  }
  .cd-primary-nav .cd-nav-icons li {
/* set here number of columns - use width percentage */
    width: 14.28%;
    float: left;
  }
  .cd-primary-nav .cd-nav-icons li:nth-child(4n+1) {
/* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    border-bottom: none;
    height: 80px;
    line-height: 1.2;
    padding: 31px 0 0;
    position: relative;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    background: #dfedf6;
    color: #1379b7;
    transition: color 0.3s;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    color: #1379b7;
    font-weight: bold;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px;
  }
}
.has-children > a,
.go-back a {
  position: relative;
  cursor: pointer;
}
.has-children > a::before,
.has-children > a::after,
.go-back a::before,
.go-back a::after {
/* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #464c4e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children > a::before,
.go-back a::before {
  transform: rotate(45deg);
}
.has-children > a::after,
.go-back a::after {
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1170px) {
  .has-children > a::before,
  .has-children > a::after,
  .go-back a::before,
  .go-back a::after {
    background: #c9cbc4;
  }
  .has-children > a:hover::before,
  .has-children > a:hover::after,
  .go-back a:hover::before,
  .go-back a:hover::after {
    background: #1379b7;
  }
}
.has-children > a {
  padding-right: 40px;
}
.has-children > a::before,
.has-children > a::after {
/* arrow goes on the right side - children navigation */
  right: 20px;
  transform-origin: 9px 50%;
}
.cd-primary-nav .go-back a {
  padding-left: 40px;
}
.cd-primary-nav .go-back a::before,
.cd-primary-nav .go-back a::after {
/* arrow goes on the left side - go back button */
  left: 20px;
  transform-origin: 1px 50%;
}
@media only screen and (min-width: 1170px) {
  .has-children > a::before,
  .has-children > a::after {
    right: 15%;
  }
  .cd-primary-nav > .has-children > a {
/* main navigation arrows on larger devices */
    padding-right: 30px !important;
  }
  .cd-primary-nav > .has-children > a::before,
  .cd-primary-nav > .has-children > a::after {
    width: 9px;
    transform-origin: 50% 50%;
    background: #c0c0c0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: width 0.3s, transform 0.3s;
  }
  .cd-primary-nav > .has-children > a::before {
    right: 12px;
  }
  .cd-primary-nav > .has-children > a::after {
    right: 7px;
  }
  .cd-primary-nav > .has-children > a.selected::before,
  .cd-primary-nav > .has-children > a.selected::after {
    width: 14px;
  }
  .cd-primary-nav > .has-children > a.selected::before {
    transform: translateX(5px) rotate(-45deg);
  }
  .cd-primary-nav > .has-children > a.selected::after {
    transform: rotate(45deg);
  }
  .cd-secondary-nav > .has-children > a::before,
  .cd-secondary-nav > .has-children > a::after {
/* remove arrows on secondary nav titles */
    display: none;
  }
  .cd-primary-nav .go-back a {
    padding-left: 20px;
  }
  .cd-primary-nav .go-back a::before,
  .cd-primary-nav .go-back a::after {
    left: 1px;
  }
}
.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-search form {
  height: 100%;
  width: 100%;
}
.cd-search input {
  border-radius: 0;
  border: none;
  background: #fff;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0,0,0,0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-search input::-webkit-input-placeholder {
  color: #c9cbc4;
}
.cd-search input::-moz-placeholder {
  color: #c9cbc4;
}
.cd-search input:-moz-placeholder {
  color: #c9cbc4;
}
.cd-search input:-ms-input-placeholder {
  color: #c9cbc4;
}
.cd-search input:focus {
  outline: none;
}
.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.nav-is-fixed .cd-search {
  position: fixed;
}
@media only screen and (min-width: 1170px) {
  .cd-search {
    height: 120px;
    top: 80px;
  }
  .cd-search input {
    padding: 0 2em;
    font-size: 3.2rem;
    font-weight: 300;
  }
}
.cd-overlay {
/* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(19,121,183,0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}
@media only screen and (max-width: 1169px) {
  .cd-overlay.is-visible {
    transform: translateX(-260px);
  }
  .nav-on-left .cd-overlay.is-visible {
    transform: translateX(260px);
  }
  .cd-overlay.is-visible.search-is-visible,
  .nav-on-left .cd-overlay.is-visible.search-is-visible {
    transform: translateX(0);
  }
}
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}
.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1170px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }
  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed;
  }
}
.cd-nav-trigger-label {
  display: block;
  float: left;
  margin-top: 12px;
  color: #6f7c82;
}
@media only screen and (min-width: 1170px) {
  .level1 .has-children > a::before,
  .level1 .has-children > a::after {
    display: none;
  }
}
@media only screen and (min-width: 1170px) {
  .level2 a.level-category-mobile {
    display: none;
  }
  .level2 .level-category {
    display: block !important;
  }
  .level2 .cd-nav-icons.is-hidden {
    opacity: 1;
    visibility: visible;
    display: block;
    position: relative;
    top: 0;
    background: transparent;
    box-shadow: none;
  }
  .level2 .cd-nav-icons.is-hidden li {
    width: 100%;
    text-align: left;
  }
  .level2 .cd-nav-icons.is-hidden li a {
    height: 40px;
    line-height: 35px;
    padding: 0.15em 0;
  }
  .level3 .cd-nav-icons.is-hidden li a {
    height: 40px;
    line-height: 24px;
    padding: 0.5em 0 0.5em 0.5em;
  }
}
.level2 .level-category-mobile,
.level3 .level-category-mobile {
  display: block;
}
.level2 .level-category,
.level3 .level-category {
  display: none;
  text-align: left;
}
.totopbtn {
  position: fixed;
  z-index: 101;
  bottom: 1em;
  right: 1em;
  font-weight: 700;
  font-size: 1em;
  color: #bdc3c7;
  border: 2px solid #bdc3c7;
  border-radius: 100%;
  background: rgba(0,0,0,0.1);
  padding: 0.5em 0.75em;
  display: none;
}
.totopbtn:hover {
  color: #ecf0f1;
  background: rgba(0,0,0,0.3);
}
@media (min-width: 48em) {
  .totopbtn {
    font-size: 1.6em;
    padding: 0.5em 0.75em;
    right: 1em;
    bottom: 1em;
  }
}
.bgImg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.u-bgImg-left {
  margin-right: 2em;
  margin-bottom: 0;
}
.kaltleim01 {
  background-image: url("../../images/produkte/kaltleim/kaltleim01.jpg");
  min-height: 300px;
}
@media (min-width: 50em) {
  .kaltleim01 {
    background-position: center 33% !important;
  }
}
.kaltleim02 {
  background-image: url("../../images/produkte/kaltleim/kaltleim02.jpg");
  min-height: 300px;
}
@media (min-width: 50em) {
  .kaltleim02 {
    background-position: center 33% !important;
  }
}
.Site {
  font-family: 'Roboto', sans-serif;
}
.mods p {
  line-height: 1.4;
  color: #000;
}
.mods .notab p,
.mods .notab ul,
.mods .notab li,
.mods .notab b,
.mods .notab th,
.mods .notab td {
  color: #000;
}
.mods .notab i {
  color: #213652;
}
.mods h1,
.mods h2,
.mods h3,
.mods h4 {
  color: #1379b7;
  font-weight: bold;
}
.mods h5,
.mods h6 {
  color: #000;
  font-weight: bold;
}
.mods h1 {
  font-size: 4em;
}
.mods h2 {
  font-size: 3em;
}
.mods h3 {
  font-size: 2em;
}
.mods h4 {
  font-size: 1.6em;
}
.mods h5 {
  font-size: inherit;
}
.mods h6 {
  font-size: 80%;
}
.nav-is-fixed,
.cd-main-header {
  max-width: 100% !important;
}
.notab.rich-text-mod p {
  display: inline;
}
.cd-tabs-navigation {
  background: #ecf0f1;
  background: linear-gradient(0deg, #ecf0f1 0%, #fff 95%);
}
.cd-main-header {
  background: #1379b7;
  z-index: 3;
  border-bottom: 1px solid #c0c0c0;
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
  background-image: url("../../../assets/images/bg-hero-slant.svg");
  background-position-x: -45vw /* Center the image */;
  background-repeat: no-repeat;
  background-size: cover /* Resize the background image to cover the entire container */;
}
@media only screen and (min-width: 1170px) {
  .cd-main-header {
    background-position-x: -70vw /* Center the image */;
  }
}
.cd-nav-trigger-label {
  color: #1379b7;
}
.cd-nav-trigger span,
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
  background: #213652;
}
.cd-nav-trigger.nav-is-visible span::before,
.cd-nav-trigger.nav-is-visible span::after {
  background: #fff;
}
.nav-home {
  background-color: rgba(0,0,0,0);
  border-bottom: none;
  box-shadow: none;
  background-image: none;
}
.cd-primary-nav a,
.cd-primary-nav ul a {
  color: #fff;
}
.cd-primary-nav > li > a.selected {
  color: #213652;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item {
  color: #1379b7;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
  color: #213652;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1170px) {
  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    border-bottom: 2px solid #eab024;
    background-color: #ecf0f1;
    transition: all 0.3s ease-in-out;
  }
  .cd-primary-nav.is-fixed .cd-nav-icons {
    display: none;
  }
  .cd-primary-nav.is-fixed.moves-out .cd-nav-icons {
    display: block;
  }
  .cd-primary-nav li.has-children {
    font-weight: bold;
  }
}
.level2 .level-category-mobile,
.level3 .level-category-mobile {
  padding-left: 2.5em;
}
@media only screen and (min-width: 1170px) {
  #menu3-level1 .level2 .level-category {
    padding-left: 1em;
    color: #213652;
    margin-top: 1.8em;
    margin-bottom: 0;
    padding-bottom: 1em;
    font-weight: bold;
    border-right: 1px solid #bdc3c7;
  }
  #menu3-level1 .level2 .cd-nav-item {
    padding-left: 1.5em;
    margin-top: 0;
  }
  #menu3-level1 .cd-nav-icons li {
    width: 16.66%;
    text-align: left;
    color: #1379b7;
  }
  #menu3-level1 .cd-nav-icons li a {
    height: 40px;
    line-height: 35px;
    margin-top: 1.3em;
    padding: 0.15em 0;
    padding-left: 1em;
  }
  #menu3-level1 .level2 .cd-nav-icons.is-hidden li {
    width: 100%;
  }
  #menu3-level1 ul.cd-nav-icons {
    padding-bottom: 1em;
    border-right: 1px solid #bdc3c7;
  }
}
.rich-text-mod table {
  margin-bottom: 2em;
}
.rich-text-mod table,
.rich-text-mod tbody,
.rich-text-mod tr,
.rich-text-mod td {
  border-width: 0;
  border-spacing: 0;
  vertical-align: top;
}
.rich-text-mod th,
.rich-text-mod td {
  padding: 0.45em 0.2em;
  text-align: left;
  border-bottom: rgba(19,121,183,0.1) solid 1px;
}
@media screen and (max-width: 767px) {
  .rich-text-mod th,
  .rich-text-mod td {
    display: inline;
  }
}
.rich-text-mod tr:hover {
  color: #1379b7;
  transition: all 0.2s ease-in;
}
.rich-text-mod tbody tr:nth-child(2n) {
  background-color: rgba(19,121,183,0.15);
}
.rich-text-mod tbody tr:last-child td {
  border-bottom: none;
}
.rich-text-mod tbody td:first-of-type {
  width: 30% !important;
}
.rich-text-mod tbody td:last-of-type {
  width: 70% !important;
}
.rich-text-mod ul {
  line-height: inherit !important;
  padding-left: 0 !important;
}
.rich-text-mod ul li {
  margin-bottom: 0.5rem;
  color: #6f7c82;
  list-style: none !important;
  margin-left: 1em;
}
.rich-text-mod ul li::before {
  content: "\2022";
  color: #eab024 !important;
  display: inline-block;
  font-size: 120%;
  font-weight: bold;
  width: 1em;
  margin-left: -1em;
}
.bg-gradient {
  background: #ecf0f1;
  background: linear-gradient(0deg, #ecf0f1 0%, #fff 95%);
}
.cd-tabs nav {
  overflow: hidden;
}
/**
 * Swiper 8.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 6, 2022
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
/* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-wrapper {
  background-color: #1379b7;
  height: 100vh;
  width: 100%;
}
.hero {
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .hero {
    height: 80vh;
  }
}
.hero-static {
  height: 100%;
  background-image: url("../../../assets/images/bg-hero-slant.svg");
  background-position-x: -60vw /* Center the image */;
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover /* Resize the background image to cover the entire container */;
  display: flex;
}
@media screen and (max-width: 768px) {
  .hero-static {
    background-position-x: -70vw;
  }
}
@media screen and (max-width: 576px) {
  .hero-static {
    height: 20vh;
    background-image: url("../../../assets/images/bg-hero-mobile.svg");
    background-position: bottom;
  }
}
.hero-static .hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hero-static .hero-content {
    align-items: top;
  }
}
.hero-content .logo {
  width: 20vw;
  margin: 0 10em 4em 2em;
}
@media screen and (max-width: 576px) {
  .hero-content .logo {
    width: 30vw;
    margin: 1em 0 1em 0;
  }
}
.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
/*background-size: cover
  background-position: center*/
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .swiper-slide {
    height: 100%;
  }
}
.swiper-slide .swiper-slide-content {
  background-color: #156a9f;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80%;
  width: 80%;
  border: 3px solid rgba(255,255,255,0.33) /*#111827*/;
  border-radius: 15px;
  color: #fff;
  box-shadow: 0.2px 0.2px 1.5px rgba(0,0,0,0.02), 0.5px 0.5px 4.1px rgba(0,0,0,0.028), 1px 1px 8.6px rgba(0,0,0,0.035), 1.8px 1.8px 16.5px rgba(0,0,0,0.042), 3.3px 3.3px 32.5px rgba(0,0,0,0.05);
}
.swiper-slide .swiper-slide-content h1,
.swiper-slide .swiper-slide-content h2,
.swiper-slide .swiper-slide-content h3 {
  color: #fff;
  font-weight: 600;
}
.swiper-slide .swiper-slide-content h1 {
  font-size: 2rem;
}
.swiper-slide .swiper-slide-content h3 {
  font-size: 1.4rem;
}
.swiper-slide .swiper-slide-content p {
  font-size: 1rem;
  font-weight: normal;
}
.swiper-slide .swiper-slide-content .swiper-slide-content-box {
  padding: 1em;
  position: absolute;
  width: 70%;
  height: auto;
}
@media screen and (max-width: 576px) {
  .swiper-slide .swiper-slide-content .swiper-slide-content-box {
    width: 80%;
  }
  .swiper-slide .swiper-slide-content .swiper-slide-content-box h1 {
    font-size: 1.2rem;
  }
  .swiper-slide .swiper-slide-content .swiper-slide-content-box h3 {
    font-size: 0.8rem;
  }
  .swiper-slide .swiper-slide-content .swiper-slide-content-box p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 576px) {
  .swiper-slide .swiper-slide-content {
    height: 80%;
    font-size: 80%;
  }
}
.overlay-swiper {
  height: 100%;
  width: 100%;
  left: 10%;
  top: 10%;
  border-radius: 15px;
  display: flex;
  justify-content: center;
}
.align-top {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-bottom {
  align-items: flex-end;
}
.swiper-slide-content-box .btn {
  background-color: #213652;
  color: #fff;
  border: 1px solid #fff;
}
.swiper-slide-content-box .btn:hover {
  background-color: #1379b7;
  color: #fff;
  transition: background-color 0.1s, border-color 0.1s;
}
.swiper-3d .swiper-slide-shadow {
  opacity: 0 !important;
}
.Swiper-hero {
  height: 80vh;
}
@media screen and (max-width: 576px) {
  .Swiper-hero {
    height: 70vh;
    min-height: 60vh;
    font-size: 70%;
  }
}
.Swiper-hero .swiper-slide {
  background-color: transparent;
}
.Swiper-nav {
  position: relative;
  bottom: 2vh;
  height: 20vh;
  box-sizing: border-box;
  padding: 10px 10px 25px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .Swiper-nav {
    bottom: 1vh;
    height: 14vh;
  }
}
.Swiper-nav .swiper-slide {
  height: 100%;
  background-color: rgba(11,18,27,0.15);
  padding: 1em;
  box-shadow: 0.2px 0.2px 1.5px rgba(0,0,0,0.02), 0.5px 0.5px 4.1px rgba(0,0,0,0.028), 1px 1px 8.6px rgba(0,0,0,0.035), 1.8px 1.8px 16.5px rgba(0,0,0,0.042), 3.3px 3.3px 32.5px rgba(0,0,0,0.05);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 5px;
  border: 2px solid rgba(255,255,255,0.33);
  transition: background-color 0.2s ease-in-out;
}
.Swiper-nav .swiper-slide:hover {
  background-color: rgba(11,18,27,0.33);
}
.Swiper-nav .swiper-slide {
  width: auto;
}
@media screen and (max-width: 768px) {
  .Swiper-nav .swiper-slide {
    width: auto;
    font-size: 1rem;
    padding: 1em;
  }
}
@media screen and (max-width: 420px) {
  .Swiper-nav .swiper-slide {
    width: auto;
    font-size: 0.8rem;
    padding: 0.5em;
  }
}
.Swiper-nav .swiper-slide-thumb-active {
  opacity: 1;
  background-color: rgba(11,18,27,0.33);
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-pagination-bullets-dynamic {
  overflow: visible;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 5px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  background-color: rgba(11,18,27,0.85);
}
.swiper-pagination-bullet-active {
  background-color: #213652;
  box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.5);
}
.swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}
[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}
[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}
[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}
[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}
[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}
[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}
[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}
[data-aos=zoom-in] {
  transform: scale(0.6);
}
[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos=zoom-out] {
  transform: scale(1.2);
}
[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}
[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}
[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}
[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}
[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}
[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: transform;
}
[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
h1 {
  font-size: 4rem;
  font-weight: 600;
}
h2 {
  font-size: 2.5rem;
  font-weight: 600;
}
h3 {
  font-size: 1.8rem;
  font-weight: 600;
}
h4 {
  font-size: 1.4rem;
  font-weight: 400;
}
h5 {
  font-size: 1.2rem;
  font-weight: 400;
}
h6 {
  font-size: 1rem;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.8rem;
  }
}
.nobr {
  white-space: nowrap;
}
.cd-main-content {
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
}
.container-medium {
  margin: 0 auto !important;
  max-width: 50em !important;
  position: relative;
}
.container-large {
  margin: 0 auto !important;
  max-width: 90em !important;
  position: relative;
  height: 100%;
}
.head-decoration {
  display: block;
  height: 10px;
  width: 80px;
  background-color: #eab024;
  margin: 0 0 2em;
}
.subhead-decoration {
  display: block;
  height: 10px;
  width: 80px;
  background-color: #eab024;
  margin: 1em auto 2em;
}
.usp-image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .usp-image {
    height: 220px;
  }
}
.btn {
  text-transform: uppercase;
  padding: 0.5em 1em;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid rgba(25,25,25,0.33);
  border-radius: 3px;
  background-color: rgba(5,5,5,0.3);
  transition: background-color 0.2s, border-color 0.2s;
}
.blueBox {
  background: #1379b7;
  transition: background 0.3s;
}
a:hover.blueBox {
  background: #4da5dc;
  transition: background 0.1s;
}
.subhead h1 {
  margin-bottom: 0.2em;
}
.subhead h2 {
  margin-bottom: 1.6em;
}
@media (min-width: 48em) {
  .subhead {
    padding: 0 6em;
  }
}
@media (min-width: 48em) and (min-width: 72em) {
  .subhead {
    padding: 0 16em !important;
  }
}
/*#hero
	margin-top: 80px
	padding: 0
	color: w
	p
		line-height: 1.5
	@media only screen and (min-width: 1170px)
		margin-top: 90px*/
#start {
  margin-top: 80px;
  padding: 0;
  color: #213652;
}
#start h1,
#start h2,
#start h3,
#start h4,
#start p {
  color: #213652;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 1170px) {
  #start {
    margin-top: 10em;
  }
}
/*#start h1
	font-size: 140%
	font-weight: 400

@media only screen and (min-width: 32em)
	#start h1
		font-size: 240% !important


#start h2
	font-size: 100% !important
	font-weight: 400
	margin-bottom: 0
	line-height: 1.2

@media only screen and (min-width: 32em)
	#start h2
		font-size: 140% !important*/
.hor-divider-large {
  border-left: none;
}
@media (min-width: 60em) {
  .hor-divider-large {
    border-left: 1px solid #095b89;
  }
}
.hor-divider-med {
  border-left: none;
}
@media (min-width: 768px) {
  .hor-divider-med {
    border-left: 1px solid #095b89;
  }
}
#head {
  padding: 2.2em 0;
}
#hello {
  padding: 8em 0 6em;
}
#operations {
  padding: 2em 0 8em;
}
#service {
  padding: 8em 0 6em;
}
#news {
  padding: 8em 0 6em;
  background-image: url("../../images/bg-slant.svg");
  background-repeat: no-repeat /* Do not repeat the image */;
  background-size: cover /* Resize the background image to cover the entire container */;
  background-position: center right;
}
#newsletter {
  background-color: #213652 /*rgba(33,54,82,0.08)*/;
  padding-top: 1em;
  color: #fff;
}
#newsletter .Box {
  background-color: rgba(255,255,255,0.08);
}
.content-wrapper {
  background-image: url("../../images/bg-slant.svg");
  background-repeat: no-repeat /* Do not repeat the image */;
  background-size: cover /* Resize the background image to cover the entire container */;
  background-position: center right;
}
.service {
  background-image: url("../../images/service-bg.jpg");
  background-repeat: no-repeat /* Do not repeat the image */;
  background-size: cover /* Resize the background image to cover the entire container */;
  background-position: center 33%;
  position: relative;
  color: #fff;
}
.service h1,
.service h2 {
  color: #eab024;
}
.service h4 {
  color: #fff;
}
.service .Grid {
  height: auto;
}
.overlay-blue::before {
  background: rgba(19,121,183,0.86) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tabImg {
  margin: 0 auto;
}
.tabImg img {
  max-width: 80% !important;
  width: 80%;
  margin: 0.5em 0 2em;
}
.nws-dwld-Img {
  margin: auto;
}
.nws-dwld-Img > img {
  max-width: 30% !important;
  width: 30%;
  border: 1px solid #bdc3c7;
  padding: 0.3em;
  background: #fff;
}
.tabBox {
  width: 100%;
  padding: 0em 1em;
  font-size: 0.7rem;
  line-height: 1.5;
}
.tabBox h4 {
  padding-bottom: 1em;
}
@media (min-width: 820px) {
  .tabBox {
    font-size: 0.8rem;
  }
}
@media (min-width: 820px) and (min-width: 1200px) {
  .tabBox {
    font-size: 1rem;
  }
}
.tabLine {
  border-bottom: #bdc3c7 1px solid;
}
.tabInfo {
  float: left;
  color: #1379b7;
}
.tabItem {
  color: #6f7c82;
  font-weight: 500;
  float: left;
  width: 40%;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.Grid-cell.Tab {
  padding-top: 2.5em;
  border-bottom: 1px solid #bdc3c7;
}
.Grid-cell.Tab:last-child {
  border-bottom: none;
}
.Grid-cell.TabDownl {
  border-bottom: 1px solid #bdc3c7;
}
.Grid-cell.TabDownl:last-child {
  border-bottom: none;
}
.Grid-cell.TabDownl:nth-child(even) {
  background: #f5f7f9;
}
.Grid-cell.Intro {
  padding: 0.5em 0;
}
.Grid-cell.Intro h5 {
  margin-bottom: 0 !important;
}
.notab ul {
  line-height: 1.5;
  padding-left: 1em;
}
.notab li {
  list-style: disc;
  margin-bottom: 0.5em;
  color: #eab024;
}
.notab h4 {
  color: #1379b7;
}
.notab p {
  color: #6f7c82;
}
.Grid.Border {
/*padding-top: 1em*/
  border-bottom: 1px solid #bdc3c7;
}
.Grid.Border:last-child {
  border-bottom: none;
}
.border-box {
/*box-shadow: 0.2px 0.2px 1.5px rgba(0,0,0,0.02), 0.5px 0.5px 4.1px rgba(0,0,0,0.028), 1px 1px 8.6px rgba(0,0,0,0.035), 1.8px 1.8px 16.5px rgba(0,0,0,0.042), 3.3px 3.3px 32.5px rgba(0,0,0,0.05)
	border: 2px solid rgba(33, 54, 82,0.66)*/
  position: relative;
  padding: 2em;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
a,
.border-box {
  color: #213652;
  transition: all 0.2s ease-in-out;
}
a:hover h1,
.border-box:hover h1,
a:hover h2,
.border-box:hover h2,
a:hover h3,
.border-box:hover h3,
a:hover h4,
.border-box:hover h4,
a:hover h5,
.border-box:hover h5,
a:hover h6,
.border-box:hover h6 {
  color: #1379b7;
  transition: all 0.2s ease-in-out;
}
a:hover p,
.border-box:hover p {
  color: #213652;
}
.usp-box {
  padding: 0 !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  box-shadow: 0.2px 0.2px 1.5px rgba(0,0,0,0.02), 0.5px 0.5px 4.1px rgba(0,0,0,0.028), 1px 1px 8.6px rgba(0,0,0,0.035), 1.8px 1.8px 16.5px rgba(0,0,0,0.042), 3.3px 3.3px 32.5px rgba(0,0,0,0.05);
}
.usp-box img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.usp-box:hover {
  transform: scale(0.97);
}
.headBox {
  width: 100%;
  padding: 0;
}
@media (min-width: 36em) {
  .headBox {
    padding: 1em 2em;
  }
}
.noBox {
  width: 100%;
  padding: 0;
}
.Box-white {
  width: 100%;
  font-size: 1rem;
}
.Box-noBG {
  width: 100%;
  padding: 0.8em 1em;
}
.Box-Center {
  margin: auto 0;
}
.Box-bg {
  background-color: rgba(33,54,82,0.08);
}
.bulletorange {
  height: 5px;
  background-image: url("../../images/bullets-orange.svg");
}
.bulletblue {
  height: 5px;
  margin: 74px 795px 0 180px;
  background-image: url("../../images/bullets-blue.svg");
}
@media only screen and (max-width: 1170px) {
  .bulletblue {
    display: none;
  }
}
.bulletblue.wide {
  margin: 74px 0 0 180px !important;
}
img {
  max-width: 100%;
}
img.Ico {
  max-width: 30%;
  height: 62px;
}
img.navIco {
  max-width: 60%;
}
.icon-PDF {
  width: 36px;
  margin-right: 1em;
}
@media (min-width: 32em) {
  .icon-PDF {
    width: 52px;
  }
}
.fllft {
  float: left;
  line-height: 0.8;
}
@media (min-width: 32em) {
  .fllft {
    line-height: 2;
  }
}
#maps {
  padding: 0;
  height: 500px;
}
@media (max-width: 36em) {
  #maps {
    height: 440px !important;
    padding: 1em;
  }
}
@media (max-width: 24em) {
  #maps {
    height: 340px !important;
  }
}
#GMaps {
  position: relative;
  padding-bottom: 500px;
  height: 0;
  overflow: hidden;
}
@media (max-width: 36em) {
  #GMaps {
    padding-bottom: 400px;
  }
}
@media (max-width: 24em) {
  #GMaps {
    padding-bottom: 300px;
  }
}
.overlay {
  background: transparent;
  position: relative;
  height: 480px;
  top: 480px;
/* your iframe height */
  margin-top: -480px;
/* your iframe height */
}
@media (max-width: 36em) {
  .overlay {
    height: 440px !important;
  }
}
@media (max-width: 24em) {
  .overlay {
    height: 340px !important;
  }
}
@media (max-width: 36em) {
  .overlay {
    top: 440px !important;
  }
}
@media (max-width: 24em) {
  .overlay {
    top: 340px !important;
  }
}
@media (max-width: 36em) {
  .overlay {
    margin-top: -440px !important;
  }
}
@media (max-width: 24em) {
  .overlay {
    margin-top: -340px !important;
  }
}
.badge {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.badge-circle {
  background: linear-gradient(to bottom, #95a5a6, #7f8c8d 78%);
  border-radius: 100%;
  content: "";
  z-index: 1;
  text-align: center;
}
.badge-circle-big {
  width: 86px;
  height: 86px;
}
.badge-circle-small {
  background: #6f7c82 !important;
  width: 36px;
  height: 36px;
}
.badge-content {
  font-weight: 300;
  border-radius: 100%;
  margin-top: 2px;
  overflow: hidden;
  z-index: 2;
}
.badge-content-big {
  line-height: 2.4;
  width: 42px;
  height: 42px;
  color: #6f7c82;
  text-align: center;
  border: 2px solid #6f7c82;
}
@media (min-width: 32em) {
  .badge-content-big {
    font-size: 1.6em;
    line-height: 2.2;
    width: 62px;
    height: 62px;
  }
}
.badge-content-small {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.7;
  width: 32px;
  height: 32px;
  color: #6f7c82;
  text-align: center;
  border: 1px solid #6f7c82;
}
.tiny {
  line-height: 0.5;
  padding-top: 1em;
}
@media (min-width: 32em) {
  .tiny {
    padding-top: 0.6em;
  }
}
.contact h4 {
  color: #1379b7;
}
.contact p {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.5;
}
.map-autoHeight {
  width: 100%;
  height: 500px;
  border: none;
}
.adress {
  width: 100%;
}
.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
@supports not (-ms-flex: 1) {
  .Aligner {
    height: auto;
    min-height: 100vh;
  }
}
.Aligner-item {
  max-width: 50%;
  background: rgba(239,239,239,0.74);
}
.Aligner-item--top {
  align-self: flex-start;
}
.Aligner-item--bottom {
  align-self: flex-end;
}
.bg404 {
  background-image: url("../../images/404bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#footer {
  background: #4a4a4a !important;
  padding: 0 !important;
}
#footer p,
#footer a {
  color: #fff !important;
  text-decoration: none;
  font-size: 0.8rem;
}
.lp-keyvisual {
  background-color: #1379b7;
  padding: 0 1em;
}
@media (min-width: 50em) {
  .lp-keyvisual {
    background-position: center 33% !important;
    min-height: 450px;
    padding: 0 5em;
  }
}
@media (min-width: 72em) {
  .lp-keyvisual {
    padding: 0 9.5em;
  }
}
.lp-keyvisual h1 {
  font-weight: 600;
}
.lp-keyvisual h2 {
  font-weight: 600;
}
.lp-products {
  margin-top: 2em;
}
.lp-products a {
  color: #213652;
  transition: all ease 0.3s;
/* [1] The container */
/* [2] Transition property for smooth transformation of images */
}
.lp-products a .arrow-up {
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #bdc3c7;
  margin: 0 auto;
  transition: all ease 0.3s;
}
.lp-products a h6 {
  padding-top: 1em;
  border-top: 1px solid #bdc3c7;
  transition: all ease 0.3s;
  font-weight: bold;
}
.lp-products a p {
  line-height: 1.4;
}
.lp-products a .img-hover-zoom {
  height: 300px /* [1.1] Set it as per your need */;
  overflow: hidden /* [1.2] Hide the overflowing of child elements */;
}
.lp-products a .img-hover-zoom img {
  transition: transform 0.5s ease;
}
.lp-products a:hover .arrow-up {
  border-bottom: 15px solid #1379b7;
}
.lp-products a:hover h6 {
  color: #1379b7;
  border-top: 1px solid #1379b7;
}
.lp-products a:hover .img-hover-zoom:hover img {
  transform: scale(1.1);
}
@media only screen and (max-width: 576px) {
  .lp-products {
    margin-top: 2em;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.33);
  }
}
.btn-lp {
  padding: 0.5em 1em;
  background: #1379b7;
  color: #fff;
  font-weight: 600;
  transition: background 0.3s;
  border-radius: 3px;
}
.btn-lp:hover {
  background: #4da5dc;
  transition: background 0.1s;
  color: #fff;
}
.blueBG {
  background: #1379b7;
}
.sm-links {
  margin-left: 4vw;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .sm-links {
    display: none;
  }
}
.sm-icons {
  width: 50px;
  margin-right: 1vw;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .sm-icons {
    width: 40px;
  }
}
.sm-icons:hover {
  transform: scale(1.2);
}
.sm-links-footer {
  text-align: center;
  margin-top: 3em;
}
.video-container {
  width: 100%;
}
.iframe-container {
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.button-nl {
  transition: all 0.2s;
  display: inline-block;
  padding: 0.6em 3em;
  background: #eab024;
  color: #213652;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
}
.button-nl:hover {
  background: #1379b7;
  color: #fff;
}
