/**
 * Reset
 */
*,
*::before,
*::after {
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: 0;
  -webkit-outline: none;
  -moz-outline: none;
}

html {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  height: 100%;
  width: 100%;
}

body {
  background-color: #ffffff;
  height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  width: 100%;
}

ol,
ul {
  list-style: none;
}

input,
textarea,
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  -webkit-outline: none;
  -moz-outline: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/**
 * Header
 */
.header {
  min-width: 320px;
  position: fixed;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
  z-index: 9999;
}
.header > .wrapper {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-flow: row nowrap;
  font-size: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1600px;
  padding: 50px 100px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .logo {
  display: block;
  flex: 0 0 auto;
  height: 60px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.header > .wrapper .logo img {
  display: block;
  height: 60px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.header > .wrapper .navigation {
  align-items: center;
  color: inherit;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  justify-content: end;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .navigation ul {
  display: flex;
  flex-flow: row nowrap;
  gap: 1.5em;
  margin-right: 2.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .navigation ul li {
  color: inherit;
  flex: 0 0 auto;
  font: normal 400 0.8333333333em/1em "Aldrich", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .navigation ul li a {
  color: inherit;
  display: block;
  position: relative;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .navigation ul li a::after {
  background-color: transparent;
  border-radius: 1px;
  bottom: -0.5em;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 99%;
}
.header > .wrapper .navigation .sitemenu-open {
  align-items: center;
  color: inherit;
  display: none;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .navigation .sitemenu-open .label {
  color: inherit;
  font: normal 400 0.8333333333em/1em "Aldrich", sans-serif;
  letter-spacing: 0.1em;
  margin-right: 1em;
  text-transform: uppercase;
}
.header > .wrapper .navigation .sitemenu-open .burger {
  height: 30px;
  overflow: hidden;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 30px;
}
.header > .wrapper .navigation .sitemenu-open .burger span {
  background-color: #ffffff;
  border-radius: 1px;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 14px;
  transform-origin: 50% 50%;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 30px;
}
.header > .wrapper .navigation .sitemenu-open .burger span:nth-child(1) {
  margin-top: -10px;
}
.header > .wrapper .navigation .sitemenu-open .burger span:nth-child(2) {
  margin-top: 0;
}
.header > .wrapper .navigation .sitemenu-open .burger span:nth-child(3) {
  margin-top: 10px;
}
.header > .wrapper .button {
  border: 3px solid #9fc539;
  border-radius: 0.1666666667em;
  align-items: center;
  color: #9fc539;
  flex: 0 0 auto;
  font: normal 500 0.8333333333em/1em "Aldrich", sans-serif;
  letter-spacing: 0.1em;
  padding: 0.8em 1.2em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header.header--sticky {
  background-color: #0a3460;
}
.header.header--sticky > .wrapper {
  padding: 25px 100px;
}
.header.header--sticky > .wrapper .logo {
  height: 50px;
}
.header.header--sticky > .wrapper .logo img {
  height: 50px;
}
.header.header--collapsed {
  transform: translateY(-150%);
}

html:not(.mobile):not(.tablet) .header > .wrapper .navigation ul li a:hover::after {
  background-color: #9fc539;
  bottom: -0.3em;
}
html:not(.mobile):not(.tablet) .header > .wrapper .navigation .sitemenu-open:hover .burger span:nth-child(1) {
  margin-top: -12px;
}
html:not(.mobile):not(.tablet) .header > .wrapper .navigation .sitemenu-open:hover .burger span:nth-child(2) {
  margin-top: 0;
}
html:not(.mobile):not(.tablet) .header > .wrapper .navigation .sitemenu-open:hover .burger span:nth-child(3) {
  margin-top: 12px;
}
html:not(.mobile):not(.tablet) .header > .wrapper .navigation .button:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.sitemenu--active .header > .wrapper .navigation .sitemenu-open .burger span {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .header > .wrapper {
    font-size: 20px;
    padding: 40px 80px;
  }
  .header > .wrapper .logo {
    height: 50px;
  }
  .header > .wrapper .logo img {
    height: 50px;
  }
  .header > .wrapper .navigation ul li a::after {
    height: 2px;
  }
  .header > .wrapper .navigation .button {
    border-width: 2px;
  }
  .header.header--sticky > .wrapper {
    padding: 20px 80px;
  }
  .header.header--sticky > .wrapper .logo {
    height: 40px;
  }
  .header.header--sticky > .wrapper .logo img {
    height: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .header > .wrapper {
    padding: 30px 30px;
  }
  .header > .wrapper .navigation ul {
    display: none;
  }
  .header > .wrapper .navigation .sitemenu-open {
    display: flex;
  }
  .header > .wrapper .navigation .button {
    display: none;
  }
  .header.header--sticky > .wrapper {
    padding: 22.5px 30px;
  }
}
@media screen and (max-width: 767px) {
  .header > .wrapper {
    font-size: 16px;
    padding: 25px 25px;
  }
  .header > .wrapper .logo {
    height: 35px;
  }
  .header > .wrapper .logo img {
    height: 35px;
  }
  .header.header--sticky > .wrapper {
    padding: 18.75px 25px;
  }
  .header.header--sticky > .wrapper .logo {
    height: 35px;
  }
  .header.header--sticky > .wrapper .logo img {
    height: 35px;
  }
}
@media screen and (max-width: 479px) {
  .header > .wrapper .navigation .sitemenu-open {
    margin-left: 1.5em;
  }
  .header > .wrapper .navigation .sitemenu-open .label {
    display: none;
  }
}
/**
 * Intro
 */
.intro {
  background-color: #0a3460;
  height: 100%;
  font-size: 24px;
  min-height: 32.5em;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.intro > .wrapper {
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  justify-content: flex-end;
  left: 0;
  margin: 0 auto;
  max-width: 1600px;
  padding: 100px 100px;
  position: absolute;
  right: 0;
  top: 0;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
  z-index: 200;
}
.intro > .wrapper .text {
  color: #ffffff;
  flex: 0 0 auto;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.intro > .wrapper .text h1 {
  font: normal 500 60px/1em "Aldrich", sans-serif;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.intro > .wrapper .text h1 span {
  color: #9fc539;
  display: block;
}
.intro > .wrapper ul {
  color: #ffffff;
  display: flex;
  flex-flow: column nowrap;
  font: normal 400 1.3333333333em/1.5em "Open Sans", sans-serif;
  gap: 0.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.intro > .wrapper ul li {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  gap: 0.75em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.intro > .wrapper ul li::before {
  background: url("../images/icon-check.svg") no-repeat center center;
  background-size: 1em 1em;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 1em;
  width: 1em;
}
.intro > .wrapper .cta {
  margin-top: 2em;
}
.intro > .svg {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  z-index: 100;
}
.intro > .svg > .wrapper {
  align-items: flex-end;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  height: 100%;
  margin: 0 auto;
  max-width: 1600px;
  padding-bottom: 100px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.intro > .svg > .wrapper svg {
  height: 10em;
  transform: translateX(10%);
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}

.intro-video {
  background-color: #0a3460;
  font-size: 24px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.intro-video > .wrapper {
  margin: 0 auto;
  max-width: 1600px;
  padding: 100px 100px;
  padding-top: 0;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.intro-video > .wrapper > .container {
  padding: 56.25% 0 0 0;
  position: relative;
}
.intro-video > .wrapper > .container iframe {
  border-radius: 0.1666666667em;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .intro > .wrapper .text h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .intro {
    font-size: 20px;
  }
  .intro > .wrapper {
    padding: 80px 80px;
  }
  .intro > .wrapper .text h1 {
    font-size: 50px;
  }
  .intro > .svg > .wrapper {
    padding-bottom: 80px;
  }
  .intro-video {
    font-size: 20px;
  }
  .intro-video > .wrapper {
    padding: 80px 80px;
    padding-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .intro > .wrapper {
    padding: 60px 60px;
  }
  .intro > .wrapper .text h1 {
    font-size: 45px;
  }
  .intro > .wrapper .text h1 span {
    display: inline;
  }
  .intro > .svg > .wrapper {
    padding-bottom: 60px;
  }
  .intro-video > .wrapper {
    padding: 60px 60px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .intro {
    font-size: 16px;
  }
  .intro > .wrapper {
    padding: 45px 25px;
  }
  .intro > .wrapper .text h1 {
    font-size: 35px;
    hyphens: auto;
  }
  .intro > .wrapper .text ul {
    padding-bottom: 20vw;
  }
  .intro > .svg > .wrapper {
    align-items: center;
    padding-bottom: 125px;
  }
  .intro > .svg > .wrapper svg {
    height: auto;
    transform: translateX(0);
    width: 100%;
  }
  .intro-video {
    font-size: 16px;
  }
  .intro-video > .wrapper {
    padding: 45px 25px;
    padding-top: 0;
  }
}
@media screen and (max-width: 479px) {
  .intro > .wrapper .text h1 {
    font-size: 30px;
  }
  .intro > .wrapper ul {
    font-size: 1em;
  }
}
@media screen and (max-width: 374px) {
  .intro > .wrapper .text h1 {
    font-size: 25px;
  }
}
/**
 * Headline
 */
.headline {
  background-color: #0a3460;
  font-size: 24px;
  padding-top: 100px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.headline > .wrapper {
  margin: 0 auto;
  max-width: 1600px;
  padding: 100px 100px;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.headline > .wrapper h1 {
  color: #ffffff;
  font: normal 500 60px/1.1em "Aldrich", sans-serif;
}

@media screen and (max-width: 1500px) {
  .headline > .wrapper h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .headline {
    font-size: 20px;
    padding-top: 80px;
  }
  .headline > .wrapper {
    padding: 80px 80px;
  }
  .headline > .wrapper h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .headline {
    padding-top: 60px;
  }
  .headline > .wrapper {
    padding: 60px 60px;
  }
  .headline > .wrapper h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 16px;
    padding-top: 45px;
  }
  .headline > .wrapper {
    padding: 45px 25px;
  }
  .headline > .wrapper h1 {
    font-size: 35px;
    hyphens: auto;
  }
}
@media screen and (max-width: 479px) {
  .headline > .wrapper h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 374px) {
  .headline > .wrapper h1 {
    font-size: 25px;
  }
}
/**
 * Accordion menu
 */
.accordion-menu {
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.accordion-menu > .item {
  border-bottom: 2px solid #f1f1f1;
  padding: 1em 0;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.accordion-menu > .item > .label {
  align-items: center;
  color: #222222;
  cursor: pointer;
  display: flex;
  font: normal 400 1.5em/1.2em "Open Sans", sans-serif;
  gap: 0.75em;
  overflow-wrap: break-word;
  justify-content: space-between;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  word-break: break-word;
  word-wrap: break-word;
}
.accordion-menu > .item > .label::after {
  mask-image: url("../images/accordion-arrow.svg");
  mask-size: contain;
  mask-position: center center;
  background-color: #222222;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 0.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 1em;
}
.accordion-menu > .item > .wrapper {
  color: #222222;
  font: normal 400 1em/1.5em "Open Sans", sans-serif;
  margin: 1.5em 0 0.5em 0;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.accordion-menu > .item > .wrapper > .container {
  align-items: stretch;
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 1fr;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.accordion-menu > .item > .wrapper > .container > .content {
  margin-bottom: 0;
}
.accordion-menu > .item > .wrapper > .container > .image {
  background-color: #f1f1f1;
}
.accordion-menu > .item > .wrapper > .container > .image img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.accordion-menu > .item:not(.item--initial-open) > .wrapper {
  display: none;
  opacity: 0;
}
.accordion-menu > .item:first-child {
  padding-top: 0;
}
.accordion-menu > .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.accordion-menu > .item.active .label::after {
  transform: rotate(180deg);
}

html:not(.mobile):not(.tablet) .accordion-menu > .item > .label:hover {
  color: #0a3460;
}
html:not(.mobile):not(.tablet) .accordion-menu > .item > .label:hover::after {
  background-color: #0a3460;
}

@media screen and (max-width: 1199px) {
  .accordion-menu > .item > .wrapper > .container {
    gap: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .accordion-menu > .item > .wrapper > .container {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .accordion-menu > .item > .label {
    font-size: 1.25em;
    hyphens: auto;
  }
  .accordion-menu > .item > .wrapper > .container {
    gap: 45px;
    grid-template-columns: 1fr;
  }
}
/**
 * CTA
 */
.cta {
  display: flex;
  flex-flow: row nowrap;
  gap: 1em;
  justify-content: flex-start;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}

.cta-button {
  background-color: #9fc539;
  border: 3px solid #9fc539 !important;
  border-radius: 0.1666666667em;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  color: #222222;
  cursor: pointer;
  flex: 0 0 auto;
  font: normal 500 0.8333333333em/1em "Aldrich", sans-serif;
  letter-spacing: 0.1em;
  padding: 0.8em 1.2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.cta-button.cta-button--secondary {
  background-color: transparent;
  color: #9fc539;
}
.cta-button.cta-button--full {
  width: 100%;
}
.cta-button.cta-intro {
  color: #ffffff;
}
.cta-button.cta-intro.cta-button--secondary {
  color: #9fc539;
}

html:not(.mobile):not(.tablet) .cta-button:hover {
  background-color: #0a3460;
  border-color: #0a3460 !important;
  color: #ffffff;
}
html:not(.mobile):not(.tablet) .cta-button.cta-button--secondary:hover {
  background-color: transparent;
  border-color: #222222 !important;
  color: #222222;
}
html:not(.mobile):not(.tablet) .cta-button.cta-intro:hover {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #222222;
}
html:not(.mobile):not(.tablet) .cta-button.cta-intro.cta-button--secondary:hover {
  background-color: transparent;
  border-color: #ffffff !important;
  color: #ffffff;
}

@media screen and (max-width: 1199px) {
  .cta-button {
    border-width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .cta {
    flex-flow: column nowrap;
  }
  .cta .cta-button {
    width: 100%;
  }
}
/**
 * Main
 */
.main {
  display: flex;
  flex-flow: column nowrap;
  background-color: #ffffff;
  width: 100%;
}

/**
 * Block
 */
.block {
  font-size: 24px;
  overflow-x: hidden;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.block > .wrapper {
  color: #222222;
  flex: 1 1 auto;
  margin: 0 auto;
  max-width: 1600px;
  padding: 100px 100px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .title {
  color: #0a3460;
  flex: 0 0 auto;
  font: normal 400 60px/1em "Aldrich", sans-serif;
  padding-bottom: 0.75em;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .title span {
  color: #9fc539;
}
.block > .wrapper .text {
  color: #222222;
  font: normal 400 1em/1.5em "Open Sans", sans-serif;
  margin-bottom: 1.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.block > .wrapper .content {
  color: #222222;
  font: normal 400 1em/1.5em "Open Sans", sans-serif;
  margin-bottom: 2.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.block > .wrapper .content h2,
.block > .wrapper .content h3,
.block > .wrapper .content h4,
.block > .wrapper .content h5,
.block > .wrapper .content h6 {
  color: inherit;
  margin-bottom: 1em;
  text-align: left;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.block > .wrapper .content h2 {
  color: #222222;
  font: normal 400 1.5em/1.1em "Aldrich", sans-serif;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content h3 {
  color: #222222;
  font: normal 400 1.25em/1.1em "Aldrich", sans-serif;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content h4 {
  color: #222222;
  font: normal 400 1em/1.1em "Aldrich", sans-serif;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content h5 {
  color: #222222;
  font: normal 400 1em/1.1em "Aldrich", sans-serif;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content h6 {
  color: #222222;
  font: normal 400 1em/1.1em "Aldrich", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content p + h2,
.block > .wrapper .content ul + h2,
.block > .wrapper .content ol + h2,
.block > .wrapper .content div + h2,
.block > .wrapper .content form + h2,
.block > .wrapper .content p + h3,
.block > .wrapper .content ul + h3,
.block > .wrapper .content ol + h3,
.block > .wrapper .content div + h3,
.block > .wrapper .content form + h3,
.block > .wrapper .content p + h4,
.block > .wrapper .content ul + h4,
.block > .wrapper .content ol + h4,
.block > .wrapper .content div + h4,
.block > .wrapper .content form + h4,
.block > .wrapper .content p + h5,
.block > .wrapper .content ul + h5,
.block > .wrapper .content ol + h5,
.block > .wrapper .content div + h5,
.block > .wrapper .content form + h5,
.block > .wrapper .content p + h6,
.block > .wrapper .content ul + h6,
.block > .wrapper .content ol + h6,
.block > .wrapper .content div + h6,
.block > .wrapper .content form + h6 {
  margin-top: 1.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content p {
  color: inherit;
  font: normal 400 1em/1.5em "Open Sans", sans-serif;
  margin-bottom: 1.5em;
  text-align: left;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.block > .wrapper .content ul,
.block > .wrapper .content ol {
  color: inherit;
  font: normal 400 1em/1.5em "Open Sans", sans-serif;
  margin: 0 0 1.5em 1.25em;
  text-align: left;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content ul li,
.block > .wrapper .content ol li {
  margin: 0 0 0.5em 0;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.block > .wrapper .content ul li ul,
.block > .wrapper .content ul li ol,
.block > .wrapper .content ol li ul,
.block > .wrapper .content ol li ol {
  margin: 0.5em 0 0.5em 1.25em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content ul {
  list-style-type: square;
}
.block > .wrapper .content ul.none {
  list-style-type: none;
  margin-left: 0;
}
.block > .wrapper .content ol {
  list-style-type: decimal;
}
.block > .wrapper .content a {
  border-bottom: 2px solid #f1f1f1;
  color: inherit;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content strong,
.block > .wrapper .content b {
  font-weight: 600;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content em,
.block > .wrapper .content i {
  font-style: italic;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content > *:last-child {
  margin-bottom: 0 !important;
}
.block > .wrapper > *:last-child {
  margin-bottom: 0 !important;
}
.block > *:last-child {
  margin-bottom: 0 !important;
}
.block.block--chapter > .wrapper > .title span {
  display: block;
}
.block.block--usps {
  background-color: #f1f1f1;
}
.block.block--cases {
  background-color: #f1f1f1;
}
.block.block--pt-0 > .wrapper {
  padding-top: 0;
}
.block.block--pr-0 > .wrapper {
  padding-right: 0;
}
.block.block--pb-0 > .wrapper {
  padding-bottom: 0;
}
.block.block--pl-0 > .wrapper {
  padding-left: 0;
}

html:not(.mobile):not(.tablet) .block > .wrapper .content a:hover {
  border-bottom-color: #0a3460;
}

@media screen and (max-width: 1500px) {
  .block > .wrapper .title {
    font-size: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .block {
    font-size: 20px;
  }
  .block > .wrapper {
    padding: 80px 80px;
  }
  .block > .wrapper .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .block > .wrapper {
    padding: 60px 60px;
  }
  .block > .wrapper .title {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .block {
    font-size: 16px;
  }
  .block > .wrapper {
    padding: 45px 25px;
  }
  .block > .wrapper .title {
    font-size: 35px;
    hyphens: auto;
  }
  .block.block--chapter > .wrapper > .title span {
    display: inline;
    hyphens: auto;
  }
}
@media screen and (max-width: 479px) {
  .block > .wrapper .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 374px) {
  .block > .wrapper .title {
    font-size: 25px;
  }
}
/**
 * Cases
 */
.cases-grid {
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 1fr 1fr;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.cases-grid .item .image {
  height: auto;
  margin-bottom: 1.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.cases-grid .item .image img {
  border-radius: 50%;
  display: block;
  height: auto;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 6em;
}
.cases-grid .item .label {
  color: #9fc539;
  font: normal 400 1em/1em "Aldrich", sans-serif;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.cases-grid .item .company {
  color: #b4b4b4;
  font: normal 400 0.75em/1em "Aldrich", sans-serif;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.cases-grid .item .description {
  color: #222222;
  font: normal 400 1em/1.5em "Open Sans", sans-serif;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .cases-grid {
    gap: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .cases-grid {
    gap: 60px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .cases-grid {
    gap: 45px;
  }
}
/**
 * Company
 */
.company-grid {
  align-items: stretch;
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 1fr;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.company-grid .container .text {
  margin-bottom: 0;
}
.company-grid .image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .company-grid {
    gap: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .company-grid {
    gap: 60px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .company-grid {
    gap: 45px;
  }
}
/**
 * Form
 */
.form {
  display: grid;
  gap: 1em 1.5em;
  grid-template-columns: 1fr 1fr;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-progress {
  display: flex;
  flex-flow: row nowrap;
  grid-column: 1/-1;
  justify-content: center;
  margin-bottom: 3em;
}
.form .form-progress .item {
  flex: 1 1 auto;
  height: 1.75em;
  position: relative;
}
.form .form-progress .item > .count {
  background-color: #b4b4b4;
  color: #ffffff;
  display: block;
  font: normal 400 1em/1em "Aldrich", sans-serif;
  height: 1.75em;
  left: 50%;
  margin: 0 auto;
  padding: 0.375em;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 1.75em;
  z-index: 300;
}
.form .form-progress .item > .label {
  color: #b4b4b4;
  font: normal 400 0.8333333333em/1em "Aldrich", sans-serif;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 2.75em;
  transform: translateX(-50%);
  width: 100%;
  z-index: 300;
}
.form .form-progress .item::before {
  background-color: #b4b4b4;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 200;
}
.form .form-progress .item.active > .count {
  background-color: #9fc539;
}
.form .form-progress .item.active > .label {
  color: #9fc539;
}
.form .form-progress .item.active::before {
  background-color: #9fc539;
}
.form .form-progress .item.done > .count {
  background-color: #0a3460;
}
.form .form-progress .item.done > .count span {
  display: none;
}
.form .form-progress .item.done > .count::before {
  background: url("../images/form-progress-done.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
}
.form .form-progress .item.done > .label {
  color: #0a3460;
}
.form .form-progress .item.done::before {
  background-color: #0a3460;
}
.form .form-progress .item.success > .count {
  background-color: #01ac09;
}
.form .form-progress .item.success > .label {
  color: #01ac09;
}
.form .form-progress .item.success::before {
  background-color: #01ac09;
}
.form .form-step {
  display: none;
  grid-column: 1/-1;
  grid-template-columns: 1fr 1fr;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-step.active {
  display: grid;
}
.form .form-block {
  background-color: #f1f1f1;
  display: grid;
  gap: 1em 1.5em;
  grid-column: 1/-1;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0.5em;
  padding: 1.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-block.form-block--exam {
  background-color: transparent;
  border-bottom: 2px solid #f1f1f1;
  margin: -0.5em 0 0 0;
}
.form .form-title {
  color: #0a3460;
  font: normal 400 1.5em/1.1em "Aldrich", sans-serif;
  grid-column: 1/-1;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-text {
  color: #222222;
  font: normal 400 1em/1.5em "Open Sans", sans-serif;
  grid-column: 1/-1;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-components {
  display: grid;
  gap: 1em 1.5em;
  grid-column: 1/-1;
  grid-template-columns: 1fr 1fr;
  padding-left: 2.4em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-components-summary {
  color: #222222;
  font: normal 400 1em/1.5em "Open Sans", sans-serif;
  grid-column: 1/-1;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-components-summary .summary-list .summary-row {
  display: flex;
  gap: 1em 1.5em;
  flex-flow: row nowrap;
  padding: 0 0 0.5em 0;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-components-summary .summary-list .summary-row .label {
  flex: 1 1 auto;
  hyphens: auto;
}
.form .form-components-summary .summary-list .summary-row .amount {
  flex: 0 0 auto;
  text-align: right;
  white-space: nowrap;
}
.form .form-components-summary .summary-list .summary-row .amount .total-amount {
  display: block;
  white-space: nowrap;
}
.form .form-components-summary .summary-list .summary-row .amount small {
  color: #b4b4b4;
  display: block;
  font-size: 0.5em;
  white-space: nowrap;
}
.form .form-components-summary .summary-list .summary-row.summary-total {
  border-top: 2px solid #e0e0e0;
  padding: 0.5em 0 0 0;
}
.form .form-data-summary {
  color: #222222;
  font: normal 400 1em/1.5em "Open Sans", sans-serif;
  grid-column: 1/-1;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-data-summary .data-grid {
  display: grid;
  gap: 1em 1.5em;
  grid-template-columns: 1fr 1fr;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-data-summary .data-grid .data-col .col-title {
  color: #0a3460;
  font: normal 400 1.5em/1.1em "Aldrich", sans-serif;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-data-summary .data-grid .data-col .col-lines {
  padding: 1em 0 0.5em 0;
}
.form .form-summary {
  border-bottom: 2px solid #f1f1f1;
  grid-column: 1/-1;
  padding: 1.5em;
}
.form .form-summary .row {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.75em;
  justify-content: space-between;
}
.form .form-summary .row .item {
  text-align: right;
}
.form .form-summary .row .item .total-cost {
  display: block;
  white-space: nowrap;
}
.form .form-summary .row .item small {
  color: #b4b4b4;
  display: block;
  font-size: 0.5em;
  white-space: nowrap;
}
.form .form-summary .row .item:last-child {
  flex: 0 0 auto;
}
.form .form-field {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.5em;
}
.form .form-field.form-field--full {
  grid-column: 1/-1;
}
.form .form-field.form-field--inline {
  align-items: center;
  flex-flow: row nowrap;
}
.form .form-field:has(input:required) label::after, .form .form-field:has(select:required) label::after, .form .form-field:has(textarea:required) label::after {
  content: " *";
  color: #9fc539;
}
.form .form-field a {
  border-bottom: 2px solid #f1f1f1;
  color: inherit;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-field a:hover {
  border-bottom: 2px solid #222222;
}
.form .form-buttons {
  display: flex;
  flex-flow: row nowrap;
  grid-column: 1/-1;
  justify-content: space-between;
  padding-top: 1.5em;
}
.form label {
  color: inherit;
  flex: 1 1 auto;
  font: normal 400 1em/1.2em "Open Sans", sans-serif;
}
.form label a {
  color: inherit;
}
.form label.label-grid {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 0.75em;
}
.form label.label-grid .price {
  flex: 0 0 auto;
  white-space: nowrap;
}
.form label.label-grid::after {
  display: none;
}
.form input[type=text],
.form input[type=password],
.form input[type=email],
.form input[type=tel],
.form input[type=file],
.form input[type=number],
.form input[type=date],
.form select,
.form textarea {
  background-color: #ffffff;
  border: 3px solid #b4b4b4;
  border-radius: 0.1666666667em;
  color: #222222;
  display: block;
  font: normal 400 1em/1.2em "Open Sans", sans-serif;
  padding: 0.625em 0.8333333333em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.form input[type=text]:hover,
.form input[type=password]:hover,
.form input[type=email]:hover,
.form input[type=tel]:hover,
.form input[type=file]:hover,
.form input[type=number]:hover,
.form input[type=date]:hover,
.form select:hover,
.form textarea:hover {
  border-color: #0a3460;
}
.form input[type=text]:focus,
.form input[type=password]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form input[type=file]:focus,
.form input[type=number]:focus,
.form input[type=date]:focus,
.form select:focus,
.form textarea:focus {
  border-color: #9fc539;
}
.form input[type=text].large,
.form input[type=password].large,
.form input[type=email].large,
.form input[type=tel].large,
.form input[type=file].large,
.form input[type=number].large,
.form input[type=date].large,
.form select.large,
.form textarea.large {
  font-size: 1.5em;
}
.form input[type=date] {
  height: 3em;
}
.form input[type=checkbox],
.form input[type=radio] {
  background-color: #ffffff;
  border: 3px solid #b4b4b4;
  border-radius: 0.1666666667em;
  flex: 0 0 auto;
  font-size: inherit;
  height: 1.25em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 1.25em;
}
.form input[type=checkbox]:hover, .form input[type=checkbox]:checked,
.form input[type=radio]:hover,
.form input[type=radio]:checked {
  border-color: #0a3460;
}
.form input[type=checkbox].large,
.form input[type=radio].large {
  font-size: 1.5em;
}
.form input[type=checkbox]::after {
  background-image: url("../images/form-checkbox.svg");
  background-size: 0.8em;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: none;
  height: 100%;
  width: 100%;
}
.form input[type=checkbox]:checked::after {
  display: block;
}
.form input[type=radio] {
  border-radius: 50%;
}
.form input[type=radio]::after {
  border-radius: 50%;
}
.form input[type=radio]::after {
  background-color: #9fc539;
  border: 0.125em solid #ffffff;
  content: "";
  display: none;
  height: 100%;
  width: 100%;
}
.form input[type=radio]:checked::after {
  display: block;
}
.form select {
  appearance: none;
  background-image: url("../images/form-select.svg");
  background-position: right center;
  background-size: 1.75em auto;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-right: 2em;
}
.form .form-back,
.form .form-next,
.form .form-submit {
  background-color: #9fc539;
  border: 3px solid #9fc539;
  border-radius: 0.1666666667em;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  color: #222222;
  cursor: pointer;
  display: block;
  flex: 0 0 auto;
  font: normal 500 0.8333333333em/1.2em "Aldrich", sans-serif;
  letter-spacing: 0.1em;
  padding: 0.8em 1.2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.form .form-back:disabled,
.form .form-next:disabled,
.form .form-submit:disabled {
  cursor: wait;
}
.form .form-back {
  background-color: #b4b4b4;
  border: 3px solid #b4b4b4;
}
.form .form-next,
.form .form-submit {
  margin-left: auto;
}
.form textarea {
  resize: none;
}

form.was-validated input[type=text]:invalid,
form.was-validated input[type=password]:invalid,
form.was-validated input[type=email]:invalid,
form.was-validated input[type=date]:invalid,
form.was-validated input[type=tel]:invalid,
form.was-validated input[type=number]:invalid,
form.was-validated input[type=file]:invalid,
form.was-validated input[type=checkbox]:invalid,
form.was-validated select:invalid,
form.was-validated textarea:invalid {
  border-color: #dc0000;
}

html:not(.mobile):not(.tablet) .form .form-back:hover, html:not(.mobile):not(.tablet) .form .form-back:focus,
html:not(.mobile):not(.tablet) .form .form-next:hover,
html:not(.mobile):not(.tablet) .form .form-next:focus,
html:not(.mobile):not(.tablet) .form .form-submit:hover,
html:not(.mobile):not(.tablet) .form .form-submit:focus {
  background-color: #0a3460;
  border-color: #0a3460;
  color: #ffffff;
}

@media screen and (max-width: 1199px) {
  .form input[type=text],
  .form input[type=password],
  .form input[type=email],
  .form input[type=tel],
  .form input[type=file],
  .form input[type=number],
  .form select {
    border-width: 2px;
  }
  .form input[type=checkbox],
  .form input[type=radio] {
    border-width: 2px;
  }
  .form input[type=checkbox]::after,
  .form input[type=radio]::after {
    border-width: 2px;
  }
}
@media screen and (max-width: 1023px) {
  .form {
    grid-template-columns: 1fr;
  }
  .form .form-field {
    grid-column: span 1;
  }
}
@media screen and (max-width: 767px) {
  .form .form-progress {
    margin-bottom: 1em;
  }
  .form .form-progress .item > .label {
    display: none;
  }
  .form .form-progress .item::before {
    height: 2px;
  }
  .form .form-data-summary .data-grid {
    grid-template-columns: 1fr;
  }
  .form .form-components {
    padding-left: 0;
  }
  .form label {
    hyphens: auto;
  }
}
/**
 * USP
 */
.usp-grid {
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 1fr;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.usp-grid .without .list,
.usp-grid .with .list {
  color: #222222;
  display: flex;
  flex-flow: column nowrap;
  font: normal 400 1em/1.5em "Open Sans", sans-serif;
  gap: 1em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.usp-grid .without .list li,
.usp-grid .with .list li {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  gap: 1em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.usp-grid .without .list li::before,
.usp-grid .with .list li::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.3333333333em 1.3333333333em;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 1.3333333333em;
  width: 1.3333333333em;
}
.usp-grid .without .list li::before {
  background-image: url("../images/icon-cross.svg");
}
.usp-grid .with .list li::before {
  background-image: url("../images/icon-check.svg");
}
.usp-grid .with .cta {
  margin-top: 1.5em;
}

@media screen and (max-width: 1199px) {
  .usp-grid {
    gap: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .usp-grid {
    gap: 60px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .usp-grid {
    gap: 45px;
  }
}
/**
 * Footer
 */
.footer {
  border-top: 2px solid #f1f1f1;
  font-size: 24px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.footer > .wrapper {
  align-items: center;
  color: #222222;
  display: flex;
  flex-flow: row wrap;
  font: normal 400 0.8333333333em/1.2em "Aldrich", sans-serif;
  justify-content: space-between;
  letter-spacing: 0.1em;
  margin: 0 auto;
  max-width: 1600px;
  padding: 50px 100px;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.footer > .wrapper .logo {
  display: block;
  flex: 0 0 auto;
  height: 50px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.footer > .wrapper .logo img {
  display: block;
  height: 50px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.footer > .wrapper .links {
  color: inherit;
  display: flex;
  flex: 0 0 auto;
  flex-flow: column nowrap;
  gap: 0.75em;
}
.footer > .wrapper .links li {
  color: inherit;
  text-align: right;
}
.footer > .wrapper .links li a {
  color: inherit;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}

html:not(.mobile):not(.tablet) .footer > .wrapper .links li a:hover {
  color: #0a3460;
}

@media screen and (max-width: 1199px) {
  .footer {
    font-size: 20px;
  }
  .footer > .wrapper {
    padding: 40px 80px;
  }
  .footer > .wrapper .logo {
    height: 40px;
  }
  .footer > .wrapper .logo img {
    height: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .footer > .wrapper {
    padding: 30px 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 16px;
  }
  .footer > .wrapper {
    padding: 25px 25px;
  }
  .footer > .wrapper .logo {
    height: 30px;
  }
  .footer > .wrapper .logo img {
    height: 30px;
  }
}
/**
 * Sitemenu
 */
.sitemenu {
  background-color: #222222;
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  font-size: 24px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(120%);
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  z-index: 10000;
}
.sitemenu > .bar {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1600px;
  padding: 50px 100px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.sitemenu > .bar .logo {
  display: block;
  flex: 0 0 auto;
  height: 60px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.sitemenu > .bar .logo img {
  display: block;
  height: 60px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.sitemenu > .bar .close {
  display: block;
  flex: 0 0 auto;
  height: 30px;
  overflow: hidden;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 30px;
}
.sitemenu > .bar .close::before, .sitemenu > .bar .close::after {
  background-color: #ffffff;
  border-radius: 1px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 14px;
  transform-origin: 50% 50%;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 30px;
}
.sitemenu > .bar .close.active::before {
  transform: rotate(-135deg);
}
.sitemenu > .bar .close.active:after {
  transform: rotate(-45deg);
}
.sitemenu > .wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 1600px;
  padding: 50px 100px;
  width: 100%;
}
.sitemenu > .wrapper .navigation {
  flex: 0 0 auto;
}
.sitemenu > .wrapper .navigation ul {
  display: flex;
  flex-flow: column nowrap;
  gap: 1.5em;
}
.sitemenu > .wrapper .navigation ul li {
  color: #ffffff;
  flex: 0 0 auto;
  font: normal 400 2em/1em "Aldrich", sans-serif;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}
.sitemenu > .wrapper .navigation ul li a {
  color: inherit;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.sitemenu.header--sticky > .bar {
  padding: 25px 100px;
}
.sitemenu.header--sticky > .bar .logo {
  height: 50px;
}
.sitemenu.header--sticky > .bar .logo img {
  height: 50px;
}

html:not(.mobile):not(.tablet) .sitemenu > .wrapper .navigation ul li a:hover {
  color: #9fc539;
}

.sitemenu--active .sitemenu {
  transform: translateX(0);
}

@media screen and (max-width: 1199px) {
  .sitemenu {
    font-size: 20px;
  }
  .sitemenu > .bar {
    padding: 40px 80px;
  }
  .sitemenu > .bar .logo {
    height: 50px;
  }
  .sitemenu > .bar .logo img {
    height: 50px;
  }
  .sitemenu > .wrapper {
    padding: 40px 80px;
  }
  .sitemenu.header--sticky > .bar {
    padding: 20px 80px;
  }
  .sitemenu.header--sticky > .bar .logo {
    height: 40px;
  }
  .sitemenu.header--sticky > .bar .logo img {
    height: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .sitemenu > .bar {
    padding: 30px 30px;
  }
  .sitemenu > .wrapper {
    padding: 30px 30px;
  }
  .sitemenu.header--sticky > .wrapper {
    padding: 22.5px 30px;
  }
}
@media screen and (max-width: 767px) {
  .sitemenu {
    font-size: 16px;
  }
  .sitemenu > .bar {
    padding: 25px 25px;
  }
  .sitemenu > .bar .logo {
    height: 35px;
  }
  .sitemenu > .bar .logo img {
    height: 35px;
  }
  .sitemenu > .wrapper {
    padding: 25px 25px;
  }
  .sitemenu.header--sticky > .bar {
    padding: 18.75px 25px;
  }
  .sitemenu.header--sticky > .bar .logo {
    height: 35px;
  }
  .sitemenu.header--sticky > .bar .logo img {
    height: 35px;
  }
}
/**
 * Animation
 */
.animation--fadein {
  opacity: 0;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s, opacity 1.5s ease !important;
}

.animation--fadein.animation--run {
  opacity: 1;
}

.animation--fadeout {
  opacity: 1;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s, opacity 1.5s ease !important;
}

.animation--fadeout.animation--run {
  opacity: 0;
}

.animation--popinup {
  opacity: 0;
  transform: scale(90%) translateY(10%);
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s, opacity 1.5s ease, transform 1s ease !important;
}

.animation--popinup.animation--run {
  opacity: 1;
  transform: scale(100%) translateY(0%);
}

/*# sourceMappingURL=style.css.map */
