@charset "UTF-8";
/*
 Theme Name:  demo
 Description:   demo
 Author:      demo
 Author URI:
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  demo
*/
.headerempty {
  height: 2.6041666667vw;
  margin-bottom: 20px;
}
@media screen and (min-width: 1201px) {
  .headerempty {
    margin-bottom: 0vw;
  }
}
@media (max-width: 1025px) {
  .headerempty {
    height: 40px;
  }
}

.header {
  background-color: #FFF;
  transition: height 0.35s, background-color 0.35s;
  height: 5.3645833333vw;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (min-width: 1201px) {
  .header {
    margin-bottom: 2.34375vw;
  }
}
@media (max-width: 1025px) {
  .header {
    height: 70px;
  }
}
.header--scrolled {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
.header__left {
  display: flex;
  gap: 1.0416666667vw;
  align-items: center;
}
.header__center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header__right {
  display: flex;
  flex-direction: row;
  gap: 1.5625vw;
  justify-content: space-between;
}
.header__text {
  width: 7.8125vw;
}
@media screen and (max-width: 1024px) {
  .header__text {
    display: none;
  }
}
.header__text h1 {
  font-size: 0.8854166667vw;
  color: #000;
  line-height: 1.2;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .header__text h1 {
    display: none;
  }
}
.header__add-links {
  display: flex;
  gap: 0.78125vw;
}
@media (max-width: 991px) {
  .header__add-links {
    display: none !important;
  }
}
.header__social {
  display: flex;
  gap: 1.0416666667vw;
  align-items: center;
}
.header__social svg path {
  fill: #000;
}
.header__social svg path[fill=none] {
  fill: transparent;
}
.header__social a:hover svg path {
  fill: #FF3E3C;
}
.header__social a:hover svg path[fill=none] {
  fill: transparent;
}
@media screen and (max-width: 1024px) {
  .header__social {
    display: none;
  }
}
.header__fb {
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  font-size: 20px;
}
@media screen and (min-width: 1201px) {
  .header__fb {
    font-size: 1.0416666667vw;
  }
}
.header__fb:hover svg {
  fill: #FF3E3C;
}
.header__insta {
  width: 1.71875vw;
  height: 1.71875vw;
  font-size: 20px;
}
@media screen and (min-width: 1201px) {
  .header__insta {
    font-size: 1.0416666667vw;
  }
}
.header__insta svg {
  fill: #fff;
}
.header__insta:hover svg {
  fill: #FF3E3C;
}
.header__insta a {
  color: #fff !important;
}
.header__linkedin {
  width: 1.4583333333vw;
  height: 1.4583333333vw;
  font-size: 20px;
}
@media screen and (min-width: 1201px) {
  .header__linkedin {
    font-size: 1.0416666667vw;
  }
}
.header__linkedin:hover svg {
  fill: #FF3E3C;
}
.header__box {
  display: flex;
  justify-content: space-between;
  height: 5.3645833333vw;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header__box {
    height: 50px;
    align-items: center;
  }
}
.header .menu-item {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.header .menu-item::before,
.header .menu-item::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #FF3E3C;
  top: 100%;
  left: 0;
  pointer-events: none;
}
.header .menu-item::before {
  content: "";
}
.header .menu-item::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.header .menu-item:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
@media (max-width: 1025px) {
  .header__menu {
    display: none;
  }
}
.header__menu ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  gap: 1.5625vw;
  align-items: center;
}
.header__menu ul li {
  height: 2.2916666667vw;
  display: flex;
  align-items: center;
  position: relative;
}
.header__menu ul li::before, .header__menu ul li::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #FF3E3C;
  top: 100%;
  left: 0;
  pointer-events: none;
}
.header__menu ul li::before {
  content: "";
}
.header__menu ul li::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.header__menu ul li:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
@media screen and (max-width: 1024px) {
  .header__menu ul li {
    height: auto;
  }
}
.header__menu ul li a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  transition: color 250ms ease;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 1201px) {
  .header__menu ul li a {
    font-size: 1.0416666667vw;
  }
}
.header__menu ul li a:hover {
  color: #FF3E3C;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1025px) {
  .header__logo {
    width: 100px;
    height: auto;
  }
}
.header__logo .logo {
  width: 6.5625vw;
  display: block;
}
@media (max-width: 1025px) {
  .header__logo .logo {
    width: 100px;
    margin-top: 12px;
  }
}
.header__logo svg {
  width: 100%;
  height: auto;
}
.header__logo img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1025px) {
  .header__logo img {
    width: 100%;
    height: 100%;
  }
}

/*MOBILE MENU*/
.hamburger {
  cursor: pointer;
  width: 60px;
  z-index: 12;
  right: 10px;
  position: absolute;
  outline: none;
  width: 38px;
  height: 35px;
  position: fixed !important;
}
@media (min-width: 1025px) {
  .hamburger {
    width: 3.125vw;
    height: 3.125vw;
    background: #000;
    display: none;
  }
}
.hamburger * {
  transition: 0.25s ease-in-out;
  box-sizing: border-box;
  outline: none;
}
.hamburger__inner:after, .hamburger__inner:before {
  display: block;
  content: "";
}
.hamburger__inner, .hamburger__inner:after, .hamburger__inner:before {
  position: absolute;
  width: 25px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 0px;
  background-color: #000;
}
@media (min-width: 1025px) {
  .hamburger__inner, .hamburger__inner:after, .hamburger__inner:before {
    width: 1.3020833333vw;
    height: 0.15625vw;
    border-radius: 0vw;
  }
}
.hamburger__inner {
  top: 7px;
  left: 3px;
}
@media (min-width: 1025px) {
  .hamburger__inner {
    left: 0.5208333333vw;
  }
}
.hamburger__inner:before {
  top: 7px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}
@media (min-width: 1025px) {
  .hamburger__inner:before {
    top: 0.3645833333vw;
  }
}
.hamburger__inner:after {
  bottom: -7px;
  top: 14px;
}
@media (min-width: 1025px) {
  .hamburger__inner:after {
    bottom: -0.3645833333vw;
    top: 0.7291666667vw;
  }
}

.mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transform: translateX(-100%);
  transition: transform 0.6s ease-in-out;
}
@media (min-width: 1025px) {
  .mobileMenu {
    display: none;
  }
}
.mobileMenu__inner {
  height: 100%;
}
.mobileMenu__logo {
  width: 100px;
  position: absolute;
  left: 24px;
  top: 12px;
}
.mobileMenu__logo svg {
  max-width: 100%;
  height: auto;
}
.mobileMenu ul.menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  padding-bottom: 50px;
  height: calc(100% - 126px);
  overflow-y: auto;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  padding: 0px;
  padding-top: 50px;
  padding-right: 15px;
}
.mobileMenu ul.menu li {
  display: block;
  color: #000;
  text-align: center;
  position: relative;
}
.mobileMenu ul.menu li a {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 170%;
}
.mobileMenu ul.menu li a:not(.button__menu):not(.button-full-gradient) {
  text-decoration: none;
  display: block;
  padding: 11px 20px;
  color: inherit;
  text-align: center;
  border: 1px solid transparent;
  width: 100%;
  text-align: center;
  text-align: left;
  display: inline-block;
  width: auto;
}
.mobileMenu ul.menu li a.button__menu {
  display: inline-flex;
}
.mobileMenu ul.menu .header__social {
  display: flex;
  justify-content: center;
  margin-top: 38px;
  gap: 20px;
}
.mobileMenu ul.menu .header__social > div {
  width: 32px !important;
  height: 32px !important;
}
.mobileMenu ul.menu .header__social svg {
  width: 32px;
  height: auto;
}
.mobileMenu.opened {
  transform: translateX(0);
  overflow-y: auto;
}
.mobileMenu.opened .header__mobileSocial {
  display: block;
}
.mobileMenu.opened ul.menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  padding-bottom: 50px;
  height: 100%;
  overflow-y: auto;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  padding: 0px;
  padding-top: 5px;
  padding-right: 15px;
}
.mobileMenu.opened ul.menu li {
  display: block;
  color: #000;
  text-align: center;
  position: relative;
}
.mobileMenu.opened ul.menu li a:not(.button__menu):not(.button-full-gradient) {
  text-decoration: none;
  display: block;
  padding: 11px 20px;
  color: inherit;
  text-align: center;
  border: 1px solid transparent;
  width: 100%;
  text-align: center;
  text-align: left;
  display: inline-block;
  width: auto;
}
.mobileMenu.opened ul.menu li a.button__menu {
  display: inline-flex;
}

.closeMobile {
  position: absolute;
  right: 0px;
  z-index: 10;
  top: 21px;
  font-size: 40px;
  height: 40px;
}
@media (min-width: 361px) {
  .closeMobile {
    height: 50px;
    font-size: 48px;
    top: 42px;
  }
}
@media (min-width: 1025px) {
  .closeMobile {
    top: 2.1875vw;
    right: 2.6041666667vw;
    font-size: 2.5vw;
    height: 2.5vw;
  }
}

.mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 99999;
  transform: translateX(-100%);
  transition: transform 0.6s ease-in-out;
}
.mobileMenu.opened {
  transform: translateX(0);
}

.closeMobile {
  position: absolute;
  top: 4px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  z-index: 10;
  padding-inline: 10px;
}

.closeMobile:before {
  color: #000;
  font-weight: bold;
  content: "x";
  display: block;
}

.js-openMenu {
  position: fixed;
  top: 36px;
  right: 10px;
  z-index: 99999;
  transform: translate(-50%, -50%);
  position: absolute;
  right: 0;
}
.js-openMenu--line {
  background: #1D1D1B;
  display: block;
  margin-bottom: 9px;
  width: 50px;
  height: 5px;
}
@media screen and (min-width: 1024px) {
  .js-openMenu {
    display: none;
  }
}

.mobileMenu.opened ul.sub-menu {
  position: relative;
  width: 100%;
  top: 0;
  box-shadow: none;
}
.mobileMenu.opened ul.sub-menu li {
  font-size: 12px;
}
.mobileMenu.opened ul.sub-menu li:before {
  display: none;
}
.mobileMenu.opened ul.sub-menu li:last-child {
  border-bottom: 0px solid transparent;
}
@media (max-width: 1025px) {
  .mobileMenu.opened ul.sub-menu li {
    font-size: 18px !important;
  }
}
.mobileMenu.opened ul.sub-menu:last-child {
  border-bottom: 0px solid transparent;
}
.mobileMenu.opened .header__mobile {
  display: flex;
  align-items: center;
  position: relative;
  top: 30px;
  left: 15px;
  width: calc(100% - 70px);
  justify-content: space-between;
}
.mobileMenu.opened .header__mobile .header__logo img {
  width: 150px;
  margin-right: 0;
}

.mobileMenu li.menu-item.active ul.sub-menu {
  display: block;
  opacity: 1;
}

.header__bottom.header--scrolled + .js-openMenu.hamburger {
  top: 39px;
}

