*,
*::before,
*::after {
  box-sizing: border-box;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
ul[class],
ol[class] {
  list-style: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img {
  max-width: 100%;
  display: block;
}
article > * + * {
  margin-top: 1em;
}
input,
button,
textarea,
select {
  font: inherit;
}
button {
  box-shadow: none;
  background: none;
  border: none;
  cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body .mt-1 {
  margin-top: 1rem;
}
body .mt-2 {
  margin-top: 2rem;
}
body .mt-3 {
  margin-top: 3rem;
}
body .mt-4 {
  margin-top: 4rem;
}
body .mb-1 {
  margin-bottom: 1rem;
}
body .mb-2 {
  margin-bottom: 2rem;
}
body .mb-3 {
  margin-bottom: 3rem;
}
body .mb-4 {
  margin-bottom: 4rem;
}
body .pt-3 {
  padding-top: 3rem;
}
body .pt-4 {
  padding-top: 4rem;
}
body .pt-6 {
  padding-top: 6rem;
}
body .pb-4 {
  padding-bottom: 4rem;
}
body .pb-6 {
  padding-bottom: 6rem;
}
body .jc-c {
  justify-content: center;
}
body .jc-sb {
  justify-content: space-between;
}
body .jc-t {
  justify-content: flex-start;
}
body .jc-b {
  justify-content: flex-end;
}
body .ai-c {
  align-items: center;
}
body .ai-t {
  align-items: flex-start;
}
body .ai-b {
  align-items: flex-end;
}
body .strong {
  font-weight: 700;
}
body .blue-text {
  color: #0091d0;
}
body .lightblue-text {
  color: #7ec0f3;
}
body .text-initial {
  text-transform: initial;
}
h1 {
  font-weight: 700;
  font-style: italic;
  font-size: 1.3rem;
  text-transform: uppercase;
  line-height: 1.1;
  color: #7ec0f3;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 480px) {
  h1 {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 1.9rem;
  }
}
h2 {
  font-weight: 700;
  font-style: italic;
  font-size: 1.3rem;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 480px) {
  h2 {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 1.9rem;
  }
}
h3 {
  font-weight: 700;
  font-style: italic;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 1.1;
}
@media only screen and (min-width: 480px) {
  h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  h3 {
    font-size: 1.7rem;
  }
}
p,
li {
  font-size: 0.7rem;
  line-height: 1.4;
}
@media only screen and (min-width: 480px) {
  p,
  li {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  p,
  li {
    font-size: 0.9rem;
  }
}
p.small-heading,
li.small-heading {
  font-style: italic;
  font-weight: 700;
}
p.small-heading:nth-child(1),
li.small-heading:nth-child(1) {
  padding-top: 1.5rem;
}
p.small-heading:not(:first-child),
li.small-heading:not(:first-child) {
  margin-top: 1rem;
}
p.overline,
li.overline {
  font-weight: 500;
  font-style: italic;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.1;
}
@media only screen and (min-width: 480px) {
  p.overline,
  li.overline {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 1024px) {
  p.overline,
  li.overline {
    font-size: 1.3rem;
  }
}
a {
  color: #0091d0;
  transition: color 0.2s ease-in-out;
}
.subpage h2,
.subpage h3 {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .subpage h2,
  .subpage h3 {
    margin-top: 2rem;
  }
}
.subpage h3 {
  text-transform: initial;
  margin-bottom: 0.5rem;
}
.subpage a {
  word-break: break-word;
}
html {
  font-size: 20px;
}
body {
  background-color: #000;
  margin: 0 auto;
  color: #fff;
  font-family: "Arial", sans-serif;
  line-height: 1.3;
  font-size: 20px;
  min-width: 320px;
  overflow-x: hidden;
}
body.light-mode {
  background-color: #fff;
  color: #000;
}
img {
  height: auto;
}
main {
  position: relative;
  z-index: 2;
}
.screen-reader-skip {
  background: #fefefe;
  color: #000;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  z-index: 9;
  text-decoration: none;
}
.screen-reader-skip:focus {
  transform: translateY(0%);
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
#cookies-eu-banner {
  background: #333;
  color: #fff;
  padding: 12px 6px;
  font-size: 14px;
  text-align: center;
}
#cookies-eu-more,
#cookies-eu-accept,
#cookies-eu-reject {
  text-decoration: none;
  background: #ccc;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  padding: 12px 12px;
  margin: 8px 0;
  font-size: 13px;
  font-weight: bold;
  color: #222;
  line-height: 1.5;
  display: inline-block;
  transition:
    background 0.07s,
    color 0.07s,
    border-color 0.07s;
}
#cookies-eu-more:hover,
#cookies-eu-more:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
  border-color: #fff;
  background: #222;
  color: #fff;
}
#cookies-eu-more {
  margin-left: 7px;
}
#cookies-eu-reject {
  background: none;
  font-weight: normal;
  background: #ccc;
  color: #222;
  cursor: pointer;
  padding: 12px 12px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  margin: 8px 0;
  border: 1px solid #fff;
}
#cookies-eu-reject:hover,
#cookies-eu-reject:focus {
  border-color: #fff;
  background: #222;
  color: #fff;
}
.hero {
  margin: 0 auto;
  max-width: 100%;
  background-image: url("../img/hero-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem 2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .hero {
    padding: 3rem 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .hero {
    height: 500px;
    padding: 0 2rem;
  }
}
.hero__wrap {
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  padding: 0.5rem 1rem;
}
@media only screen and (min-width: 769px) {
  .hero__wrap {
    padding: 1rem;
  }
}
@media only screen and (min-width: 1280px) {
  .hero__wrap {
    padding: 1rem 0;
  }
}
.hero__accessibility {
  display: flex;
}
.hero .hero__link {
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: 5px;
}
.hero .hero__link svg {
  width: 30px;
  height: 30px;
}
.hero .hero__link svg .shp0 {
  transition: fill 0.2s ease-in-out;
}
.hero .hero__link:hover .shp0 {
  fill: #0091d0;
}
.hero .logo {
  position: relative;
  width: 547px;
  height: 340px;
  width: 241px;
  height: 149px;
  left: -20px;
}
@media (min-width: 337px) {
  .hero .logo {
    width: calc(37.3549883991vw + 115.1136890951px);
  }
}
@media (min-width: 768px) {
  .hero .logo {
    width: calc(33.5648148148vw + 144.2222222222px);
  }
}
@media (min-width: 1200px) {
  .hero .logo {
    width: 547px;
  }
}
@media (min-width: 337px) {
  .hero .logo {
    height: calc(23.43387471vw + 70.0278422274px);
  }
}
@media (min-width: 768px) {
  .hero .logo {
    height: calc(20.8333333333vw + 90px);
  }
}
@media (min-width: 1200px) {
  .hero .logo {
    height: 340px;
  }
}
@media (min-width: 600px) {
  .hero .logo {
    left: calc(9000vw - 54020px);
  }
}
@media (min-width: 601px) {
  .hero .logo {
    left: calc(0vw + 70px);
  }
}
@media (min-width: 768px) {
  .hero .logo {
    left: calc(6.9444444444vw + 16.6666666667px);
  }
}
@media (min-width: 1200px) {
  .hero .logo {
    left: 100px;
  }
}
.hero .logo > * {
  position: absolute;
}
.hero .logo__phone {
  animation: logoPhone 0.5s ease-out;
}
.hero .logo__subline {
  height: 340px;
  width: 547px;
  position: absolute;
  max-width: 547px;
  height: 149px;
  width: 241px;
}
.hero .logo__subline.device {
  height: 149px;
  width: 241px;
}
@media (min-width: 337px) {
  .hero .logo__subline.device {
    height: calc(24.3961352657vw + 66.7850241546px);
  }
}
@media (min-width: 751px) {
  .hero .logo__subline.device {
    height: calc(20.8333333333vw + 93.5416666667px);
  }
}
@media (min-width: 1183px) {
  .hero .logo__subline.device {
    height: 340px;
  }
}
@media (min-width: 337px) {
  .hero .logo__subline.device {
    width: calc(38.8888888889vw + 109.9444444444px);
  }
}
@media (min-width: 751px) {
  .hero .logo__subline.device {
    width: calc(33.5648148148vw + 149.9282407407px);
  }
}
@media (min-width: 1183px) {
  .hero .logo__subline.device {
    width: 547px;
  }
}
@media (min-width: 337px) {
  .hero .logo__subline {
    height: calc(23.43387471vw + 70.0278422274px);
  }
}
@media (min-width: 768px) {
  .hero .logo__subline {
    height: calc(20.8333333333vw + 90px);
  }
}
@media (min-width: 1200px) {
  .hero .logo__subline {
    height: 340px;
  }
}
@media (min-width: 337px) {
  .hero .logo__subline {
    width: calc(37.3549883991vw + 115.1136890951px);
  }
}
@media (min-width: 768px) {
  .hero .logo__subline {
    width: calc(33.5648148148vw + 144.2222222222px);
  }
}
@media (min-width: 1200px) {
  .hero .logo__subline {
    width: 547px;
  }
}
.hero .logo__subline-wrap {
  animation: logoSubline 0.6s forwards ease-in 0.5s;
  height: 100%;
  overflow: hidden;
}
.hero .logo__border {
  opacity: 0;
  animation: logoBorder 0.4s forwards ease-in 1.1s;
  transform-origin: center;
}
.hero__person {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
}
@media (min-width: 337px) {
  .hero__person {
    width: calc(37.1229698376vw + 14.8955916473px);
  }
}
@media (min-width: 768px) {
  .hero__person {
    width: calc(27.7777777778vw + 86.6666666667px);
  }
}
@media (min-width: 1200px) {
  .hero__person {
    width: 420px;
  }
}
@media (min-width: 600px) {
  .hero__person {
    right: unset;
    left: 0px;
  }
}
@media (min-width: 600px) and (min-width: 768px) {
  .hero__person {
    left: calc(23.1481481481vw - 177.7777777778px);
  }
}
@media (min-width: 600px) and (min-width: 1200px) {
  .hero__person {
    left: calc(52.7777777778vw - 533.3333333333px);
  }
}
@media (min-width: 600px) and (min-width: 1920px) {
  .hero__person {
    left: 480px;
  }
}
@keyframes logoPhone {
  0% {
    transform: translate(-120px, 250px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes logoSubline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes logoBorder {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logoFinal {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.section {
  padding: 0 1rem;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .section {
    padding: 0 2rem;
  }
}
.section .pdf {
  display: flex;
  justify-content: center;
}
.section .pdf a {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-style: italic;
}
@media only screen and (min-width: 769px) {
  .section .pdf a {
    display: inline-flex;
  }
}
.section .pdf a p {
  margin-top: 1rem;
}
@media only screen and (min-width: 769px) {
  .section .pdf a p {
    margin-top: 0;
    margin-left: 3rem;
  }
}
.section h2 {
  color: #7ec0f3;
}
.section--cleft .section__content {
  padding-right: 0rem;
}
@media only screen and (min-width: 1024px) {
  .section--cleft .section__content {
    padding-right: 4rem;
  }
}
.section--cright .section__content {
  padding-left: 0rem;
}
@media only screen and (min-width: 1024px) {
  .section--cright .section__content {
    padding-left: 4rem;
  }
}
.section .heading-wrap p,
.section .heading-wrap h2 {
  color: #7ec0f3;
}
.section .heading-wrap--xs {
  display: block;
  order: -2;
}
@media only screen and (min-width: 1024px) {
  .section .heading-wrap--xs {
    display: none;
  }
}
.section .heading-wrap--xs h2 {
  margin-bottom: 1rem;
}
.section .heading-wrap--lg {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section .heading-wrap--lg {
    display: block;
  }
}
.section__wrap {
  margin: 0 auto;
  max-width: 1120px;
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .section__wrap {
    padding: 4rem 0;
  }
}
.section__wrap.nopadd {
  padding: 0;
}
.section__content {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section__content {
    width: 65%;
  }
}
.section__media {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
  order: -1;
}
@media only screen and (min-width: 1024px) {
  .section__media {
    width: 35%;
    margin-bottom: 0rem;
    order: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section__media--topadjust {
    margin-top: -2rem;
  }
}
.section__copy {
  display: flex;
  flex-direction: column;
  color: #fff;
  width: 100%;
}
.section__copy iframe {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 390px;
}
.section__copy--leichte {
  max-width: 800px;
  margin: 0 auto;
}
.section__copy--leichte .back-btn:hover {
  color: #000;
}
.section .copy-wrap {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3rem;
  max-width: 800px;
}
@media only screen and (min-width: 375px) {
  .section .copy-wrap {
    margin-bottom: 4rem;
  }
}
.img-gebaerden {
  width: 100px;
}
@media only screen and (min-width: 769px) {
  .section .copy-wrap:not(.noflex) {
    display: flex;
  }
}
.section .copy-wrap__box p {
  margin-bottom: 2rem;
}
.section .copy-wrap__box p.flex {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .section .copy-wrap__box p.flex {
    display: flex;
  }
}
@media only screen and (min-width: 769px) {
  .section .copy-wrap__box p.flex span {
    max-width: 400px;
  }
}
.section .copy-wrap__box p.flex img {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .section .copy-wrap__box p.flex img {
    position: absolute;
    right: -300px;
    top: -150px;
  }
}
.section .copy-wrap h1 {
  font-size: 28px;
  line-height: 1.5;
  text-transform: initial;
  font-style: initial;
  margin-bottom: 0;
  color: #000;
  width: 100%;
}
@media only screen and (min-width: 375px) {
  .section .copy-wrap h1 {
    font-size: 35px;
  }
}
.section .copy-wrap h2 {
  font-size: 25px;
  line-height: 1.5;
  text-transform: initial;
  font-style: initial;
  color: #0091d0;
  margin-bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 375px) {
  .section .copy-wrap h2 {
    font-size: 32px;
  }
}
.section .copy-wrap h3 {
  color: #0091d0;
  text-transform: initial;
  font-style: initial;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 375px) {
  .section .copy-wrap h3 {
    font-size: 30px;
  }
}
.section .copy-wrap p {
  font-size: 0.8rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 375px) {
  .section .copy-wrap p {
    font-size: 1rem;
  }
}
.section .copy-wrap img {
  max-width: 250px;
  margin: 1rem 0;
}
@media only screen and (min-width: 769px) {
  .section .copy-wrap img {
    margin: 0;
    margin-left: 2rem;
    max-width: 300px;
  }
}
.section .copy-wrap ul li {
  line-height: 1.5;
  font-size: 0.8rem;
}
@media only screen and (min-width: 375px) {
  .section .copy-wrap ul li {
    font-size: 1rem;
  }
}
.section .copy-wrap .media-box {
  display: flex;
  margin: 2rem 0;
  align-items: flex-start;
}
.section .copy-wrap .media-box img {
  margin-right: 1rem;
  width: 60px;
  height: auto;
}
.section .copy-wrap--right {
  justify-content: flex-end;
  align-items: center;
}
.section .copy-wrap--right p {
  margin-right: 1rem;
}
.section .copy-wrap--right img {
  max-width: 100px;
}
.section .copy-wrap .subs-cc {
  color: #0091d0;
  border: 2px solid #0091d0;
  padding: 2px 8px;
}
.section .leichte-footer {
  padding-top: 0.5rem;
  border-top: 1px solid #000;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
}
.section .leichte-footer img {
  height: 50px;
  width: auto;
  margin: 0.5rem auto;
}
@media only screen and (min-width: 375px) {
  .section .leichte-footer img {
    display: flex;
    align-items: center;
    margin-left: 3rem;
  }
}
@media only screen and (min-width: 375px) {
  .section .leichte-footer .media-box {
    display: flex;
    align-items: center;
  }
}
.section .leichte-footer .media-box a {
  display: block;
}
.section .age-img {
  position: absolute;
  left: 55%;
  top: -40px;
  transform-origin: center;
}
.section .peace-wrap {
  position: absolute;
  left: 35%;
  bottom: 0;
  display: flex;
}
.section .peace-wrap .peace-img:nth-child(1) {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section .peace-wrap .peace-img:nth-child(1) {
    display: block;
    animation: scalingHand1 3.5s infinite ease-in-out 1;
  }
}
.section .peace-wrap .peace-img:nth-child(2) {
  transform: scale(0.75);
  transform-origin: 50% 30%;
  animation: scalingHand2 2.7s infinite ease-in-out 1;
}
.section .peace-wrap .peace-img:nth-child(3) {
  transform: scale(0.5);
  transform-origin: 10% 10%;
  animation: scalingHand3 3.5s infinite ease-in-out 1;
}
.section .copycat-img {
  position: absolute;
  left: 35%;
  bottom: 0;
  max-width: 150px;
}
@media only screen and (min-width: 769px) {
  .section .copycat-img {
    left: 20%;
    max-width: 260px;
    max-width: unset;
  }
}
@media only screen and (min-width: 1024px) {
  .section .copycat-img {
    bottom: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .section .copycat-img {
    bottom: 50px;
  }
}
.section .respect-img {
  position: absolute;
  left: 35%;
  top: -80px;
  max-width: 140px;
}
@media only screen and (min-width: 1024px) {
  .section .respect-img {
    left: 55%;
    max-width: 200px;
  }
}
.section .benice-img {
  position: absolute;
  right: 40px;
  bottom: 0;
  transform-origin: center;
}
@media only screen and (min-width: 480px) {
  .section .benice-img {
    right: 110px;
  }
}
@media only screen and (min-width: 1024px) {
  .section .benice-img {
    bottom: 80px;
    right: 310px;
  }
}
@media only screen and (min-width: 1280px) {
  .section .benice-img {
    bottom: 120px;
  }
}
@keyframes scaleInOut {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@keyframes scaleUpDown {
  0% {
    transform: scale(0) rotate(15deg);
  }
  15% {
    transform: scale(1) rotate(0deg);
  }
  85% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(0) rotate(15deg);
  }
}
@keyframes floatingY {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes floatingX {
  0% {
    transform: rotate(0deg) translate(0, 0) scale(1);
  }
  25% {
    transform: rotate(-3deg) translate(-20px, -20px) scale(0.9);
  }
  50% {
    transform: rotate(-6deg) translate(0, 0) scale(1);
  }
  75% {
    transform: rotate(-3deg) translate(-20px, -20px) scale(0.8);
  }
  100% {
    transform: rotate(0deg) translate(0, 0) scale(1);
  }
}
@keyframes scalingHand1 {
  0% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(0.95) translateY(-6px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
@keyframes scalingHand2 {
  0% {
    transform: scale(0.75) translateY(0);
  }
  50% {
    transform: scale(0.8) translateY(10px);
  }
  100% {
    transform: scale(0.75 translateY(0));
  }
}
@keyframes scalingHand3 {
  0% {
    transform: scale(0.5) translateY(0);
  }
  50% {
    transform: scale(0.55) translateY(15px);
  }
  100% {
    transform: scale(0.5) translateY(0);
  }
}
.divider {
  width: 100%;
  background-image: url("../img/divider.jpg");
  background-size: cover;
  background-position: center center;
  height: 100px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .divider {
    height: 200px;
  }
}
@media only screen and (min-width: 1280px) {
  .divider {
    height: 300px;
  }
}
.button {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  cursor: pointer;
}
.button__circle {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 50%;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.button__sign {
  margin-top: -7px;
}
.button__text {
  color: #fff;
  font-style: italic;
  font-weight: 400;
  margin-left: 0.7rem;
  width: calc(100% - (0.7rem + 70px));
  text-transform: uppercase;
}
.button.pulsing .button__circle::after {
  position: absolute;
  border: 1px solid;
  width: 70px;
  height: 70px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  animation: pulse 1.5s 3;
  z-index: -1;
}
.button.pulsing .button__circle::before {
  position: absolute;
  border: 1px solid;
  width: 70px;
  height: 70px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  animation: pulse 1.5s 3;
  animation-delay: 0.4s;
  z-index: -1;
}
.button.pulsing .button__text {
  text-decoration: underline;
}
@keyframes pulse {
  0% {
    opacity: 1;
    width: 70px;
    height: 70px;
  }
  100% {
    opacity: 0;
    width: 90px;
    height: 90px;
  }
}
.back-btn {
  text-decoration: none;
  display: inline-flex;
  margin-bottom: 2rem;
  align-items: center;
}
.back-btn__arrow {
  display: inline-block;
  transform: rotate(180deg);
  margin-right: 0.5rem;
}
.back-btn:hover {
  color: #fff;
}
.promo {
  width: 100%;
  background-image: url("../img/dark-bg.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 4rem 0;
}
.promo__wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 769px) {
  .promo__wrap {
    padding-left: 150px;
  }
}
@media only screen and (min-width: 1280px) {
  .promo__wrap {
    padding-right: 0;
  }
}
.promo__wrap p {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .promo__wrap p {
    max-width: 70%;
  }
}
.accordion {
  width: 100%;
}
.accordion__item {
  border-top: 1px solid #fff;
  padding: 1.5rem 0;
  cursor: pointer;
}
.accordion__item:nth-child(2) {
  border-bottom: 1px solid #fff;
}
.accordion__item.active .accordion__svg {
  opacity: 1;
  transform: rotateX(0deg);
}
.accordion__item:focus {
  outline: none;
}
.accordion__item:focus .accordion__title {
  color: #7ec0f3;
}
.accordion__content {
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 769px) {
  .accordion__content {
    padding-left: 150px;
  }
}
@media only screen and (min-width: 1280px) {
  .accordion__content {
    padding-right: 0;
  }
}
.accordion__title {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion svg {
  width: 45px;
}
@media only screen and (min-width: 480px) {
  .accordion svg {
    width: 67px;
  }
}
@media only screen and (min-width: 769px) {
  .accordion svg {
    width: 87px;
  }
}
.accordion__svg {
  fill: #fff;
  opacity: 0.7;
  transform-origin: 50% 50%;
  transform: rotateX(180deg);
  transition: all 0.2s ease-in-out;
}
.accordion__body {
  max-width: 90%;
  height: 0;
  transition: height 0.5s ease-in-out;
  overflow: hidden;
}
@media only screen and (min-width: 480px) {
  .accordion__body {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  .accordion__body {
    max-width: 70%;
  }
}
@keyframes pulseArrow {
  0% {
    opacity: 0.7;
    transform: rotateX(180deg) scale(1);
  }
  50% {
    opacity: 1;
    transform: rotateX(180deg) scale(1.05);
  }
  100% {
    opacity: 0.7;
    transform: rotateX(180deg) scale(1);
  }
}
.footer__wrap {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 1rem;
}
@media only screen and (min-width: 769px) {
  .footer__wrap {
    padding: 0 2rem;
  }
}
.footer__top {
  margin: 0 auto;
  max-width: 100%;
  background-image: url("../img/hero-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding: 2rem 0 0;
}
.footer__logo {
  height: 150px;
  width: auto;
}
@media only screen and (min-width: 1280px) {
  .footer__logo {
    height: 250px;
  }
}
.footer__menu {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
.footer__menu a {
  color: #fff;
  text-transform: uppercase;
  margin-right: 1rem;
  text-decoration: none;
  font-size: 14px;
}
@media only screen and (min-width: 769px) {
  .footer__menu a {
    font-size: 0.8rem;
  }
}
.footer__bottom {
  background-color: #fff;
  padding: 1.5rem 0 0.5rem 0;
}
@media only screen and (min-width: 769px) {
  .footer__bottom {
    padding: 1.5rem 0 0 0;
  }
}
.footer__copy {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__text {
  font-size: 14px;
  color: #0091d0;
  font-weight: 600;
  max-width: 250px;
  text-align: right;
  margin-right: 5px;
}
@media only screen and (min-width: 480px) {
  .footer__text {
    font-size: 14px;
  }
}
.footer__text span {
  display: block;
}
.footer__img {
  margin-left: 5px;
  height: 100px;
  object-fit: contain;
}
@media only screen and (min-width: 480px) {
  .footer__img {
    font-size: 14px;
    height: 130px;
  }
}
.video {
  width: 100%;
  max-width: 400px;
  position: relative;
  min-height: 500px;
}
@media only screen and (min-width: 1024px) {
  .video-wrap {
    position: absolute;
    z-index: 10;
    right: 1rem;
    top: 50%;
    animation: 1.5s slideIn forwards ease-out;
  }
}
@media only screen and (min-width: 1280px) {
  .video-wrap {
    right: 0rem;
  }
}
@keyframes slideIn {
  0% {
    top: calc(-25% - 300px);
  }
  100% {
    top: -25%;
  }
}
.popup {
  position: fixed;
  height: 100vh;
  max-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup__close {
  color: #fff;
  font-size: 3rem;
  top: 1rem;
  right: 1rem;
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .popup__close {
    top: 2rem;
    right: 2rem;
  }
}
.popup__overlay {
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__content {
  max-height: 80%;
  padding: 2rem;
  background: #000;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .popup__content {
    padding: 4rem;
  }
}
.popup__content h2,
.popup__content p {
  display: none;
}
.popup__video {
  display: none;
  max-height: 60vh;
} /*# sourceMappingURL=style.min.css.map */
