/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./files/template/src/scss/main.scss ***!
  \****************************************************************************************************************************/
/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      imports bem module

*****************************************************************************/
/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      mixins-media-queries bem module

*****************************************************************************/
/*
.mixins-media-queries

Styleguide classes.mixins-media-queries
*/
/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      mixins-fonts bem module

*****************************************************************************/
/*
.mixins-fonts

Styleguide classes.mixins-fonts
*/
/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      mixins-filter-svg bem module

*****************************************************************************/
/*
.mixins-filter-svg

Styleguide classes.mixins-filter-svg
*/
/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      settings-font-face bem module

*****************************************************************************/
/*
.settings-font-face

Styleguide classes.settings-font-face
*/
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url(../../assets/roboto-v30-latin-regular.woff2) format("woff2"), url(../../assets/roboto-v30-latin-regular.woff) format("woff");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: url(../../assets/roboto-v30-latin-700.woff2) format("woff2"), url(../../assets/roboto-v30-latin-700.woff) format("woff");
}
@font-face {
  font-family: Playfair;
  font-style: normal;
  font-weight: 700;
  src: url(../../assets/playfair-display-v30-latin-700.woff2) format("woff2"), url(../../assets/playfair-display-v30-latin-700.woff) format("woff");
}
/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      Variable

*****************************************************************************/
/* Colors */
/* Black */
/* White */
/* Fonts */
/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      filter bem module