.menu-item a {
  display: inline-flex;
  font-weight: 700;
  position: relative;
  z-index: 1;
  flex-direction: column;
  flex-direction: column-reverse;
}
.menu-item:hover > a, .menu-item.active > a {
  color: #FF3E3C;
}
.menu-item:hover > a:before, .menu-item.active > a:before {
  opacity: 1;
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.current-menu-item a {
  color: #000;
}
.current-menu-item a:before {
  opacity: 1;
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

ul.sub-menu .menu-item a:before {
  display: none;
}

.header__button {
  background-color: #FF413F;
  color: white;
  border-radius: 1.3020833333vw;
  font-size: 1.25vw !important;
  color: white;
  width: 6.5625vw;
  height: 1.6666666667vw !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0.5208333333vw;
}
@media (max-width: 1025px) {
  .header__button {
    width: 100%;
    height: auto !important;
    font-size: 20px !important;
    background-color: transparent;
    border-radius: 0 !important;
    font-weight: 400 !important;
  }
  .header__button a {
    font-weight: 400 !important;
    text-transform: none !important;
  }
}
.header__button::before {
  display: none;
}
.header__button a {
  color: white;
  font-size: 16px;
  font-size: 0.8333333333vw !important;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (min-width: 1201px) {
  .header__button a {
    font-size: 1.25vw;
  }
}
@media (max-width: 1025px) {
  .header__button a {
    font-size: 20px !important;
  }
}
.header__button:after {
  content: "" !important;
  width: 1.09375vw !important;
  height: 1.09375vw !important;
  background-image: url("/wp-content/themes/fb/images/stars.svg") !important;
  top: 50% !important;
  left: auto !important;
  position: relative !important;
  transform: translateY(-75%);
}
.header__button:hover a {
  color: black;
}

.footer__left .header__button {
  display: none;
}

/*HEAD*/
.HeadHome {
  text-align: center;
}
.HeadHome__text1 {
  text-transform: uppercase;
  font-size: 38px;
  color: #CA509E;
  color: #D7539A;
  font-weight: bold;
  letter-spacing: -2.4px;
  line-height: 4.0625vw;
}
@media screen and (min-width: 1201px) {
  .HeadHome__text1 {
    font-size: 4.7395833333vw;
  }
}
@media screen and (max-width: 1024px) {
  .HeadHome__text1 {
    line-height: 50px;
  }
}
.HeadHome__text2 {
  text-transform: uppercase;
  font-size: 43px;
  color: #CA509E;
  color: #D7539A;
  font-weight: bold;
  letter-spacing: -2.4px;
  line-height: 4.0625vw;
}
@media screen and (min-width: 1201px) {
  .HeadHome__text2 {
    font-size: 3.1770833333vw;
  }
}
@media screen and (max-width: 1024px) {
  .HeadHome__text2 {
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  .HeadHome__text2 {
    font-size: 32px;
  }
}
.HeadHome__desc {
  font-size: 25px;
  color: #000;
  padding-bottom: 15px;
}
@media screen and (min-width: 1201px) {
  .HeadHome__desc {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 1201px) {
  .HeadHome__desc {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 1024px) {
  .HeadHome__desc {
    text-align: left;
    line-height: 30px;
    width: 300px;
  }
}

/*ICONE*/
.IconeHome {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}
@media screen and (min-width: 1201px) {
  .IconeHome {
    padding-bottom: 6.7708333333vw;
  }
}
.IconeHome--2 {
  padding-bottom: 15px;
}
@media screen and (min-width: 1201px) {
  .IconeHome--2 {
    padding-bottom: 4.1666666667vw;
  }
}
@media (max-width: 1025px) {
  .IconeHome {
    flex-direction: column;
  }
}
.IconeHome__box {
  display: flex;
  flex-direction: column;
  gap: 0.78125vw;
  width: 32%;
  border-top: 1px solid #000;
  padding-top: 35px;
}
@media screen and (min-width: 1201px) {
  .IconeHome__box {
    padding-top: 2.34375vw;
  }
}
@media (max-width: 1025px) {
  .IconeHome__box {
    padding-bottom: 40px;
    width: 100%;
  }
}
.IconeHome__box img:not(.homeNews__arrowImg) {
  width: 100%;
  height: 7.2916666667vw;
  object-fit: contain;
}
@media screen and (min-width: 1201px) {
  .IconeHome__box img:not(.homeNews__arrowImg) {
    width: 7.2916666667vw;
  }
}
@media (max-width: 1025px) {
  .IconeHome__box img:not(.homeNews__arrowImg) {
    height: 88px;
    width: 120px;
    object-fit: contain;
    margin-bottom: 25px;
  }
}
.IconeHome__text {
  text-transform: uppercase;
  font-size: 25px;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 1201px) {
  .IconeHome__text {
    font-size: 2.1875vw;
  }
}
@media (max-width: 1025px) {
  .IconeHome__text {
    width: 85%;
  }
}
@media (min-width: 1024px) {
  .IconeHome__text--2 {
    width: 17.7083333333vw;
  }
}
.IconeHome__desc {
  font-size: 17px;
  color: #000;
}
@media screen and (min-width: 1201px) {
  .IconeHome__desc {
    font-size: 1.3020833333vw;
  }
}

/*FAQ*/
.Homefaq {
  background-color: black;
  padding-top: 45px;
  padding-bottom: 70px;
}
@media screen and (min-width: 1201px) {
  .Homefaq {
    padding-top: 6.7708333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .Homefaq {
    padding-bottom: 6.7708333333vw;
  }
}
.Homefaq__button {
  display: flex;
  justify-content: flex-end;
  margin-top: 45px;
  padding: 4px 2px;
}
@media screen and (min-width: 1201px) {
  .Homefaq__button {
    margin-top: 5.2083333333vw;
  }
}
@media (max-width: 1025px) {
  .Homefaq__button {
    justify-content: center;
  }
}
.Homefaq__title {
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 25px;
  width: 100%;
  padding-bottom: 40px;
}
@media screen and (min-width: 1201px) {
  .Homefaq__title {
    font-size: 1.6145833333vw;
  }
}
@media screen and (min-width: 1201px) {
  .Homefaq__title {
    padding-bottom: 2.0833333333vw;
  }
}
@media (max-width: 1025px) {
  .Homefaq__title {
    width: 100%;
    border-bottom: 1px solid transparent;
  }
}
@media screen and (max-width: 1025px) and (min-width: 1201px) {
  .Homefaq__title {
    width: 32.5vw;
  }
}
@media (max-width: 400px) {
  .Homefaq .button__titile {
    font-size: 14px;
  }
}

.faq.open {
  padding-bottom: 20px;
}
@media screen and (min-width: 1201px) {
  .faq.open {
    padding-bottom: 3.125vw;
  }
}
.faq__number {
  font-size: 14px;
  color: #818181;
  margin-top: 15px;
}
@media screen and (min-width: 1201px) {
  .faq__number {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .faq__number {
    margin-top: 0.78125vw;
  }
}
@media (max-width: 1025px) {
  .faq__number {
    margin-bottom: 1px;
  }
}
.faq__box {
  border-bottom: 1px solid #828282;
}
.faq__question {
  margin: 0px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  display: table;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: normal;
  gap: 2.0833333333vw;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1201px) {
  .faq__question {
    font-size: 1.7708333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .faq__question {
    padding-top: 3.6458333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .faq__question {
    padding-bottom: 1.0416666667vw;
  }
}
@media (max-width: 1025px) {
  .faq__question {
    gap: 10px;
    align-items: flex-end;
  }
}
.faq__answer {
  padding-top: 30px;
  color: #B1B1B1;
  font-size: 16px;
  font-weight: normal;
  padding-left: 0px;
  width: 46.40625vw;
  width: 90%;
}
@media screen and (min-width: 1201px) {
  .faq__answer {
    padding-top: 2.6041666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .faq__answer {
    font-size: 1.1979166667vw;
  }
}
@media screen and (min-width: 1201px) {
  .faq__answer {
    padding-left: 3.75vw;
  }
}
@media (max-width: 1025px) {
  .faq__answer {
    width: 90%;
  }
}
.faq__answer__container {
  height: 0px;
  overflow: hidden;
  padding: 0px;
}
.faq__answer p {
  color: #B1B1B1;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (min-width: 1201px) {
  .faq__answer p {
    font-size: 1.1979166667vw;
  }
}
@media (max-width: 1025px) {
  .faq__answer p {
    line-height: 19px;
    margin-left: 30px;
  }
}
.faq__answer p strong {
  font-weight: bold;
  color: #FF4240;
  font-size: 16px;
}
@media screen and (min-width: 1201px) {
  .faq__answer p strong {
    font-size: 1.1979166667vw;
  }
}
@media (max-width: 1025px) {
  .faq__answer p strong {
    line-height: 19px;
  }
}
.faq__answer ul {
  margin-left: 35px;
}
@media (max-width: 1025px) {
  .faq__answer ul {
    margin-left: 25px;
  }
}
.faq__answer ul li {
  color: #B1B1B1;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
  padding-left: 5px;
}
@media screen and (min-width: 1201px) {
  .faq__answer ul li {
    font-size: 1.1979166667vw;
  }
}
@media screen and (min-width: 1201px) {
  .faq__answer ul li {
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 1025px) {
  .faq__answer ul li {
    line-height: 19px;
    padding-left: 9px;
  }
}
.faq__answer ul li strong {
  font-weight: bold;
  color: #FF4240;
  font-size: 16px;
}
@media screen and (min-width: 1201px) {
  .faq__answer ul li strong {
    font-size: 1.1979166667vw;
  }
}
@media (max-width: 1025px) {
  .faq__answer ul li strong {
    line-height: 19px;
  }
}
@media (max-width: 1025px) {
  .faq__answer {
    width: 100%;
  }
}

.question {
  display: table-cell;
  width: 100%;
}

.faq .faq__question:after {
  content: "";
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background-image: url("/wp-content/themes/fb/images/arrow__top.svg");
  display: block;
  font-weight: 400;
  cursor: pointer;
  color: #FF3E3C;
  position: relative;
  transition: transform 0.2s ease-in-out;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
}
@media (max-width: 1025px) {
  .faq .faq__question:after {
    width: 30px;
    height: 30px;
    bottom: -5px;
  }
}

.faq.open .faq__question:after {
  content: "";
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  display: block;
  position: relative;
  background-image: url("/wp-content/themes/fb/images/arrow__top.svg");
  color: #FF3E3C;
  transform: rotate(0deg);
  background-repeat: no-repeat;
}
@media (max-width: 1025px) {
  .faq.open .faq__question:after {
    width: 30px;
    height: 30px;
    bottom: -5px;
  }
}

.faq__answer p:first-child {
  margin-top: 0px;
}

.acc-wrapper {
  display: flex;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1201px) {
  .acc-wrapper {
    padding-top: 3.125vw;
  }
}
@media screen and (min-width: 1201px) {
  .acc-wrapper {
    padding-bottom: 6.25vw;
  }
}
@media (min-width: 1025px) {
  .acc-wrapper {
    gap: 2.0833333333vw;
  }
}
@media (max-width: 1024px) {
  .acc-wrapper {
    flex-direction: column;
  }
}
.acc-wrapper .acc-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 575px) {
  .acc-wrapper .acc-col {
    gap: 40px;
  }
}

.acc-title {
  padding-top: 40px;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
}
@media screen and (min-width: 1201px) {
  .acc-title {
    padding-top: 6.25vw;
  }
}
@media screen and (min-width: 1201px) {
  .acc-title {
    font-size: 1.6145833333vw;
  }
}

.acc-item {
  width: 100%;
}
.acc-item__title-box {
  margin: 0;
  cursor: pointer;
  line-height: 1;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: normal;
  gap: 2.0833333333vw;
  border-bottom: 1px solid #000;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1201px) {
  .acc-item__title-box {
    font-size: 1.7708333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .acc-item__title-box {
    padding-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .acc-item__title-box {
    padding-bottom: 1.0416666667vw;
  }
}
@media (max-width: 1025px) {
  .acc-item__title-box {
    gap: 10px;
    align-items: flex-end;
  }
}
.acc-item__title-box:after {
  content: "";
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background-image: url("/wp-content/themes/fb/images/arrow__top.svg");
  display: block;
  font-weight: 400;
  cursor: pointer;
  color: #FF3E3C;
  position: relative;
  transition: transform 0.2s ease-in-out;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
}
@media (max-width: 1025px) {
  .acc-item__title-box:after {
    width: 30px;
    height: 30px;
    bottom: -5px;
  }
}
.acc-item__title {
  margin-right: auto;
  font-weight: 600;
  font-size: 28px;
}
@media screen and (min-width: 1201px) {
  .acc-item__title {
    font-size: 2.6041666667vw;
  }
}
.acc-item__num {
  font-size: 12px;
  text-transform: uppercase;
  color: #8b8b8b;
}
@media screen and (min-width: 1201px) {
  .acc-item__num {
    font-size: 1.0416666667vw;
  }
}
.acc-item__box.open {
  padding-bottom: 0px;
}
@media screen and (min-width: 1201px) {
  .acc-item__box.open {
    padding-bottom: 1.0416666667vw;
  }
}
.acc-item__box.open .acc-item__title-box:after {
  content: "";
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  display: block;
  position: relative;
  background-image: url("/wp-content/themes/fb/images/arrow__top.svg");
  color: #FF3E3C;
  transform: rotate(0deg);
  background-repeat: no-repeat;
}
@media (max-width: 1025px) {
  .acc-item__box.open .acc-item__title-box:after {
    width: 30px;
    height: 30px;
    bottom: -5px;
  }
}
.acc-item__content {
  height: 0px;
  overflow: hidden;
  padding: 0px;
}
.acc-item__desc {
  padding-top: 30px;
  color: #8B8B8B;
  font-size: 16px;
  font-weight: normal;
  width: 95%;
}
@media screen and (min-width: 1201px) {
  .acc-item__desc {
    padding-top: 1.6666666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .acc-item__desc {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1025px) {
  .acc-item__desc {
    width: 90%;
  }
}
.acc-item__desc p:first-child {
  margin-top: 0;
}
.acc-item__desc p:last-child {
  margin-bottom: 0;
}
.acc-item__desc ul, .acc-item__desc ol {
  margin-left: 16px;
}
@media screen and (min-width: 1201px) {
  .acc-item__desc ul, .acc-item__desc ol {
    margin-left: 0.8333333333vw;
  }
}
.acc-item__desc ul li, .acc-item__desc ol li {
  font-weight: normal;
  margin-left: 10px;
}
@media screen and (min-width: 1201px) {
  .acc-item__desc ul li, .acc-item__desc ol li {
    margin-left: 0.5208333333vw;
  }
}
.acc-item__desc ul li strong, .acc-item__desc ol li strong {
  font-weight: bold;
  color: #FF4240;
  font-size: 16px;
}
@media screen and (min-width: 1201px) {
  .acc-item__desc ul li strong, .acc-item__desc ol li strong {
    font-size: 1.1979166667vw;
  }
}

/*BASE*/
.HomeBase {
  background-image: url("/wp-content/themes/fb/images/background_base.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 46.875vw;
}
@media (max-width: 1025px) {
  .HomeBase {
    background-image: url("/wp-content/themes/fb/images/background_base_mobile.png");
    height: auto;
    background-size: cover;
    background-position: top;
    background-attachment: unset;
    height: 100%;
    background-position: 30%;
  }
}
.HomeBase__box {
  display: flex;
}
.HomeBase__right {
  display: flex;
  gap: 1.5625vw;
  position: absolute;
  right: 0px;
}
@media (max-width: 1025px) {
  .HomeBase__right {
    display: none;
  }
}
.HomeBase__right--left {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  justify-content: center;
}
@media screen and (min-width: 1201px) {
  .HomeBase__right--left {
    width: 17.0833333333vw;
  }
}
.HomeBase__right--right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
}
@media screen and (min-width: 1201px) {
  .HomeBase__right--right {
    width: 15.0520833333vw;
  }
}
.HomeBase__left {
  padding-top: 70px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8.3333333333vw;
}
@media screen and (min-width: 1201px) {
  .HomeBase__left {
    padding-top: 6.7708333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .HomeBase__left {
    padding-bottom: 4.9479166667vw;
  }
}
@media (max-width: 1025px) {
  .HomeBase__left {
    gap: 180px;
  }
}
.HomeBase__text1 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .HomeBase__text1 {
    font-size: 1.6145833333vw;
  }
}
@media screen and (min-width: 1201px) {
  .HomeBase__text1 {
    width: 24.7395833333vw;
  }
}
.HomeBase__text2 {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 1201px) {
  .HomeBase__text2 {
    font-size: 1.6145833333vw;
  }
}
.HomeBase__text3 {
  font-size: 115px;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 1201px) {
  .HomeBase__text3 {
    font-size: 9.84375vw;
  }
}
.HomeBase__text3 {
  font-size: 115px;
  letter-spacing: -5px;
  line-height: 0.9;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 1201px) {
  .HomeBase__text3 {
    font-size: 9.84375vw;
  }
}
.HomeBase__text4 {
  font-size: 43px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media screen and (min-width: 1201px) {
  .HomeBase__text4 {
    font-size: 3.6979166667vw;
  }
}
@media screen and (min-width: 1201px) {
  .HomeBase__text4 {
    margin-bottom: 2.0833333333vw;
  }
}
.HomeBase__img1 {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1201px) {
  .HomeBase__img1 {
    width: 17.0833333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .HomeBase__img1 {
    height: 19.84375vw;
  }
}
.HomeBase__img2 {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1201px) {
  .HomeBase__img2 {
    width: 17.0833333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .HomeBase__img2 {
    height: 21.0416666667vw;
  }
}
.HomeBase__img3 {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1201px) {
  .HomeBase__img3 {
    width: 15.0520833333vw;
  }
}
@media screen and (min-width: 1201px) {
  .HomeBase__img3 {
    height: 30.3125vw;
  }
}
.HomeBase__img4 {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1201px) {
  .HomeBase__img4 {
    width: 15.0520833333vw;
  }
}
@media screen and (min-width: 1201px) {
  .HomeBase__img4 {
    height: 14.9479166667vw;
  }
}

/*QUALITY*/
.HeadQuality {
  display: flex;
  justify-content: space-between;
  padding-bottom: 45px;
  padding-top: 45px;
}
@media screen and (min-width: 1201px) {
  .HeadQuality {
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .HeadQuality {
    padding-top: 2.5vw;
  }
}
@media (max-width: 1025px) {
  .HeadQuality {
    flex-direction: column;
    gap: 30px;
  }
}
.HeadQuality__left {
  width: 75%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 1201px) {
  .HeadQuality__left {
    width: 36.4583333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .HeadQuality__left {
    font-size: 2.0833333333vw;
  }
}
.HeadQuality__right {
  width: 88%;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.875vw;
}
@media screen and (min-width: 1201px) {
  .HeadQuality__right {
    width: 41.6666666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .HeadQuality__right {
    font-size: 1.40625vw;
  }
}
.HeadQuality__right img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1025px) {
  .HeadQuality__right {
    line-height: 34px;
  }
}

/*SOCIAL*/
.HomeSocial {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 40px;
  row-gap: 4.1666666667vw;
}
@media screen and (min-width: 1201px) {
  .HomeSocial {
    padding-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .HomeSocial {
    padding-bottom: 4.1666666667vw;
  }
}
@media (max-width: 1025px) {
  .HomeSocial {
    flex-direction: column;
    row-gap: 40px;
  }
}
.HomeSocial__box {
  display: flex;
  align-items: center;
  gap: 1.3020833333vw;
  width: 33%;
  min-height: 8.125vw;
}
@media (max-width: 1025px) {
  .HomeSocial__box {
    min-height: 145px;
    width: 100%;
    gap: 20px;
  }
}
.HomeSocial__left {
  border-right: 1px solid #828282;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 1.3020833333vw;
  width: 50%;
  justify-content: center;
  justify-content: flex-end;
}
@media screen and (min-width: 1201px) {
  .HomeSocial__left {
    width: 11.71875vw;
  }
}
.HomeSocial__left img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1025px) {
  .HomeSocial__left {
    height: 150px;
    padding-right: 15px;
    justify-content: flex-end;
    margin-left: 5px;
  }
}
.HomeSocial__right {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1025px) {
  .HomeSocial__right {
    width: auto;
    align-items: flex-start;
  }
}
.HomeSocial__number {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (min-width: 1201px) {
  .HomeSocial__number {
    font-size: 3.125vw;
  }
}
.HomeSocial__name {
  font-size: 19px;
  text-transform: uppercase;
}
@media screen and (min-width: 1201px) {
  .HomeSocial__name {
    font-size: 1.09375vw;
  }
}
.HomeSocial__title {
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (min-width: 1201px) {
  .HomeSocial__title {
    font-size: 1.6145833333vw;
  }
}
@media screen and (min-width: 1201px) {
  .HomeSocial__title {
    margin-bottom: 2.6041666667vw;
  }
}

/*INFO*/
.HomeInfo {
  background-image: url("/wp-content/themes/fb/images/bgkontakt2.webp");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 55px;
  background-position-x: 65%;
  margin-bottom: -1px;
  padding-bottom: 0 !important;
}

@media (max-width: 1025px) {
  .HomeInfo {
    height: 100%;
    width: 100%;
    background-attachment: inherit;
  }
}
@media (max-width: 600px) {
  .HomeInfo {
    background-position-x: 55%;
    background-attachment: fixed !important;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .HomeInfo {
      background-position-x: 35%;
      background-attachment: scroll !important;
    }
  }
}
.HomeInfo__box {
  color: white;
  display: flex;
  height: 100%;
  align-content: center;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1025px) {
  .HomeInfo__box {
    flex-direction: column;
    padding-bottom: 55px;
    gap: 66px;
  }
}
@media (max-width: 575px) {
  .HomeInfo__box {
    gap: 32px;
  }
}
.HomeInfo__left--top {
  font-size: 18px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1201px) {
  .HomeInfo__left--top {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1201px) {
  .HomeInfo__left--top {
    padding-bottom: 1.6666666667vw;
  }
}
.HomeInfo__left--bottom {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (min-width: 1201px) {
  .HomeInfo__left--bottom {
    font-size: 2.1875vw;
  }
}
.HomeInfo__right {
  display: flex;
  gap: 20px;
  text-align: right;
}
@media (max-width: 1025px) {
  .HomeInfo__right {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .HomeInfo__right {
    flex-direction: row-reverse;
  }
}
.HomeInfo__right--top {
  font-size: 18px;
  padding-bottom: 20px;
  padding-top: 0px;
}
@media screen and (min-width: 1201px) {
  .HomeInfo__right--top {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1201px) {
  .HomeInfo__right--top {
    padding-bottom: 2.1875vw;
  }
}
@media screen and (min-width: 1201px) {
  .HomeInfo__right--top {
    padding-top: 0vw;
  }
}
.HomeInfo__right--bottom {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 1201px) {
  .HomeInfo__right--bottom {
    font-size: 1.25vw;
  }
}
.HomeInfo__right--bottom a {
  font-size: 18px;
  font-weight: bold;
  color: white;
}
@media screen and (min-width: 1201px) {
  .HomeInfo__right--bottom a {
    font-size: 1.25vw;
  }
}
.HomeInfo__right--bottom a:hover {
  color: black;
}
.HomeInfo__right-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575px) {
  .HomeInfo__right-wrap {
    width: calc(50% - 10px);
  }
  .HomeInfo__right-wrap .HomeInfo__right--bottom a {
    font-size: 12px;
  }
}
.HomeInfo__img {
  width: 200px;
}
@media screen and (min-width: 1201px) {
  .HomeInfo__img {
    width: 9.8958333333vw;
  }
}
.HomeInfo__img img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .HomeInfo__img {
    width: calc(50% - 10px);
  }
}

.gradient {
  background: linear-gradient(120deg, #e75aac 0%, #EB2F37 30%, #EB2F37 45%, #e75aac 100%) repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: default;
  background-position: 0;
  background-size: 100%;
  padding-bottom: 10px;
}
@media screen and (min-width: 1201px) {
  .gradient {
    padding-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .gradient {
    text-align: left;
  }
}

/*SLICK LOGO*/
.logowrite__img .slick-track .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.slick-slide img {
  width: 100%;
}
@media (max-width: 1025px) {
  .slick-slide img {
    width: 81%;
  }
}

.slick-container {
  height: 5.2083333333vw;
  max-width: 100px;
  align-items: center;
  justify-content: center;
  align-content: center;
}
@media (max-width: 1025px) {
  .slick-container {
    height: 55px;
  }
}

.logoWriteBox {
  margin-bottom: 10px;
}
@media screen and (min-width: 1201px) {
  .logoWriteBox {
    margin-bottom: 0.5208333333vw;
  }
}

.logowrite__img {
  cursor: pointer;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid black;
}
@media screen and (min-width: 1201px) {
  .logowrite__img {
    padding-top: 2.34375vw;
  }
}
@media screen and (min-width: 1201px) {
  .logowrite__img {
    padding-bottom: 2.8645833333vw;
  }
}
.logowrite__img.firstLogos {
  border-bottom: 1px solid black;
  margin-bottom: 32px;
}
.logowrite__img .slick-container {
  display: flex !important;
}
.logowrite__text {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.9270833333vw;
  text-transform: uppercase;
  padding-bottom: 35px;
  padding-top: 0px;
}
@media screen and (min-width: 1201px) {
  .logowrite__text {
    font-size: 1.6145833333vw;
  }
}
@media screen and (min-width: 1201px) {
  .logowrite__text {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1201px) {
  .logowrite__text {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 1024px) {
  .logowrite__text {
    line-height: 30px;
  }
}

/*NEWS*/
.logotyp .homeNews {
  border-left: 1px solid black;
  margin-left: 3px;
}
@media (max-width: 1025px) {
  .logotyp .homeNews {
    border-left: 0px solid black;
  }
}
.logotyp .slick-list {
  border-right: 1px solid black;
  height: 19.0104166667vw;
}
@media (max-width: 1025px) {
  .logotyp .slick-list {
    height: 286px;
    border-right: 0px solid black;
  }
}
.logotyp .homeNews__desc {
  height: 5.2083333333vw;
  overflow: hidden;
  margin-bottom: 25px;
  text-transform: none;
  font-weight: 300;
}
@media screen and (min-width: 1201px) {
  .logotyp .homeNews__desc {
    margin-bottom: 1.3020833333vw;
  }
}
.logotyp .homeNews__desc p {
  text-transform: none;
  font-weight: 300;
}
@media (max-width: 1025px) {
  .logotyp .homeNews__desc {
    height: 82px;
  }
}
.logotyp .slick-slide {
  height: 19.0104166667vw;
}
@media (max-width: 1025px) {
  .logotyp .slick-slide {
    height: 286px;
  }
}

.homeNewsTitle {
  padding-top: 60px;
  padding-bottom: 87px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (min-width: 1201px) {
  .homeNewsTitle {
    padding-top: 7.2916666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .homeNewsTitle {
    padding-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1201px) {
  .homeNewsTitle {
    font-size: 1.6145833333vw;
  }
}
@media (max-width: 1025px) {
  .homeNewsTitle {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .homeNewsTitle {
    width: 100%;
  }
}

.homeNews {
  display: flex;
  display: flex;
  flex-direction: column;
  width: 13.2291666667vw;
  padding-top: 20px;
  height: 19.53125vw;
  padding-left: 40px;
}
@media screen and (min-width: 1201px) {
  .homeNews {
    padding-top: 2.0833333333vw;
  }
}
@media (max-width: 1025px) {
  .homeNews {
    padding-left: 35px;
    padding-right: 35px;
    height: 284px;
  }
}
.homeNews__arrow {
  display: flex;
  align-items: center;
}
.homeNews__arrow a {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
  text-transform: uppercase;
  color: #FF3E3C;
}
@media screen and (min-width: 1201px) {
  .homeNews__arrow a {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .homeNews__arrow a {
    gap: 10px;
  }
}
.homeNews__arrow a:hover {
  color: #FF3E3C;
}
.homeNews__arrow a:hover .homeNews__arrowImg {
  transform: translateX(5px);
}
.homeNews__arrowText {
  color: #FF3E3C;
  border-bottom: 2px solid #FF3E3C;
}
.homeNews__arrowImg {
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  width: auto !important;
}
@media screen and (min-width: 1201px) {
  .homeNews__arrowImg {
    width: 0.78125vw;
  }
}
@media screen and (min-width: 1201px) {
  .homeNews__arrowImg {
    height: 0.78125vw;
  }
}
@media screen and (max-width: 1024px) {
  .homeNews {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .homeNews {
    padding-left: 1.5625vw;
  }
}
.homeNewsBox {
  padding-bottom: 50px;
}
@media screen and (min-width: 1201px) {
  .homeNewsBox {
    padding-bottom: 5.7291666667vw;
  }
}
.homeNews h2,
.homeNews .homeNews__desc p {
  width: 13.2291666667vw;
}
@media screen and (max-width: 1024px) {
  .homeNews h2,
  .homeNews .homeNews__desc p {
    width: 100%;
  }
}
.homeNews h2 {
  color: black;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.40625vw;
  height: 7.2916666667vw;
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .homeNews h2 {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 1024px) {
  .homeNews h2 {
    line-height: 27px;
    height: 110px;
  }
}
.homeNews .homeNews__desc p {
  color: black;
  line-height: 1.1979166667vw;
  font-size: 16px;
  font-weight: 300;
  color: black;
  margin-bottom: 15px;
}
@media screen and (min-width: 1201px) {
  .homeNews .homeNews__desc p {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 1201px) {
  .homeNews .homeNews__desc p {
    margin-bottom: 1.5625vw;
  }
}
.homeNews .homeNews__desc p p {
  margin: 0 auto;
  color: black;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (min-width: 1201px) {
  .homeNews .homeNews__desc p p {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 1024px) {
  .homeNews .homeNews__desc p {
    line-height: 18px;
  }
}
.homeNews a {
  text-transform: uppercase;
  color: #FF3E3C;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 1201px) {
  .homeNews a {
    font-size: 0.8333333333vw;
  }
}

.news__arrow {
  position: absolute;
  right: 0px;
  top: -5.7291666667vw;
}
@media (max-width: 1025px) {
  .news__arrow {
    top: -70px;
  }
}

.news__arrow.news__arrow_dir_left {
  width: 2.2395833333vw;
  height: 2.2395833333vw;
  background-color: #FF3D3B;
  border-radius: 50%;
  fill: white;
  right: 2.8645833333vw;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1025px) {
  .news__arrow.news__arrow_dir_left {
    width: 45px;
    height: 45px;
    right: 55px;
  }
}
.news__arrow.news__arrow_dir_left .news__arrow__icon {
  background-image: url("/wp-content/themes/fb/images/arrow.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 1.0416666667vw;
  background-repeat: no-repeat;
  height: 1.0416666667vw;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
@media (max-width: 1025px) {
  .news__arrow.news__arrow_dir_left .news__arrow__icon {
    width: 20px;
    height: 20px;
  }
}
.news__arrow.news__arrow_dir_left:hover {
  background-color: white;
  border: 2px solid #FF413F;
}
.news__arrow.news__arrow_dir_left:hover .news__arrow__icon {
  background-image: url("/wp-content/themes/fb/images/arrow_hover.svg");
}
@media (max-width: 1025px) {
  .news__arrow.news__arrow_dir_left:hover .news__arrow__icon {
    background-image: url("/wp-content/themes/fb/images/arrow.svg");
  }
}
@media (max-width: 1025px) {
  .news__arrow.news__arrow_dir_left:hover {
    background-color: #FF3D3B;
  }
}

.news__arrow.news__arrow_dir_right {
  width: 2.2395833333vw;
  height: 2.2395833333vw;
  background-color: #FF3D3B;
  border-radius: 50%;
  fill: white;
  right: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1025px) {
  .news__arrow.news__arrow_dir_right {
    width: 45px;
    height: 45px;
  }
}
.news__arrow.news__arrow_dir_right .news__arrow__icon {
  background-image: url("/wp-content/themes/fb/images/arrow.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 1.0416666667vw;
  background-repeat: no-repeat;
  height: 1.0416666667vw;
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
}
@media (max-width: 1025px) {
  .news__arrow.news__arrow_dir_right .news__arrow__icon {
    width: 20px;
    height: 20px;
  }
}
.news__arrow.news__arrow_dir_right:hover {
  background-color: white;
  border: 2px solid #FF413F;
}
.news__arrow.news__arrow_dir_right:hover .news__arrow__icon {
  background-image: url("/wp-content/themes/fb/images/arrow_hover.svg");
}
@media (max-width: 1025px) {
  .news__arrow.news__arrow_dir_right:hover .news__arrow__icon {
    background-image: url("/wp-content/themes/fb/images/arrow.svg");
  }
}
@media (max-width: 1025px) {
  .news__arrow.news__arrow_dir_right:hover {
    background-color: #FF3D3B;
  }
}

.hover-this {
  transition: all 0.3s ease;
}

.big-cursor {
  position: relative;
  overflow: hidden;
}

.kursor {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: rgb(255, 65, 63);
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  animation: pulse 1s infinite;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 1025px) {
  .kursor {
    display: none;
  }
}

.kursor::before {
  content: "+";
  color: #ffffff;
  font-size: 35px;
  position: absolute;
  animation: none;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}
.big-cursor.active .kursor {
  display: flex;
}
@media (max-width: 1025px) {
  .big-cursor.active .kursor {
    display: none;
  }
}

.big-cursor.active {
  cursor: none;
}

.sliderHome .slick-slide {
  height: 33.8541666667vw !important;
}
@media (max-width: 1025px) {
  .sliderHome .slick-slide {
    height: auto !important;
  }
}

.button__img {
  display: block;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  fill: white;
}
@media (max-width: 1025px) {
  .button__img {
    width: 12px;
    height: 12px;
  }
}

.button__titile {
  z-index: 2;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  transition: transform 0.1s ease;
}
@media screen and (min-width: 1201px) {
  .button__titile {
    font-size: 0.9895833333vw;
  }
}

.newsBoxes {
  padding-top: 50px;
}
@media screen and (min-width: 1201px) {
  .newsBoxes {
    padding-top: 6.25vw;
  }
}
.newsBoxes__categories {
  padding-bottom: 0px;
}
@media screen and (min-width: 1201px) {
  .newsBoxes__categories {
    padding-bottom: 2.6041666667vw;
  }
}
.newsBoxes__title {
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
}
@media screen and (min-width: 1201px) {
  .newsBoxes__title {
    font-size: 1.6145833333vw;
  }
}
.newsBoxes__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 7.0833333333vw;
}
@media (max-width: 1025px) {
  .newsBoxes__box {
    display: flex;
    flex-direction: column;
  }
}
.newsBoxes__box .column-left,
.newsBoxes__box .column-right {
  float: left;
  padding: 10px;
}
@media (max-width: 768px) {
  .newsBoxes__box .column-left,
  .newsBoxes__box .column-right {
    width: 100%;
    float: none;
    display: none;
  }
}
@media (max-width: 768px) {
  .newsBoxes__box .newsBoxes__box {
    grid-template-columns: 1fr;
  }
}
.newsBoxes__category {
  display: flex;
  gap: 0.78125vw;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 30px;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 1025px) {
  .newsBoxes__category {
    gap: 15px;
  }
}
@media screen and (min-width: 1201px) {
  .newsBoxes__category {
    margin-right: 0vw;
  }
}
@media screen and (min-width: 1201px) {
  .newsBoxes__category {
    margin-left: 0vw;
  }
}
@media screen and (min-width: 1201px) {
  .newsBoxes__category {
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 1201px) {
  .newsBoxes__category {
    margin-bottom: 3.6458333333vw;
  }
}
.newsBoxes__category li {
  padding: 0.1041666667vw 0.78125vw;
  color: #FF3E3C;
  border: 2px solid #FF3E3C;
  border-radius: 1.3020833333vw;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (min-width: 1201px) {
  .newsBoxes__category li {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1025px) {
  .newsBoxes__category li {
    padding: 0px 10px;
    border-radius: 25px;
  }
}
.newsBoxes__category li a {
  color: #FF3E3C;
}
.newsBoxes__category li:hover {
  background-color: #FF3E3C;
  color: white;
}
.newsBoxes__category li:hover a {
  color: white;
}
.newsBoxes__category li.active {
  background-color: #FF3E3C;
  color: white;
}
.newsBoxes__category li.active a {
  color: white;
}

/* KEJS HOME*/
.single-item {
  margin-bottom: 40px;
}
@media screen and (min-width: 1201px) {
  .single-item {
    margin-bottom: 3.125vw;
  }
}

.oneNews__more {
  display: flex;
  justify-content: flex-end;
  padding: 4px 0;
}
@media (max-width: 1025px) {
  .oneNews__more {
    justify-content: center;
  }
  .oneNews__more .button {
    width: 100%;
  }
}
.oneNews__more--knowledge {
  margin-top: 20px;
}
@media screen and (min-width: 1201px) {
  .oneNews__more--knowledge {
    margin-top: 3.125vw;
  }
}
.oneNews__img {
  overflow: hidden;
  transition: transform 0.3s ease;
  width: 100%;
}
.oneNews__img img {
  width: 100%;
  transition: transform 0.3s ease;
  object-fit: cover;
  margin-bottom: -5px;
}
@media screen and (min-width: 1201px) {
  .oneNews__img img {
    margin-bottom: -0.2604166667vw;
  }
}
.oneNews__img img:hover {
  transform: scale(1.03);
}
.oneNews__text {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  color: black;
  margin-bottom: 0px;
  margin-top: 15px;
}
@media screen and (min-width: 1201px) {
  .oneNews__text {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1201px) {
  .oneNews__text {
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .oneNews__text {
    margin-top: 1.5625vw;
  }
}
.oneNews__desc {
  font-size: 16px;
  font-weight: 300;
  color: black;
  margin-bottom: 15px;
}
@media screen and (min-width: 1201px) {
  .oneNews__desc {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 1201px) {
  .oneNews__desc {
    margin-bottom: 1.5625vw;
  }
}
.oneNews__desc p {
  margin: 0 auto;
  color: black;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (min-width: 1201px) {
  .oneNews__desc p {
    font-size: 1.09375vw;
  }
}

.homeNews2 {
  display: flex;
  display: flex;
  flex-direction: column;
  width: 13.2291666667vw;
  padding-top: 20px;
  height: 19.53125vw;
}
@media screen and (min-width: 1201px) {
  .homeNews2 {
    padding-top: 2.0833333333vw;
  }
}
.homeNews2__img {
  overflow: hidden;
  transition: transform 0.3s ease;
  width: 100%;
}
.homeNews2__img img {
  width: 100%;
  transition: transform 0.3s ease;
  object-fit: cover;
}
.homeNews2__img img:hover {
  transform: scale(1.03);
}
.homeNews2__img video {
  margin-bottom: -5px;
}
@media screen and (min-width: 1201px) {
  .homeNews2__img video {
    margin-bottom: -0.2604166667vw;
  }
}
.homeNews2__text {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  color: black;
  margin-bottom: 0px;
  margin-top: 15px;
}
@media screen and (min-width: 1201px) {
  .homeNews2__text {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1201px) {
  .homeNews2__text {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 1201px) {
  .homeNews2__text {
    margin-top: 1.5625vw;
  }
}
.homeNews2__desc {
  font-size: 16px;
  font-weight: 300;
  color: black;
  margin-bottom: 15px;
  height: 60px;
}
@media screen and (min-width: 1201px) {
  .homeNews2__desc {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 1201px) {
  .homeNews2__desc {
    margin-bottom: 1.5625vw;
  }
}
.homeNews2__desc p {
  color: black;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (min-width: 1201px) {
  .homeNews2__desc p {
    font-size: 1.09375vw;
  }
}
.homeNews2__arrow {
  display: flex;
  align-items: center;
}
.homeNews2__arrow a {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
  text-transform: uppercase;
  color: #FF3E3C;
}
@media screen and (min-width: 1201px) {
  .homeNews2__arrow a {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .homeNews2__arrow a {
    gap: 10px;
  }
}
.homeNews2__arrow a:hover {
  color: #FF3E3C;
}
.homeNews2__arrow a:hover .homeNews2__arrowImg {
  transform: translateX(5px);
}
.homeNews2__arrowText {
  color: #FF3E3C;
  border-bottom: 2px solid #FF3E3C;
}
.homeNews2__arrowImg {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1201px) {
  .homeNews2__arrowImg {
    width: 1.0416666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .homeNews2__arrowImg {
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .homeNews2 {
    width: 100%;
  }
}
.homeNews2Box {
  padding-bottom: 50px;
}
@media screen and (min-width: 1201px) {
  .homeNews2Box {
    padding-bottom: 5.7291666667vw;
  }
}

.HomeSlider__button {
  position: relative;
  right: 0px;
  display: flex;
  justify-content: flex-end;
  bottom: 2.6041666667vw;
}
.HomeSlider__button.desc {
  display: flex;
}
@media (max-width: 1025px) {
  .HomeSlider__button.desc {
    display: none;
  }
}
.HomeSlider__button.mobile {
  display: flex;
  bottom: 45px;
}
.HomeSlider__button.mobile a.button.button__pinktext {
  margin-right: 0px;
  padding: 10px 25px;
}
@media (min-width: 1025px) {
  .HomeSlider__button.mobile {
    display: none;
  }
}

.desc {
  display: block;
}
@media (max-width: 1025px) {
  .desc {
    display: none;
  }
}

.mobile {
  display: block;
}
@media (min-width: 1025px) {
  .mobile {
    display: none;
  }
}

.desc2 {
  display: block;
}
@media (max-width: 600px) {
  .desc2 {
    display: none;
  }
}

.mobile2 {
  display: block;
}
@media (min-width: 601px) {
  .mobile2 {
    display: none;
  }
}

@media (max-width: 1025px) {
  .button__pinktext.mobile {
    width: 200px;
    display: flex;
  }
}
.pageError {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.pageError__subtitle {
  text-transform: uppercase;
  font-size: 42px;
  color: #FF003D;
  font-weight: bold;
}
@media screen and (min-width: 1201px) {
  .pageError__subtitle {
    font-size: 4.6875vw;
  }
}
.pageError__text {
  font-size: 25px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1201px) {
  .pageError__text {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .pageError__text {
    margin-bottom: 2.0833333333vw;
  }
}
.pageError__button {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.pageError__button span {
  color: #FF003D;
  font-weight: bold;
}

.fade-up {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 1.0416666667vw;
  cursor: pointer;
  width: 18.4895833333vw;
  height: 2.5vw;
}
@media (max-width: 1025px) {
  .button {
    height: 37px;
    width: 280px;
    font-size: 16px;
  }
}
.button .button__titile {
  color: #FF003D;
}
.button.button__white {
  height: 3.59375vw;
  width: 10.78125vw;
}
@media (max-width: 1025px) {
  .button.button__white {
    border-radius: 50px;
    width: 163px;
    height: 43px;
  }
}
.button.button__white .button__titile {
  color: white;
}
.button.button__white::before {
  border: 2px solid #FFF;
}

.button__1 {
  height: 2.7604166667vw;
  width: 26.0416666667vw;
}
@media (max-width: 1025px) {
  .button__1 {
    width: 400px;
    height: 43px;
  }
}
.button__1 .button__titile {
  z-index: 2;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  transition: transform 0.2s ease-out;
}

.button__2 .button__titile {
  color: #FF003D;
  transition: transform 0.2s ease-out;
}

.button__pinktext {
  position: relative;
}

.button__large {
  height: 3.59375vw;
}
.button__large--contact-link {
  width: 15.1041666667vw;
}
@media (max-width: 1025px) {
  .button__large--contact-link {
    border-radius: 50px;
    width: 300px;
    height: 43px;
  }
}
.button__large--case {
  width: 11.9791666667vw;
}
@media (max-width: 1025px) {
  .button__large--case {
    border-radius: 50px;
    width: 163px;
    height: 43px;
  }
}
.button__large--contact {
  width: 15.1041666667vw;
}
@media (max-width: 1025px) {
  .button__large--contact {
    border-radius: 50px;
    width: 100%;
    height: 43px;
  }
}
.button__large--contact-2 {
  width: 25vw;
}
@media (max-width: 1025px) {
  .button__large--contact-2 {
    border-radius: 50px;
    width: 400px;
    height: 43px;
  }
}
.button__large--news.btn-news {
  width: 15.625vw;
  border-radius: 50px;
}
@media (max-width: 1025px) {
  .button__large--news.btn-news {
    border-radius: 50px;
    width: 100%;
    height: 43px;
  }
}

.button__menu {
  height: 2.34375vw;
  width: 8.0729166667vw;
}
@media (max-width: 1025px) {
  .button__menu {
    border-radius: 50px;
    width: 160px;
    height: 43px;
  }
}

.button__title {
  z-index: 2;
  color: #FF003D;
  font-weight: bold;
  text-transform: uppercase;
  transition: transform 0.1s ease-out;
}

.button__img-body {
  z-index: 1;
}

.button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid #FF003D;
  border-radius: 50px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: all 0.4s ease;
}

.button__gradient .button__title {
  z-index: 2;
  font-weight: bold;
  text-transform: uppercase;
  transition: transform 0.1s ease-out;
  background: linear-gradient(90deg, #FF3D3B, #A957CF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.button__gradient.button__gradient--2 .button__title {
  background: linear-gradient(90deg, #FF3D3B, #ffa14e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.button__gradient::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  background: transparent;
  background-image: linear-gradient(white, white), linear-gradient(90deg, #FF3D3B, #A957CF);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 50px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: all 0.4s ease;
}

.button__gradient.button__gradient--2:before {
  background-image: linear-gradient(white, white), linear-gradient(90deg, #FF3D3B, #ffa14e);
}

.button__gradient.button__gradient--black .button__title {
  background: linear-gradient(90deg, #FF3D3B, #A957CF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.button__gradient.button__gradient--black::before {
  background-image: linear-gradient(black, black), linear-gradient(90deg, #FF3D3B, #A957CF);
}

.button__gradient--big {
  height: 43px;
}
@media (min-width: 1025px) {
  .button__gradient--big {
    height: 3.59375vw;
  }
}
.button__gradient--big:hover:before {
  animation: expand-circleBig1 0.4s ease forwards !important;
}
@media (max-width: 1025px) {
  .button__gradient--big:hover:before {
    animation: none;
  }
}

.button.violet {
  color: #b63280;
}
.button.violet .button__title {
  color: #b63280;
}
.button.violet::before {
  border: 2px solid #b63280;
}

.button:hover::before {
  animation: expand-circle 0.4s ease forwards;
}
@media (max-width: 1025px) {
  .button:hover::before {
    animation: none;
  }
}

.button__1:hover::before {
  animation: expand-circleBig 0.4s ease forwards;
}
@media (max-width: 1025px) {
  .button__1:hover::before {
    animation: none;
  }
}

.button.button__white:hover::before {
  animation: expand-circleBig1 0.4s ease forwards;
}
@media (max-width: 1025px) {
  .button.button__white:hover::before {
    animation: none;
  }
}

.button.button__large:hover::before {
  animation: expand-circleBig1 0.4s ease forwards;
}
@media (max-width: 1025px) {
  .button.button__large:hover::before {
    animation: none;
  }
}

.button-full-gradient {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 1.0416666667vw;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  line-height: 125%;
  border-radius: 50px;
  font-size: 16px;
  background: linear-gradient(90deg, #FF3D3B, #A957CF, #FF3D3B);
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position 0.4s ease;
  height: 2.34375vw;
}
@media screen and (min-width: 1201px) {
  .button-full-gradient {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1025px) {
  .button-full-gradient {
    height: 43px;
  }
}
.button-full-gradient:hover {
  background-position: right center;
  color: #FFF;
}
@media (max-width: 1025px) {
  .button-full-gradient {
    height: 43px;
    padding: 0 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}

@keyframes expand-circle {
  0% {
    width: 100%;
    height: 100%;
    left: 50%;
  }
  100% {
    width: 37px;
    height: 100%;
    border-radius: 50px;
    left: var(--mouse-x, 50%);
  }
}
@keyframes expand-circleBig {
  0% {
    width: 100%;
    height: 100%;
    left: 50%;
  }
  100% {
    width: 43px;
    height: 100%;
    border-radius: 50px;
    left: var(--mouse-x, 50%);
  }
}
@keyframes expand-circleBig1 {
  0% {
    width: 100%;
    height: 100%;
    left: 50%;
  }
  100% {
    width: 58px;
    height: 100%;
    border-radius: 50px;
    left: var(--mouse-x, 50%);
  }
}
.button.leaving::before {
  animation: shrink-circle 0.4s ease forwards;
}

@keyframes shrink-circle {
  0% {
    width: 37px;
    height: 100%;
    left: var(--mouse-x, 50%);
  }
  100% {
    width: 100%;
    height: 100%;
    left: 50%;
  }
}
.btn-news {
  width: 22.1875vw;
}

.home-form {
  display: grid;
  grid-template-columns: 2fr 5fr;
  text-transform: uppercase;
  font-size: 32px;
  padding-top: 56px;
  gap: 20px;
  padding-bottom: 56px;
}
.home-form .wpcf7-response-output {
  color: #FFF;
}
@media (max-width: 1000px) {
  .home-form {
    padding-top: 16px;
    grid-template-columns: 1fr;
  }
}
.home-form__title {
  font-size: 31px;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 1201px) {
  .home-form__title {
    font-size: 1.6145833333vw;
  }
}
@media (max-width: 575px) {
  .home-form__title {
    display: none;
  }
}
.home-form__title-mobile {
  font-size: 31px;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 1201px) {
  .home-form__title-mobile {
    font-size: 1.6145833333vw;
  }
}
@media (min-width: 576px) {
  .home-form__title-mobile {
    display: none;
  }
}
.home-form__row {
  display: flex;
  gap: 48px;
}
.home-form__row label {
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .home-form__row label {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .home-form__row {
    flex-wrap: wrap;
    gap: 0;
  }
}
.home-form__column {
  width: calc(50% - 24px);
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .home-form__column {
    width: 100%;
    margin-bottom: 24px;
  }
}
.home-form__column-100 {
  width: 100%;
}
.home-form__column-100 textarea {
  width: 100%;
}
.home-form input[type=text], .home-form input[type=email], .home-form input[type=tel], .home-form textarea {
  background: transparent;
  border: none;
  border-bottom: 2px solid #FFF;
  color: #FFF;
  font-size: 20px;
  padding: 2px 0 3px;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
}
.home-form input[type=text]::placeholder, .home-form input[type=email]::placeholder, .home-form input[type=tel]::placeholder, .home-form textarea::placeholder {
  font-weight: 300;
  color: #fbd5ce;
}
.home-form input[type=text]:-internal-autofill-selected, .home-form input[type=email]:-internal-autofill-selected, .home-form input[type=tel]:-internal-autofill-selected, .home-form textarea:-internal-autofill-selected {
  background: transparent;
  border: none;
  border-bottom: 2px solid #FFF;
  color: #FFF;
  font-size: 20px;
  padding: 2px 0;
  width: 100%;
  max-width: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: white !important;
}
.home-form input[type=text]:-webkit-autofill, .home-form input[type=text]:-webkit-autofill:hover, .home-form input[type=text]:-webkit-autofill:focus, .home-form input[type=text]:-webkit-autofill:active, .home-form input[type=email]:-webkit-autofill, .home-form input[type=email]:-webkit-autofill:hover, .home-form input[type=email]:-webkit-autofill:focus, .home-form input[type=email]:-webkit-autofill:active, .home-form input[type=tel]:-webkit-autofill, .home-form input[type=tel]:-webkit-autofill:hover, .home-form input[type=tel]:-webkit-autofill:focus, .home-form input[type=tel]:-webkit-autofill:active, .home-form textarea:-webkit-autofill, .home-form textarea:-webkit-autofill:hover, .home-form textarea:-webkit-autofill:focus, .home-form textarea:-webkit-autofill:active {
  background: transparent;
  border: none;
  border-bottom: 2px solid #FFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: white !important;
}
.home-form .wpcf7-acceptance {
  font-size: 16px;
  color: #FFF;
}
.home-form .wpcf7-acceptance label {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  position: relative;
  text-transform: none;
}
.home-form .wpcf7-acceptance label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 26px;
  height: 26px;
  background-color: #FFF;
  border-radius: 2px;
}
.home-form .wpcf7-acceptance label input {
  visibility: hidden;
}
.home-form .wpcf7-acceptance label:has(input[type=checkbox]:checked):after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 7px;
  width: 18px;
  height: 18px;
  background-color: #FF3E3C;
  border-radius: 2px;
}
.home-form .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 14px;
}
.home-form .wpcf7-not-valid-tip {
  color: #FFF;
  text-decoration: underline;
  font-size: 18px;
}
.home-form .wpcf7-response-output {
  background-color: #fff;
  border-radius: 15px;
  color: #FF3E3C;
  text-transform: none;
  border: none !important;
  font-size: 24px;
  text-align: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 20px 0 !important;
}
.home-form .wpcf7-not-valid-tip {
  background-color: #fff;
  border-radius: 8px;
  color: #FF3E3C;
  text-transform: none;
  border: none !important;
  margin: 2px 0;
  text-decoration: none;
  padding: 0 4px;
  display: inline-block;
}

.button-form {
  background-color: #FFF;
  border: 2px solid #FFF;
  border-radius: 50px;
  cursor: pointer;
  color: #FF3E3C;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
  margin-left: auto;
  gap: 12px;
  font-size: 0.9895833333vw;
  width: 18.4895833333vw;
  height: 2.5vw;
}
@media (max-width: 1025px) {
  .button-form {
    height: 37px;
    width: 280px;
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .button-form {
    width: 100%;
    margin-left: 0;
  }
}

.form-button {
  background-color: transparent;
  border: none;
  margin-top: 48px;
  width: 17.2395833333vw !important;
  margin-left: auto;
}
@media (max-width: 1025px) {
  .form-button {
    width: 17.2395833333vw !important;
  }
}
@media (max-width: 600px) {
  .form-button {
    width: 100% !important;
  }
}

.form-button-influ {
  width: 17.2395833333vw !important;
  margin-top: 3.3333333333vw;
}
@media (max-width: 600px) {
  .form-button-influ {
    width: 100% !important;
  }
}

.herov2 {
  position: relative;
  margin-bottom: 48px;
}
.herov2 video {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.herov2 .sound-toggle-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  padding: 10px;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: none;
}
@media (max-width: 600px) {
  .herov2 .sound-toggle-btn {
    display: block;
  }
}
.herov2:hover .sound-toggle-btn {
  display: block;
}
.herov2 .sound-toggle-btn .icon {
  width: 24px;
  height: 24px;
  fill: white;
  display: none; /* domyślnie ukryte */
}
.herov2 .sound-toggle-btn .icon path {
  fill: #FFF;
}
.herov2 .sound-toggle-btn.muted .icon-mute {
  display: block;
}
.herov2 .sound-toggle-btn.unmuted .icon-unmute {
  display: block;
}

.herov2-buttons {
  margin-bottom: 64px;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}
@media (max-width: 767px) {
  .herov2-buttons {
    flex-direction: column;
    gap: 16px;
  }
  .herov2-buttons a {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .herov2-buttons {
    margin-bottom: 32px;
  }
}

.big-text-with-link {
  text-transform: uppercase;
  font-size: 24px;
  margin: 2.0833333333vw auto;
  text-align: center;
  color: #FFF;
}
@media screen and (min-width: 1201px) {
  .big-text-with-link {
    font-size: 1.9791666667vw;
  }
}
@media (max-width: 1025px) {
  .big-text-with-link {
    margin: 24px auto;
  }
}
.big-text-with-link__highlight {
  color: #FF3E3C;
}
.big-text-with-link__text-right {
  display: block;
  text-align: center;
}

.headHomeWrap .HeadHome:first-of-type {
  margin-top: 0px;
}
@media screen and (min-width: 1201px) {
  .headHomeWrap .HeadHome:first-of-type {
    margin-top: 0.8333333333vw;
  }
}
.headHomeWrap .HeadHome:last-of-type {
  margin-bottom: 0px;
}
@media screen and (min-width: 1201px) {
  .headHomeWrap .HeadHome:last-of-type {
    margin-bottom: 1.25vw;
  }
}

#wpadminbar {
  display: none !important;
}

.icon-home-header {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1201px) {
  .icon-home-header {
    padding-top: 2.6041666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .icon-home-header {
    padding-bottom: 3.125vw;
  }
}
@media (max-width: 767px) {
  .icon-home-header {
    flex-direction: column;
    gap: 15px;
  }
}
.icon-home-header__title {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .icon-home-header__title {
    font-size: 1.6145833333vw;
  }
}
@media screen and (min-width: 1201px) {
  .icon-home-header__title {
    width: 29.1666666667vw;
  }
}
.icon-home-header__desc {
  width: 100%;
  font-size: 16px;
}
@media screen and (min-width: 1201px) {
  .icon-home-header__desc {
    width: 30.7291666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .icon-home-header__desc {
    font-size: 1.3020833333vw;
  }
}

.footer {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 25px;
}
@media screen and (min-width: 1201px) {
  .footer {
    padding-top: 4.6875vw;
  }
}
@media screen and (min-width: 1201px) {
  .footer {
    padding-bottom: 1.5625vw;
  }
}
.footer__logo {
  width: 95px;
}
@media screen and (min-width: 1201px) {
  .footer__logo {
    width: 6.7708333333vw;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__fab {
  width: 150px;
}
@media screen and (min-width: 1201px) {
  .footer__fab {
    width: 14.5833333333vw;
  }
}
.footer__fab img {
  width: 100%;
}
.footer__left {
  display: flex;
  gap: 4.6875vw;
}
@media (max-width: 1025px) {
  .footer__left {
    gap: 70px;
  }
}
.footer__menu ul {
  list-style-type: none;
  margin: 0px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1201px) {
  .footer__menu ul {
    padding-bottom: 1.0416666667vw;
  }
}
.footer__menu ul li {
  padding-bottom: 10px;
  font-size: 14px;
}
@media screen and (min-width: 1201px) {
  .footer__menu ul li {
    padding-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .footer__menu ul li {
    font-size: 1.09375vw;
  }
}
.footer__menu ul a {
  font-weight: normal;
  color: white;
}
.footer__menu--text {
  color: white;
  font-size: 31px;
  padding-bottom: 45px;
}
@media screen and (min-width: 1201px) {
  .footer__menu--text {
    font-size: 2.3958333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .footer__menu--text {
    padding-bottom: 3.90625vw;
  }
}
.footer__bottom {
  border-top: 1px solid #818181;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  align-items: center;
}
@media screen and (min-width: 1201px) {
  .footer__bottom {
    padding-top: 1.5625vw;
  }
}
@media (max-width: 1025px) {
  .footer__bottom {
    gap: 20px;
  }
}
.footer__right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  padding-top: 15px;
}
@media screen and (min-width: 1201px) {
  .footer__right {
    padding-top: 6.9270833333vw;
  }
}
.footer__name {
  color: white;
  width: 100%;
  padding-bottom: 15px;
  text-align: right;
}
@media screen and (min-width: 1201px) {
  .footer__name {
    width: 18.2291666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .footer__name {
    padding-bottom: 1.0416666667vw;
  }
}
.footer__name--1 {
  font-size: 26px;
  padding-bottom: 8px;
}
@media screen and (min-width: 1201px) {
  .footer__name--1 {
    font-size: 1.6145833333vw;
  }
}
@media screen and (min-width: 1201px) {
  .footer__name--1 {
    padding-bottom: 0.78125vw;
  }
}
.footer__name--2 {
  font-size: 14px;
}
@media screen and (min-width: 1201px) {
  .footer__name--2 {
    font-size: 1.09375vw;
  }
}
.footer__name--2 a {
  color: #FFF;
}
.footer__name--2 a:hover {
  color: #FF3E3C;
}
.footer__top {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1201px) {
  .footer__top {
    padding-bottom: 2.6041666667vw;
  }
}
@media (max-width: 1025px) {
  .footer__top {
    justify-content: space-between;
    flex-direction: column;
    gap: 0px;
  }
}
.footer__social {
  display: flex;
  gap: 1.3020833333vw;
  align-items: center;
}
@media (max-width: 1025px) {
  .footer__social {
    gap: 15px;
  }
}
.footer__fb {
  width: 2.1875vw;
  height: 2.1875vw;
  font-size: 20px;
}
@media screen and (min-width: 1201px) {
  .footer__fb {
    font-size: 1.0416666667vw;
  }
}
.footer__fb:hover svg {
  fill: #FF3E3C;
}
@media (max-width: 1025px) {
  .footer__fb {
    width: 33px;
    height: 33px;
  }
}
.footer__insta {
  width: 2.1875vw;
  height: 2.1875vw;
  font-size: 20px;
}
@media screen and (min-width: 1201px) {
  .footer__insta {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1025px) {
  .footer__insta {
    width: 33px;
    height: 33px;
  }
}
.footer__insta svg {
  fill: #fff;
}
.footer__insta:hover svg {
  fill: #FF3E3C;
}
.footer__insta a {
  color: #fff !important;
}
.footer__linkedin {
  width: 1.875vw;
  height: 1.875vw;
  font-size: 20px;
}
@media screen and (min-width: 1201px) {
  .footer__linkedin {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1025px) {
  .footer__linkedin {
    width: 27px;
    height: 27px;
  }
}
.footer__linkedin:hover svg {
  fill: #FF3E3C;
}
.footer__menu .menu-item a {
  font-size: 14px;
  transition: color 250ms ease;
}
@media screen and (min-width: 1201px) {
  .footer__menu .menu-item a {
    font-size: 1.09375vw;
  }
}

@media (max-width: 1025px) {
  .footer__logo img {
    width: 92px;
  }
}
/*IMG*/
.articleImg {
  width: 100%;
  margin-bottom: 25px;
  margin-top: 25px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1201px) {
  .articleImg {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 1201px) {
  .articleImg {
    margin-top: 2.34375vw;
  }
}
.articleImg img {
  width: 100%;
  height: 39.7395833333vw;
  object-fit: cover;
  margin-bottom: -6px;
}
@media screen and (min-width: 1201px) {
  .articleImg img {
    margin-bottom: -0.3125vw;
  }
}
.articleImg img {
  width: 100%;
  transition: transform 0.3s ease;
  object-fit: cover;
}
.articleImg img:hover {
  transform: scale(1.03);
}

/*TWO COLUMN TEXT*/
.articleTwoText {
  padding-bottom: 45px;
  padding-top: 45px;
  width: 59.375vw;
  margin: 0 auto;
}
@media screen and (min-width: 1201px) {
  .articleTwoText {
    padding-bottom: 3.3854166667vw;
  }
}
@media screen and (min-width: 1201px) {
  .articleTwoText {
    padding-top: 3.3854166667vw;
  }
}
@media (max-width: 1025px) {
  .articleTwoText {
    width: 100%;
  }
}
.articleTwoText__title {
  font-size: 22px;
  font-weight: bold;
  width: 23.4375vw;
  height: 5.2083333333vw;
}
@media screen and (min-width: 1201px) {
  .articleTwoText__title {
    font-size: 1.25vw;
  }
}
@media (max-width: 1025px) {
  .articleTwoText__title {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
.articleTwoText__box {
  display: flex;
  gap: 7.5vw;
  justify-content: center;
}
@media (max-width: 1025px) {
  .articleTwoText__box {
    flex-direction: column;
  }
}
.articleTwoText__left {
  width: 26.6145833333vw;
  font-size: 20px;
  line-height: 1.875vw;
  font-weight: normal;
}
@media screen and (min-width: 1201px) {
  .articleTwoText__left {
    font-size: 1.40625vw;
  }
}
@media (max-width: 1025px) {
  .articleTwoText__left {
    width: 100%;
    line-height: 34px;
  }
}
@media (max-width: 1025px) {
  .articleTwoText__left p {
    padding: 0px;
    margin: 0px;
  }
}
.articleTwoText__right {
  width: 26.6145833333vw;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.875vw;
}
@media screen and (min-width: 1201px) {
  .articleTwoText__right {
    font-size: 1.40625vw;
  }
}
@media (max-width: 1025px) {
  .articleTwoText__right {
    width: 100%;
    line-height: 34px;
  }
}

/*SECTION WITH TEXT*/
.SectionTitle {
  padding-bottom: 25px;
  padding-top: 25px;
}
@media screen and (min-width: 1201px) {
  .SectionTitle {
    padding-bottom: 1.8229166667vw;
  }
}
@media screen and (min-width: 1201px) {
  .SectionTitle {
    padding-top: 1.3020833333vw;
  }
}
.SectionTitlePage {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  width: 45.3125vw;
  margin: 0 auto;
  padding-top: 25px;
  line-height: 1.2;
}
@media screen and (min-width: 1201px) {
  .SectionTitlePage {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .SectionTitlePage {
    padding-top: 2.8645833333vw;
  }
}
@media (max-width: 1025px) {
  .SectionTitlePage {
    width: 100%;
  }
}
.SectionTitlePage h1,
.SectionTitlePage h2,
.SectionTitlePage h3,
.SectionTitlePage h4,
.SectionTitlePage h5,
.SectionTitlePage p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  width: 45.3125vw;
  margin: 0 auto;
  padding-top: 25px;
  line-height: 1.2;
}
@media screen and (min-width: 1201px) {
  .SectionTitlePage h1,
  .SectionTitlePage h2,
  .SectionTitlePage h3,
  .SectionTitlePage h4,
  .SectionTitlePage h5,
  .SectionTitlePage p {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .SectionTitlePage h1,
  .SectionTitlePage h2,
  .SectionTitlePage h3,
  .SectionTitlePage h4,
  .SectionTitlePage h5,
  .SectionTitlePage p {
    padding-top: 2.8645833333vw;
  }
}
@media (max-width: 1025px) {
  .SectionTitlePage h1,
  .SectionTitlePage h2,
  .SectionTitlePage h3,
  .SectionTitlePage h4,
  .SectionTitlePage h5,
  .SectionTitlePage p {
    width: 100%;
  }
}
.SectionTitle__box {
  margin: 0 auto;
  width: 45.3125vw;
}
@media (max-width: 1025px) {
  .SectionTitle__box {
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .SectionTitle {
    width: 100%;
  }
}
.SectionTitle__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  width: 45.3125vw;
}
@media screen and (min-width: 1201px) {
  .SectionTitle__title {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1201px) {
  .SectionTitle__title {
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 1025px) {
  .SectionTitle__title {
    width: 100%;
  }
}
.SectionTitle__title h1,
.SectionTitle__title h2,
.SectionTitle__title h3,
.SectionTitle__title h4,
.SectionTitle__title h5,
.SectionTitle__title h6,
.SectionTitle__title p {
  margin-top: 0px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  width: 45.3125vw;
}
@media screen and (min-width: 1201px) {
  .SectionTitle__title h1,
  .SectionTitle__title h2,
  .SectionTitle__title h3,
  .SectionTitle__title h4,
  .SectionTitle__title h5,
  .SectionTitle__title h6,
  .SectionTitle__title p {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1201px) {
  .SectionTitle__title h1,
  .SectionTitle__title h2,
  .SectionTitle__title h3,
  .SectionTitle__title h4,
  .SectionTitle__title h5,
  .SectionTitle__title h6,
  .SectionTitle__title p {
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 1025px) {
  .SectionTitle__title h1,
  .SectionTitle__title h2,
  .SectionTitle__title h3,
  .SectionTitle__title h4,
  .SectionTitle__title h5,
  .SectionTitle__title h6,
  .SectionTitle__title p {
    width: 100%;
  }
}
.SectionTitle__desc {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.875vw;
}
@media screen and (min-width: 1201px) {
  .SectionTitle__desc {
    font-size: 1.40625vw;
  }
}
@media (max-width: 1025px) {
  .SectionTitle__desc {
    width: 100%;
    line-height: normal;
  }
}
.SectionTitle__desc h1,
.SectionTitle__desc h2,
.SectionTitle__desc h3,
.SectionTitle__desc h4,
.SectionTitle__desc h5,
.SectionTitle__desc h6,
.SectionTitle__desc p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.875vw;
}
@media screen and (min-width: 1201px) {
  .SectionTitle__desc h1,
  .SectionTitle__desc h2,
  .SectionTitle__desc h3,
  .SectionTitle__desc h4,
  .SectionTitle__desc h5,
  .SectionTitle__desc h6,
  .SectionTitle__desc p {
    font-size: 1.40625vw;
  }
}
@media (max-width: 1025px) {
  .SectionTitle__desc h1,
  .SectionTitle__desc h2,
  .SectionTitle__desc h3,
  .SectionTitle__desc h4,
  .SectionTitle__desc h5,
  .SectionTitle__desc h6,
  .SectionTitle__desc p {
    width: 100%;
    line-height: normal;
    padding-top: 0px;
    margin-top: 0px;
  }
}

/*SECTION IMG LEFT*/
.SectionImgLeft {
  padding-bottom: 45px;
  padding-top: 45px;
}
@media screen and (min-width: 1201px) {
  .SectionImgLeft {
    padding-bottom: 3.3854166667vw;
  }
}
@media screen and (min-width: 1201px) {
  .SectionImgLeft {
    padding-top: 3.3854166667vw;
  }
}
.SectionImgLeft__box {
  display: flex;
  align-items: center;
  gap: 7.5vw;
  justify-content: center;
}
@media (max-width: 1025px) {
  .SectionImgLeft__box {
    flex-direction: column;
  }
}
.SectionImgLeft__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  width: 23.4375vw;
}
@media screen and (min-width: 1201px) {
  .SectionImgLeft__title {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1201px) {
  .SectionImgLeft__title {
    margin-bottom: 3.6458333333vw;
  }
}
@media (max-width: 1025px) {
  .SectionImgLeft__title {
    width: 100%;
  }
}
.SectionImgLeft__title h1,
.SectionImgLeft__title h2,
.SectionImgLeft__title h3,
.SectionImgLeft__title h4,
.SectionImgLeft__title h5,
.SectionImgLeft__title h6,
.SectionImgLeft__title p {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  width: 23.4375vw;
}
@media screen and (min-width: 1201px) {
  .SectionImgLeft__title h1,
  .SectionImgLeft__title h2,
  .SectionImgLeft__title h3,
  .SectionImgLeft__title h4,
  .SectionImgLeft__title h5,
  .SectionImgLeft__title h6,
  .SectionImgLeft__title p {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1201px) {
  .SectionImgLeft__title h1,
  .SectionImgLeft__title h2,
  .SectionImgLeft__title h3,
  .SectionImgLeft__title h4,
  .SectionImgLeft__title h5,
  .SectionImgLeft__title h6,
  .SectionImgLeft__title p {
    margin-bottom: 3.6458333333vw;
  }
}
@media (max-width: 1025px) {
  .SectionImgLeft__title h1,
  .SectionImgLeft__title h2,
  .SectionImgLeft__title h3,
  .SectionImgLeft__title h4,
  .SectionImgLeft__title h5,
  .SectionImgLeft__title h6,
  .SectionImgLeft__title p {
    width: 100%;
  }
}
.SectionImgLeft__desc {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.875vw;
}
@media screen and (min-width: 1201px) {
  .SectionImgLeft__desc {
    font-size: 1.40625vw;
  }
}
@media (max-width: 1025px) {
  .SectionImgLeft__desc {
    width: 100%;
    line-height: 34px;
  }
}
.SectionImgLeft__desc h1,
.SectionImgLeft__desc h2,
.SectionImgLeft__desc h3,
.SectionImgLeft__desc h4,
.SectionImgLeft__desc h5,
.SectionImgLeft__desc h6,
.SectionImgLeft__desc p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.875vw;
}
@media screen and (min-width: 1201px) {
  .SectionImgLeft__desc h1,
  .SectionImgLeft__desc h2,
  .SectionImgLeft__desc h3,
  .SectionImgLeft__desc h4,
  .SectionImgLeft__desc h5,
  .SectionImgLeft__desc h6,
  .SectionImgLeft__desc p {
    font-size: 1.40625vw;
  }
}
@media (max-width: 1025px) {
  .SectionImgLeft__desc h1,
  .SectionImgLeft__desc h2,
  .SectionImgLeft__desc h3,
  .SectionImgLeft__desc h4,
  .SectionImgLeft__desc h5,
  .SectionImgLeft__desc h6,
  .SectionImgLeft__desc p {
    width: 100%;
    line-height: 34px;
    padding: 0px;
    margin: 0px;
  }
}
.SectionImgLeft__left {
  width: 25.9895833333vw;
  overflow: hidden;
  transition: transform 0.3s ease;
}
@media (max-width: 1025px) {
  .SectionImgLeft__left {
    width: 100%;
  }
}
.SectionImgLeft__left img {
  width: 100%;
}
.SectionImgLeft__left img {
  width: 100%;
  transition: transform 0.3s ease;
  object-fit: cover;
  margin-bottom: -6px;
}
@media screen and (min-width: 1201px) {
  .SectionImgLeft__left img {
    margin-bottom: -0.3125vw;
  }
}
.SectionImgLeft__left img:hover {
  transform: scale(1.03);
}
.SectionImgLeft__right {
  width: 26.6145833333vw;
}
@media (max-width: 1025px) {
  .SectionImgLeft__right {
    width: 100%;
  }
}

/*SECTION IMG RIGHT*/
.SectionImgRight {
  padding-bottom: 45px;
  padding-top: 45px;
}
@media screen and (min-width: 1201px) {
  .SectionImgRight {
    padding-bottom: 3.3854166667vw;
  }
}
@media screen and (min-width: 1201px) {
  .SectionImgRight {
    padding-top: 3.3854166667vw;
  }
}
.SectionImgRight__box {
  display: flex;
  align-items: center;
  gap: 7.5vw;
  justify-content: center;
}
@media (max-width: 1025px) {
  .SectionImgRight__box {
    flex-direction: column;
  }
}
.SectionImgRight__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  width: 23.4375vw;
}
@media screen and (min-width: 1201px) {
  .SectionImgRight__title {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1201px) {
  .SectionImgRight__title {
    margin-bottom: 3.6458333333vw;
  }
}
@media (max-width: 1025px) {
  .SectionImgRight__title {
    width: 100%;
  }
}
.SectionImgRight__title h1,
.SectionImgRight__title h2,
.SectionImgRight__title h3,
.SectionImgRight__title h4,
.SectionImgRight__title h5,
.SectionImgRight__title h6,
.SectionImgRight__title p {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  width: 23.4375vw;
}
@media screen and (min-width: 1201px) {
  .SectionImgRight__title h1,
  .SectionImgRight__title h2,
  .SectionImgRight__title h3,
  .SectionImgRight__title h4,
  .SectionImgRight__title h5,
  .SectionImgRight__title h6,
  .SectionImgRight__title p {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1201px) {
  .SectionImgRight__title h1,
  .SectionImgRight__title h2,
  .SectionImgRight__title h3,
  .SectionImgRight__title h4,
  .SectionImgRight__title h5,
  .SectionImgRight__title h6,
  .SectionImgRight__title p {
    margin-bottom: 3.6458333333vw;
  }
}
@media (max-width: 1025px) {
  .SectionImgRight__title h1,
  .SectionImgRight__title h2,
  .SectionImgRight__title h3,
  .SectionImgRight__title h4,
  .SectionImgRight__title h5,
  .SectionImgRight__title h6,
  .SectionImgRight__title p {
    width: 100%;
  }
}
.SectionImgRight__desc {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.875vw;
}
@media screen and (min-width: 1201px) {
  .SectionImgRight__desc {
    font-size: 1.40625vw;
  }
}
@media (max-width: 1025px) {
  .SectionImgRight__desc {
    width: 100%;
    line-height: 34px;
  }
}
.SectionImgRight__desc h1,
.SectionImgRight__desc h2,
.SectionImgRight__desc h3,
.SectionImgRight__desc h4,
.SectionImgRight__desc h5,
.SectionImgRight__desc h6,
.SectionImgRight__desc p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.875vw;
}
@media screen and (min-width: 1201px) {
  .SectionImgRight__desc h1,
  .SectionImgRight__desc h2,
  .SectionImgRight__desc h3,
  .SectionImgRight__desc h4,
  .SectionImgRight__desc h5,
  .SectionImgRight__desc h6,
  .SectionImgRight__desc p {
    font-size: 1.40625vw;
  }
}
@media (max-width: 1025px) {
  .SectionImgRight__desc h1,
  .SectionImgRight__desc h2,
  .SectionImgRight__desc h3,
  .SectionImgRight__desc h4,
  .SectionImgRight__desc h5,
  .SectionImgRight__desc h6,
  .SectionImgRight__desc p {
    width: 100%;
    line-height: 34px;
  }
}
.SectionImgRight__left {
  width: 25.9895833333vw;
  overflow: hidden;
  transition: transform 0.3s ease;
}
@media (max-width: 1025px) {
  .SectionImgRight__left {
    width: 100%;
  }
}
.SectionImgRight__left img {
  width: 100%;
}
.SectionImgRight__left img {
  width: 100%;
  transition: transform 0.3s ease;
  object-fit: cover;
  margin-bottom: -6px;
}
@media screen and (min-width: 1201px) {
  .SectionImgRight__left img {
    margin-bottom: -0.3125vw;
  }
}
.SectionImgRight__left img:hover {
  transform: scale(1.03);
}
.SectionImgRight__right {
  width: 26.6145833333vw;
}
@media (max-width: 1025px) {
  .SectionImgRight__right {
    width: 100%;
  }
}

/*SECTION TITLE*/
/*SINGLE*/
.caseTitle {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
}
@media screen and (min-width: 1201px) {
  .caseTitle {
    font-size: 3.28125vw;
  }
}
.caseTitle h1,
.caseTitle h2,
.caseTitle h3,
.caseTitle h4,
.caseTitle h5,
.caseTitle h6,
.caseTitle p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 3.8020833333vw;
  margin: 0px;
}
@media screen and (min-width: 1201px) {
  .caseTitle h1,
  .caseTitle h2,
  .caseTitle h3,
  .caseTitle h4,
  .caseTitle h5,
  .caseTitle h6,
  .caseTitle p {
    font-size: 3.28125vw;
  }
}
@media (max-width: 1025px) {
  .caseTitle h1,
  .caseTitle h2,
  .caseTitle h3,
  .caseTitle h4,
  .caseTitle h5,
  .caseTitle h6,
  .caseTitle p {
    line-height: 1.2;
    word-break: break-word;
  }
}
@media (max-width: 1025px) {
  .caseTitle {
    width: 100%;
    line-height: 1.2;
    padding-bottom: 15px;
  }
}

.caseDesc {
  font-size: 20px;
  padding-bottom: 20px;
  line-height: 2.2916666667vw;
}
@media screen and (min-width: 1201px) {
  .caseDesc {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseDesc {
    padding-bottom: 1.0416666667vw;
  }
}
@media (max-width: 1025px) {
  .caseDesc {
    line-height: normal;
  }
}

.caseImg {
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1201px) {
  .caseImg {
    margin-bottom: 1.6666666667vw;
  }
}
.caseImg img {
  width: 100%;
  transition: transform 0.3s ease;
  object-fit: cover;
  margin-bottom: -5px;
}
@media screen and (min-width: 1201px) {
  .caseImg img {
    margin-bottom: -0.2604166667vw;
  }
}
.caseImg img:hover {
  transform: scale(1.03);
}
.caseImg img {
  width: 100%;
  height: 100%;
}

.caseMark {
  font-size: 25px;
  line-height: 2.5520833333vw;
  font-weight: lighter;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1201px) {
  .caseMark {
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseMark {
    padding-top: 1.3020833333vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseMark {
    padding-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseMark {
    margin-bottom: 1.8229166667vw;
  }
}
@media (max-width: 1025px) {
  .caseMark {
    width: 100%;
    line-height: 47px;
  }
}
.caseMark__range {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
@media screen and (min-width: 1201px) {
  .caseMark__range {
    margin-right: 1.5625vw;
  }
}
.caseMark__range:before {
  content: "";
  display: block;
  position: relative;
  width: 0.46875vw;
  height: 0.46875vw;
  background-color: #FF413F;
  border-radius: 50%;
  margin-right: 15px;
}
@media screen and (min-width: 1201px) {
  .caseMark__range:before {
    margin-right: 1.5625vw;
  }
}
@media (max-width: 1025px) {
  .caseMark__range:before {
    width: 9px;
    height: 9px;
  }
}
.caseMark__ranges {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 20px;
  line-height: 2.5520833333vw;
  font-weight: lighter;
  width: 49.4791666667vw;
}
@media screen and (min-width: 1201px) {
  .caseMark__ranges {
    font-size: 1.40625vw;
  }
}
@media (max-width: 1025px) {
  .caseMark__ranges {
    width: 100%;
    line-height: normal;
  }
}
.caseMark__name {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.875vw;
  text-transform: uppercase;
  width: 21.3541666667vw;
  text-align: right;
  line-height: 2.5520833333vw;
}
@media screen and (min-width: 1201px) {
  .caseMark__name {
    font-size: 1.40625vw;
  }
}
@media (max-width: 1025px) {
  .caseMark__name {
    width: 100%;
    line-height: normal;
    text-align: left;
  }
}
.caseMark__top {
  display: flex;
  gap: 4.1666666667vw;
  align-items: center;
}
@media (max-width: 1025px) {
  .caseMark__top {
    gap: 0px;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.caseMark__bottom {
  display: flex;
  gap: 4.1666666667vw;
  align-items: flex-start;
}
@media (max-width: 1025px) {
  .caseMark__bottom {
    gap: 0px;
    flex-direction: column;
  }
}

.caseTitleText {
  width: 50vw;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1201px) {
  .caseTitleText {
    padding-top: 1.8229166667vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseTitleText {
    padding-bottom: 2.6041666667vw;
  }
}
@media (max-width: 1025px) {
  .caseTitleText {
    width: 100%;
  }
}
.caseTitleText__text {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  width: 17.7083333333vw;
  padding-bottom: 20px;
}
@media screen and (min-width: 1201px) {
  .caseTitleText__text {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseTitleText__text {
    padding-bottom: 3.6458333333vw;
  }
}
@media (max-width: 1025px) {
  .caseTitleText__text {
    width: 100%;
  }
}
.caseTitleText__text h1,
.caseTitleText__text h2,
.caseTitleText__text h3,
.caseTitleText__text h4,
.caseTitleText__text h5,
.caseTitleText__text p {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  width: 17.7083333333vw;
  padding-bottom: 20px;
}
@media screen and (min-width: 1201px) {
  .caseTitleText__text h1,
  .caseTitleText__text h2,
  .caseTitleText__text h3,
  .caseTitleText__text h4,
  .caseTitleText__text h5,
  .caseTitleText__text p {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseTitleText__text h1,
  .caseTitleText__text h2,
  .caseTitleText__text h3,
  .caseTitleText__text h4,
  .caseTitleText__text h5,
  .caseTitleText__text p {
    padding-bottom: 3.6458333333vw;
  }
}
@media (max-width: 1025px) {
  .caseTitleText__text h1,
  .caseTitleText__text h2,
  .caseTitleText__text h3,
  .caseTitleText__text h4,
  .caseTitleText__text h5,
  .caseTitleText__text p {
    width: 100%;
  }
}
.caseTitleText__desc {
  font-size: 20px;
  line-height: 1.875vw;
  padding-top: 20px;
}
@media screen and (min-width: 1201px) {
  .caseTitleText__desc {
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseTitleText__desc {
    padding-top: 2.6041666667vw;
  }
}
@media (max-width: 1025px) {
  .caseTitleText__desc {
    width: 100%;
    line-height: normal;
  }
}
.caseTitleText__desc h1,
.caseTitleText__desc h2,
.caseTitleText__desc h3,
.caseTitleText__desc h4,
.caseTitleText__desc h5,
.caseTitleText__desc p {
  font-size: 20px;
  line-height: 1.875vw;
}
@media screen and (min-width: 1201px) {
  .caseTitleText__desc h1,
  .caseTitleText__desc h2,
  .caseTitleText__desc h3,
  .caseTitleText__desc h4,
  .caseTitleText__desc h5,
  .caseTitleText__desc p {
    font-size: 1.40625vw;
  }
}
@media (max-width: 1025px) {
  .caseTitleText__desc h1,
  .caseTitleText__desc h2,
  .caseTitleText__desc h3,
  .caseTitleText__desc h4,
  .caseTitleText__desc h5,
  .caseTitleText__desc p {
    width: 100%;
    line-height: normal;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.caseTitleText__desc p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.caseEffects {
  color: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
  flex-direction: column;
  width: 50vw;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 1201px) {
  .caseEffects {
    padding-top: 3.90625vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseEffects {
    padding-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseEffects {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseEffects {
    margin-top: 2.6041666667vw;
  }
}
@media (max-width: 1025px) {
  .caseEffects {
    width: 100%;
  }
}
.caseEffects__title {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  width: 17.7083333333vw;
  line-height: 2.5vw;
  margin-bottom: 20px;
}
@media screen and (min-width: 1201px) {
  .caseEffects__title {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseEffects__title {
    margin-bottom: 1.0416666667vw;
  }
}
@media (max-width: 1025px) {
  .caseEffects__title {
    width: 100%;
    line-height: 28px;
  }
}
.caseEffects__title h1,
.caseEffects__title h2,
.caseEffects__title h3,
.caseEffects__title h4,
.caseEffects__title h5,
.caseEffects__title h6,
.caseEffects__title p {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px;
  line-height: 2.5vw;
}
@media screen and (min-width: 1201px) {
  .caseEffects__title h1,
  .caseEffects__title h2,
  .caseEffects__title h3,
  .caseEffects__title h4,
  .caseEffects__title h5,
  .caseEffects__title h6,
  .caseEffects__title p {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 1025px) {
  .caseEffects__title h1,
  .caseEffects__title h2,
  .caseEffects__title h3,
  .caseEffects__title h4,
  .caseEffects__title h5,
  .caseEffects__title h6,
  .caseEffects__title p {
    width: 100%;
    line-height: 28px;
  }
}
.caseEffects__desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.875vw;
  margin-bottom: 30px;
}
@media screen and (min-width: 1201px) {
  .caseEffects__desc {
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseEffects__desc {
    margin-bottom: 4.1666666667vw;
  }
}
@media (max-width: 1025px) {
  .caseEffects__desc {
    width: 100%;
    line-height: normal;
  }
}
.caseEffects__desc h1,
.caseEffects__desc h2,
.caseEffects__desc h3,
.caseEffects__desc h4,
.caseEffects__desc h5,
.caseEffects__desc h6,
.caseEffects__desc p {
  color: #fff;
  font-size: 20px;
  line-height: 1.875vw;
  margin: 0px;
}
@media screen and (min-width: 1201px) {
  .caseEffects__desc h1,
  .caseEffects__desc h2,
  .caseEffects__desc h3,
  .caseEffects__desc h4,
  .caseEffects__desc h5,
  .caseEffects__desc h6,
  .caseEffects__desc p {
    font-size: 1.40625vw;
  }
}
@media (max-width: 1025px) {
  .caseEffects__desc h1,
  .caseEffects__desc h2,
  .caseEffects__desc h3,
  .caseEffects__desc h4,
  .caseEffects__desc h5,
  .caseEffects__desc h6,
  .caseEffects__desc p {
    width: 100%;
    line-height: normal;
  }
}
.caseEffects__bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1025px) {
  .caseEffects__bottom {
    flex-direction: column;
    gap: 30px;
  }
}
.caseEffects__box {
  display: flex;
  flex-direction: column;
}
.caseEffects__name {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (min-width: 1201px) {
  .caseEffects__name {
    font-size: 1.0416666667vw;
  }
}
.caseEffects__number {
  font-size: 45px;
  line-height: 4.6875vw;
  font-weight: bold;
}
@media screen and (min-width: 1201px) {
  .caseEffects__number {
    font-size: 4.1666666667vw;
  }
}
@media (max-width: 1025px) {
  .caseEffects__number {
    line-height: 55px;
  }
}
.caseEffects__description {
  font-size: 16px;
  width: 10.9375vw;
}
@media screen and (min-width: 1201px) {
  .caseEffects__description {
    font-size: 1.09375vw;
  }
}
@media (max-width: 1025px) {
  .caseEffects__description {
    width: 100%;
  }
}

.caseTwo {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0px;
  gap: 7.2916666667vw;
}
@media screen and (min-width: 1201px) {
  .caseTwo {
    margin-top: 5.2083333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseTwo {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseTwo {
    margin-left: 5.2083333333vw;
  }
}
@media (max-width: 1025px) {
  .caseTwo {
    gap: 40px;
    flex-direction: column;
  }
}
.caseTwo__box {
  display: flex;
  flex-direction: column;
  width: 20.8333333333vw;
  padding-top: 20px;
}
@media screen and (min-width: 1201px) {
  .caseTwo__box {
    padding-top: 2.0833333333vw;
  }
}
@media (max-width: 1025px) {
  .caseTwo__box {
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .caseTwo__desc {
    font-size: 20px;
  }
}
@media (max-width: 1025px) {
  .caseTwo__desc h1,
  .caseTwo__desc h2,
  .caseTwo__desc h3,
  .caseTwo__desc h4,
  .caseTwo__desc h5,
  .caseTwo__desc p {
    font-size: 20px;
  }
}
.caseTwo__name {
  color: #000;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2.5vw;
  margin-bottom: 60px;
}
@media screen and (min-width: 1201px) {
  .caseTwo__name {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseTwo__name {
    margin-bottom: 3.3854166667vw;
  }
}
@media (max-width: 1025px) {
  .caseTwo__name {
    width: 100%;
    line-height: 28px;
  }
}
.caseTwo__name h1,
.caseTwo__name h2,
.caseTwo__name h3,
.caseTwo__name h4,
.caseTwo__name h5,
.caseTwo__name p {
  color: #000;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2.5vw;
  margin-bottom: 60px;
}
@media screen and (min-width: 1201px) {
  .caseTwo__name h1,
  .caseTwo__name h2,
  .caseTwo__name h3,
  .caseTwo__name h4,
  .caseTwo__name h5,
  .caseTwo__name p {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseTwo__name h1,
  .caseTwo__name h2,
  .caseTwo__name h3,
  .caseTwo__name h4,
  .caseTwo__name h5,
  .caseTwo__name p {
    margin-bottom: 3.3854166667vw;
  }
}
@media (max-width: 1025px) {
  .caseTwo__name h1,
  .caseTwo__name h2,
  .caseTwo__name h3,
  .caseTwo__name h4,
  .caseTwo__name h5,
  .caseTwo__name p {
    width: 100%;
    line-height: 28px;
  }
}

.caseTwoImg {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0px;
  gap: 7.2916666667vw;
  justify-content: flex-end;
}
@media screen and (min-width: 1201px) {
  .caseTwoImg {
    margin-top: 5.2083333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseTwoImg {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseTwoImg {
    margin-left: 5.2083333333vw;
  }
}
@media (max-width: 1025px) {
  .caseTwoImg {
    gap: 40px;
    flex-direction: column;
  }
}
@media (max-width: 1025px) {
  .caseTwoImg__desc p {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
.caseTwoImg__box {
  display: flex;
  flex-direction: column;
  width: 20.8333333333vw;
  padding-top: 20px;
}
@media screen and (min-width: 1201px) {
  .caseTwoImg__box {
    padding-top: 2.0833333333vw;
  }
}
@media (max-width: 1025px) {
  .caseTwoImg__box {
    width: 100%;
  }
}
.caseTwoImg__right {
  width: 38.0208333333vw;
  overflow: hidden;
  transition: transform 0.3s ease;
}
@media (max-width: 1025px) {
  .caseTwoImg__right {
    width: 100%;
  }
}
.caseTwoImg__right img {
  width: 100%;
  transition: transform 0.3s ease;
  object-fit: cover;
  margin-bottom: -5px;
}
@media screen and (min-width: 1201px) {
  .caseTwoImg__right img {
    margin-bottom: -0.2604166667vw;
  }
}
.caseTwoImg__right img:hover {
  transform: scale(1.03);
}
.caseTwoImg__right img {
  width: 39.0625vw;
  width: 100%;
  height: 100%;
}
@media (max-width: 1025px) {
  .caseTwoImg__right img {
    width: 100%;
  }
}
.caseTwoImg__right img img {
  width: 100%;
}
.caseTwoImg__name {
  color: #000;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2.5vw;
  margin-bottom: 45px;
}
@media screen and (min-width: 1201px) {
  .caseTwoImg__name {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseTwoImg__name {
    margin-bottom: 3.3854166667vw;
  }
}
@media (max-width: 1025px) {
  .caseTwoImg__name {
    width: 100%;
    line-height: 28px;
  }
}
.caseTwoImg__name h1,
.caseTwoImg__name h2,
.caseTwoImg__name h3,
.caseTwoImg__name h4,
.caseTwoImg__name h5,
.caseTwoImg__name p {
  color: #000;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2.5vw;
  margin-bottom: 45px;
}
@media screen and (min-width: 1201px) {
  .caseTwoImg__name h1,
  .caseTwoImg__name h2,
  .caseTwoImg__name h3,
  .caseTwoImg__name h4,
  .caseTwoImg__name h5,
  .caseTwoImg__name p {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseTwoImg__name h1,
  .caseTwoImg__name h2,
  .caseTwoImg__name h3,
  .caseTwoImg__name h4,
  .caseTwoImg__name h5,
  .caseTwoImg__name p {
    margin-bottom: 3.3854166667vw;
  }
}
@media (max-width: 1025px) {
  .caseTwoImg__name h1,
  .caseTwoImg__name h2,
  .caseTwoImg__name h3,
  .caseTwoImg__name h4,
  .caseTwoImg__name h5,
  .caseTwoImg__name p {
    width: 100%;
    line-height: 28px;
  }
}

.caseTwoImgText {
  display: flex;
  gap: 7.2916666667vw;
  padding-bottom: 20px;
  padding-top: 30px;
}
@media screen and (min-width: 1201px) {
  .caseTwoImgText {
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseTwoImgText {
    padding-top: 2.0833333333vw;
  }
}
@media (max-width: 1025px) {
  .caseTwoImgText {
    gap: 40px;
    flex-direction: column;
  }
}
.caseTwoImgText__name {
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
}
@media screen and (min-width: 1201px) {
  .caseTwoImgText__name {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseTwoImgText__name {
    padding-top: 1.3020833333vw;
  }
}
.caseTwoImgText__name h1,
.caseTwoImgText__name h2,
.caseTwoImgText__name h3,
.caseTwoImgText__name h4,
.caseTwoImgText__name h5,
.caseTwoImgText__name p {
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
}
@media screen and (min-width: 1201px) {
  .caseTwoImgText__name h1,
  .caseTwoImgText__name h2,
  .caseTwoImgText__name h3,
  .caseTwoImgText__name h4,
  .caseTwoImgText__name h5,
  .caseTwoImgText__name p {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseTwoImgText__name h1,
  .caseTwoImgText__name h2,
  .caseTwoImgText__name h3,
  .caseTwoImgText__name h4,
  .caseTwoImgText__name h5,
  .caseTwoImgText__name p {
    padding-top: 1.3020833333vw;
  }
}
.caseTwoImgText__box {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1025px) {
  .caseTwoImgText__box {
    width: 100%;
  }
}
.caseTwoImgText__img {
  width: 39.0625vw;
  width: 100%;
}
@media (max-width: 1025px) {
  .caseTwoImgText__img {
    width: 100%;
  }
}
.caseTwoImgText__img img {
  width: 100%;
}

.caseMosaic {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-fill: auto;
  -moz-column-fill: balance;
  column-fill: balance;
  column-gap: 7.2916666667vw; /* Odstęp między kolumnami */
  column-gap: 7.2916666667vw; /* Odstęp między kolumnami */
}
@media (max-width: 1025px) {
  .caseMosaic {
    column-gap: 40px;
    display: flex;
    flex-direction: column;
  }
}
.caseMosaic__name {
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
}
@media screen and (min-width: 1201px) {
  .caseMosaic__name {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseMosaic__name {
    padding-top: 1.3020833333vw;
  }
}
.caseMosaic__name h1,
.caseMosaic__name h2,
.caseMosaic__name h3,
.caseMosaic__name h4,
.caseMosaic__name h5,
.caseMosaic__name p {
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
}
@media screen and (min-width: 1201px) {
  .caseMosaic__name h1,
  .caseMosaic__name h2,
  .caseMosaic__name h3,
  .caseMosaic__name h4,
  .caseMosaic__name h5,
  .caseMosaic__name p {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseMosaic__name h1,
  .caseMosaic__name h2,
  .caseMosaic__name h3,
  .caseMosaic__name h4,
  .caseMosaic__name h5,
  .caseMosaic__name p {
    padding-top: 1.3020833333vw;
  }
}
.caseMosaic__box {
  display: flex;
  flex-direction: column;
  width: 26.0416666667vw;
  width: 100%;
  break-inside: avoid; /* Unikaj łamania elementów między kolumnami */
}
@media (max-width: 1025px) {
  .caseMosaic__box {
    width: 100%;
  }
}
.caseMosaic__img {
  margin-top: 20px;
  margin-bottom: -5px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1201px) {
  .caseMosaic__img {
    margin-top: 5.2083333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .caseMosaic__img {
    margin-bottom: -0.2604166667vw;
  }
}
@media (max-width: 1025px) {
  .caseMosaic__img {
    width: 100%;
  }
}
.caseMosaic__img video {
  width: 100%;
  height: 100%;
}
.caseMosaic__img img {
  width: 100%;
  height: 100%;
}
.caseMosaic__img img {
  width: 100%;
  transition: transform 0.3s ease;
}
.caseMosaic__img img:hover {
  transform: scale(1.03);
}

.columns-mosaic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 7.0833333333vw;
}
@media (max-width: 1025px) {
  .columns-mosaic {
    grid-template-columns: 1fr;
  }
}
.columns-mosaic .column-left, .columns-mosaic .column-right {
  float: left;
  padding: 10px;
}
@media (max-width: 1025px) {
  .columns-mosaic .column-left, .columns-mosaic .column-right {
    display: none;
  }
}
.columns-mosaic .column-mobile {
  display: none;
}
@media (max-width: 1025px) {
  .columns-mosaic .column-mobile {
    display: block;
  }
}

.slider-for3 .slick-list {
  margin: 0 -1.5625vw;
}
.slider-for3 .slick-list .slick-slide > div {
  padding: 0 1.5625vw;
}

.caseMark {
  position: relative;
  padding-bottom: 30px;
}

.caseMark::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0.5px;
  background-color: black;
  transition: width 1s ease;
}

.caseMark.animate::after {
  width: 100%;
}

.caseTwo__box {
  position: relative;
  padding-top: 30px;
}

.caseTwo__box::before {
  content: "";
  position: absolute;
  top: 0;
  /* Kreska na górze */
  left: 0;
  width: 0%;
  height: 0.5px;
  background-color: black;
  transition: width 1s ease;
}

.caseTwo__box.animate::before {
  width: 100%;
}

.caseTwoImg__box {
  position: relative;
  padding-top: 30px;
}

.caseTwoImg__box::before {
  content: "";
  position: absolute;
  top: 0;
  /* Kreska na górze */
  left: 0;
  width: 0%;
  height: 0.5px;
  background-color: black;
  transition: width 1s ease;
}

.caseTwoImg__box.animate::before {
  width: 100%;
}

.sliderHome {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: block;
  padding-bottom: 50px;
}
@media screen and (min-width: 1201px) {
  .sliderHome {
    padding-bottom: 4.1666666667vw;
  }
}
@media (max-width: 1025px) {
  .sliderHome {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .sliderHome {
    height: 455px;
  }
}

.slide__content {
  height: 34.8958333333vw;
}
@media screen and (max-width: 1024px) {
  .slide__content {
    height: 400px;
  }
}

.slider__box {
  position: relative;
}

video#slideVideo {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  video#slideVideo {
    height: 400px;
    height: 100%;
    background-size: cover;
  }
}

.slide__img {
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .slide__img {
    height: 400px;
    height: 100%;
    background-size: cover;
  }
}
@media screen and (max-width: 390px) {
  .slide__img {
    height: 100%;
    background-size: cover;
  }
}
.slide__img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
}

.slider {
  position: relative;
  display: block;
  transition: opacity 1s ease;
}
.slider__textWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 39.0625vw;
  z-index: 9;
}
@media screen and (max-width: 1200px) {
  .slider__textWrapper {
    width: 100%;
  }
}
.slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.slider__item {
  display: block !important;
  transition: background-color 0.35s;
}
.slider__item:after {
  display: none;
  position: absolute;
  content: "";
  width: 400px;
  height: 150px;
  background: rgba(0, 0, 0, 0.4);
  top: 50%;
  transform: translateY(-50%);
  margin-top: 65px;
  right: 0;
}
@media (min-width: 1025px) {
  .slider__item:after {
    margin-top: 3.3854166667vw;
    width: 20.8333333333vw;
    height: 7.8125vw;
  }
}
.slider__item img {
  width: 100%;
}
.slider__item--visible .slider__text {
  opacity: 1 !important;
  z-index: 9;
}
.slider__item--visible .slider__textItem {
  opacity: 1 !important;
  transform: translate(0) !important;
}
.slider__item--visible img {
  transform: scale(1) !important;
}
.slider__text {
  transition: opacity 0.85s;
  position: absolute;
  left: 2.0833333333vw;
  bottom: 2.0833333333vw;
  z-index: 1;
}
@media (max-width: 1025px) {
  .slider__text {
    left: 20px;
    bottom: 20px;
  }
}
.slider__textItem {
  color: #fff;
}
.slider__textItem--1 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.2px;
}
@media (min-width: 1025px) {
  .slider__textItem--1 {
    font-size: 1.25vw;
  }
}

.slick-arrow {
  display: none;
  position: absolute;
  z-index: 10;
  right: 0;
  padding: 0;
  height: 50px;
  width: 50px;
  transition: background-color 0.35s;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-25%);
  background: #fff;
  cursor: pointer;
  border: 0px;
  bottom: 0px;
  display: none;
}
@media (min-width: 1025px) {
  .slick-arrow {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
@media (max-width: 1025px) {
  .slick-arrow {
    width: 27px;
    height: 27px;
  }
}
.slick-arrow:hover {
  background: #1D1D1B;
}
.slick-arrow:hover.slick-next::after, .slick-arrow:hover.slick-prev::after {
  color: #fff;
}
.slick-arrow:hover:before {
  color: #fff;
}

.slick-active .slider__textItem {
  opacity: 1;
}

.sliderHome {
  display: block !important;
}
li.slick-active {
  background-color: #fff;
}

.sliderHomeMobile {
  display: none !important;
}
@media (max-width: 1000px) {
  .sliderHomeMobile {
    display: block !important;
  }
}

.slidemobile__img {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.home__arrow {
  position: absolute;
  left: 0px;
  bottom: -0.5208333333vw;
}
@media (max-width: 1025px) {
  .home__arrow {
    bottom: -28px;
  }
}

.home__arrow.home__arrow_dir_left {
  width: 2.2395833333vw;
  height: 2.2395833333vw;
  background-color: #FF3D3B;
  border-radius: 50%;
  fill: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0px;
}
@media (max-width: 1025px) {
  .home__arrow.home__arrow_dir_left {
    width: 45px;
    height: 45px;
  }
}
.home__arrow.home__arrow_dir_left .home__arrow__icon {
  background-image: url("/wp-content/themes/fb/images/arrow_left.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 0.78125vw;
  background-repeat: no-repeat;
  height: 0.78125vw;
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
}
@media (max-width: 1025px) {
  .home__arrow.home__arrow_dir_left .home__arrow__icon {
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/themes/fb/images/arrow.svg");
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}
.home__arrow.home__arrow_dir_left:hover {
  background-color: white;
  border: 2px solid #FF413F;
}
@media (max-width: 1025px) {
  .home__arrow.home__arrow_dir_left:hover {
    background-color: #FF3D3B;
  }
}
.home__arrow.home__arrow_dir_left:hover .home__arrow__icon {
  background-image: url("/wp-content/themes/fb/images/arrow_hover_left.svg");
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
@media (max-width: 1025px) {
  .home__arrow.home__arrow_dir_left:hover .home__arrow__icon {
    background-image: url("/wp-content/themes/fb/images/arrow.svg");
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}

.home__arrow.home__arrow_dir_right {
  width: 2.2395833333vw;
  height: 2.2395833333vw;
  background-color: #FF3D3B;
  border-radius: 50%;
  fill: white;
  right: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 2.8645833333vw;
}
@media (max-width: 1025px) {
  .home__arrow.home__arrow_dir_right {
    width: 45px;
    height: 45px;
    left: 48px;
  }
}
.home__arrow.home__arrow_dir_right .home__arrow__icon {
  background-image: url("/wp-content/themes/fb/images/arrow_left.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 0.78125vw;
  background-repeat: no-repeat;
  height: 0.78125vw;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
@media (max-width: 1025px) {
  .home__arrow.home__arrow_dir_right .home__arrow__icon {
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/themes/fb/images/arrow.svg");
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
  }
}
.home__arrow.home__arrow_dir_right:hover {
  background-color: white;
  border: 2px solid #FF413F;
}
@media (max-width: 1025px) {
  .home__arrow.home__arrow_dir_right:hover {
    background-color: #FF3D3B;
  }
}
.home__arrow.home__arrow_dir_right:hover .home__arrow__icon {
  background-image: url("/wp-content/themes/fb/images/arrow_hover_left.svg");
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
}
@media (max-width: 1025px) {
  .home__arrow.home__arrow_dir_right:hover .home__arrow__icon {
    background-image: url("/wp-content/themes/fb/images/arrow.svg");
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
  }
}

@media (max-width: 1025px) {
  .logotyp .slick-list {
    margin-left: -1px;
    border-left: 1px solid black;
    border-right: 1px solid black;
  }
}
video#slideVideo {
  margin-bottom: -11px;
}

.grid-slider-wrap {
  padding-top: 80px !important;
  padding-bottom: 100px !important;
}
@media (min-width: 1025px) {
  .grid-slider-wrap {
    padding-top: 4.1666666667vw !important;
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .grid-slider-wrap #grid-slider {
    width: 69.4791666667vw;
    max-width: 100%;
    margin: 0 auto;
  }
}
.grid-slider-wrap .splide__track {
  overflow: hidden;
}
.grid-slider-wrap .splide__list {
  display: flex;
}
.grid-slider-wrap__title {
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (min-width: 1201px) {
  .grid-slider-wrap__title {
    font-size: 1.6145833333vw;
  }
}
@media screen and (min-width: 1201px) {
  .grid-slider-wrap__title {
    margin-bottom: 2.6041666667vw;
  }
}
.grid-slider-wrap .splide__arrow {
  display: flex;
  border: 2px solid #FF3E3C;
  background-color: transparent;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
}
@media (min-width: 1025px) {
  .grid-slider-wrap .splide__arrow {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
  .grid-slider-wrap .splide__arrow svg {
    width: 0.8333333333vw;
    height: auto;
    min-width: 13px;
  }
}
.grid-slider-wrap .splide__arrow svg path {
  fill: #FF3E3C;
  transition: fill 0.3s;
}
.grid-slider-wrap .splide__arrow:hover {
  background-color: #FF3E3C;
}
.grid-slider-wrap .splide__arrow:hover svg path {
  fill: #FFF;
}
@media (max-width: 1024px) {
  .grid-slider-wrap .splide__arrow--prev {
    top: calc(100% + 48px);
    right: unset;
    left: 1em;
  }
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .grid-slider-wrap .splide__arrow--prev {
    top: calc(100% + 2.34375vw);
    left: unset !important;
    right: 3.2291666667vw;
  }
}
@media (min-width: 1921px) {
  .grid-slider-wrap .splide__arrow--prev {
    top: calc(100% + 48px);
    right: 3.125vw;
    left: unset;
  }
  .grid-slider-wrap .splide__arrow--prev svg {
    transform: scale(-1) translate(2px, 2px);
  }
}
.grid-slider-wrap .splide__arrow--next {
  top: calc(100% + 48px);
  right: 0;
  left: unset;
}
@media (min-width: 1025px) and (max-width: 1920px) {
  .grid-slider-wrap .splide__arrow--next {
    right: unset !important;
    left: 12.5vw;
    top: calc(100% + 2.34375vw);
  }
}
@media (min-width: 1921px) {
  .grid-slider-wrap .splide__arrow--next svg {
    transform: translate(3px, 3px);
  }
}

.slide-column {
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  flex-shrink: 0;
  margin-left: 0 !important;
}
.slide-column--single {
  flex: 0 0 28.8541666667vw;
  width: 28.8541666667vw;
  margin-left: 0 !important;
}
.slide-column--single .grid-slide__item {
  height: 100%;
}
.slide-column--single:nth-child(3n) {
  flex: 0 0 20.2604166667vw;
  width: 20.2604166667vw;
  margin-left: 0 !important;
}
.slide-column--double {
  flex: 0 0 17.2395833333vw;
  width: 17.2395833333vw;
  margin-left: 0 !important;
}
.slide-column--double .grid-slide__item {
  flex: 1;
  min-height: 0;
}

.grid-slide__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  overflow: hidden;
}
.grid-slide__item video {
  position: relative;
  z-index: 4;
}
.grid-slide__item:hover {
  color: #FFF;
}
.grid-slide__item:hover img {
  transform: scale(1.03);
}
.grid-slide__item img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 0.3s;
}
.grid-slide__badge {
  background-color: #FF3E3C;
  color: white;
  pointer-events: none;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 20px;
  left: 30px;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 20;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media screen and (min-width: 1201px) {
  .grid-slide__badge {
    padding-top: 0.1041666667vw;
    padding-bottom: 0.1041666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .grid-slide__badge {
    padding-left: 0.7291666667vw;
    padding-right: 0.7291666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .grid-slide__badge {
    font-size: 0.9375vw;
  }
}
@media (min-width: 1025px) {
  .grid-slide__badge {
    top: 1.0416666667vw;
    left: 1.5625vw;
  }
}
@media (max-width: 575px) {
  .grid-slide__badge {
    display: none;
  }
}
.grid-slide__content {
  display: flex;
  flex-direction: column;
  pointer-events: none;
  position: absolute;
  z-index: 20;
  bottom: 30px;
  left: 30px;
  gap: 5px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 1025px) {
  .grid-slide__content {
    bottom: 1.5625vw;
    left: 1.8229166667vw;
    gap: 0.2604166667vw;
  }
}
@media (max-width: 575px) {
  .grid-slide__content {
    display: none;
  }
}
.grid-slide__title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 1201px) {
  .grid-slide__title {
    font-size: 1.1458333333vw;
  }
}
.grid-slide__subtitle {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (min-width: 1201px) {
  .grid-slide__subtitle {
    font-size: 1.0416666667vw;
  }
}

@media (max-width: 1200px) {
  .mobile-column {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
    height: auto;
  }
  .mobile-column .grid-slide__item {
    width: 100%;
    height: auto;
  }
  .slide-column {
    height: auto;
    gap: 20px;
  }
  .slide-column .grid-slide__item {
    min-height: 200px;
  }
}
html {
  scroll-behavior: smooth !important;
  scroll-padding-top: 4.6875vw !important;
  padding-top: 50px;
}
body {
  min-height: 100vh;
  overflow-x: hidden;
  background: white;
  padding: 0;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: #1D1D1B;
}
body * {
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #FF3E3C;
}
a:hover {
  color: #1D1D1B;
}

.container {
  margin: 0 auto;
  z-index: 1;
  position: relative;
  width: 100%;
  padding: 0 30px;
}
@media screen and (min-width: 1201px) {
  .container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding: 0;
    height: auto;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1201px) {
  .container {
    padding-left: 2.8645833333vw;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1201px) {
  .container {
    padding-right: 2.8645833333vw;
  }
}

.containerSmall {
  margin: 0 auto;
  width: 60.2604166667vw;
}
@media (max-width: 1025px) {
  .containerSmall {
    width: 100%;
  }
}

.wrap {
  margin: 0 auto;
  z-index: 1;
  position: relative;
  width: 100%;
  padding: 0 30px 4px;
}
@media screen and (min-width: 1201px) {
  .wrap {
    padding: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1201px) {
  .wrap {
    padding-left: 7.8125vw;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1201px) {
  .wrap {
    padding-right: 7.8125vw;
  }
}
@media screen and (min-width: 1201px) {
  .wrap.casewrap {
    padding: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1201px) {
  .wrap.casewrap {
    padding-left: 14.84375vw;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1201px) {
  .wrap.casewrap {
    padding-right: 14.84375vw;
  }
}

h1 {
  font-size: 2.34375vw;
  line-height: 2.8645833333vw;
  font-weight: 700;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

h2 {
  font-size: 1.8229166667vw;
  line-height: 2.34375vw;
  font-weight: 700;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

h3 {
  font-size: 1.5625vw;
  line-height: 1.875vw;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  font-weight: normal;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 25px;
    line-height: 28px;
  }
}

h4 {
  font-size: 1.3020833333vw;
  line-height: 1.4583333333vw;
  font-weight: 700;
  margin-block-start: 0.6em;
  margin-block-end: 0.6em;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 24px;
    line-height: 28px;
  }
}

h5 {
  font-size: 1.1458333333vw;
  line-height: 1.3020833333vw;
  font-weight: 700;
  margin-block-start: 0.6em;
  margin-block-end: 0.6em;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 22px;
    line-height: 25px;
  }
}

p {
  font-size: 1.09375vw;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.44px;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 1201px) {
  p {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1201px) {
  p {
    margin-top: 1.5625vw;
  }
}
@media (max-width: 1024px) {
  p {
    font-size: 18px;
    line-height: 26px;
  }
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.um {
  opacity: 1 !important;
}

li::marker {
  display: none !important;
}

ul {
  font-size: 18px;
  margin-left: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (min-width: 1201px) {
  ul {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1201px) {
  ul {
    margin-left: 1.0416666667vw;
  }
}

.pageTemplate__title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
}
@media screen and (min-width: 1201px) {
  .pageTemplate__title {
    font-size: 3.28125vw;
  }
}
.pageTemplate__title h1,
.pageTemplate__title h2,
.pageTemplate__title h3,
.pageTemplate__title h4,
.pageTemplate__title h5,
.pageTemplate__title h6,
.pageTemplate__title p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 3.8020833333vw;
  margin: 0px;
}
@media screen and (min-width: 1201px) {
  .pageTemplate__title h1,
  .pageTemplate__title h2,
  .pageTemplate__title h3,
  .pageTemplate__title h4,
  .pageTemplate__title h5,
  .pageTemplate__title h6,
  .pageTemplate__title p {
    font-size: 3.28125vw;
  }
}
@media (max-width: 1025px) {
  .pageTemplate__title h1,
  .pageTemplate__title h2,
  .pageTemplate__title h3,
  .pageTemplate__title h4,
  .pageTemplate__title h5,
  .pageTemplate__title h6,
  .pageTemplate__title p {
    line-height: 43px;
  }
}
@media (max-width: 1025px) {
  .pageTemplate__title {
    width: 100%;
    line-height: 43px;
  }
}

.sliderHome--mobile .sliderHomeItem {
  visibility: hidden;
}
.sliderHome--mobile .sliderHomeItem.vis {
  visibility: visible !important;
}

.sliderHome--mobile a.vis {
  display: block !important;
}

.defaultPage {
  margin-bottom: 120px;
}

.bg-grey {
  background-color: #f3f3f3;
}

.grid-slide__item {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}

.grid-slide__item video,
.grid-slide__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; /* wypełnia cały kontener bez zniekształceń */
}

.grid-slide__item .gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  pointer-events: none;
  z-index: 4; /* nad wideo i obrazem */
}

.grid-slide__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5em 1em;
  z-index: 9; /* nad gradientem */
  color: #fff;
}

@media (max-width: 1025px) {
  .grid-slider-wrap .splide__arrow {
    width: 45px;
    height: 45px;
    right: 55px;
    left: unset;
  }
}
.grid-slider-wrap .splide__arrow--next {
  right: 0 !important;
  left: unset;
}

.slide-column--single:nth-child(3n) {
  margin-left: 10px;
}

.slide-column--double {
  margin-left: 10px !important;
}

.knowledge-base {
  margin-top: 80px;
}
@media screen and (min-width: 1201px) {
  .knowledge-base {
    margin-top: 5.2083333333vw;
  }
}
.knowledge-base__title {
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (min-width: 1201px) {
  .knowledge-base__title {
    font-size: 1.6145833333vw;
  }
}
@media screen and (min-width: 1201px) {
  .knowledge-base__title {
    margin-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) {
  .knowledge-base__list {
    display: flex;
    gap: 40px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1201px) {
  .knowledge-base__list {
    gap: 4.1666666667vw;
  }
}
.knowledge-base__column {
  flex: 1;
}

.knowledge-base-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
  padding-top: 15px;
  border-top: 1px solid #000;
}
@media screen and (min-width: 1201px) {
  .knowledge-base-item {
    gap: 1.25vw;
  }
}
@media screen and (min-width: 1201px) {
  .knowledge-base-item {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1201px) {
  .knowledge-base-item {
    padding-top: 1.3020833333vw;
  }
}
.knowledge-base-item img {
  max-width: 100%;
  height: auto;
}
.knowledge-base-item__title {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (min-width: 1201px) {
  .knowledge-base-item__title {
    font-size: 2.0833333333vw;
  }
}
.knowledge-base-item__text p {
  font-size: 16px;
  line-height: 150%;
}
@media screen and (min-width: 1201px) {
  .knowledge-base-item__text p {
    font-size: 1.09375vw;
  }
}
.knowledge-base-item__text p:only-child {
  margin: 0;
}
.knowledge-base-item__text p:first-child {
  margin-top: 0;
}
.knowledge-base-item__text p:last-child {
  margin-bottom: 0;
}

.contact-boxes {
  display: flex;
  margin-top: 40px;
  padding-bottom: 0px;
}
@media screen and (min-width: 1201px) {
  .contact-boxes {
    margin-top: 4.4270833333vw;
  }
}
@media screen and (min-width: 1201px) {
  .contact-boxes {
    padding-bottom: 1.0416666667vw;
  }
}
@media (max-width: 991px) {
  .contact-boxes {
    flex-direction: column;
    gap: 50px;
  }
}

.contact-box {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #FFF;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-bottom: 0px;
}
@media screen and (min-width: 1201px) {
  .contact-box {
    padding-left: 1.3020833333vw;
    padding-right: 1.3020833333vw;
  }
}
@media screen and (min-width: 1201px) {
  .contact-box {
    gap: 1.5625vw;
  }
}
@media screen and (min-width: 1201px) {
  .contact-box {
    padding-bottom: 0.2604166667vw;
  }
}
.contact-box:nth-child(1) {
  border-left: 1px solid #FFF;
}
@media (max-width: 991px) {
  .contact-box {
    border-left: 1px solid #FFF;
  }
}
.contact-box__title {
  font-size: 25px;
  margin-bottom: 0;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 1201px) {
  .contact-box__title {
    font-size: 1.6145833333vw;
  }
}
@media screen and (min-width: 1201px) {
  .contact-box__title {
    margin-bottom: 0.78125vw;
  }
}
.contact-box__info {
  display: flex;
  color: #FFF;
  flex-direction: column;
}
.contact-box__info div:first-child {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 1201px) {
  .contact-box__info div:first-child {
    font-size: 1.25vw;
  }
}
.contact-box__info div:nth-child(2) {
  font-size: 18px;
}
@media screen and (min-width: 1201px) {
  .contact-box__info div:nth-child(2) {
    font-size: 1.25vw;
  }
}
.contact-box__contact {
  display: flex;
  flex-direction: column;
}
.contact-box__contact a {
  color: #FFF;
  font-weight: 700;
  font-size: 15px;
}
@media screen and (min-width: 1201px) {
  .contact-box__contact a {
    font-size: 1.0416666667vw;
  }
}
.contact-box__contact a[href^="tel:"] {
  font-size: 15px;
}
@media screen and (min-width: 1201px) {
  .contact-box__contact a[href^="tel:"] {
    font-size: 1.25vw;
  }
}
.contact-box__links {
  display: flex;
  flex-direction: column;
  margin-top: 0px;
}
@media screen and (min-width: 1201px) {
  .contact-box__links {
    margin-top: 2.0833333333vw;
  }
}
.contact-box__links a {
  color: #FFF;
  position: relative;
  align-self: flex-start;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 700;
}
@media screen and (min-width: 1201px) {
  .contact-box__links a {
    font-size: 0.9375vw;
  }
}
.contact-box__links a img {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(100%, -50%);
  transition: transform 0.3s;
}
.contact-box__links a:hover img {
  transform: translate(150%, -50%);
}
.contact-box__image {
  width: 160px;
}
@media screen and (min-width: 1201px) {
  .contact-box__image {
    width: 8.3333333333vw;
  }
}
.contact-box__image img {
  max-width: 100%;
  height: auto;
}

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