*****************************************************************************/
/*
.filter

Styleguide classes.filter
*/
.filter-back-and-white {
  filter: grayscale(100%);
  transition: 0.4s;
}
.filter-back-and-white:hover {
  filter: grayscale(0);
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      lightbox bem module

*****************************************************************************/
/*
.lightbox

Styleguide classes.lightbox
*/
.featherlight-next span, .featherlight-previous span {
  text-shadow: none !important;
}

/****************************************************************************
 *	MEDIA MOTION AG															*
 ****************************************************************************

	Funktion	css reset
	Authors		contao

*****************************************************************************/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
code,
ol,
ul,
li,
dl,
dt,
dd,
figure,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea {
  margin: 0;
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  font-size: inherit;
}

caption,
th,
td {
  vertical-align: top;
  text-align: left;
  text-align: start;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  font-variant: normal;
  cursor: help;
}

blockquote,
q {
  quotes: none;
}

fieldset,
img,
iframe {
  border: 0;
}
@media screen and (max-width: 1000px) {
  fieldset,
  img,
  iframe {
    height: auto;
    max-width: 100%;
  }
}

ul {
  list-style-type: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

del {
  text-decoration: line-through;
}

ins {
  text-decoration: none;
}

header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block;
}

body {
  font: 12px/1 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  color: #000;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: 99%;
  font-weight: inherit;
}

pre,
code {
  font-family: Monaco, monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1em;
  font-size: 100%;
  font-weight: 400;
}

h1 {
  font-size: 1.8333em;
}

h2 {
  font-size: 1.6667em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.3333em;
}

caption,
th {
  font-weight: 700;
}

a {
  color: #00F;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
table,
ol,
ul,
form {
  margin-bottom: 12px;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      helper bem module

*****************************************************************************/
/*
.helper

Styleguide classes.helper
*/
.invisible {
  position: absolute;
  left: -9999em;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      kontaktformular bem module

*****************************************************************************/
/*
.kontaktformular

Styleguide classes.kontaktformular
*/
.kontaktformular {
  width: 100%;
  max-width: 650px;
  padding: 40px 0;
}
.kontaktformular h2 {
  color: #E00B0B;
  font-weight: bold;
  margin-bottom: 40px;
}
.kontaktformular .mandatory--grey {
  color: #828282;
}
.kontaktformular label {
  display: block;
  width: 100%;
  margin-top: 5px;
}
.kontaktformular input, .kontaktformular textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #DADADA;
  padding: 10px;
  margin-bottom: 40px;
  color: #6F6F6F;
}
.kontaktformular input {
  height: 35px;
}
.kontaktformular textarea {
  height: 120px;
  overflow: hidden;
}

.errorS {
  background-color: red !important;
  color: white;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      menu--burger bem module

*****************************************************************************/
/*
.menu--burger

Styleguide classes.menu--burger
*/
.menu-burger {
  display: none;
}
@media screen and (max-width: 1000px) {
  .menu-burger {
    display: flex;
    position: absolute;
    top: 24px;
    right: 24px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border: 1.5px solid #E00B0B;
  }
  .menu-burger:hover {
    cursor: pointer;
  }
}

.menu-burger--icon {
  position: absolute;
  width: 16.5px;
  height: 1.5px;
  border: none;
  background: #E00B0B;
  transition: all 0.5s;
}
.menu-burger--icon::before {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 16.5px;
  height: 1.5px;
  background: #E00B0B;
}
.menu-burger--icon::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 16.5px;
  height: 1.5px;
  background: #E00B0B;
}

.menu-burger--close .menu-burger--icon::before {
  top: 0;
  transform: rotate(-90deg);
  transition: all 0.5s;
}
.menu-burger--close .menu-burger--icon {
  display: block;
  transform: rotate(135deg);
}
.menu-burger--close .menu-burger--icon::after {
  display: none;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      grafik bem module

*****************************************************************************/
/*
.grafik

Styleguide classes.grafik
*/
.grafik-a {
  position: absolute;
  top: -80px;
  right: 0;
  z-index: 20;
  width: 30%;
  height: auto;
  max-width: 592px;
}
@media screen and (max-width: 1000px) {
  .grafik-a {
    display: none;
  }
}

.grafik-a--mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .grafik-a--mobile {
    display: block;
    position: absolute;
    top: 380px;
    left: 0;
    z-index: 0;
  }
}

.grafik-b {
  position: absolute;
  bottom: -72%;
  left: 0;
  width: 194px;
  max-width: 12%;
}
@media screen and (max-width: 1000px) {
  .grafik-b {
    display: none;
  }
}

.grafik-b--mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .grafik-b--mobile {
    display: block;
    position: absolute;
    right: 0;
    bottom: -200px;
    z-index: 0;
  }
}

.find-out__grafik {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  max-width: 430px;
}
@media screen and (max-width: 1000px) {
  .find-out__grafik {
    display: none;
  }
}

.find-out__grafik--mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .find-out__grafik--mobile {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    max-width: 400px;
  }
}

.footer__grafik {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 430px;
}
@media screen and (max-width: 500px) {
  .footer__grafik {
    display: none;
  }
}

.burger__grafik {
  display: none;
}
@media screen and (max-width: 1000px) {
  .burger__grafik {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      fonts bem module

*****************************************************************************/
/*
.fonts

Styleguide classes.fonts
*/
.font-h1 {
  font-family: "Roboto";
  font-size: 7.2rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  line-height: 0.89;
  letter-spacing: -0.01em;
  position: relative;
}
.font-h1--white {
  color: #FFF;
}
.font-h1--white::before {
  content: "";
  position: absolute;
  top: -66px;
  width: 105px;
  height: 1px;
  background: #FFF;
}
@media screen and (max-width: 1000px) {
  .font-h1--white {
    font-family: "Roboto";
    font-size: 4.8rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.067em;
    text-align: center;
  }
  .font-h1--white::before {
    display: none;
  }
}
.font-h1--dark {
  color: #E00B0B;
}
@media screen and (max-width: 1150px) {
  .font-h1--dark {
    font-family: "Roboto";
    font-size: 4.8rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.067em;
    text-align: center;
  }
  .font-h1--dark::before {
    position: absolute;
    top: -42px;
    left: 50%;
    width: 105px;
    text-align: center;
    transform: translate(-50%, -25px);
  }
}

.font-h2 {
  font-family: "Roboto";
  font-size: 5.6rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.0078em;
  margin: 0;
  color: #FFF;
}
@media screen and (max-width: 1000px) {
  .font-h2 {
    font-family: "Roboto";
    font-size: 4rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.056em;
    text-align: center;
  }
}

.font-h3 {
  font-family: "Roboto";
  font-size: 2.8rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.039em;
  color: #E00B0B;
}

.font-h4 {
  font-family: "Roboto";
  font-size: 1.3rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #828282;
}

.font-h5 {
  font-family: "Roboto";
  font-size: 1.3rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6F6F6F;
}

.font-h5-active {
  color: #E00B0B;
}

.font-main--grey {
  font-family: "Roboto";
  font-size: 1.6rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  line-height: 1.63;
  letter-spacing: normal;
  color: #828282;
}

.font-3__subtile {
  font-family: "Roboto";
  font-size: 2.2rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: normal;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      button bem module

*****************************************************************************/
/*
.button

Styleguide classes.button
*/
.button {
  font-family: "Roboto";
  font-size: 1.3rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.15em;
  display: inline-block;
  position: relative;
  z-index: 80;
  align-content: center;
  height: 40px;
  padding-top: 12px;
  padding-right: 28px;
  padding-left: 28px;
  text-align: center;
  text-transform: uppercase;
}
.button:hover {
  transition: all 1s ease;
}

.button--menu {
  display: flex;
  align-items: center;
  margin-right: -12px;
  padding-top: 0;
  border: 1px solid #E00B0B;
  color: #E00B0B;
}
.button--menu:hover {
  border: 1px solid transparent;
  color: #FFF;
  background: #E00B0B;
}
@media screen and (max-width: 1000px) {
  .button--menu {
    font-family: "Roboto";
    font-size: 2rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.136em;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 56px;
    margin: 0 24px;
    border: 1px solid #FFF;
    color: #FFF;
    background: transparent;
  }
  .button--menu:hover {
    border: transparent;
    color: #E00B0B;
    background: #FFF;
  }
}

.button--dark {
  border: 1px solid #E00B0B;
  color: #E00B0B;
}
.button--dark:hover {
  border: 1px solid transparent;
  color: #FFF;
  background: #E00B0B;
}

.button--hell {
  border: 1px solid #FFF;
  color: #FFF;
  background: transparent;
}
.button--hell:hover {
  border: 1px solid transparent;
  color: #E00B0B;
  background: #FFF;
}

.button--back {
  margin-bottom: 100px;
}

.button--formular {
  background: white;
  border: 1px solid #E00B0B;
  color: #E00B0B;
  padding: 12px 28px;
  margin-top: 40px;
}
.button--formular:hover {
  background-color: #E00B0B;
  color: white;
  border: 1px solid transparent;
  cursor: pointer;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      base. bem module

*****************************************************************************/
*,
*::after,
*::before {
  box-sizing: border-box;
}

a:hover {
  cursor: pointer;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: auto;
  font-family: "Roboto";
  font-size: 1.6rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  line-height: 1.63;
  letter-spacing: normal;
}

a {
  color: inherit;
  text-decoration: none;
}
a :hover {
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .display {
    display: block;
  }
}

.section {
  max-width: 1110px;
  margin: 220px auto 50px;
}
.section .font-h1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .section {
    margin-top: 100px;
    padding: 0 20px;
  }
}

.link-red {
  text-decoration: underline;
  text-decoration-color: red;
  transition: 0.5s;
}

.link-red:hover {
  color: red;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      main bem module

*****************************************************************************/
/*
.main

Styleguide classes.main
*/
.main {
  top: 80px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      section-menu bem module

*****************************************************************************/
/*
.section-menu

Styleguide classes.section-menu
*/
.main-header {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  justify-content: center;
  width: 100%;
  height: 80px;
  margin-bottom: -22px;
  background: #FFF;
}

.menu {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1110px;
}
@media screen and (max-width: 1150px) {
  .menu {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .menu {
    padding-left: 0;
  }
}

.menu__logo img {
  max-height: 45px;
  width: auto;
}
@media screen and (max-width: 500px) {
  .menu__logo img {
    max-height: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .menu__logo {
    margin-left: 24px;
  }
}

.menu__container {
  display: flex;
  align-content: center;
}
@media screen and (max-width: 1000px) {
  .menu__container {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .display {
    display: block;
  }
}

.menu__navigation {
  display: flex;
  flex-flow: wrap row;
  align-items: center;
}
.menu__navigation li {
  font-family: "Roboto";
  font-size: 1.3rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.15em;
  margin: 12.25px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #828282;
}
.menu__navigation li:hover, .menu__navigation li:active {
  color: #E00B0B;
}
@media screen and (max-width: 1000px) {
  .menu__navigation {
    display: block;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100vh;
    background-color: #DADADA;
    background-image: url(../../assets/grafik-menu-mobile.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
  }
  .menu__navigation li {
    font-family: "Roboto";
    font-size: 2rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.136em;
    text-align: center;
    margin-top: 24px;
    color: #FFF;
  }
  .menu__navigation li:hover {
    color: #6F6F6F;
  }
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      section-home bem module

*****************************************************************************/
/*
.section-home

Styleguide classes.section-home
*/
.section-home {
  display: flex;
  overflow: visible;
  position: relative;
  justify-content: center;
  width: 100%;
  min-height: 600px;
  margin-bottom: 150px;
  color: white;
  background-image: linear-gradient(180deg, #6F6F6F, #6F6F6F);
  background-repeat: no-repeat;
  background-size: 100% calc(100% - 7rem);
}
@media screen and (max-width: 1150px) {
  .section-home {
    padding: 100px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .section-home {
    padding: 0;
    margin-bottom: 0;
  }
}
.section-home::before {
  content: url(../../assets/grafik-b.png);
  position: absolute;
  top: 62rem;
  left: 0;
  z-index: 10;
  margin-left: auto;
  pointer-events: none;
}
@media screen and (max-width: 1600px) {
  .section-home::before {
    top: 65%;
    left: -35px;
    transform-origin: left;
    transform: scale(0.9);
  }
}
@media screen and (max-width: 1150px) {
  .section-home::before {
    transform: scale(0.7);
    top: 40rem;
  }
}
@media screen and (max-width: 1000px) {
  .section-home::before {
    content: url(../../assets/grafik-a-mobile.svg);
    display: flex;
    position: absolute;
    top: 40rem;
    left: 0;
    z-index: 1;
    justify-content: flex-start;
    transform-origin: left;
    transform: scale(0.5);
  }
}
@media screen and (max-width: 500px) {
  .section-home::before {
    top: 25rem;
    transform: scale(0.4);
  }
}
.section-home::after {
  content: url(../../assets/grafik-a.png);
  position: absolute;
  top: -80px;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 1600px) {
  .section-home::after {
    right: 0;
    transform-origin: right;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 1000px) {
  .section-home::after {
    content: url(../../assets/grafik-b-mobile.svg);
    display: flex;
    position: absolute;
    top: auto;
    bottom: -20rem;
    right: 0;
    z-index: 0;
    justify-content: flex-end;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .section-home::after {
    transform-origin: right;
    transform: scale(0.4);
  }
}

.swiper-wrapper .section__container--left {
  display: flex;
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .swiper-wrapper .section__container--left {
    flex-direction: column-reverse;
  }
}

.teil__text {
  max-width: 540px;
  margin-right: 30px;
  color: #FFF;
}
.teil__text p {
  margin-top: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .teil__text {
    margin-right: 0;
    margin-bottom: 93px;
    padding-right: 24px;
    padding-left: 24px;
    text-align: center;
  }
  .teil__text p {
    margin-top: 14px;
    margin-bottom: 32px;
  }
}

.section__container--img {
  display: block;
  z-index: 1;
  width: 100%;
  max-width: 540px;
  margin-top: 200px;
}
@media screen and (max-width: 1000px) {
  .section__container--img {
    display: block;
    z-index: 10;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 95px;
  }
}
.section__container--img img {
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: auto;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      section-different bem module

*****************************************************************************/
/*
.section-different

Styleguide classes.section-different
*/
.section-different {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  margin-bottom: 158px;
}
@media screen and (max-width: 1150px) {
  .section-different {
    margin-bottom: 140px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .section-different {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.section-different__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1110px;
}

.card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .card {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .card li {
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-content: center;
    align-items: center;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
.card .font-main--grey {
  margin-top: 15px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1000px) {
  .card .font-main--grey {
    margin-bottom: 5px;
  }
}

.card--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  margin-bottom: 33px;
  border-radius: 50%;
  background: #6F6F6F;
}
.card--icon img {
  width: 32px;
  height: 32px;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      section-find-out bem module

*****************************************************************************/
/*
.section-find-out

Styleguide classes.section-find-out
*/
.section-find-out {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  margin-bottom: 150px;
}
@media screen and (max-width: 1150px) {
  .section-find-out {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .section-find-out {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.section-find-out__container {
  display: flex;
  position: relative;
  flex-flow: wrap row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1110px;
  padding: 65px 80px;
  background-color: #6F6F6F;
  background-image: url(../../assets/grafik-c.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
}
@media screen and (max-width: 1000px) {
  .section-find-out__container {
    flex-flow: wrap column;
    padding: 73px 24px;
    background-image: url(../../assets/grafik-c-mobile.svg);
    background-position: top right;
  }
  .section-find-out__container .font-h2 {
    z-index: 10;
  }
  .section-find-out__container .button {
    z-index: 10;
    margin-top: 38px;
  }
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      main-footer bem module

*****************************************************************************/
/*
.main-footer

Styleguide classes.main-footer
*/
.footer {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  background-color: #FAFAFA;
  background-image: url(../../assets/grafik-d.svg);
  background-repeat: no-repeat;
  background-position: top left;
}
@media screen and (max-width: 1150px) {
  .footer {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .footer {
    padding-right: 24px;
    padding-left: 24px;
    background-size: 30rem;
  }
}
@media screen and (max-width: 500px) {
  .footer {
    background-image: url(../../assets/grafik-d-mobile.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
  }
}

.footer__container {
  display: flex;
  z-index: 10;
  flex-flow: wrap column;
  width: 100%;
  max-width: 1110px;
  margin-bottom: 64px;
}

.footer__header {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  margin-top: 67px;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .footer__header {
    flex-flow: wrap column;
    justify-content: center;
    align-items: center;
  }
}
.footer__header::after {
  content: "";
  position: relative;
  top: 36px;
  width: 100%;
  height: 1px;
  background: #DADADA;
}

.footer__logo {
  display: block;
}
.footer__logo img {
  height: 50px;
  width: auto;
}
@media screen and (max-width: 500px) {
  .footer__logo img {
    margin-bottom: 32px;
  }
}

.footer__social-media {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 500px) {
  .footer__social-media {
    display: flex;
    justify-content: center;
  }
}
.footer__social-media img {
  width: 24px;
  height: 24px;
  transition: 0.5s;
}
.footer__social-media img:hover {
  filter: brightness(0) saturate(100%) invert(12%) sepia(15%) saturate(625%) hue-rotate(227deg) brightness(92%) contrast(87%);
}

.footer__navigation {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .footer__navigation {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .footer__navigation {
    grid-template-columns: 1fr;
    margin-bottom: 88px;
  }
}

.footer__title {
  display: flex;
  flex-flow: wrap column;
  align-items: flex-start;
}
@media screen and (max-width: 500px) {
  .footer__title {
    align-items: center;
    text-align: center;
  }
}
.footer__title .font-h4 {
  margin-bottom: 34px;
}
@media screen and (max-width: 1000px) {
  .footer__title .font-h4 {
    margin-top: 50px;
    margin-bottom: 36px;
  }
}
.footer__title .font-h5 {
  margin-bottom: 16px;
  transition: all 0.5s;
}
.footer__title .font-h5:hover {
  text-decoration: underline;
  transform: translateY(-4px);
  transition: all 0.5s;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      section-top bem module

*****************************************************************************/
/*
.section-top

Styleguide classes.section-top
*/
.section-top {
  max-width: 1110px;
  margin: 220px auto 0;
  transform-origin: right;
}
@media screen and (max-width: 1150px) {
  .section-top {
    display: flex;
    flex-flow: wrap column;
    align-items: center;
    justify-content: center;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .section-top {
    max-height: 150%;
    margin-top: 225px;
    margin-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section-top::before {
  content: url(../../assets/grafik-a.png);
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  justify-content: flex-end;
  transform-origin: right;
  transform: scale(1.2);
  pointer-events: none;
}
@media screen and (max-width: 1600px) {
  .section-top::before {
    right: 0;
    transform-origin: right;
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1000px) {
  .section-top::before {
    content: url(../../assets/grafik-a-mobile.svg);
    display: flex;
    position: absolute;
    top: -80px;
    right: auto;
    left: -60px;
    justify-content: flex-start;
    width: 30%;
    height: 30%;
    transform-origin: right;
    transform: scale(0.5);
  }
}
.section-top .font-h1 {
  margin-bottom: 60px;
}
.section-top .section-top__margin-left {
  margin-left: 150px;
}
@media screen and (max-width: 1150px) {
  .section-top .section-top__margin-left {
    margin-left: 0;
  }
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      section-top bem module

*****************************************************************************/
/*
.section-top

Styleguide classes.section-top
*/
.section-basic {
  max-width: 1110px;
  margin: 100px auto 0;
}
@media screen and (max-width: 1150px) {
  .section-basic {
    display: flex;
    flex-flow: wrap column;
    align-items: center;
    justify-content: center;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .section-basic {
    max-height: 100%;
    margin-top: 100px;
    margin-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section-basic .font-h1 {
  margin-bottom: 60px;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      section-top bem module

*****************************************************************************/
/*
.section-top

Styleguide classes.section-top
*/
.section-basic-left {
  max-width: 1110px;
  margin: 100px auto 0;
}
@media screen and (max-width: 1150px) {
  .section-basic-left {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .section-basic-left {
    max-height: 100%;
    margin-top: 100px;
    margin-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section-basic-left .font-h1 {
  margin-bottom: 60px;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      section-2column bem module

*****************************************************************************/
/*
.section-2column

Styleguide classes.section-2column
*/
.section-2column .section-2column__container {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .section-2column .section-2column__container {
    padding: 0 20px;
  }
}
.section-2column .section-2column__container .font-3__subtile {
  margin-bottom: 60px;
}
.section-2column .section-2column__text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media screen and (max-width: 500px) {
  .section-2column .section-2column__text {
    grid-template-columns: 1fr;
  }
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      section-home--how-we-work bem module

*****************************************************************************/
/*
.section-home--how-we-work

Styleguide classes.section-home--how-we-work
*/
.section--a {
  display: flex;
  position: relative;
  flex-flow: wrap row;
  justify-content: center;
  width: 100%;
  margin-top: 250px;
  margin-bottom: 52px;
  padding: 100px 0;
  background: #6F6F6F;
}
@media screen and (max-width: 1150px) {
  .section--a {
    padding: 100px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .section--a {
    max-height: 100%;
    margin-top: 150px;
    padding: 0;
  }
}
.section--a .section--a__container {
  display: flex;
  position: relative;
  flex-flow: wrap row-reverse;
  justify-content: center;
}
@media screen and (max-width: 1150px) {
  .section--a .section--a__container {
    flex-flow: wrap column-reverse;
    align-items: center;
    align-content: center;
  }
}
@media screen and (max-width: 1000px) {
  .section--a .section--a__container {
    margin-bottom: 0;
  }
}
.section--a .section--a__container .font-h1--white::before {
  display: none;
}
@media screen and (max-width: 1150px) {
  .section--a .section--a__container .teil__text {
    max-width: 600px;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .section--a .section--a__container .teil__text {
    max-width: 540px;
  }
}

.section--a__container-img {
  position: relative;
  z-index: 20;
  margin-top: -200px;
  margin-right: 100px;
}
.section--a__container-img img {
  width: 100%;
  height: auto;
  max-width: 443px;
}
@media screen and (max-width: 1150px) {
  .section--a__container-img img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1150px) {
  .section--a__container-img {
    margin: 0;
    max-width: 500px;
  }
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      section-blog bem module

*****************************************************************************/
/*
.section-blog

Styleguide classes.section-blog
*/
.section-blog {
  max-width: 1110px;
  margin: 50px auto 53px;
}
@media screen and (max-width: 1000px) {
  .section-blog {
    width: 100%;
    margin-top: 150px;
  }
}
.section-blog .button {
  height: auto;
  min-height: 40px;
}
@media screen and (max-width: 1000px) {
  .section-blog .button {
    width: 100%;
    margin: 50px auto 10px;
  }
}
@media screen and (max-width: 1150px) {
  .section-blog {
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-items: center;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .section-blog {
    max-height: 100%;
    margin-bottom: 100px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.section-blog::before {
  content: url(../../assets/grafik-b.png);
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  justify-content: flex-end;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .section-blog::before {
    content: url(../../assets/grafik-a-mobile.svg);
    display: flex;
    position: absolute;
    top: -80px;
    right: auto;
    left: 0;
    justify-content: flex-start;
    width: 40%;
    height: 40%;
  }
}
.section-blog::after {
  content: url(../../assets/grafik-a.png);
  display: flex;
  position: absolute;
  top: 52rem;
  left: 0;
  z-index: 0;
  justify-content: flex-start;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1150px) {
  .section-blog::after {
    top: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .section-blog::after {
    content: url(../../assets/grafik-b-mobile.svg);
    display: flex;
    position: absolute;
    top: 160rem;
    left: 0;
    z-index: 0;
    justify-content: flex-end;
    width: 50%;
  }
}
.section-blog .font-h1 {
  margin-bottom: 150px;
}

.blog__header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  gap: 30px;
  max-width: 1110px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1150px) {
  .blog__header {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .blog__header {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .blog__header {
    grid-template-columns: 1fr;
  }
}

.blog__header-list {
  list-style-type: disc;
}

.blog {
  position: relative;
  z-index: 10;
}

.blog__tile {
  display: grid;
  justify-content: center;
  height: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .blog__tile {
    margin-bottom: 100px;
  }
}
.blog__tile img {
  width: 100%;
  height: auto;
  max-width: 350px;
}
@media screen and (max-width: 1150px) {
  .blog__tile img {
    max-width: 100%;
  }
}
.blog__tile h3 {
  max-height: 35px;
  margin-bottom: 15px;
  padding-top: 0;
}
.blog__tile p {
  min-height: 78px;
  margin-bottom: 10px;
}
.blog__tile .button {
  width: 60%;
  margin-top: auto;
  padding: 12px 30px;
}
@media screen and (max-width: 1000px) {
  .blog__tile .button {
    width: 100%;
  }
}

.blog__main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
@media screen and (max-width: 1000px) {
  .blog__main {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .blog__main {
    grid-template-columns: 1fr;
  }
}
.blog__main .blog__tile {
  width: 100%;
  margin-bottom: 70px;
}
.blog__main .blog__tile img {
  width: 100%;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      section-blog-news bem module

*****************************************************************************/
/*
.section-blog-news

Styleguide classes.section-blog-news
*/
.section-news {
  max-width: 1110px;
  margin: 220px auto 150px;
}
@media screen and (max-width: 1150px) {
  .section-news {
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-items: center;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .section-news {
    max-height: 100%;
    margin-bottom: 100px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.section-news::before {
  content: url(../../assets/grafik-a.png);
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  justify-content: flex-end;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .section-news::before {
    content: url(../../assets/grafik-a-mobile.svg);
    display: flex;
    position: absolute;
    top: -80px;
    right: auto;
    left: 0;
    justify-content: flex-start;
    width: 80%;
    height: 80%;
    pointer-events: none;
  }
}
.section-news::after {
  content: url(../../assets/grafik-b.svg);
  display: flex;
  position: absolute;
  top: 52rem;
  left: 0;
  z-index: 10;
  justify-content: flex-start;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1150px) {
  .section-news::after {
    top: 62rem;
  }
}
@media screen and (max-width: 1000px) {
  .section-news::after {
    content: url(../../assets/grafik-b-mobile.svg);
    display: flex;
    position: absolute;
    top: 115rem;
    left: 0;
    z-index: 10;
    justify-content: flex-end;
    width: 100%;
    pointer-events: none;
  }
}
.section-news .font-h1 {
  max-width: 570px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1150px) {
  .section-news .font-h1 {
    max-width: 100%;
  }
}
.section-news .news__img-p {
  margin-bottom: 15px;
  color: #828282;
}

.news__header {
  max-width: 730px;
  margin-bottom: 40px;
}

.news__article {
  display: flex;
  flex-flow: wrap column;
  width: 100%;
  max-width: 728px;
  margin-right: auto;
  margin-left: auto;
}

.news__img {
  width: 100%;
  height: 100%;
}

.news__img--left {
  margin: 42px 0;
}
.news__img--left img {
  display: block;
  float: left;
  margin-right: 27px;
}
@media screen and (max-width: 500px) {
  .news__img--left img {
    width: 100%;
    height: auto;
    margin-bottom: 42px;
  }
}

.news__img--right {
  margin: 42px 0;
  background: none;
}
.news__img--right img {
  display: block;
  float: right;
  margin-left: 27px;
}
@media screen and (max-width: 500px) {
  .news__img--right img {
    width: 100%;
    height: auto;
    margin-bottom: 42px;
  }
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      section-portfolio bem module

*****************************************************************************/
/*
.section-portfolio

Styleguide classes.section-portfolio
*/
.section-portfolio {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 2px;
  justify-content: center;
  max-width: 1110px;
}
@media screen and (max-width: 1150px) {
  .section-portfolio {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .section-portfolio {
    grid-template-columns: 1fr;
  }
}

.section-teil {
  display: grid;
  justify-content: center;
  height: auto;
  width: 100%;
  margin-bottom: 40px;
}
.section-teil .teaser {
  padding-top: 10px;
}
.section-teil img {
  height: 100%;
  width: 100%;
  margin-bottom: 20px;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      section-team bem module

*****************************************************************************/
/*
.section-team

Styleguide classes.section-team
*/
.team {
  position: relative;
  z-index: 10;
  margin-top: 100px;
}

.team__box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  max-width: 730px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .team__box {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .team__box {
    grid-template-columns: 1fr;
    gap: 100px;
  }
}
.team__box a:hover {
  color: #828282;
}

.team__person {
  max-width: 350px;
}
.team__person img {
  width: 100%;
  height: auto;
}
.team__person h4 {
  margin-bottom: -5px;
}
.team__person p {
  margin-bottom: 20px;
}

.team__tel, .team__email {
  display: flex;
  align-items: center;
}

.team__tel::before {
  content: url(../../assets/phone.svg);
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.team__email::before {
  content: url(../../assets/mail.svg);
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      tetxt-container bem module

*****************************************************************************/
/*
.tetxt-container

Styleguide classes.tetxt-container
*/
.text-container a {
  text-decoration: underline;
  text-decoration-color: red;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      slider bem module

*****************************************************************************/
/*
.slider

Styleguide classes.slider
*/
.slider__arrow {
  display: flex;
  position: relative;
  z-index: 100;
  flex-flow: wrap row;
  justify-content: space-between;
  width: 150px;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .slider__arrow {
    width: 100%;
    padding-bottom: 50px;
  }
}
.slider__arrow img {
  width: 30px;
  height: 100%;
  padding: 20px 0;
}
.slider__arrow img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  margin-right: auto;
  margin-left: auto;
}

#slider-home .swiper-button-next,
#slider-home .swiper-button-prev {
  position: absolute;
  padding: 0 16px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 40px;
}

#slider-home .swiper-button-next {
  top: 0;
  right: 0;
  width: auto;
  height: 40px;
  margin-top: 0;
  background-image: url(../../assets/arrow-right.png);
  background-position: right;
}

#slider-home .swiper-button-prev {
  top: 0;
  left: 0;
  width: auto;
  height: 40px;
  margin-top: 0;
  background-image: url(../../assets/arrow-left.png);
  background-position: left;
}

#slider-home .swiper-button-next::after,
#slider-home .swiper-button-prev::after {
  display: none;
}

/****************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      animation bem module

*****************************************************************************/
/*
.animation

Styleguide classes.animation
*/
.fade-up {
  animation: fade-up 2s both;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-right {
  animation: fade-right 2s ease;
}

[data-scroll] {
  transition: opacity 1s;
}

[data-scroll=in] {
  opacity: 1;
}

[data-scroll=out] {
  opacity: 0;
}

@keyframes fade-right {
  from {
    opacity: 0;
    transform: translateZ(300px);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.card--icon img {
  transition: ease 1s;
}
.card--icon img:hover {
  transform: scale(1.2);
}
/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper-bundle.min.css ***!
  \************************************************************************************************************************************/
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@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, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.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;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.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-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.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-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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .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);
  }
}
.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-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev: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: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s 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;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.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: var(--swiper-pagination-bullet-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;
  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-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, 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: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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 > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  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-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  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;
}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/featherlight/src/featherlight.css ***!
  \*****************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647; /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  /* position: trick to center content vertically */
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
}

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff; /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  /* styling */
  border: none;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/featherlight/src/featherlight.gallery.css ***!
  \*************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight-next,
.featherlight-previous {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 0;
  left: 80%;
  cursor: pointer;
  /* preventing text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* IE9 hack, otherwise navigation doesn't appear */
  background: rgba(0, 0, 0, 0);
}

.featherlight-previous {
  left: 25px;
  right: 80%;
}

.featherlight-next:hover,
.featherlight-previous:hover {
  background: rgba(255, 255, 255, 0.25);
}

.featherlight-next span,
.featherlight-previous span {
  display: none;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 82%;
  /* center horizontally */
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  /* center vertically */
  margin-top: -40px;
  text-shadow: 0px 0px 5px #fff;
  color: #fff;
  font-style: normal;
  font-weight: normal;
}

.featherlight-next span {
  right: 5%;
  left: auto;
}

.featherlight-next:hover span,
.featherlight-previous:hover span {
  display: inline-block;
}

.featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
  display: none;
}

/* Hide navigation while loading */
.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
  display: none;
}

/* Hide navigation in case of single image */
.featherlight-first-slide.featherlight-last-slide .featherlight-previous,
.featherlight-first-slide.featherlight-last-slide .featherlight-next {
  display: none;
}

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
